RunUO Community

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Common Language Runtime Debugging Services

Wolfgar

Wanderer
Common Language Runtime Debugging Services

[code:1]Application has generated an exception that could not be handled.


Process id=0xd1c (3356), Thread id=0xd10 (3344).

Click OK to terminate the application.
Click CANCEL to debug the application.[/code:1]

... It doesn't do that for me with the older version. ;\
 

Thorim

Wanderer
Hi
i have the same problem Beta 8 works fine but Beta 9 show me each starting another Common Language Runtime Debugging Services fault
 

Quantos

Lord
I have the same problem with it as well. How many of you are running BobSmarts world? Maybe it's something in the scripts for his package?
 

Wolfgar

Wanderer
zero said:
You might need the directx9 libraries.

It means you do not have the managed DirectX9 libraries. If you already have DirectX9 installed, try downloading and running this file: http://www.runuo.com/krrios/mdxredist.msi


I downloaded that thing..

Now I see the client open, but then I still get the same error.. ;\
 

Thorim

Wanderer
after this i get this error
Entered Main()
Environment..
Operating System = 'Microsoft Windows NT 5.1.2600.0'
.NET Framework = '1.1.4322.573'
Base Directory = 'F\WW\kuoc_beta9_r1\Krrios' Client\Beta 9 Release 1'
Data Directory = 'F\UltimaOnline2'
Done
Setting up interop communications...done
Initializing Strings...done
Benchmarks low resolution
Main()..
Initializing Display...done
Initializing DirectX..
Fullscreen = False
done
Done
Initializing Map...done ( 0ns )
Initializing Animations...done ( 0ns )
Initializing Gumps...done ( 0ns )
Initializing Hues...done ( 0ns )
Initializing Plugins...done ( 0ns )
Initializing xGumps...done ( 0ns )
Display( "AccountLogin" ) -> 0ns
AddGumpTo( "AccountLogin" ) -> 0ns
Total -> 0ns
Parsing IP ( "127.0.0.1" )...done ( 127.0.0.12593 )
Connecting to login server '127.0.0.12593'...done
Connecting to game server '127.0.0.12593'...done
Initializing Spells...done ( 0ns )
Draw Exception
Type -> System.NullReferenceException
Message -> Object reference not set to an instance of an object.
Source -> Client
Target -> Void MouseMoveQueue()
Inner ->
Stack ->
at Client.Engine.MouseMoveQueue()
at Client.MessageManager.BeginRender()
at Client.Renderer.DrawUnsafe()
Unhandled exception
Object -> Name Client.exe
There are no context policies.

Type -> System.NullReferenceException
Message -> Object reference not set to an instance of an object.
Source -> Client
Target -> Void MouseMoveQueue()
Inner ->
Stack ->
at Client.Engine.MouseMoveQueue()
at Client.Engine.Main(String[] Args)
 

blackdragon

Wanderer
I downloaded and ran that program and it shows the client open (all black...) and I get this error.

Application has generated an exception that could not be handled.

Process id=0x624 (1572), Thread id=0x180 (384)

Click OK to terminate the application.
Click CANCEL to debug the application.
 

Phantom

Knight
You all have DirectX 9.0 and 1.1 .NET Framework installed correctly?

I would assume also you have all your windows updates installed too?
 

Shrink908

Wanderer
Krios Beta 9 with RunUO 35 and Bobsmart's world

I get this as an error when I open the debugger (I have Visual Studio.NET)

An unhandled exception of type 'System.OverflowException' occurred in Client.exe

Additional information: Arithmetic operation resulted in an overflow.

As the subject states, this is with RunUO 35 and Bobsmart's world... Maybe I could provide more info if I had the source to the client? I have VS.NET, .NET Framework 1.1, DX9 with the download in previous message installed and get this... Any ideas?

Glenn
 
Top