Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changes between Version 7 and Version 8 of dev/WindowsMinGW/troubleshooting


Ignore:
Timestamp:
Sep 22, 2010, 12:17:51 AM (14 years ago)
Author:
landauf
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • dev/WindowsMinGW/troubleshooting

    v7 v8  
    11= MinGW Troubleshooting Q&A =
     2[[PageOutline]]
    23
    34=== Q: My MSYS window is black / can't be resized to fullscreen ===
     
    9192A: 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].
    9293
    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
     96A: 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 ===
    9499
    95100A: Check if you get an error similar to this:
     
    104109In 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.
    105110
    106 === Q: I can't hear any sounds in Orxonox ===
     111=== Q: I can't hear any sound in Orxonox ===
    107112
    108113You probably have to install OpenAL. See the section about OpenAL in [wiki:WindowsMinGW/current#Dependencies the guide].