<div dir="ltr"><div>Hi,<br><br>here is some minor issue on MS Windows, did somebody experienced something like the following?<br><br>GRASS was not starting for one student on MS Windows. The reported error was that it cannot find some symbol/procedure in sqlite3.dll. The problem was possible to workaround by finding another sqlite3.dll on disk and renaming it to something arbitrary.<br><br>The strange think is that GRASS directory extrabin should be, and indeed is, at the beginning of PATH variable, so it should look first there. However, because of the error and fix it seems that it is looking elsewhere first.<br><br>What was also strange is that the other DLL was in SysWoW64 directory and I don't see this directory on PATH (in or outside GRASS session) but if I understand correctly, there is some magic which makes system32 directory (which contains 64bit libs on 64bit system) to link to SysWoW64 (where are 32bit DLLs) for 32bit applications. Wow!<br><br>Still, there is no reason why it should pick the system directory, unless it is using some other magic.<br><br></div><div>Any ideas?<br></div><div><br></div>Vaclav<br><div><br><br><br>Related:<br><br>The procedure entry point sqlite3_rtree_geometry_callback couldn't be located<br><a href="http://trac.osgeo.org/grass/ticket/2197#comment:1">http://trac.osgeo.org/grass/ticket/2197#comment:1</a><br><br>WoW64<br><a href="http://en.wikipedia.org/wiki/WoW64">http://en.wikipedia.org/wiki/WoW64</a><br><br>How to fix "The entry point for the procedure sqlite3_open_v2 cannot be found in the dynamic link library sqlite3.dll"<br><a href="http://gis.stackexchange.com/questions/30432/how-to-fix-the-entry-point-for-the-procedure-sqlite3-open-v2-cannot-be-found-in">http://gis.stackexchange.com/questions/30432/how-to-fix-the-entry-point-for-the-procedure-sqlite3-open-v2-cannot-be-found-in</a></div></div>