-
Notifications
You must be signed in to change notification settings - Fork 162
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cant launch the RA2 mod #31
Comments
The first crash is because of the missing dll, yes. The The second crash is already known and will be resolved by an update proposed in #28. Unfortunately I can't merge that PR right now as the latest version of OpenRA can't parse the RA2 sound files anymore and thus crashes. |
At the moment you should be able to run the RA2 mod with the workaround mentioned in #13 (comment):
|
Note: Until upstream OpenRA fixed their issues this will still crash unless you use OpenRA/OpenRA#10482 as OpenRA version. I'll write here again when the mentioned fix is in. |
By the way, I also made an attempt to add a |
OpenRA/OpenRA#10482 was just merged, so you should be able to run this with current bleed of OpenRA again. |
it crash when trying to switch to RA2 mod
exception.log
sound.log
LoadSound, file does not exist: button.aud
Attempt to Play2D a null
ISoundSource
Attempt to Play2D a null
ISoundSource
And after copy OpenRA.Mods.RA2.dll from https://github.com/Phrohdoh/OpenRA (after make.cmd-> all) to RA2 mod folder it make another crash:
exception.log
Remake make.cmd operations with (https://github.com/OpenRA/OpenRA+https://github.com/OpenRA/RA2) makes same crashes and not build OpenRA.Mods.RA2.dll file at all.
The text was updated successfully, but these errors were encountered: