WinGRASS errors: Difference between revisions

From GRASS-Wiki
Jump to navigation Jump to search
(+The startup fails with a GISDBASE not defined error)
Line 35: Line 35:


OK, check the comments for winGRASS on [[WinGRASS_Current_Status#XP.2F2000|XP/2000]] or [[WinGRASS_Current_Status#Windows7|Windows7]]
OK, check the comments for winGRASS on [[WinGRASS_Current_Status#XP.2F2000|XP/2000]] or [[WinGRASS_Current_Status#Windows7|Windows7]]
== The startup fails with a GISDBASE not defined error ==
Maybe there is junk in the session configuration file (%APPDATA%\GRASS6\grassrc6).
To test, rename it and a new one will be created next time you run GRASS GIS:
* Note that AppData is a hidden folder
* the grassrc6 file is usually found in C:\Users\<username>\AppData\Roaming\GRASS6\grassrc6
* rename it e.g. to grassrc6.old
* restart GRASS GIS


== See also ==
== See also ==

Revision as of 16:31, 13 March 2014

Due to the varieties of MS-Windows versions existing, a series of problems with the WinGRASS Installation have been identified (and solved):

The winGRASS program exits immediately after I start it!

You may need to install Microsoft's .NET Framework. You can download it here.

If it still asks for MSVCP100.dll, download it here. Note that GRASS GIS 6.4.3 and later suggest to install the needed "Important Microsoft runtime libraries" already during the installation process (on the same wizard page offering to download sample datasets).

Error message "ImportError: cannot import name MAXREPEAT"

A system-wide Python installation (2.7.2, independent of GRASS) may cause the trouble. Replacing this system-wide Python installation with version 2.7.4, instead of 2.7.2, solved the problem.

A variant of the problem is also seen with "import re" (the Python regular expression library) in the error message. The solution is the same: upgrade (or simply remove) the system-wide installed version.

Error message "The ordinal 63 could not be located in the dynamic link libexpat.dll."

You have likely an old "libexpat.dll" in your directory %WINDIR%\system32 (or %WINDIR%\sysWOW64). Try to rename that file (or delete after backup). Then winGRASS should work.

Error message "The ordinal 32 could not be located in the dynamic link library proj.dll."

You have likely an old "proj.dll" in your directory %WINDIR%\system32 (or %WINDIR%\sysWOW64). Try to rename that file (or delete after backup). Then winGRASS should work.

The winGRASS user interface shows up in the wrong language for me!

MSys users should be setting the LANG, LC_MESSAGES etc. variables in ~/.bash_profile (etc) if they want it set to a specific locale other than the default locale of the system.

This and that is not functioning in my winGRASS installation!

May happen, we are working on it :) Please visit the Errata page and the WinGRASS Current Status page

Error message "This application has failed to start because libintl3.dll was not found". (or libiconv2.dll and/or regex2.dll)

Reinstalling of the "msys" package in the OSGeo4W installer will bring it back.

Perhaps I got platform specific issues!

OK, check the comments for winGRASS on XP/2000 or Windows7

The startup fails with a GISDBASE not defined error

Maybe there is junk in the session configuration file (%APPDATA%\GRASS6\grassrc6). To test, rename it and a new one will be created next time you run GRASS GIS:

  • Note that AppData is a hidden folder
  • the grassrc6 file is usually found in C:\Users\<username>\AppData\Roaming\GRASS6\grassrc6
  • rename it e.g. to grassrc6.old
  • restart GRASS GIS

See also