1
MegaGlest / Runtime error after building with Mingw
« on: 19 February 2015, 02:01:08 »
Hi everyone,
I just built megaglest 3.11.0 using mingw and codeblocks. It built fine but running it throws a runtime error from line 523 of thread.cpp. It goes back to line 138 of thread.cpp:
MutexSafeWrapper safeMutex(&Thread::mutexthreadList);
The issue is that Thread::mutexthreadList is not constructed even though it has on line 28:
Mutex Thread::mutexthreadList;
which should construct it.
I am at a complete loss as to why it is doing this. Help please.
I just built megaglest 3.11.0 using mingw and codeblocks. It built fine but running it throws a runtime error from line 523 of thread.cpp. It goes back to line 138 of thread.cpp:
MutexSafeWrapper safeMutex(&Thread::mutexthreadList);
The issue is that Thread::mutexthreadList is not constructed even though it has on line 28:
Mutex Thread::mutexthreadList;
which should construct it.
I am at a complete loss as to why it is doing this. Help please.
