Advertisement
Guest User

Untitled

a guest
Jun 29th, 2013
213
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.92 KB | None | 0 0
  1. System.DllNotFoundException was unhandled
  2. HResult=-2146233052
  3. Message=Unable to load DLL 'csfml-graphics-2': The specified module could not be found. (Exception from HRESULT: 0x8007007E)
  4. Source=sfmlnet-graphics-2
  5. TypeName=""
  6. StackTrace:
  7. at SFML.Graphics.Shape.sfShape_create(GetPointCountCallbackType getPointCount, GetPointCallbackType getPoint, IntPtr userData)
  8. at SFML.Graphics.Shape..ctor()
  9. at SFML.Graphics.ConvexShape..ctor(UInt32 pointCount)
  10. at Pax.Core.Map.Province.AddPart(PointF[] points) in c:\Users\c\Pax\Core\Pax.Core\Map.cs:line 53
  11. at Pax.Core.Map.LoadProvincesFromFile(String filename) in c:\Users\c\Pax\Core\Pax.Core\Map.cs:line 73
  12. at Pax.Core.Map.Factory(XElement el) in c:\Users\c\Pax\Core\Pax.Core\Map.cs:line 34
  13. at Pax.Assets.Manager.get_Item(String id) in c:\Users\c\Pax\Core\Pax.Assets\Manager.cs:line 86
  14. at MainWindow..ctor(Manager manager) in c:\Users\c\Pax\Programs\Pax.Client\MainWindow.cs:line 34
  15. at Pax.Client.MainClass.Main(String[] args) in c:\Users\c\Pax\Programs\Pax.Client\Main.cs:line 39
  16. at System.AppDomain._nExecuteAssembly(RuntimeAssembly assembly, String[] args)
  17. at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args)
  18. at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly()
  19. at System.Threading.ThreadHelper.ThreadStart_Context(Object state)
  20. at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  21. at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  22. at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
  23. at System.Threading.ThreadHelper.ThreadStart()
  24. InnerException:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement