Advertisement
Guest User

Untitled

a guest
Aug 25th, 2019
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.85 KB | None | 0 0
  1. [19:26:11.518] [Server thread/WARN] [structurize/]: FMLServerStartedEvent
  2. [19:26:11.528] [Server thread/ERROR] [ne.mi.ev.EventBus/EVENTBUS]: Exception caught during firing event: Provider "modjar" not installed
  3. Index: 1
  4. Listeners:
  5. 0: NORMAL
  6. 1: ASM: class com.ldtteam.structurize.event.EventSubscriber onServerStarting(Lnet/minecraftforge/fml/event/server/FMLServerStartedEvent;)V
  7. 2: ASM: class com.vandendaelen.automessagedisplayer.handlers.AMDEventHandler serverStarted(Lnet/minecraftforge/fml/event/server/FMLServerStartedEvent;)V
  8. 3: net.minecraftforge.eventbus.EventBus$$Lambda$2684/1870630207@7693ee22
  9. 4: ASM: class dan200.computercraft.shared.proxy.ComputerCraftProxyCommon$ForgeHandlers onServerStarted(Lnet/minecraftforge/fml/event/server/FMLServerStartedEvent;)V
  10. 5: ASM: class com.robertx22.mine_and_slash.mmorpg.MMORPG onServerStarted(Lnet/minecraftforge/fml/event/server/FMLServerStartedEvent;)V
  11. 6: net.minecraftforge.eventbus.EventBus$$Lambda$2684/1870630207@23e594b
  12. 7: net.minecraftforge.eventbus.EventBus$$Lambda$2684/1870630207@543bc450
  13. java.nio.file.FileSystemNotFoundException: Provider "modjar" not installed
  14. at java.nio.file.Paths.get(Paths.java:147)
  15. at com.ldtteam.structurize.management.Structures.loadStyleMapsJar(Structures.java:205)
  16. at com.ldtteam.structurize.management.Structures.loadStyleMaps(Structures.java:133)
  17. at com.ldtteam.structurize.management.Structures.init(Structures.java:120)
  18. at com.ldtteam.structurize.event.EventSubscriber.onServerStarting(EventSubscriber.java:41)
  19. at net.minecraftforge.eventbus.ASMEventHandler_129_EventSubscriber_onServerStarting_FMLServerStartedEvent.invoke(.dynamic)
  20. at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:80)
  21. at net.minecraftforge.eventbus.EventBus.post(EventBus.java:258)
  22. at net.minecraftforge.fml.server.ServerLifecycleHooks.handleServerStarted(ServerLifecycleHooks.java:81)
  23. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:599)
  24. at java.lang.Thread.run(Thread.java:748)
  25.  
  26. [19:26:11.530] [Server thread/ERROR] [minecraft/MinecraftServer]: Encountered an unexpected exception
  27. java.nio.file.FileSystemNotFoundException: Provider "modjar" not installed
  28. at java.nio.file.Paths.get(Paths.java:147) ~[?:1.8.0_222] {}
  29. at com.ldtteam.structurize.management.Structures.loadStyleMapsJar(Structures.java:205) ~[?:0.10.138-ALPHA] {pl:runtimedistcleaner:A}
  30. at com.ldtteam.structurize.management.Structures.loadStyleMaps(Structures.java:133) ~[?:0.10.138-ALPHA] {pl:runtimedistcleaner:A}
  31. at com.ldtteam.structurize.management.Structures.init(Structures.java:120) ~[?:0.10.138-ALPHA] {pl:runtimedistcleaner:A}
  32. at com.ldtteam.structurize.event.EventSubscriber.onServerStarting(EventSubscriber.java:41) ~[?:0.10.138-ALPHA] {}
  33. at net.minecraftforge.eventbus.ASMEventHandler_129_EventSubscriber_onServerStarting_FMLServerStartedEvent.invoke(.dynamic) ~[?:?] {}
  34. at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:80) ~[eventbus-0.10.6-service.jar:?] {}
  35. at net.minecraftforge.eventbus.EventBus.post(EventBus.java:258) ~[eventbus-0.10.6-service.jar:?] {}
  36. at net.minecraftforge.fml.server.ServerLifecycleHooks.handleServerStarted(ServerLifecycleHooks.java:81) ~[?:?] {}
  37. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:599) [?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
  38. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_222] {}
  39. [19:26:11.553] [Server thread/ERROR] [minecraft/MinecraftServer]: This crash report has been saved to: /opt/adventuresofhalk/./crash-reports/crash-2019-08-13_19.26.11-server.txt
  40. [19:26:11.554] [Server thread/INFO] [minecraft/MinecraftServer]: Stopping server
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement