Advertisement
Guest User

graphicslog

a guest
Sep 17th, 2014
251
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.95 KB | None | 0 0
  1. System.BadImageFormatException: An attempt was made to load a program with an incorrect format. (Exception from HRESULT: 0x8007000B)
  2. at SDL2.SDL.SDL_Init(UInt32 flags)
  3. at OpenRA.Renderer.Sdl2.Sdl2GraphicsDevice..ctor(Size windowSize, WindowMode windowMode) in C:\Users\Umair\Documents\GitHub\OpenRA\OpenRA.Renderer.Sdl2\Sdl2GraphicsDevice.cs:line 44
  4. at OpenRA.Renderer.Sdl2.DeviceFactory.Create(Size size, WindowMode windowMode) in C:\Users\Umair\Documents\GitHub\OpenRA\OpenRA.Renderer.Sdl2\Sdl2GraphicsDevice.cs:line 27
  5. at OpenRA.Graphics.Renderer.CreateDevice(Assembly rendererDll, Int32 width, Int32 height, WindowMode window) in C:\Users\Umair\Documents\GitHub\OpenRA\OpenRA.Game\Graphics\Renderer.cs:line 167
  6. at OpenRA.Graphics.Renderer.Initialize(WindowMode windowMode) in C:\Users\Umair\Documents\GitHub\OpenRA\OpenRA.Game\Graphics\Renderer.cs:line 151
  7. at OpenRA.Game.Initialize(Arguments args) in C:\Users\Umair\Documents\GitHub\OpenRA\OpenRA.Game\Game.cs:line 221
  8. System.BadImageFormatException: An attempt was made to load a program with an incorrect format. (Exception from HRESULT: 0x8007000B)
  9. at SDL2.SDL.SDL_Init(UInt32 flags)
  10. at OpenRA.Renderer.Sdl2.Sdl2GraphicsDevice..ctor(Size windowSize, WindowMode windowMode) in C:\Users\Umair\Documents\GitHub\OpenRA\OpenRA.Renderer.Sdl2\Sdl2GraphicsDevice.cs:line 44
  11. at OpenRA.Renderer.Sdl2.DeviceFactory.Create(Size size, WindowMode windowMode) in C:\Users\Umair\Documents\GitHub\OpenRA\OpenRA.Renderer.Sdl2\Sdl2GraphicsDevice.cs:line 27
  12. at OpenRA.Graphics.Renderer.CreateDevice(Assembly rendererDll, Int32 width, Int32 height, WindowMode window) in C:\Users\Umair\Documents\GitHub\OpenRA\OpenRA.Game\Graphics\Renderer.cs:line 167
  13. at OpenRA.Graphics.Renderer.Initialize(WindowMode windowMode) in C:\Users\Umair\Documents\GitHub\OpenRA\OpenRA.Game\Graphics\Renderer.cs:line 151
  14. at OpenRA.Game.Initialize(Arguments args) in C:\Users\Umair\Documents\GitHub\OpenRA\OpenRA.Game\Game.cs:line 221
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement