Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Sep 21, 2010, 11:54:00 PM (14 years ago)
Author:
landauf
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • dev/WindowsMinGW/troubleshooting

    v6 v7  
    8383In this case you didn't check out the external data repository or you didn't name it {{{data_extern}}} or you placed it in the wrong place. See the section "SVN" in [wiki:WindowsMinGW/current#SVN the guide] for more information about the data repository.
    8484
     85=== Q: I get an error while compiling / linking Orxonox ===
     86
     87A: Please ask in the [http://forum.orxonox.net/ forum].
     88
     89=== Q: When I start Orxonox, I get a popup window saying *.dll could not be found ===
     90
     91A: 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
    8593=== Q: When I run Orxonox and start a level, it crashes. ===
    8694
     
    95103}}}
    96104In 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
     106=== Q: I can't hear any sounds in Orxonox ===
     107
     108You probably have to install OpenAL. See the section about OpenAL in [wiki:WindowsMinGW/current#Dependencies the guide].