Author Topic: Mono failed to load .dll error  (Read 15352 times)

Offline Vikingfisk

  • Newbie
  • *
  • Posts: 9
Re: Mono failed to load .dll error
« Reply #15 on: June 21, 2013, 01:02:52 pm »
Yeah that output-log was strangely empty on both version too.
I was running a very early version of AI war on a different computer, maybe over 2 or two and a half year ago.

Offline Vikingfisk

  • Newbie
  • *
  • Posts: 9
Re: Mono failed to load .dll error
« Reply #16 on: June 21, 2013, 01:06:16 pm »
The time was ever so "sligthly" messed up, to say at least. Yes I never bothered to check the time sorry.
The main problem has persisted troughout the present day though.

Offline x4000

  • Chris McElligott Park, Arcen Founder and Lead Dev
  • Arcen Staff
  • Zenith Council Member Mark III
  • *****
  • Posts: 31,651
Re: Mono failed to load .dll error
« Reply #17 on: June 21, 2013, 01:20:42 pm »
Urgh.  That's a shame, then.  If these aren't getting to the point where they are actually logging any errors, then we're literally flying blind.  There's some problem with the engine, but we didn't code the engine and don't have the source code for it, and it's not reaching our code.  It's not a corrupt install (unlike the example at Blendo Games, who also uses Unity and had someone randomly have this problem in 2011 it seems from google).

That pretty well leaves something else on the machine interfering in some fashion, but I have no idea what it could be.  The things that come to mind:

1. There's no way it could be a firewall, those just don't mess with programs at the level that could cause this.

2. It is super likely that it's an antivirus or antispyware program, since they actively mess with other processes and can cause all sorts of trouble when they go bad.  Do you perhaps have multiple antivirus programs installed without realizing it?  Like Windows Defender as well as something else? Maybe a firewall suite came with antivirus as well as the antivirus that you specifically intended to use?  Any antispyware programs running constantly in the background?

3. It could be some other program that is trying to interject itself into DirectX/OpenGL programs.  Like the Steam overlay does, for instance, although this game of course works fine with that.  But there are various other third party things that people use for keeping track of friends while playing games, or for hooking in voice support, or whatever.  If one of those is doing something funky with how it is specifically interacts with the Unity engine, then I could see that being a problem.

4. I'm reaching here, but it could be an issue with RAM.  Either insufficient RAM at the time of running it (which from the logs it didn't look like that was the case), or a ram chip that is going bad (but that's unlikely because otherwise you'd be seeing generalized freezes and crashes in all sorts of programs).

5. Again reaching, but if you had active spyware or a virus actually running on your machine, then who knows what sort of havoc those could reap.  But there again you'd be seeing issues well beyond our game.

6. It could be some sort of graphics driver issue... but honestly I would expect a garbled screen once it gets to having directx and such loaded.  This really isn't to that stage yet it doesn't seem -- I don't think it's even loaded directx yet, as mono is just dying well before that.

7. It could be something is wrong with DirectX or OpenGL itself on your machine, but again it seems to be failing too early for that and I would expect larger problems on your system if that were the case.

8. It could be that there is some really funky interaction between this and an installed version of Mono on your machine if you have Mono installed.  It would be a first for me to see this, but I guess in theory it's possible that somehow the engine is looking to the global mono dlls in program files rather than looking to its own dlls packaged with the game, and then finding version incompatibilities and dying.  But given that mono is compiled right into the engine here, I really don't think that should happen.  But very few people have mono installed on their machines, so I guess if there was some sort of interaction that would be fitting that almost nobody ever runs into it with unity games.  Still... like 5 people in two years across all of google (and like 1 person per game in question) really seems unlikely low if it were that.


And... that's all I got.  I hope one of those triggers some idea for you on what might be the case on your machine...
Have ideas or bug reports for one of our games?  Mantis for Suggestions and Bug Reports. Thanks for helping to make our games better!

Offline Vikingfisk

  • Newbie
  • *
  • Posts: 9
Re: Mono failed to load .dll error
« Reply #18 on: June 21, 2013, 01:40:45 pm »
Of all the things you listed there, there are two things that can be the problem.

2. The anti-virus that I was using (Avast) is currently un-installed to see  if that was the case. There are not any other anti-viruses on the computer, and last time I checked there are no rogue firewall suites and such.

4. The most likely one; My computer have had several hiccups lately, especially regarding memory. My computer have kept on running like over 2 and a half year now without me restoring it back to factory condition. Now I noticed that my computer is being put under a lot of strain, I have planned a clean wipe and a hardware upgrade, extra harddrive and a new GPU is necessary.

Other than that, I see no other likely reasons for AI war not starting up.

Shall we see if the problem still persists after the upgrade/restore?

Offline keith.lamothe

  • Arcen Games Staff
  • Arcen Staff
  • Zenith Council Member Mark III
  • *****
  • Posts: 19,505
Re: Mono failed to load .dll error
« Reply #19 on: June 21, 2013, 01:43:49 pm »
If you're having general computer hiccups, especially memory-related ones, then yea I'd say wait until you've got that resolved before trying to get AIW (or any other program that won't start) working.

It's kind of like if your car won't start, but gravity has recently reversed in your neighborhood: it's probably something to do with the laws of physics being different, rather than the car itself :)  Flaky memory (either at the hardware level or something else producing the effect of flaky memory) can break just about anything at the software level.
Have ideas or bug reports for one of our games? Mantis for Suggestions and Bug Reports. Thanks for helping to make our games better!

Offline x4000

  • Chris McElligott Park, Arcen Founder and Lead Dev
  • Arcen Staff
  • Zenith Council Member Mark III
  • *****
  • Posts: 31,651
Re: Mono failed to load .dll error
« Reply #20 on: June 21, 2013, 01:56:09 pm »
If you're worried about a stick or two of your RAM being bad, you might want to try this to see if there definitely is an issue: http://www.memtest86.com/
Have ideas or bug reports for one of our games?  Mantis for Suggestions and Bug Reports. Thanks for helping to make our games better!

Offline keith.lamothe

  • Arcen Games Staff
  • Arcen Staff
  • Zenith Council Member Mark III
  • *****
  • Posts: 19,505
Re: Mono failed to load .dll error
« Reply #21 on: June 21, 2013, 02:05:34 pm »
Yea, I used something similar when I suspected a RAM problem with my main system a while ago.

It did indeed find failures, though it turns out the actual problem wasn't the RAM but that I wasn't giving it quite enough voltage because I was using all 4 slots with fairly high-performance RAM.  Tweaked up the voltage slightly in the BIOS and it's worked great since then.

If you've gone from "working" to "intermittent failure" over a few years with no hardware changes, though, then it's probably actually a defect in the RAM itself due to wear.
Have ideas or bug reports for one of our games? Mantis for Suggestions and Bug Reports. Thanks for helping to make our games better!

 

SMF spam blocked by CleanTalk