-
Notifications
You must be signed in to change notification settings - Fork 20
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
Exception of type 'System.Reflection.ReflectionTypeLoadException' was thrown #140
Comments
Hello, @fusion809, |
Yep, I'm afraid so. |
AppImages built upon the last release requires a proper Mono framework upon the system. #146 has been merged though so I really try for a reproduction, since that bumped everything to playtest. |
Seems unlikely to be the cause, as I can run Dune II without a problem using |
Yes, you're correct with that not being the cause - just found it here:
@evgeniysergeev Upstream removed |
Should be fixed in #154 |
The ModSDK issue is limited to the Windows path however and should not involve a running AppImage. So #154 should fix the crash here. |
#154 merged |
Ah, folks I hate to be a buzzkill but the AppImage issue seems to have survived. I am still getting that error. |
Line 137 in f213467
https://github.com/OpenRA/OpenRAModSDK/blob/5e1de7189d140049f91b3f88f3771b4c97f0b47a/mod.config#L137 |
This will be updated in #156 |
#156 merged |
Sorry folks, but the error still seems to exist with the latest commit. |
There seems to be several layers of problems here... The errors reported by We put a lot of effort into building the Both the AppImage and launch-game scripts crash on startup for me because the load screen can't find |
Can we try to package and run again, after #163 will be merged |
Sure, happy to give it a go. |
You can test using https://github.com/evgeniysergeev/d2/tree/fix-tests branch this way you don’t need to wait for merge and we will know is that changes helps or not |
Odd, I get this error when building the AppImage: Installing OpenRA engine to /data/GitHub/others/d2-fork/packaging/linux/D2Mod.appdir/usr/lib/openra
Installing OpenRA common mod files to /data/GitHub/others/d2-fork/packaging/linux/D2Mod.appdir/usr/lib/openra
cp: cannot stat './mods/cnc/OpenRA.Mods.Cnc.dll': No such file or directory |
If it helps running: find . -name "OpenRA.Mods.Cnc.dll" in the top level of this repo, returns: ./engine/mods/common/OpenRA.Mods.Cnc.dll
./engine/OpenRA.Mods.Cnc/obj/Release/OpenRA.Mods.Cnc.dll
./packaging/linux/D2Mod.appdir/usr/lib/openra/mods/common/OpenRA.Mods.Cnc.dll |
Hi,
When launching the AppImage for commit 2b37e35 I get the exception:
Here's a zip archive for all the relevant logs (only the exception log exists, all others are empty): logs-20190703-d2.zip.
The text was updated successfully, but these errors were encountered: