Advertisement
Guest User

Untitled

a guest
Mar 2nd, 2018
293
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.05 KB | None | 0 0
  1. [22:24:36 INFO]: Loading tweak class name cpw.mods.fml.common.launcher.FMLServerTweaker
  2. [22:24:36 INFO]: Using primary tweak class name cpw.mods.fml.common.launcher.FMLServerTweaker
  3. [22:24:36 INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLServerTweaker
  4. [22:24:36 INFO]: Forge Mod Loader version 7.99.4.1614 for Minecraft 1.7.10 loading
  5. [22:24:37 INFO]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_131, running on Mac OS X:x86_64:10.13.1, installed at /Library/Java/JavaVirtualMachines/jdk1.8.0_131.jdk/Contents/Home/jre
  6. [22:24:37 INFO]: [pw.prok.imagine.ImagineLoadingPlugin:<clinit>:26]: Loading plugin initialized!
  7. [22:24:37 INFO]: Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
  8. [22:24:37 INFO]: Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfTweaker
  9. [22:24:37 INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
  10. [22:24:37 INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
  11. [22:24:37 INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
  12. [22:24:38 INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
  13. [22:24:38 INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
  14. [22:24:39 INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLDeobfTweaker
  15. [22:24:39 INFO]: Loading tweak class name cpw.mods.fml.common.launcher.TerminalTweaker
  16. [22:24:39 INFO]: Calling tweak class cpw.mods.fml.common.launcher.TerminalTweaker
  17. [22:24:40 INFO]: Launching wrapped minecraft {net.minecraft.server.MinecraftServer}
  18. [22:24:44 INFO]: Starting minecraft server version 1.7.10
  19. [22:24:44 INFO]: Attempting early MinecraftForge initialization
  20. [22:24:44 INFO]: MinecraftForge v10.13.4.1614 Initialized
  21. [22:24:44 INFO]: Replaced 184 ore recipies
  22. [22:24:44 INFO]: Completed early MinecraftForge initialization
  23. [22:24:44 INFO]: Found 0 mods from the command line. Injecting into mod discoverer
  24. [22:24:44 INFO]: Searching /Users/tomrose/Desktop/moddedserver/mods for mods
  25. [22:24:46 INFO]: Forge Mod Loader has identified 5 mods to load
  26. [22:24:46 ERROR]: The mod Hats (Hats) requires mods [iChunUtil] to be available
  27. [22:24:46 ERROR]: Encountered an unexpected exception
  28. cpw.mods.fml.common.MissingModsException:
  29. Missing Mods:
  30. iChunUtil : [4.0.0,)
  31.  
  32.  
  33. at cpw.mods.fml.common.Loader.sortModList(Loader.java:243) ~[Loader.class:1.7.10-1614.58]
  34. at cpw.mods.fml.common.Loader.loadMods(Loader.java:493) ~[Loader.class:1.7.10-1614.58]
  35. at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:87) ~[FMLServerHandler.class:1.7.10-1614.58]
  36. at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:320) ~[FMLCommonHandler.class:1.7.10-1614.58]
  37. at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:176) ~[lt.class:?]
  38. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:643) [MinecraftServer.class:?]
  39. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_131]
  40. [22:24:46 ERROR]: This crash report has been saved to: /Users/tomrose/Desktop/moddedserver/./crash-reports/crash-2018-03-02_22.24.46-server.txt
  41. [22:24:46 WARN]: Can't revert to frozen GameData state without freezing first.
  42. [22:24:46 INFO]: Applying holder lookups
  43. [22:24:46 INFO]: Holder lookups applied
  44. [22:24:46 INFO]: The state engine was in incorrect state CONSTRUCTING and forced into state SERVER_STOPPED. Errors may have been discarded.
  45. >Toms-MacBook-Pro:moddedserver tomrose$ java -XX:+UseG1GC -XX:+UseFastAccessorMehods -XX:+OptimizeStringConcat -XX:MetaspaceSize=1024m -XX:MaxMetaspaceSize=2048m -XX:+AggressiveOpts -XX:MaxGCPauseMillis=10 -XX:+UseStringDeduplication -Xms4G -Xmx6G -XX:hashCode=5 -Dfile.encoding=UTF-8 -jar Thermos-1.7.10-1614.jar --log-strip-color
  46. Downloading file http://files.minecraftforge.net/maven/codechicken/ForgeMultipart/1.7.10-1.1.2.331//ForgeMultipart-1.7.10-1.1.2.331-universal.jar
  47. Downloading file http://bspk.rs/MC/bspkrsCore/[1.7.10]bspkrsCore-universal-6.15.jar
  48. Downloading file https://dl.dropboxusercontent.com/u/47135879//Baubles-1.7.10-1.0.1.10.jar
  49. A problem occurred running the Server launcher.Toms-MacBook-Pro:moddedserver tomrose$
  50. Toms-MacBook-Pro:moddedserver tomrose$ cd /Users/tomrose/Desktop/trollcraft
  51. Toms-MacBook-Pro:trollcraft tomrose$ #!/bin/bash
  52. Toms-MacBook-Pro:trollcraft tomrose$ cd "$( dirname "$0" )"
  53. dirname: illegal option -- b
  54. usage: dirname path
  55. Toms-MacBook-Pro:trollcraft tomrose$ java -Xmx8192M -jar cauldron.jar -o true
  56. [22:27:49 INFO]: Loading tweak class name cpw.mods.fml.common.launcher.FMLServerTweaker
  57. [22:27:49 INFO]: Using primary tweak class name cpw.mods.fml.common.launcher.FMLServerTweaker
  58. [22:27:49 INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLServerTweaker
  59. [22:27:49 INFO]: Forge Mod Loader version 7.10.114.1388 for Minecraft 1.7.10 loading
  60. [22:27:49 INFO]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_131, running on Mac OS X:x86_64:10.13.1, installed at /Library/Java/JavaVirtualMachines/jdk1.8.0_131.jdk/Contents/Home/jre
  61. [22:27:49 INFO]: Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
  62. [22:27:49 INFO]: Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfTweaker
  63. [22:27:49 INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
  64. [22:27:49 INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
  65. [22:27:49 INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
  66. [22:27:51 INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
  67. [22:27:51 INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLDeobfTweaker
  68. [22:27:51 INFO]: Loading tweak class name cpw.mods.fml.common.launcher.TerminalTweaker
  69. [22:27:51 INFO]: Calling tweak class cpw.mods.fml.common.launcher.TerminalTweaker
  70. [22:27:51 INFO]: Launching wrapped minecraft {net.minecraft.server.MinecraftServer}
  71. [22:27:56 INFO]: Starting minecraft server version 1.7.10
  72. [22:27:56 INFO]: Attempting early MinecraftForge initialization
  73. [22:27:56 INFO]: MinecraftForge v10.13.3.1403 Initialized
  74. [22:27:56 INFO]: Replaced 183 ore recipies
  75. [22:27:56 INFO]: Preloading CrashReport classes
  76. [22:27:56 INFO]: net.minecraft.world.World$1
  77. [22:27:56 INFO]: net.minecraft.world.World$2
  78. [22:27:56 INFO]: net.minecraft.world.World$3
  79. [22:27:56 INFO]: net.minecraft.world.World$4
  80. [22:27:56 INFO]: net.minecraft.world.chunk.Chunk$1
  81. [22:27:56 INFO]: net.minecraft.crash.CrashReportCategory$1
  82. [22:27:56 INFO]: net.minecraft.crash.CrashReportCategory$2
  83. [22:27:56 INFO]: net.minecraft.crash.CrashReportCategory$3
  84. [22:27:56 INFO]: net.minecraft.entity.Entity$1
  85. [22:27:56 INFO]: net.minecraft.entity.Entity$2
  86. [22:27:56 INFO]: net.minecraft.entity.EntityTracker$1
  87. [22:27:56 INFO]: net.minecraft.world.gen.layer.GenLayer$1
  88. [22:27:56 INFO]: net.minecraft.world.gen.layer.GenLayer$2
  89. [22:27:56 INFO]: net.minecraft.entity.player.InventoryPlayer$1
  90. [22:27:56 INFO]: net.minecraft.world.gen.structure.MapGenStructure$1
  91. [22:27:56 INFO]: net.minecraft.world.gen.structure.MapGenStructure$2
  92. [22:27:56 INFO]: net.minecraft.world.gen.structure.MapGenStructure$3
  93. [22:27:56 INFO]: net.minecraft.server.MinecraftServer$3
  94. [22:27:56 INFO]: net.minecraft.server.MinecraftServer$4
  95. [22:27:56 INFO]: net.minecraft.server.MinecraftServer$5
  96. [22:27:56 INFO]: net.minecraft.nbt.NBTTagCompound$1
  97. [22:27:56 INFO]: net.minecraft.nbt.NBTTagCompound$2
  98. [22:27:56 INFO]: net.minecraft.network.NetHandlerPlayServer$2
  99. [22:27:56 INFO]: net.minecraft.network.NetworkSystem$3
  100. [22:27:56 INFO]: net.minecraft.tileentity.TileEntity$1
  101. [22:27:56 INFO]: net.minecraft.tileentity.TileEntity$2
  102. [22:27:56 INFO]: net.minecraft.tileentity.TileEntity$3
  103. [22:27:56 INFO]: net.minecraft.world.storage.WorldInfo$1
  104. [22:27:56 INFO]: net.minecraft.world.storage.WorldInfo$2
  105. [22:27:56 INFO]: net.minecraft.world.storage.WorldInfo$3
  106. [22:27:56 INFO]: net.minecraft.world.storage.WorldInfo$4
  107. [22:27:56 INFO]: net.minecraft.world.storage.WorldInfo$5
  108. [22:27:56 INFO]: net.minecraft.world.storage.WorldInfo$6
  109. [22:27:56 INFO]: net.minecraft.world.storage.WorldInfo$7
  110. [22:27:56 INFO]: net.minecraft.world.storage.WorldInfo$8
  111. [22:27:56 INFO]: net.minecraft.world.storage.WorldInfo$9
  112. [22:27:56 INFO]: net.minecraft.server.dedicated.DedicatedServer$3
  113. [22:27:56 INFO]: net.minecraft.server.dedicated.DedicatedServer$4
  114. [22:27:56 INFO]: Completed early MinecraftForge initialization
  115. [22:27:56 INFO]: Found 0 mods from the command line. Injecting into mod discoverer
  116. [22:27:56 INFO]: Searching /Users/tomrose/Desktop/trollcraft/mods for mods
  117. [22:27:57 INFO]: Forge Mod Loader has identified 4 mods to load
  118. [22:27:57 ERROR]: The mod DraconicEvolution (Draconic Evolution) requires mods [BrandonsCore] to be available
  119. [22:27:57 ERROR]: Encountered an unexpected exception
  120. cpw.mods.fml.common.MissingModsException:
  121. Missing Mods:
  122. BrandonsCore : [1.0.0.11,)
  123.  
  124.  
  125. at cpw.mods.fml.common.Loader.sortModList(Loader.java:241) ~[Loader.class:KCauldron-1.7.10-2.1403.1.54]
  126. at cpw.mods.fml.common.Loader.loadMods(Loader.java:491) ~[Loader.class:KCauldron-1.7.10-2.1403.1.54]
  127. at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:87) ~[FMLServerHandler.class:KCauldron-1.7.10-2.1403.1.54]
  128. at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:318) ~[FMLCommonHandler.class:KCauldron-1.7.10-2.1403.1.54]
  129. at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:176) ~[lt.class:?]
  130. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:620) [MinecraftServer.class:?]
  131. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_131]
  132. [22:27:57 ERROR]: This crash report has been saved to: /Users/tomrose/Desktop/trollcraft/./crash-reports/crash-2018-03-02_22.27.57-server.txt
  133. [22:27:57 WARN]: Can't revert to frozen GameData state without freezing first.
  134. [22:27:57 INFO]: Applying holder lookups
  135. [22:27:57 INFO]: Holder lookups applied
  136. [22:27:57 INFO]: The state engine was in incorrect state CONSTRUCTING and forced into state SERVER_STOPPED. Errors may have been discarded.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement