05-31-2012, 03:45 AM
Hi,
I have recently made a Radiant package for Linux (see http://linradiant.intron-trans.hu) based on NetRadiant (netradiant-1.5.0-20120301). I changed only the build system (new Makefiles and scripts), the code is unchanged. The package builds fine, and the editor works w/o problems under Linux.
Recently I have tried to make a Windows version of the same package by using the Msys/MinGW system. After building/installing the required dependencies I was able to build the editor. However, at startup the following error message is shown:
followed by this:
I know that this bug has occurred several times previously, was discussed on different forums and was reported to the developers, but AFAIK no solution/fix was offered. I would appreciate if somebody (divVerent?) could suggest a possible fix to the problem.
Thanks!
I have recently made a Radiant package for Linux (see http://linradiant.intron-trans.hu) based on NetRadiant (netradiant-1.5.0-20120301). I changed only the build system (new Makefiles and scripts), the code is unchanged. The package builds fine, and the editor works w/o problems under Linux.
Recently I have tried to make a Windows version of the same package by using the Msys/MinGW system. After building/installing the required dependencies I was able to build the editor. However, at startup the following error message is shown:
Code:
mainframe.cpp:676 assertion failure: module system failed to initialize - see radiant.log for error messages
followed by this:
Code:
SingletonModuleRef::initialise: type="VFS" version="1" name="*" - not found
d:/Msys/home/menczel/LinRadiant/radiant/mainframe.cpp:676
assertion failure: module system failed to initialise - see radiant.log for error messages
I know that this bug has occurred several times previously, was discussed on different forums and was reported to the developers, but AFAIK no solution/fix was offered. I would appreciate if somebody (divVerent?) could suggest a possible fix to the problem.
Thanks!