Hello, I was wondering if anybody could help me out with a crash that I suddenly started getting after editing my mod config files. Forge gets to the mod pre-initialization phase of its normal loading and then pauses briefly before crashing.
Im not sure if I understand what the report is trying to say to me.
---- Minecraft Crash Report ----
WARNING: coremods are present:
DLFMLCorePlugin (DynamicLights-1.8.jar)
MMMCoremod (LittleMaidMobNX-NX4B45-1.8-F1563.jar)
FairyLightsLoadingPlugin (fairylights-1.3.1-1.8.jar)
BOPLoadingPlugin (BiomesOPlenty-1.8-3.0.0.1461-universal.jar)
ThaumcraftLoader (Thaumcraft-1.8-5.0.3.jar)
Contact their authors BEFORE contacting forge
// This is a token for 1 free hug. Redeem at your nearest Mojangsta: [~~HUG~~]
Time: 12/7/15 3:28 AM
Description: Initializing game
java.lang.NumberFormatException: For input string: "0.5"
at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65)
at java.lang.Integer.parseInt(Integer.java:580)
at java.lang.Integer.parseInt(Integer.java:615)
at net.blacklab.lib.ConfigList.getInt(ConfigList.java:143)
at littleMaidMobX.LMM_LittleMaidMobNX.PreInit(LMM_LittleMaidMobNX.java:190)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:537)
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:550)
at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:249)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:413)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:325)
at net.minecraft.client.main.Main.main(SourceFile:120)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65)
at java.lang.Integer.parseInt(Integer.java:580)
at java.lang.Integer.parseInt(Integer.java:615)
at net.blacklab.lib.ConfigList.getInt(ConfigList.java:143)
at littleMaidMobX.LMM_LittleMaidMobNX.PreInit(LMM_LittleMaidMobNX.java:190)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:537)
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:550)
at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:249)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:413)
-- Initialization --
Details:
Stacktrace:
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:325)
at net.minecraft.client.main.Main.main(SourceFile:120)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
-- System Details --
Details:
Minecraft Version: 1.8
Operating System: Windows 10 (amd64) version 10.0
Java Version: 1.8.0_25, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 140686040 bytes (134 MB) / 343482368 bytes (327 MB) up to 1060372480 bytes (1011 MB)
JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP v9.10 FML v8.0.99.99 Minecraft Forge 11.14.3.1521 47 mods loaded, 47 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCH mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
UCH FML{8.0.99.99} [Forge Mod Loader] (forge-1.8-11.14.3.1521.jar)
UCH Forge{11.14.3.1521} [Minecraft Forge] (forge-1.8-11.14.3.1521.jar)
UCH OldModelLoader{4.1.45} [LMMNX OldModelLoader] (minecraft.jar)
UCH braziermod{1.0} [Brazier Mod] ([1.8]BrazierMod-1.0.jar)
UCH AnimalsPlus{1.4} [Animals Plus] (animalsplus-1.4.jar)
UCH BetterHorseHud{1.0} [Better Horse Hud] (BetterHorseHud-1.8.jar)
UCH BiomesOPlenty{3.0.0} [Biomes O' Plenty] (BiomesOPlenty-1.8-3.0.0.1461-universal.jar)
UCH butterflymania{1.6} [Butterfly Mania] (butterflymania-1.8-1.6.jar)
UCH Chameleon{1.8-0.1.0} [Chameleon] (Chameleon-1.8-0.1.0.jar)
UCH CustomSpawner{3.4.0} [DrZhark's CustomSpawner] (CustomMobSpawner 3.4.0.jar)
UCH lootablebodies{1.3.5} [DrCyano's Lootable Bodies] (CyanosLootableBodies-1.3.5.jar)
UCH wonderfulwands{1.7.2} [Wonderful Wands] (CyanosWonderfulWands_1.8-1.7.2.jar)
UCH dldungeonsjdg{1.8.7} [Doomlike Dungeons] (DoomlikeDungeons-1.8.7-MC1.8.jar)
UCH MoCreatures{8.0.0.devA} [DrZhark's Mo'Creatures Mod] (DrZharks MoCreatures Mod-8.0.0.devA.jar)
UCH DynamicLights{1.3.9} [Dynamic Lights] (DynamicLights-1.8.jar)
UCH DynamicLights_creepers{1.0.4} [Dynamic Lights Creeper Module] (DynamicLights-1.8.jar)
UCH DynamicLights_dropItems{1.0.8} [Dynamic Lights EntityItem Module] (DynamicLights-1.8.jar)
UCH DynamicLights_flameArrows{1.0.0} [Dynamic Lights Fiery Arrows Light Module] (DynamicLights-1.8.jar)
UCH DynamicLights_floodLights{1.0.2} [Dynamic Lights Flood Light] (DynamicLights-1.8.jar)
UCH DynamicLights_otherPlayers{1.0.7} [Dynamic Lights OtherPlayers Light Module] (DynamicLights-1.8.jar)
UCH DynamicLights_thePlayer{1.1.3} [Dynamic Lights Player Light Module] (DynamicLights-1.8.jar)
UCH net.blacklab.lib{2.0.3} [EBLib] (EBLib-EL2B3-1.8-F1563.jar)
UCH fairylights{1.3.1} [Fairy Lights] (fairylights-1.3.1-1.8.jar)
UCH ftea{1.8b} [Flower Tea] (Flower Tea 1.8b.jar)
UCH grim3212core{V0.1 - 1.8} [Grim3212 Core] (Grim3212-Core-1.8.jar)
UCE lmmx{4.1.45} [LittleMaidMobNX] (LittleMaidMobNX-NX4B45-1.8-F1563.jar)
UCH MMMLibX{4.1.45} [MMMLibX] (LittleMaidMobNX-NX4B45-1.8-F1563.jar)
UCH lmmnxapi{10} [LMMNX API] (LittleMaidMobNX-NX4B45-1.8-F1563.jar)
UCH magicclover{1.8-0.6.2} [Magic Clover] (magicclover-1.8-0.6.2.jar)
UCH magicyarn{1.1.6} [Magic Yarn] (MagicYarn-1.8.jar)
UCH mwct{1.0.1} [More Wooden Crafting Tables] (mwct-1.0.1.jar)
UCH pandorasbox{2.1.2} [Pandora's Box] (PandorasBox-2.1.2.jar)
UCH parachutemod{3.1.1} [Parachute Mod] (parachutemod-1.8.0-3.1.2-96.jar)
UCH PigManure{1.0.1} [Pig Manure] (pig-manure-1.0.1.jar)
UCH pokeball{V0.1 - 1.8} [Pokeball] (Pokeball-Mod-by-grim3212-1.8.jar)
UCH Roguelike{1.3.6} [Roguelike Dungeons] (RoguelikeDungeons-1.8-1.3.6.jar)
UCH AS_Ruins{15.2} [Ruins Spawning System] (Ruins-1.8.jar)
UCH shipwrecks{1.7.0} [Shipwrecks!] (shipwrecks-1.8.0-1.7.1.jar)
UCH soundfilters{0.8_for_1.8} [Sound Filters] (SoundFilters-0.8_for_1.8.jar)
UCH StorageDrawers{1.8-2.1.9} [Storage Drawers] (StorageDrawers-1.8-2.1.9.jar)
UCH Baubles{1.1.1.0} [Baubles] (Baubles-1.8-1.1.1.0.jar)
UCH Thaumcraft{5.0.3} [Thaumcraft] (Thaumcraft-1.8-5.0.3.jar)
UCH AS_UpdateCheck{1.1.7} [AtomicStryker Update Check Mod] (UpdateCheckerMod-1.8.jar)
UCH UsefulFood{1.5.0} [UsefulFood] (UsefulFood-1.8-1.5.0a.jar)
UCH wallclock{V0.1 - 1.8} [Wall Clock] (Wall-Clock-Mod-1.8.jar)
UCH XaeroMinimap{1.7.2} [Xaero's Minimap] (xaeros_minimap_v1.7.2_Forge_1.8.jar)
Loaded coremods (and transformers):
DLFMLCorePlugin (DynamicLights-1.8.jar)
atomicstryker.dynamiclights.common.DLTransformer
MMMCoremod (LittleMaidMobNX-NX4B45-1.8-F1563.jar)
mmmlibx.lib.multiModel.MMMLoader.MMMTransformer
FairyLightsLoadingPlugin (fairylights-1.3.1-1.8.jar)
com.pau101.fairylights.core.FairyLightsClassTransformer
BOPLoadingPlugin (BiomesOPlenty-1.8-3.0.0.1461-universal.jar)
ThaumcraftLoader (Thaumcraft-1.8-5.0.3.jar)
GL info: ' Vendor: 'Intel' Version: '4.3.0 - Build 10.18.15.4256' Renderer: 'Intel(R) HD Graphics 4600'
Launched Version: 1.8-forge1.8-11.14.3.1521
LWJGL: 2.9.1
OpenGL: Intel(R) HD Graphics 4600 GL version 4.3.0 - Build 10.18.15.4256, Intel
GL Caps: Using GL 1.3 multitexturing.
Using GL 1.3 texture combiners.
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
Shaders are available because OpenGL 2.1 is supported.
VBOs are available because OpenGL 1.5 is supported.
Using VBOs: No
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Packs: [LOWAS, Torhans Clear Glass 1.7.2.zip] Current Language: English (US)
Profiler Position: N/A (disabled)
Ah! I changed it back and it started up just fine! Thankyou so much!
Its odd because the mods .cfg has text that appears (after changing the 0.5 to 1) as:
# Living Voice Rate. 1.0=100%, 0.5=50%, 0.0=0% LivingVoiceRate=1
If I wanted to turn the rate at which the maids vocalize I assumed that entering 0.5 was how I chopped it in half! It actually crashed for the 1.0 that was in the text file to begin with when I re-entered it. Super weird.
Ah! I changed it back and it started up just fine! Thankyou so much!
Its odd because the mods .cfg has text that appears (after changing the 0.5 to 1) as:
# Living Voice Rate. 1.0=100%, 0.5=50%, 0.0=0% LivingVoiceRate=1
If I wanted to turn the rate at which the maids vocalize I assumed that entering 0.5 was how I chopped it in half! It actually crashed for the 1.0 that was in the text file to begin with when I re-entered it. Super weird.
Strange that it's asking you to input floats, since apparently it's computing it as an integer. You might want to give the mod's author a heads up about that.
Rollback Post to RevisionRollBack
Realistic Torches - Causes torches to burn out after a configurable amount of time.
Nature's Compass - A utility item that allows you to search for any biome's location in the world.
Hello, I was wondering if anybody could help me out with a crash that I suddenly started getting after editing my mod config files. Forge gets to the mod pre-initialization phase of its normal loading and then pauses briefly before crashing.
Im not sure if I understand what the report is trying to say to me.
---- Minecraft Crash Report ----
WARNING: coremods are present:
DLFMLCorePlugin (DynamicLights-1.8.jar)
MMMCoremod (LittleMaidMobNX-NX4B45-1.8-F1563.jar)
FairyLightsLoadingPlugin (fairylights-1.3.1-1.8.jar)
BOPLoadingPlugin (BiomesOPlenty-1.8-3.0.0.1461-universal.jar)
ThaumcraftLoader (Thaumcraft-1.8-5.0.3.jar)
Contact their authors BEFORE contacting forge
// This is a token for 1 free hug. Redeem at your nearest Mojangsta: [~~HUG~~]
Time: 12/7/15 3:28 AM
Description: Initializing game
java.lang.NumberFormatException: For input string: "0.5"
at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65)
at java.lang.Integer.parseInt(Integer.java:580)
at java.lang.Integer.parseInt(Integer.java:615)
at net.blacklab.lib.ConfigList.getInt(ConfigList.java:143)
at littleMaidMobX.LMM_LittleMaidMobNX.PreInit(LMM_LittleMaidMobNX.java:190)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:537)
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:550)
at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:249)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:413)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:325)
at net.minecraft.client.main.Main.main(SourceFile:120)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65)
at java.lang.Integer.parseInt(Integer.java:580)
at java.lang.Integer.parseInt(Integer.java:615)
at net.blacklab.lib.ConfigList.getInt(ConfigList.java:143)
at littleMaidMobX.LMM_LittleMaidMobNX.PreInit(LMM_LittleMaidMobNX.java:190)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:537)
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:550)
at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:249)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:413)
-- Initialization --
Details:
Stacktrace:
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:325)
at net.minecraft.client.main.Main.main(SourceFile:120)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
-- System Details --
Details:
Minecraft Version: 1.8
Operating System: Windows 10 (amd64) version 10.0
Java Version: 1.8.0_25, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 140686040 bytes (134 MB) / 343482368 bytes (327 MB) up to 1060372480 bytes (1011 MB)
JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP v9.10 FML v8.0.99.99 Minecraft Forge 11.14.3.1521 47 mods loaded, 47 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCH mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
UCH FML{8.0.99.99} [Forge Mod Loader] (forge-1.8-11.14.3.1521.jar)
UCH Forge{11.14.3.1521} [Minecraft Forge] (forge-1.8-11.14.3.1521.jar)
UCH OldModelLoader{4.1.45} [LMMNX OldModelLoader] (minecraft.jar)
UCH braziermod{1.0} [Brazier Mod] ([1.8]BrazierMod-1.0.jar)
UCH AnimalsPlus{1.4} [Animals Plus] (animalsplus-1.4.jar)
UCH BetterHorseHud{1.0} [Better Horse Hud] (BetterHorseHud-1.8.jar)
UCH BiomesOPlenty{3.0.0} [Biomes O' Plenty] (BiomesOPlenty-1.8-3.0.0.1461-universal.jar)
UCH butterflymania{1.6} [Butterfly Mania] (butterflymania-1.8-1.6.jar)
UCH Chameleon{1.8-0.1.0} [Chameleon] (Chameleon-1.8-0.1.0.jar)
UCH CustomSpawner{3.4.0} [DrZhark's CustomSpawner] (CustomMobSpawner 3.4.0.jar)
UCH lootablebodies{1.3.5} [DrCyano's Lootable Bodies] (CyanosLootableBodies-1.3.5.jar)
UCH wonderfulwands{1.7.2} [Wonderful Wands] (CyanosWonderfulWands_1.8-1.7.2.jar)
UCH dldungeonsjdg{1.8.7} [Doomlike Dungeons] (DoomlikeDungeons-1.8.7-MC1.8.jar)
UCH MoCreatures{8.0.0.devA} [DrZhark's Mo'Creatures Mod] (DrZharks MoCreatures Mod-8.0.0.devA.jar)
UCH DynamicLights{1.3.9} [Dynamic Lights] (DynamicLights-1.8.jar)
UCH DynamicLights_creepers{1.0.4} [Dynamic Lights Creeper Module] (DynamicLights-1.8.jar)
UCH DynamicLights_dropItems{1.0.8} [Dynamic Lights EntityItem Module] (DynamicLights-1.8.jar)
UCH DynamicLights_flameArrows{1.0.0} [Dynamic Lights Fiery Arrows Light Module] (DynamicLights-1.8.jar)
UCH DynamicLights_floodLights{1.0.2} [Dynamic Lights Flood Light] (DynamicLights-1.8.jar)
UCH DynamicLights_otherPlayers{1.0.7} [Dynamic Lights OtherPlayers Light Module] (DynamicLights-1.8.jar)
UCH DynamicLights_thePlayer{1.1.3} [Dynamic Lights Player Light Module] (DynamicLights-1.8.jar)
UCH net.blacklab.lib{2.0.3} [EBLib] (EBLib-EL2B3-1.8-F1563.jar)
UCH fairylights{1.3.1} [Fairy Lights] (fairylights-1.3.1-1.8.jar)
UCH ftea{1.8b} [Flower Tea] (Flower Tea 1.8b.jar)
UCH grim3212core{V0.1 - 1.8} [Grim3212 Core] (Grim3212-Core-1.8.jar)
UCE lmmx{4.1.45} [LittleMaidMobNX] (LittleMaidMobNX-NX4B45-1.8-F1563.jar)
UCH MMMLibX{4.1.45} [MMMLibX] (LittleMaidMobNX-NX4B45-1.8-F1563.jar)
UCH lmmnxapi{10} [LMMNX API] (LittleMaidMobNX-NX4B45-1.8-F1563.jar)
UCH magicclover{1.8-0.6.2} [Magic Clover] (magicclover-1.8-0.6.2.jar)
UCH magicyarn{1.1.6} [Magic Yarn] (MagicYarn-1.8.jar)
UCH mwct{1.0.1} [More Wooden Crafting Tables] (mwct-1.0.1.jar)
UCH pandorasbox{2.1.2} [Pandora's Box] (PandorasBox-2.1.2.jar)
UCH parachutemod{3.1.1} [Parachute Mod] (parachutemod-1.8.0-3.1.2-96.jar)
UCH PigManure{1.0.1} [Pig Manure] (pig-manure-1.0.1.jar)
UCH pokeball{V0.1 - 1.8} [Pokeball] (Pokeball-Mod-by-grim3212-1.8.jar)
UCH Roguelike{1.3.6} [Roguelike Dungeons] (RoguelikeDungeons-1.8-1.3.6.jar)
UCH AS_Ruins{15.2} [Ruins Spawning System] (Ruins-1.8.jar)
UCH shipwrecks{1.7.0} [Shipwrecks!] (shipwrecks-1.8.0-1.7.1.jar)
UCH soundfilters{0.8_for_1.8} [Sound Filters] (SoundFilters-0.8_for_1.8.jar)
UCH StorageDrawers{1.8-2.1.9} [Storage Drawers] (StorageDrawers-1.8-2.1.9.jar)
UCH Baubles{1.1.1.0} [Baubles] (Baubles-1.8-1.1.1.0.jar)
UCH Thaumcraft{5.0.3} [Thaumcraft] (Thaumcraft-1.8-5.0.3.jar)
UCH AS_UpdateCheck{1.1.7} [AtomicStryker Update Check Mod] (UpdateCheckerMod-1.8.jar)
UCH UsefulFood{1.5.0} [UsefulFood] (UsefulFood-1.8-1.5.0a.jar)
UCH wallclock{V0.1 - 1.8} [Wall Clock] (Wall-Clock-Mod-1.8.jar)
UCH XaeroMinimap{1.7.2} [Xaero's Minimap] (xaeros_minimap_v1.7.2_Forge_1.8.jar)
Loaded coremods (and transformers):
DLFMLCorePlugin (DynamicLights-1.8.jar)
atomicstryker.dynamiclights.common.DLTransformer
MMMCoremod (LittleMaidMobNX-NX4B45-1.8-F1563.jar)
mmmlibx.lib.multiModel.MMMLoader.MMMTransformer
FairyLightsLoadingPlugin (fairylights-1.3.1-1.8.jar)
com.pau101.fairylights.core.FairyLightsClassTransformer
BOPLoadingPlugin (BiomesOPlenty-1.8-3.0.0.1461-universal.jar)
ThaumcraftLoader (Thaumcraft-1.8-5.0.3.jar)
GL info: ' Vendor: 'Intel' Version: '4.3.0 - Build 10.18.15.4256' Renderer: 'Intel(R) HD Graphics 4600'
Launched Version: 1.8-forge1.8-11.14.3.1521
LWJGL: 2.9.1
OpenGL: Intel(R) HD Graphics 4600 GL version 4.3.0 - Build 10.18.15.4256, Intel
GL Caps: Using GL 1.3 multitexturing.
Using GL 1.3 texture combiners.
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
Shaders are available because OpenGL 2.1 is supported.
VBOs are available because OpenGL 1.5 is supported.
Using VBOs: No
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Packs: [LOWAS, Torhans Clear Glass 1.7.2.zip] Current Language: English (US)
Profiler Position: N/A (disabled)
Any help would be really appreciated!
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumIt appears that you've input "0.5" where an integer should be in Little Maids Mob's config file. 0.5 is not an integer, so this doesn't work.
Realistic Torches - Causes torches to burn out after a configurable amount of time.
Nature's Compass - A utility item that allows you to search for any biome's location in the world.
Notes - Provides a clientside in-game notepad.
Souls - After you die, a hostile Soul that stores your inventory will spawn.
Auto Refresh - Automatically refreshes your server list and alerts you when your selected server comes online.
Pick Block Plus - A clientside mod that significantly improves the vanilla pick block function.
And a few others that we don't talk about.
Ah! I changed it back and it started up just fine! Thankyou so much!
Its odd because the mods .cfg has text that appears (after changing the 0.5 to 1) as:
# Living Voice Rate. 1.0=100%, 0.5=50%, 0.0=0%
LivingVoiceRate=1
If I wanted to turn the rate at which the maids vocalize I assumed that entering 0.5 was how I chopped it in half! It actually crashed for the 1.0 that was in the text file to begin with when I re-entered it. Super weird.
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumStrange that it's asking you to input floats, since apparently it's computing it as an integer. You might want to give the mod's author a heads up about that.
Realistic Torches - Causes torches to burn out after a configurable amount of time.
Nature's Compass - A utility item that allows you to search for any biome's location in the world.
Notes - Provides a clientside in-game notepad.
Souls - After you die, a hostile Soul that stores your inventory will spawn.
Auto Refresh - Automatically refreshes your server list and alerts you when your selected server comes online.
Pick Block Plus - A clientside mod that significantly improves the vanilla pick block function.
And a few others that we don't talk about.
Will do.
Thanks again for the help!