So, the map is rendering just fine on my machine. My friend checks out my branch, forgets to pull, runs it – runs just fine missing my recent code, forgot to pull. He pulls, no lines edited whatsoever on the cesium portion of the code base – this is to do with a file-tree view on the side. Suddenly, we get a rendering error on the map. Not trying to render anything on the map, just the initial rendering of the map is failing and saying "Developer Error: Width must be less than or equal to the maximum texture size (0). Check maximumTextureSize.
It’s saying the maximum texture size is zero? Ok let’s go back to the earlier working commit. Same error appears in that commit suddenly, too.
We run our previously working executable (Wails – similar to electron) and the rendering error disappears for that executable, which was built from the main branch, which has no edits to the cesium portion of the code-base.
Can you please tell me what’s going on here?