-
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
RA2 still crashing when loading mod. #68
Comments
I'm almost certain that this is now listed in the README after there were 5 such reports over the last 2 weeks. |
I can't find anything relating to this, I may just be blind. |
See #31 |
You need to compile the |
Okay, now I have this issue after my attempt at compiling. Mod Chooser Mod at Version {DEV_VERSION} |
You are probably not on the latest revision of https://github.com/OpenRA/OpenRA/tree/bleed |
I'm currently running the latest and it still happens. |
Can't reproduce. Stick to https://github.com/OpenRA/ra2/wiki#installation |
After getting past one error, I get to this error.
Operating System: Windows (Microsoft Windows NT 6.2.9200.0)
Runtime Version: .NET CLR 4.0.30319.42000
Exception of type
System.IO.FileNotFoundException
: Could not load file or assembly 'file:///C:\Users\Welsh\Desktop\OpenRA-bleed\mods\ra2\OpenRA.Mods.RA2.dll' or one of its dependencies. The system cannot find the file specified.at System.Reflection.RuntimeAssembly._nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, RuntimeAssembly locationHint, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks)
at System.Reflection.RuntimeAssembly.nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, RuntimeAssembly locationHint, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks)
at System.Reflection.RuntimeAssembly.InternalLoadAssemblyName(AssemblyName assemblyRef, Evidence assemblySecurity, RuntimeAssembly reqAssembly, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks)
at System.Reflection.RuntimeAssembly.InternalLoadFrom(String assemblyFile, Evidence securityEvidence, Byte[] hashValue, AssemblyHashAlgorithm hashAlgorithm, Boolean forIntrospection, Boolean suppressSecurityChecks, StackCrawlMark& stackMark)
at System.Reflection.Assembly.LoadFrom(String assemblyFile)
at OpenRA.ModData.<.ctor>b__0(String path) in c:\Users\Welsh\Desktop\OpenRA-bleed\OpenRA.Game\ModData.cs:line 48
at System.Linq.Enumerable.WhereSelectArrayIterator
2.MoveNext() at System.Linq.Enumerable.<ConcatIterator>d__58
1.MoveNext()at System.Linq.Enumerable.d__16
2.MoveNext() at System.Linq.Buffer
1..ctor(IEnumerable1 source) at System.Linq.Enumerable.ToArray[TSource](IEnumerable
1 source)at OpenRA.ObjectCreator..ctor(IEnumerable`1 sourceAssemblies) in c:\Users\Welsh\Desktop\OpenRA-bleed\OpenRA.Game\ObjectCreator.cs:line 29
at OpenRA.ModData..ctor(String mod, Boolean useLoadScreen) in c:\Users\Welsh\Desktop\OpenRA-bleed\OpenRA.Game\ModData.cs:line 49
at OpenRA.Game.InitializeMod(String mod, Arguments args) in c:\Users\Welsh\Desktop\OpenRA-bleed\OpenRA.Game\Game.cs:line 342
at OpenRA.Mods.Common.Widgets.Logic.ModBrowserLogic.<>c__DisplayClass28.b__26()
at OpenRA.Primitives.ActionQueue.PerformActions(Int32 currentTime) in c:\Users\Welsh\Desktop\OpenRA-bleed\OpenRA.Game\Primitives\ActionQueue.cs:line 52
at OpenRA.Game.LogicTick() in c:\Users\Welsh\Desktop\OpenRA-bleed\OpenRA.Game\Game.cs:line 574
at OpenRA.Game.Loop() in c:\Users\Welsh\Desktop\OpenRA-bleed\OpenRA.Game\Game.cs:line 709
at OpenRA.Game.Run() in c:\Users\Welsh\Desktop\OpenRA-bleed\OpenRA.Game\Game.cs:line 749
at OpenRA.Program.Run(String[] args) in c:\Users\Welsh\Desktop\OpenRA-bleed\OpenRA.Game\Support\Program.cs:line 117
at OpenRA.Program.Main(String[] args) in c:\Users\Welsh\Desktop\OpenRA-bleed\OpenRA.Game\Support\Program.cs:line 39
The text was updated successfully, but these errors were encountered: