Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.DllNotFoundException: Unable to load DLL 'SDL.dll': The specified module could not be found. (Exception from HRESULT: 0x8007007E)
- at Tao.Sdl.Sdl.__SDL_Init(Int32 flags)
- at Tao.Sdl.Sdl.SDL_Init(Int32 flags)
- at OpenRA.Renderer.Cg.GraphicsDevice..ctor(Int32 width, Int32 height, WindowMode window, Boolean vsync) in C:\Documents and Settings\danijel\Desktop\OpenRA\OpenRA.Renderer.Cg\GraphicsDevice.cs:line 54
- --- End of inner exception stack trace ---
- at System.RuntimeMethodHandle._InvokeConstructor(Object[] args, SignatureStruct& signature, IntPtr declaringType)
- at System.RuntimeMethodHandle.InvokeConstructor(Object[] args, SignatureStruct signature, RuntimeTypeHandle declaringType)
- at System.Reflection.RuntimeConstructorInfo.Invoke(BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
- at System.Reflection.ConstructorInfo.Invoke(Object[] parameters)
- at OpenRA.Graphics.Renderer.CreateDevice(Assembly rendererDll, Int32 width, Int32 height, WindowMode window, Boolean vsync) in C:\Documents and Settings\danijel\Desktop\OpenRA\OpenRA.Game\Graphics\Renderer.cs:line 158
- at OpenRA.Graphics.Renderer.Initialize(WindowMode windowMode) in C:\Documents and Settings\danijel\Desktop\OpenRA\OpenRA.Game\Graphics\Renderer.cs:line 136
- at OpenRA.Game.Initialize(Arguments args) in C:\Documents and Settings\danijel\Desktop\OpenRA\OpenRA.Game\Game.cs:line 212
- at OpenRA.Program.Run(String[] args) in C:\Documents and Settings\danijel\Desktop\OpenRA\OpenRA.Game\Support\Program.cs:line 47
- at OpenRA.Program.Main(String[] args) in C:\Documents and Settings\danijel\Desktop\OpenRA\OpenRA.Game\Support\Program.cs:line 35
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement