Advertisement
YourMom69Lol

Untitled

Apr 11th, 2019
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.59 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // But it works on my machine.
  3.  
  4. Time: 4/11/19 7:25 PM
  5. Description: Exception in server tick loop
  6.  
  7. java.lang.NullPointerException: Exception in server tick loop
  8. at de.waterdu.pokesmash.game.controller.data.FightInfo.onTick(FightInfo.java:323)
  9. at de.waterdu.pokesmash.event.Events.onServerTick(Events.java:62)
  10. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_51_Events_onServerTick_ServerTickEvent.invoke(.dynamic)
  11. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
  12. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
  13. at net.minecraftforge.fml.common.FMLCommonHandler.onPostServerTick(FMLCommonHandler.java:266)
  14. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:712)
  15. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526)
  16. at java.lang.Thread.run(Thread.java:748)
  17.  
  18.  
  19. A detailed walkthrough of the error, its code path and all known details is as follows:
  20. ---------------------------------------------------------------------------------------
  21.  
  22. -- System Details --
  23. Details:
  24. Minecraft Version: 1.12.2
  25. Operating System: Linux (amd64) version 4.9.154-xxxx-std-ipv6-64
  26. Java Version: 1.8.0_201, Oracle Corporation
  27. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  28. Memory: 400765144 bytes (382 MB) / 1073741824 bytes (1024 MB) up to 1073741824 bytes (1024 MB)
  29. JVM Flags: 13 total; -Xms1G -Xmx1G -XX:+UseG1GC -XX:+UnlockExperimentalVMOptions -XX:MaxGCPauseMillis=100 -XX:+DisableExplicitGC -XX:TargetSurvivorRatio=90 -XX:G1NewSizePercent=35 -XX:G1MaxNewSizePercent=60 -XX:InitiatingHeapOccupancyPercent=15 -XX:G1MixedGCLiveThresholdPercent=50 -XX:+AggressiveOpts -XX:+AlwaysPreTouch
  30. IntCache: cache: 1, tcache: 1, allocated: 12, tallocated: 94
  31. FML: MCP 9.42 Powered by Forge 14.23.5.2768 6 mods loaded, 6 mods active
  32. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  33.  
  34. | State | ID | Version | Source | Signature |
  35. |:--------- |:--------- |:----------------------------- |:----------------------------------------------- |:---------------------------------------- |
  36. | UCHIJAAAA | minecraft | 1.12.2 | minecraft.jar | None |
  37. | UCHIJAAAA | mcp | 9.42 | minecraft.jar | None |
  38. | UCHIJAAAA | FML | 8.0.99.99 | forge.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
  39. | UCHIJAAAA | forge | 14.23.5.2768 | forge.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
  40. | UCHIJAAAA | pixelmon | 7.0.5 | Pixelmon-1.12.2-7.0.5.jar | None |
  41. | UCHIJAAAA | pokesmash | 1.12.2-0.0.2.0-universal-BETA | PokeSmash-1.12.2-0.0.2.0-universal-BETA (1).jar | None |
  42.  
  43. Loaded coremods (and transformers):
  44. Profiler Position: N/A (disabled)
  45. Player Count: 2 / 300; [EntityPlayerMP['Mikirae'/136, l='world', x=43.07, y=64.00, z=246.71], EntityPlayerMP['TheSirud'/495, l='world', x=51.15, y=66.10, z=249.06]]
  46. Is Modded: Definitely; Server brand changed to 'fml,forge'
  47. Type: Dedicated Server (map_server.txt)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement