Advertisement
Guest User

Untitled

a guest
Nov 6th, 2018
345
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.58 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // You should try our sister game, Minceraft!
  3.  
  4. Time: 11/6/18 4:40 PM
  5. Description: Exception in server tick loop
  6.  
  7. cpw.mods.fml.common.LoaderException: java.lang.NoClassDefFoundError: Llumien/resourceloader/loader/NormalResourceLoader;
  8. at cpw.mods.fml.common.LoadController.transition(LoadController.java:163)
  9. at cpw.mods.fml.common.Loader.loadMods(Loader.java:544)
  10. at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:87)
  11. at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:314)
  12. at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:117)
  13. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:387)
  14. at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
  15. Caused by: java.lang.NoClassDefFoundError: Llumien/resourceloader/loader/NormalResourceLoader;
  16. at java.lang.Class.getDeclaredFields0(Native Method)
  17. at java.lang.Class.privateGetDeclaredFields(Unknown Source)
  18. at java.lang.Class.getDeclaredField(Unknown Source)
  19. at cpw.mods.fml.common.FMLModContainer.parseSimpleFieldAnnotation(FMLModContainer.java:404)
  20. at cpw.mods.fml.common.FMLModContainer.processFieldAnnotations(FMLModContainer.java:358)
  21. at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:513)
  22. at sun.reflect.GeneratedMethodAccessor6.invoke(Unknown Source)
  23. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  24. at java.lang.reflect.Method.invoke(Unknown Source)
  25. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  26. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  27. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  28. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  29. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  30. at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
  31. at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
  32. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  33. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  34. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  35. at java.lang.reflect.Method.invoke(Unknown Source)
  36. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  37. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  38. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  39. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  40. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  41. at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
  42. at cpw.mods.fml.common.Loader.loadMods(Loader.java:513)
  43. ... 5 more
  44. Caused by: java.lang.ClassNotFoundException: lumien.resourceloader.loader.NormalResourceLoader
  45. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
  46. at java.lang.ClassLoader.loadClass(Unknown Source)
  47. at java.lang.ClassLoader.loadClass(Unknown Source)
  48. ... 32 more
  49. Caused by: java.lang.NoClassDefFoundError: net/minecraft/client/resources/IResourcePack
  50. at java.lang.ClassLoader.defineClass1(Native Method)
  51. at java.lang.ClassLoader.defineClass(Unknown Source)
  52. at java.security.SecureClassLoader.defineClass(Unknown Source)
  53. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182)
  54. ... 34 more
  55. Caused by: java.lang.ClassNotFoundException: net.minecraft.client.resources.IResourcePack
  56. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
  57. at java.lang.ClassLoader.loadClass(Unknown Source)
  58. at java.lang.ClassLoader.loadClass(Unknown Source)
  59. ... 38 more
  60. Caused by: java.lang.NullPointerException
  61. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182)
  62. ... 40 more
  63.  
  64.  
  65. A detailed walkthrough of the error, its code path and all known details is as follows:
  66. ---------------------------------------------------------------------------------------
  67.  
  68. -- System Details --
  69. Details:
  70. Minecraft Version: 1.7.10
  71. Operating System: Windows 10 (amd64) version 10.0
  72. Java Version: 1.8.0_191, Oracle Corporation
  73. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  74. Memory: 420202240 bytes (400 MB) / 658505728 bytes (628 MB) up to 1895825408 bytes (1808 MB)
  75. JVM Flags: 0 total;
  76. AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  77. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  78. FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1566 125 mods loaded, 125 mods active
  79. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  80. UC mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
  81. UC CollectiveFrameworkCore{1.0.0-132} [Collective Framework Core] (minecraft.jar)
  82. UC FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1566-1.7.10-universal.jar)
  83. UC Forge{10.13.4.1566} [Minecraft Forge] (forge-1.7.10-10.13.4.1566-1.7.10-universal.jar)
  84. UC appliedenergistics2-core{rv3-beta-6} [Applied Energistics 2 Core] (minecraft.jar)
  85. UC Aroma1997Core{1.0.2.16} [Aroma1997Core] (Aroma1997Core-1.7.10-1.0.2.16.jar)
  86. UC <CCTweaks ASM>{1.1.1} [<CCTweaks ASM>] (minecraft.jar)
  87. UC CodeChickenCore{1.0.7.47} [CodeChicken Core] (minecraft.jar)
  88. UC InfiniBows{1.3.0 build 20} [InfiniBows] (minecraft.jar)
  89. UC MobiusCore{1.2.5} [MobiusCore] (minecraft.jar)
  90. UC NotEnoughItems{1.0.5.120} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.5.120-universal.jar)
  91. UC OpenModsCore{0.10} [OpenModsCore] (minecraft.jar)
  92. UC <CoFH ASM>{000} [CoFH ASM] (minecraft.jar)
  93. UC PeripheralsPlusPlusCore{1.3.6} [Peripherals++ Core] (minecraft.jar)
  94. UC debug{1.0} [debug] (denseores-1.6.2.jar)
  95. UC securitycraft{v1.8.2.4} [SecurityCraft] ([1.7.10] SecurityCraft v1.8.2.4.jar)
  96. UC CoFHCore{1.7.10R3.1.4} [CoFH Core] (CoFHCore-[1.7.10]3.1.4-329.jar)
  97. UC BuildCraft|Core{7.1.22} [BuildCraft] (buildcraft-7.1.22.jar)
  98. UC BuildCraft|Transport{7.1.22} [BC Transport] (buildcraft-7.1.22.jar)
  99. UC BuildCraft|Factory{7.1.22} [BC Factory] (buildcraft-7.1.22.jar)
  100. UC BuildCraft|Silicon{7.1.22} [BC Silicon] (buildcraft-7.1.22.jar)
  101. UC additionalpipes{4.7.0} [Additional Pipes] (additionalpipes-4.7.1.jar)
  102. UC IC2{2.2.827-experimental} [IndustrialCraft 2] (industrialcraft-2-2.2.827-experimental.jar)
  103. UC ImmibisCore{59.1.1} [Immibis Core] (immibis-core-59.1.1.jar)
  104. UC AdvancedRepulsionSystems{59.0.3} [Advanced Repulsion Systems] (adv-repulsion-systems-59.0.3.jar)
  105. UC AdvancedMachines{59.0.2} [Advanced Machines] (advanced-machines-59.0.2.jar)
  106. UC AFSU{1.2.3a-Freeza} [AFSU Mod] (AFSU-1.2.3a-Freeza.jar)
  107. UC appliedenergistics2{rv3-beta-6} [Applied Energistics 2] (appliedenergistics2-rv3-beta-6.jar)
  108. UC Aroma1997CoreHelper{1.0.2.16} [Aroma1997Core|Helper] (Aroma1997Core-1.7.10-1.0.2.16.jar)
  109. UC autooredictconv{1.7.10-1.3.1} [Auto Ore Dictionary Converter] (autooredictconv-1.7.10-1.3.1.jar)
  110. UC bdlib{1.9.4.109} [BD Lib] (bdlib-1.9.4.109-mc1.7.10.jar)
  111. UC BiblioCraft{1.11.7} [BiblioCraft] (BiblioCraft[v1.11.7][MC1.7.10].jar)
  112. UC Baubles{1.0.1.10} [Baubles] (Baubles-1.7.10-1.0.1.10.jar)
  113. UC ThermalFoundation{1.7.10R1.2.6} [Thermal Foundation] (ThermalFoundation-[1.7.10]1.2.6-118.jar)
  114. UC ThermalExpansion{1.7.10R4.1.5} [Thermal Expansion] (ThermalExpansion-[1.7.10]4.1.5-248.jar)
  115. UC BigReactors{0.4.3A} [Big Reactors] (BigReactors-0.4.3A.jar)
  116. UC AWWayofTime{v1.3.3} [Blood Magic: Alchemical Wizardry] (BloodMagic-1.7.10-1.3.3-17.jar)
  117. UC BrandonsCore{1.0.0.12} [Brandon's Core] (BrandonsCore-1.0.0.12.jar)
  118. UC BuildCraft|Robotics{7.1.22} [BC Robotics] (buildcraft-7.1.22.jar)
  119. UC BuildCraft|Energy{7.1.22} [BC Energy] (buildcraft-7.1.22.jar)
  120. UC BuildCraft|Builders{7.1.22} [BC Builders] (buildcraft-7.1.22.jar)
  121. UC Forestry{4.2.16.64} [Forestry for Minecraft] (forestry_1.7.10-4.2.16.64.jar)
  122. UC BuildCraft|Compat{7.1.5} [BuildCraft Compat] (buildcraft-compat-7.1.5.jar)
  123. UC Railcraft{9.12.2.1} [Railcraft] (Railcraft_1.7.10-9.12.2.1.jar)
  124. UC ForgeMultipart{1.2.0.345} [Forge Multipart] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
  125. UC chisel{2.9.5.11} [Chisel] (Chisel-2.9.5.11.jar)
  126. UC CarpentersBlocks{3.3.8.1} [Carpenter's Blocks] (Carpenter's Blocks v3.3.8.1 - MC 1.7.10.jar)
  127. UC ComputerCraft{1.75} [ComputerCraft] (ComputerCraft1.75.jar)
  128. UC OpenMods{0.10} [OpenMods] (OpenModsLib-1.7.10-0.10.jar)
  129. UC OpenPeripheralCore{1.4} [OpenPeripheralCore] (OpenPeripheralCore-1.7.10-1.4.jar)
  130. UC CCTweaks{1.1.1} [CCTweaks] (CCTweaks-1.7.10-1.1.1.jar)
  131. UC CollectiveFramework{1.0.0-132} [Collective Framework] (CollectiveFramework-1.0.0-132.jar)
  132. UC DraconicEvolution{1.0.2h} [Draconic Evolution] (Draconic-Evolution-1.7.10-1.0.2h.jar)
  133. UC endercore{1.7.10-0.2.0.39_beta} [EnderCore] (EnderCore-1.7.10-0.2.0.39_beta.jar)
  134. UC Waila{1.5.10} [Waila] (Waila-1.5.10_1.7.10.jar)
  135. UC EnderIO{1.7.10-2.3.0.429_beta} [Ender IO] (EnderIO-1.7.10-2.3.0.429_beta.jar)
  136. UC EnderStorage{1.4.7.37} [EnderStorage] (EnderStorage-1.7.10-1.4.7.37-universal.jar)
  137. UC etfuturum{1.5.5} [Et Futurum] (Et Futurum-1.5.5.jar)
  138. UC extracells{2.3.14} [Extra Cells 2] (ExtraCells-1.7.10-2.3.14b197.jar)
  139. UC ExtraUtilities{1.2.12} [Extra Utilities] (extrautilities-1.2.12.jar)
  140. UC fancygrass{1.0.0} [FancyGrass] (FancyGrass-MC1.7.10-1.0.0.jar)
  141. UC fastleafdecay{1.4} [Fast Leaf Decay] (FastLeafDecay-1.7.10-1.4.jar)
  142. UC fw{1.3.0} [Fullscreen Windowed] (FullscreenWindowed-1.7.10-1.3.0b.jar)
  143. UC gendustry{1.6.3.132} [GenDustry] (gendustry-1.6.3.132-mc1.7.10.jar)
  144. UC IC2NuclearControl{2.4.3a} [Nuclear Control 2] (IC2NuclearControl-2.4.3a.jar)
  145. UC ImmibisPeripherals{59.0.2} [Immibis's Peripherals] (immibis-peripherals-59.0.2.jar)
  146. UC inpure|core{1.7.10R1.0.0B9} [INpureCore] (INpureCore-[1.7.10]1.0.0B9-62.jar)
  147. UC inventorytweaks{1.59-dev-152-cf6e263} [Inventory Tweaks] (InventoryTweaks-1.59-dev-152.jar)
  148. UC IronChest{6.0.62.742} [Iron Chest] (ironchest-1.7.10-6.0.62.742-universal.jar)
  149. UC journeymap{5.1.4p2} [JourneyMap] (journeymap-1.7.10-5.1.4p2-unlimited.jar)
  150. UC malisiscore{1.7.10-0.14.3} [MalisisCore] (malisiscore-1.7.10-0.14.3.jar)
  151. UC malisisdoors{1.7.10-1.13.2} [Malisis' Doors] (malisisdoors-1.7.10-1.13.2.jar)
  152. UC Mantle{1.7.10-0.3.2.jenkins191} [Mantle] (Mantle-1.7.10-0.3.2b.jar)
  153. UC mdecore{v1.0-mc1.7.10} [MattDahEpic Core] (mdecore-1.0.jar)
  154. UC MineTweaker3{3.0.10} [MineTweaker 3] (MineTweaker3-1.7.10-3.0.10B.jar)
  155. UC Morpheus{1.7.10-1.6.21} [Morpheus] (Morpheus-1.7.10-1.6.21.jar)
  156. UC cfm{3.4.7} [§9MrCrayfish's Furniture Mod] (MrCrayfishFurnitureModv3.4.7(1.7.10).jar)
  157. UC NEIAddons{1.12.14.40} [NEI Addons] (neiaddons-1.12.14.40-mc1.7.10.jar)
  158. UC NEIAddons|Developer{1.12.14.40} [NEI Addons: Developer Tools] (neiaddons-1.12.14.40-mc1.7.10.jar)
  159. UC NEIAddons|AppEng{1.12.14.40} [NEI Addons: Applied Energistics 2] (neiaddons-1.12.14.40-mc1.7.10.jar)
  160. UC NEIAddons|Botany{1.12.14.40} [NEI Addons: Botany] (neiaddons-1.12.14.40-mc1.7.10.jar)
  161. UC NEIAddons|Forestry{1.12.14.40} [NEI Addons: Forestry] (neiaddons-1.12.14.40-mc1.7.10.jar)
  162. UC NEIAddons|CraftingTables{1.12.14.40} [NEI Addons: Crafting Tables] (neiaddons-1.12.14.40-mc1.7.10.jar)
  163. UC NEIAddons|ExNihilo{1.12.14.40} [NEI Addons: Ex Nihilo] (neiaddons-1.12.14.40-mc1.7.10.jar)
  164. UC neiintegration{1.1.2} [NEI Integration] (NEIIntegration-MC1.7.10-1.1.2.jar)
  165. UC NetherOres{1.7.10R2.3.1} [Nether Ores] (NetherOres-[1.7.10]2.3.1-22.jar)
  166. UC neresources{0.1.0.ManuallyBuilt} [Not Enough Resources] (NotEnoughResources-1.7.10-0.1.0-128.jar)
  167. UC OpenBlocks{1.6} [OpenBlocks] (OpenBlocks-1.7.10-1.6.jar)
  168. UC OCS{1.7.5} [OpenCCSensors] (openccsensors-1.7.5.jar)
  169. UC OpenPeripheral{0.6} [OpenPeripheralAddons] (OpenPeripheralAddons-1.7.10-0.6.jar)
  170. UC OpenPeripheralIntegration{0.6} [OpenPeripheralIntegration] (OpenPeripheralIntegration-1.7.10-0.6.jar)
  171. UC PeripheralsPlusPlus{1.3.6} [Peripherals++] (Peripherals++-1.3.6.jar)
  172. UC PowerConverters{1.7.10_3.3.0-jenkins.76} [Power Converters] (PowerConverters-1.7.10_3.3.0-jenkins.76.jar)
  173. UC ProjectE{1.7.10-PE1.10.1} [ProjectE] (ProjectE-1.7.10-PE1.10.1.jar)
  174. UC MrTJPCoreMod{1.1.0.33} [MrTJPCore] (MrTJPCore-1.7.10-1.1.0.33-universal.jar)
  175. UC ProjRed|Core{4.7.0pre12.95} [ProjectRed Core] (ProjectRed-1.7.10-4.7.0pre12.95-Base.jar)
  176. UC ProjRed|Transmission{4.7.0pre12.95} [ProjectRed Transmission] (ProjectRed-1.7.10-4.7.0pre12.95-Integration.jar)
  177. UC ProjRed|Transportation{4.7.0pre12.95} [ProjectRed Transportation] (ProjectRed-1.7.10-4.7.0pre12.95-Mechanical.jar)
  178. UC ProjRed|Exploration{4.7.0pre12.95} [ProjectRed Exploration] (ProjectRed-1.7.10-4.7.0pre12.95-World.jar)
  179. UC TConstruct{1.7.10-1.8.8.build988} [Tinkers' Construct] (TConstruct-1.7.10-1.8.8.jar)
  180. UC ProjRed|Compatibility{4.7.0pre12.95} [ProjectRed Compatibility] (ProjectRed-1.7.10-4.7.0pre12.95-Compat.jar)
  181. UC ProjRed|Integration{4.7.0pre12.95} [ProjectRed Integration] (ProjectRed-1.7.10-4.7.0pre12.95-Integration.jar)
  182. UC ProjRed|Illumination{4.7.0pre12.95} [ProjectRed Illumination] (ProjectRed-1.7.10-4.7.0pre12.95-Lighting.jar)
  183. UC ProjRed|Expansion{4.7.0pre12.95} [ProjectRed Expansion] (ProjectRed-1.7.10-4.7.0pre12.95-Mechanical.jar)
  184. UE ResourceLoader{1.3} [Resource Loader] (ResourceLoader-MC1.7.10-1.3.jar)
  185. UC simplyjetpacks{1.5.3} [Simply Jetpacks] (SimplyJetpacks-MC1.7.10-1.5.3.jar)
  186. UE soundfilters{0.8_for_1.7.X} [Sound Filters] (SoundFilters-0.8_for_1.7.X.jar)
  187. UC ThermalDynamics{1.7.10R1.2.1} [Thermal Dynamics] (ThermalDynamics-[1.7.10]1.2.1-172.jar)
  188. UC TiCTooltips{1.2.5} [TiC Tooltips] (TiCTooltips-mc1.7.10-1.2.5.jar)
  189. UC Tubestuff{59.0.4} [Tubestuff] (tubestuff-59.0.4.jar)
  190. UC Uncomplication{0.1.2.1.b77} [Uncomplication] (Uncomplication-1.7.10-0.1.2.1.b77.jar)
  191. UC WailaHarvestability{1.1.6} [Waila Harvestability] (WailaHarvestability-mc1.7.10-1.1.6.jar)
  192. UC wawla{1.3.1} [What Are We Looking At] (Wawla-1.0.5.120.jar)
  193. UC weaponmod{v1.14.3} [Balkon's WeaponMod] (weaponmod-1.14.3.jar)
  194. UC witchery{0.24.1} [Witchery] (witchery-1.7.10-0.24.1.jar)
  195. UC WR-CBE|Core{1.4.1.9} [WR-CBE Core] (WR-CBE-1.7.10-1.4.1.9-universal.jar)
  196. UC WR-CBE|Addons{1.4.1.9} [WR-CBE Addons] (WR-CBE-1.7.10-1.4.1.9-universal.jar)
  197. UC WR-CBE|Logic{1.4.1.9} [WR-CBE Logic] (WR-CBE-1.7.10-1.4.1.9-universal.jar)
  198. UC McMultipart{1.2.0.345} [Minecraft Multipart Plugin] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
  199. UC ForgeRelocation{0.0.1.4} [ForgeRelocation] (ForgeRelocation-1.7.10-0.0.1.4-universal.jar)
  200. UC MCFrames{1.0} [MCFrames] (ForgeRelocation-1.7.10-0.0.1.4-universal.jar)
  201. UC RelocationFMP{0.0.1.2} [RelocationFMP] (ForgeRelocationFMP-1.7.10-0.0.1.2-universal.jar)
  202. UC aobd{2.9.2} [Another One Bites The Dust] (AOBD-2.9.2.jar)
  203. UC denseores{1.0} [Dense Ores] (denseores-1.6.2.jar)
  204. UC ForgeMicroblock{1.2.0.345} [Forge Microblocks] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
  205. OpenModsLib class transformers: [stencil_patches:ENABLED],[movement_callback:ENABLED],[player_damage_hook:FINISHED],[map_gen_fix:ENABLED],[gl_capabilities_hook:ENABLED],[player_render_hook:ENABLED]
  206. Class transformer null safety: all safe
  207. CoFHCore: -[1.7.10]3.1.4-329
  208. AE2 Version: beta rv3-beta-6 for Forge 10.13.4.1448
  209. ThermalFoundation: -[1.7.10]1.2.6-118
  210. ThermalExpansion: -[1.7.10]4.1.5-248
  211. Mantle Environment: Environment healthy.
  212. NetherOres: -[1.7.10]2.3.1-22
  213. TConstruct Environment: Environment healthy.
  214. ThermalDynamics: -[1.7.10]1.2.1-172
  215. Profiler Position: N/A (disabled)
  216. Is Modded: Definitely; Server brand changed to 'fml,forge'
  217. Type: Dedicated Server (map_server.txt)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement