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!

getting error when opening sallos

Siris_James

Traveler
just reformatted
im patched a little over 7.0.0.0
i have direct x and .net framework
changed art files for treehack
and am getting this error.. what do i do!?!?

Code:
System.TypeInitializationException: The type initializer for 'Sallos.Segments' threw an exception. ---> System.TypeInitializationException: The type initializer for 'Sallos.Segment' threw an exception. ---> Error in the application.
-2146232832 (Unknown)
   at Microsoft.DirectX.Direct3D.Device..ctor(Int32 adapter, DeviceType deviceType, Control renderWindow, CreateFlags behaviorFlags, PresentParameters presentationParameters)
   at Sallos.Painter..ctor(Control control, Boolean fullScreen)
   at Sallos.Core.get_Painter()
   at Sallos.SurfaceCache.Aquire(String archive)
   at Sallos.Segment..cctor()
   --- End of inner exception stack trace ---
   at Sallos.Segment..ctor()
   at Sallos.Segments..cctor()
   --- End of inner exception stack trace ---
   at Sallos.Core.Main(String[] args)
 
Top