Skip to content
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

DarkReign commit 237 AppImage crashes on start up: Assembly dr|OpenRA.Mods.Dr.dll not found. #23

Closed
fusion809 opened this issue Oct 30, 2018 · 1 comment
Labels
bug Something isn't working

Comments

@fusion809
Copy link
Contributor

fusion809 commented Oct 30, 2018

Hi,

On Fedora 28 I just built DarkReign commit 237 (c2f0c2d) and on start up the AppImage crashes, with the error message:

Loading mod: dr
Exception of type `System.IO.FileNotFoundException`: Assembly `dr|OpenRA.Mods.Dr.dll` not found.
  at OpenRA.ObjectCreator..ctor (OpenRA.Manifest manifest, OpenRA.InstalledMods mods) [0x0008d] in <8385b49bf51c4a288ea744058c0fa77b>:0 
  at OpenRA.ModData..ctor (OpenRA.Manifest mod, OpenRA.InstalledMods mods, System.Boolean useLoadScreen) [0x0002a] in <8385b49bf51c4a288ea744058c0fa77b>:0 
  at OpenRA.Game.InitializeMod (System.String mod, OpenRA.Arguments args) [0x00167] in <8385b49bf51c4a288ea744058c0fa77b>:0 
  at OpenRA.Game.Initialize (OpenRA.Arguments args) [0x004c8] in <8385b49bf51c4a288ea744058c0fa77b>:0 
  at OpenRA.Game.InitializeAndRun (System.String[] args) [0x00007] in <8385b49bf51c4a288ea744058c0fa77b>:0 
  at OpenRA.Program.Main (System.String[] args) [0x0004f] in <8385b49bf51c4a288ea744058c0fa77b>:0 

AL lib: FreeContext: (0x5581ae97f3c0) Deleting 32 Source(s)

the full exception log can be viewed at https://gist.github.com/7976e8034d2734b6ba6a4bf3ad58302e. All the other logs (e.g. perf.log) are empty.

EDIT: What is surprising is that mods/dr/OpenRA.mods.Dr.dll does, in fact, exist in the cloned git repo.

My procedure for building this AppImage was running:

make clean
make
cd packaging/linux
./buildpackage.sh $(git rev-list --branches master --count) $HOME/Applications

Thanks for your time,
Brenton

@drogoganor drogoganor added the bug Something isn't working label Jan 28, 2019
@drogoganor
Copy link
Owner

This one should be solved by now!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants