Author Topic: Crash on start up - Cannot fix.  (Read 3645 times)

madmanmad

  • Posts: 1
  • Maggot Crusher.
    • View Profile
Crash on start up - Cannot fix.
« on: December 01, 2013, 10:29:50 PM »
So my friend just gifted me this game and for the life of me i cannot get it to work.

I've tired EVERYTHING in the troubleshooting thread.

The error log puts this out.

--- UNHANDLED EXCEPTION - 01/12/2013 21:03:26 - HMW 1.1 ---
System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.DllNotFoundException: Unable to load DLL 'bcrypt.dll': Invalid access to memory location. (Exception from HRESULT: 0x800703E6)
   at Microsoft.Win32.Win32Native.BCryptGetFipsAlgorithmMode(Boolean& pfEnabled)
   at System.Security.Cryptography.CryptoConfig.get_AllowOnlyFipsAlgorithms()
   at System.Security.Cryptography.MD5CryptoServiceProvider..ctor()
   --- End of inner exception stack trace ---
   at System.RuntimeMethodHandle._InvokeConstructor(IRuntimeMethodInfo method, Object[] args, SignatureStruct& signature, RuntimeType declaringType)
   at System.RuntimeMethodHandle.InvokeConstructor(IRuntimeMethodInfo method, Object[] args, SignatureStruct signature, RuntimeType declaringType)
   at System.Reflection.RuntimeConstructorInfo.Invoke(BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at System.Security.Cryptography.CryptoConfig.CreateFromName(String name, Object[] args)
   at System.Security.Cryptography.MD5.Create()
   at ARPGGame.ModificationList.LoadDirectory(String dir, String file) in c:\Arbete\Programmering\C#\ARPGProj\trunk\ARPG\ARPGGame\ModificationList.cs:line 34
   at ARPGGame.ModificationList.Load(String file) in c:\Arbete\Programmering\C#\ARPGProj\trunk\ARPG\ARPGGame\ModificationList.cs:line 107
   at ARPGGame.GameBase.InitializeResources(ResourceContext resContext, StartParameters sp) in c:\Arbete\Programmering\C#\ARPGProj\trunk\ARPG\ARPGGame\GameBase.cs:line 152
   at ARPGGame.ARPGGame.OnLoad(EventArgs e) in c:\Arbete\Programmering\C#\ARPGProj\trunk\ARPG\ARPGGame\Program.cs:line 592
   at OpenTK.GameWindow.Run(Double updates_per_second, Double frames_per_second)
   at ARPGGame.Program.Main(String[] args) in c:\Arbete\Programmering\C#\ARPGProj\trunk\ARPG\ARPGGame\Program.cs:line 206
------

It says it's unable to load "bcrypt.dll" i have checked and i do have this dll, but apparently it can't load it?

This is very frustrating and i'm not sure what else i can do.

Myran

  • Developer
  • Posts: 183
    • View Profile
Re: Crash on start up - Cannot fix.
« Reply #1 on: December 12, 2013, 04:19:24 PM »
Wow, that's weird. Can you try copying it to your game folder?