• Please make sure you are familiar with the forum rules. You can find them here: https://forums.tripwireinteractive.com/index.php?threads/forum-rules.2334636/

Code ROGame.exe crashes

-=THOR=-

Grizzled Veteran
Sep 20, 2011
1,050
50
Hi,

I'm trying to compile a mutator, but ROGame.exe crashes every time. I use this command:
"C:\Program Files (x86)\Steam\SteamApps\common\red orchestra 2\Binaries\Win64\ROGame.exe" make

The file is:
C:\Users\Thor\Documents\My Games\RedOrchestra2\ROGame\Src\DynamicMapRotator\Classes\DynamicMapRotator.uc

In C:\Users\Thor\Documents\My Games\RedOrchestra2\ROGame\Config\ROEditor.ini, I have this configuration block:
Code:
[ModPackages]
ModPackagesInPath=..\..\ROGame\Src
ModOutputDir=..\..\ROGame\Unpublished\CookedPC\Script
ModPackages=DynamicMapRotator

Any idea what I'm doing wrong?
 
Last edited:
I realized that I was getting the same crash when loading the SDK, so I asked my new SDK Reference, Spaehling, and he told me what to do to fix this, and it worked!

1. Update the SDK
2. Under "C:\Users\<Username>\Documents\My Games", rename the folder "Red Orchestra 2" to "_Red Orchestra 2"
3. Restart the SDK
 
Upvote 0