domlysz / BlenderGIS

Blender addons to make the bridge between Blender and geographic data
GNU General Public License v3.0
7.69k stars 1.35k forks source link

Basemap display red tiles #279

Open himoji opened 4 years ago

himoji commented 4 years ago

2.82 2.83 , Without textures, only red texture wtf BL-2.83.5 (2.82 - gray map, without texture) aaa.txt-2.83.5 sdsd.zip-cache 2.82.txt-2.82

domlysz commented 4 years ago

This report does not respect the required template. Please make an effort and follow the issue template, no error can be solved without detailed informations, especially error messages.

Nota : the red color means that the images are corrupted in the cache, can't determine why without debug logs

domlysz commented 4 years ago

Try to delete the existing cache file (*.gpkg extension file into the cache folder you have specified)

geummi1 commented 4 years ago

I deleted the cache folder, but there are still red tiles. what can i do to solve this problem? 2.91.txt

nitish8090 commented 3 years ago

Face the same issue. It says Pillow and PyProj not installed, which weren't installed by default, so I did download pip, pillow and PyProj for python in Blender. Now it detects Pillow in command prompt that opens but still in the log it doesn't detects them. Maybe its due to bevause my office has restricted internet access. I'll try the same at my home PC soon, till them here is a bit of the long log that generates: (can't upload the txt because of "Something went really wrong..." error:

INFO:BlenderGIS-master:92:###### Starting new Blender session : 2020-12-15 12:39:22 DEBUG:BlenderGIS-master.core.checkdeps:9:GDAL Python binding unavailable DEBUG:BlenderGIS-master.core.checkdeps:20:PyProj unavailable DEBUG:BlenderGIS-master.core.checkdeps:31:Pillow unavailable ERROR:BlenderGIS-master.core.checkdeps:42:Cannot install ImageIO's Freeimage plugin Traceback (most recent call last): File "C:\Users\lenovo1\AppData\Roaming\Blender Foundation\Blender\2.91\scripts\addons\BlenderGIS-master\core\checkdeps.py", line 40, in imageio.plugins._freeimage.get_freeimage_lib() #try to download freeimage lib File "C:\Users\lenovo1\AppData\Roaming\Blender Foundation\Blender\2.91\scripts\addons\BlenderGIS-master\core\lib\imageio\plugins_freeimage.py", line 54, in get_freeimage_lib return get_remote_file('freeimage/' + FNAME_PER_PLATFORM[plat]) File "C:\Users\lenovo1\AppData\Roaming\Blender Foundation\Blender\2.91\scripts\addons\BlenderGIS-master\core\lib\imageio\core\fetching.py", line 98, in get_remote_file _fetch_file(url, filename) File "C:\Users\lenovo1\AppData\Roaming\Blender Foundation\Blender\2.91\scripts\addons\BlenderGIS-master\core\lib\imageio\core\fetching.py", line 154, in _fetch_file os.path.basename(file_name)) OSError: Unable to download 'freeimage-3.15.1-win64.dll'. Perhaps there is a no internet connection? If there is, please report this problem. INFO:BlenderGIS-master:92:###### Starting new Blender session : 2020-12-16 12:59:05 DEBUG:BlenderGIS-master.core.checkdeps:9:GDAL Python binding unavailable DEBUG:BlenderGIS-master.core.checkdeps:20:PyProj unavailable DEBUG:BlenderGIS-master.core.checkdeps:31:Pillow unavailable ERROR:BlenderGIS-master.core.checkdeps:42:Cannot install ImageIO's Freeimage plugin Traceback (most recent call last): File "C:\Users\lenovo1\AppData\Roaming\Blender Foundation\Blender\2.91\scripts\addons\BlenderGIS-master\core\checkdeps.py", line 40, in imageio.plugins._freeimage.get_freeimage_lib() #try to download freeimage lib File "C:\Users\lenovo1\AppData\Roaming\Blender Foundation\Blender\2.91\scripts\addons\BlenderGIS-master\core\lib\imageio\plugins_freeimage.py", line 54, in get_freeimage_lib return get_remote_file('freeimage/' + FNAME_PER_PLATFORM[plat]) File "C:\Users\lenovo1\AppData\Roaming\Blender Foundation\Blender\2.91\scripts\addons\BlenderGIS-master\core\lib\imageio\core\fetching.py", line 98, in get_remote_file _fetch_file(url, filename) File "C:\Users\lenovo1\AppData\Roaming\Blender Foundation\Blender\2.91\scripts\addons\BlenderGIS-master\core\lib\imageio\core\fetching.py", line 154, in _fetch_file os.path.basename(file_name)) OSError: Unable to download 'freeimage-3.15.1-win64.dll'. Perhaps there is a no internet connection? If there is, please report this problem. INFO:BlenderGIS-master:92:###### Starting new Blender session : 2020-12-23 14:42:45 DEBUG:BlenderGIS-master.core.checkdeps:9:GDAL Python binding unavailable DEBUG:BlenderGIS-master.core.checkdeps:20:PyProj unavailable DEBUG:BlenderGIS-master.core.checkdeps:31:Pillow unavailable ERROR:BlenderGIS-master.core.checkdeps:42:Cannot install ImageIO's Freeimage plugin Traceback (most recent call last): File "C:\Users\lenovo1\AppData\Roaming\Blender Foundation\Blender\2.91\scripts\addons\BlenderGIS-master\core\checkdeps.py", line 40, in imageio.plugins._freeimage.get_freeimage_lib() #try to download freeimage lib File "C:\Users\lenovo1\AppData\Roaming\Blender Foundation\Blender\2.91\scripts\addons\BlenderGIS-master\core\lib\imageio\plugins_freeimage.py", line 54, in get_freeimage_lib return get_remote_file('freeimage/' + FNAME_PER_PLATFORM[plat]) File "C:\Users\lenovo1\AppData\Roaming\Blender Foundation\Blender\2.91\scripts\addons\BlenderGIS-master\core\lib\imageio\core\fetching.py", line 98, in get_remote_file _fetch_file(url, filename) File "C:\Users\lenovo1\AppData\Roaming\Blender Foundation\Blender\2.91\scripts\addons\BlenderGIS-master\core\lib\imageio\core\fetching.py", line 154, in _fetch_file os.path.basename(file_name)) OSError: Unable to download 'freeimage-3.15.1-win64.dll'. Perhaps there is a no internet connection? If there is, please report this problem.

leandros-sp commented 3 years ago

I have the same problem and im on win 10 / blender 2.91 I have tryed to delete the blender and the gis and the files and the problem is still there. In the GIS log it says "ValueError: Could not load bitmap" Please if anyone can help it would be great.