What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

Unhandled Exception Occurred

G_xSmArTx

New Member
Joined
Aug 3, 2010
Messages
12
Reaction score
0
I just bought this and I can't even get it to open up so I can put my key in. This is what it shows in my log. Any help?



[06:58:34.971 D] [Trace] Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information.
[06:58:34.972 D] [Trace] Loader exceptions:
[06:58:34.982 D] [Trace] System.IO.FileNotFoundException: Could not load file or assembly 'System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified.
File name: 'System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'


WRN: Assembly binding logging is turned OFF.
To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
Note: There is some performance penalty associated with assembly bind failure logging.
To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].


[06:58:35.395 D] [Trace] Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information.
[06:58:35.395 D] [Trace] Loader exceptions:
[06:58:35.395 D] [Trace] System.IO.FileNotFoundException: Could not load file or assembly 'System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified.
File name: 'System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'


WRN: Assembly binding logging is turned OFF.
To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
Note: There is some performance penalty associated with assembly bind failure logging.
To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].


[06:58:35.817 N] Starting Buddy Wing v1.0.872.284
[06:58:36.691 D] The type initializer for 'Buddy.CommonBot.BotMain' threw an exception.
[06:58:37.524 D] at Buddy.CommonBot.BotMain.get_StatusText()
at Buddywing.MainWindow.()
at System.Threading.ThreadHelper.ThreadStart_Context(Object state)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean ignoreSyncCtx)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Threading.ThreadHelper.ThreadStart()
 
I just bought this and I can't even get it to open up so I can put my key in. This is what it shows in my log. Any help?



[06:58:34.971 D] [Trace] Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information.
[06:58:34.972 D] [Trace] Loader exceptions:
[06:58:34.982 D] [Trace] System.IO.FileNotFoundException: Could not load file or assembly 'System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified.
File name: 'System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'


WRN: Assembly binding logging is turned OFF.
To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
Note: There is some performance penalty associated with assembly bind failure logging.
To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].


[06:58:35.395 D] [Trace] Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information.
[06:58:35.395 D] [Trace] Loader exceptions:
[06:58:35.395 D] [Trace] System.IO.FileNotFoundException: Could not load file or assembly 'System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified.
File name: 'System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'


WRN: Assembly binding logging is turned OFF.
To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
Note: There is some performance penalty associated with assembly bind failure logging.
To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].


[06:58:35.817 N] Starting Buddy Wing v1.0.872.284
[06:58:36.691 D] The type initializer for 'Buddy.CommonBot.BotMain' threw an exception.
[06:58:37.524 D] at Buddy.CommonBot.BotMain.get_StatusText()
at Buddywing.MainWindow.()
at System.Threading.ThreadHelper.ThreadStart_Context(Object state)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean ignoreSyncCtx)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Threading.ThreadHelper.ThreadStart()


From the message:

System.IO.FileNotFoundException: Could not load file or assembly 'System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified.
File name: 'System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'


It's looking for Version 4, which is the assembly for this Namespace using Microsofts .NET 4 Runtime. Please google and make sure you are running .NET 4 not .NET 3.5 it uses the System.Web namespace, I assume because of the webservice calls it makes to the navigation server / PathService to make the bot move in the game to the correct coordinates and what not.

Again,

Please make sure you have the .NET version 4 or above runtime.
 
install the MS files provided on release thread
 
Back
Top