Advertisement
Guest User

Untitled

a guest
Apr 13th, 2015
231
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.75 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // My bad.
  3.  
  4. Time: 4/13/15 1:53 PM
  5. Description: Exception in server tick loop
  6.  
  7. java.lang.UnsatisfiedLinkError: Can't obtain static newInstance method for class com.sun.jna.Structure
  8. at com.sun.jna.Native.initIDs(Native Method)
  9. at com.sun.jna.Native.<clinit>(Native.java:135)
  10. at com.sun.jna.Pointer.<clinit>(Pointer.java:42)
  11. at com.sun.jna.platform.win32.WinReg$HKEY.<init>(WinReg.java:32)
  12. at com.sun.jna.platform.win32.WinReg.<clinit>(WinReg.java:61)
  13. at oshi.software.os.windows.WindowsHardwareAbstractionLayer.getProcessors(WindowsHardwareAbstractionLayer.java:33)
  14. at h.<clinit>(SourceFile:16)
  15. at net.minecraft.server.MinecraftServer.A(SourceFile:577)
  16. at kp.A(SourceFile:299)
  17. at net.minecraft.server.MinecraftServer.z(SourceFile:533)
  18. at net.minecraft.server.MinecraftServer.run(SourceFile:449)
  19. at java.lang.Thread.run(Unknown Source)
  20.  
  21.  
  22. A detailed walkthrough of the error, its code path and all known details is as follows:
  23. ---------------------------------------------------------------------------------------
  24.  
  25. -- System Details --
  26. Details:
  27. Minecraft Version: 1.8.3
  28. Operating System: Windows 8.1 (amd64) version 6.3
  29. CPU: ~~ERROR~~ NoClassDefFoundError: Could not initialize class h
  30. Java Version: 1.8.0_40, Oracle Corporation
  31. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  32. Memory: 905227648 bytes (863 MB) / 1029177344 bytes (981 MB) up to 1029177344 bytes (981 MB)
  33. JVM Flags: 2 total; -Xmx1024M -Xms1024M
  34. IntCache: cache: 7, tcache: 0, allocated: 13, tallocated: 95
  35. Profiler Position: N/A (disabled)
  36. Player Count: 1 / 9001; [lg['JamesChilds'/276, l='world', x=-114.50, y=150.00, z=251.50]]
  37. Is Modded: Unknown (can't tell)
  38. Type: Dedicated Server (map_server.txt)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement