Changes between Version 7 and Version 8 of dev/WindowsMinGW/troubleshooting
- Timestamp:
- Sep 22, 2010, 12:17:51 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
dev/WindowsMinGW/troubleshooting
v7 v8 1 1 = MinGW Troubleshooting Q&A = 2 [[PageOutline]] 2 3 3 4 === Q: My MSYS window is black / can't be resized to fullscreen === … … 91 92 A: You can't start {{{orxonox.exe}}} directly. Please use {{{run.bat}}} instead, because this adds the dependency directory to the PATH variable. If you still get this message, ask in the [http://forum.orxonox.net/ forum]. 92 93 93 === Q: When I run Orxonox and start a level, it crashes. === 94 === Q: When I start Orxonox, I get a black screen and a warning in the console === 95 96 A: You're probably missing the {{{data_extern}}} directory. See the question "Q: CMake complains about a missing data directory" for more information. 97 98 === Q: When I run Orxonox and start a level, it crashes === 94 99 95 100 A: Check if you get an error similar to this: … … 104 109 In this case you probably compiled Orxonox with a different version of MinGW than the dependencies are. Note that there are two different methods of exception handling: SJLJ (setjmp/longjmp) and DW2 (Dwarf-2). The dependencies are compiled using DW2. You either have to recompile the C++ dependencies (boost, cegui, ogre) or install the correct version of MinGW. You can check which method your installation supports if you search for {{{c:\mingw\bin\libgcc_s_xxx-1.dll}}} - xxx is either dw2 or sjlj. 105 110 106 === Q: I can't hear any sound sin Orxonox ===111 === Q: I can't hear any sound in Orxonox === 107 112 108 113 You probably have to install OpenAL. See the section about OpenAL in [wiki:WindowsMinGW/current#Dependencies the guide].