---- Minecraft Crash Report ----
// Quite honestly, I wouldn't worry myself about that.
Time: 9/28/15 5:33 PM
Description: There was a severe problem during mod loading that has caused the game to fail
cpw.mods.fml.common.LoaderException: java.lang.AbstractMethodError
at cpw.mods.fml.common.LoadController.transition(LoadController.java:163)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:739)
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:311)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:552)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:310)
at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:394)
at org.multimc.EntryPoint.listen(EntryPoint.java:170)
at org.multimc.EntryPoint.main(EntryPoint.java:54)
Caused by: java.lang.AbstractMethodError
at com.creativemd.ingameconfigmanager.api.common.branch.machine.ConfigMachineDisableBranch.getAvatar(ConfigMachineDisableBranch.java:35)
at com.creativemd.ingameconfigmanager.api.common.branch.machine.ConfigMachineDisableBranch.<init>(ConfigMachineDisableBranch.java:28)
at com.creativemd.ingameconfigmanager.api.common.machine.RecipeMachine.<init>(RecipeMachine.java:37)
at com.creativemd.randomadditions.common.systems.machine.config.RARecipeMachine.<init>(RARecipeMachine.java:30)
at com.creativemd.randomadditions.common.systems.machine.config.RAConfigLoader.loadConfig(RAConfigLoader.java:17)
at com.creativemd.randomadditions.core.RandomAdditions.Init(RandomAdditions.java:181)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
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 cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
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 cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:737)
... 18 more
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
---- Minecraft Crash Report ----
// Uh... Did I do that?
Time: 9/28/15 12:49 AM
Description: There was a severe problem during mod loading that has caused the game to fail
cpw.mods.fml.common.LoaderException: java.lang.NoClassDefFoundError: me/planetguy/remaininmotion/render/MotiveSpectreRenderer
at cpw.mods.fml.common.LoadController.transition(LoadController.java:163)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:544)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:208)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:310)
at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:394)
at org.multimc.EntryPoint.listen(EntryPoint.java:170)
at org.multimc.EntryPoint.main(EntryPoint.java:54)
Caused by: java.lang.NoClassDefFoundError: me/planetguy/remaininmotion/render/MotiveSpectreRenderer
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Unknown Source)
at cpw.mods.fml.common.ProxyInjector.inject(ProxyInjector.java:59)
at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:512)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
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 cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
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 cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:513)
... 18 more
Caused by: java.lang.ClassNotFoundException: me.planetguy.remaininmotion.render.MotiveSpectreRenderer
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 44 more
Caused by: java.lang.NullPointerException
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182)
... 46 more
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
I have to say I love the GUI improvements! still waiting on things like editing machien recipies like thermal expansion but it would just be kinder if we asked for random additions integration. we should have a poll of what things should come first. what do you think creativemd about a poll?
Was that mojang teem ever friendly to big changes to the game? I don't think so. they probably even abandoned the "mod api" they said they were working on...
Tall Worlds right now is more of a proof-of-concept prototype than an actual playable mod. Attention for Tall Worlds at this point shoudn't be to say "hey everyone, play this cool mod." The goal of any attention-getting campaign for Tall Worlds today should be more like "hey everyone, want more space to build? Convince Mojang to implement this. We have proof it's possible!"
Mojang will never doo this. they are overseen bye Microsoft and they are shy when it comes to big changes. knowing microsoft tho they will try to push for the win10 version and focus less on pc. they don't want to waste time end money that they are not going to make money off of. I think that is a pointless effort to get anything conclusive and interesting(in my opinion) out of the Microsoft corporate machine. You should stop this pointless persuit of pushing game changing features on the mainstream. It's just a load of useless crap.
I see that mods are the only fun thing I get out of this game anymore. The main game to me is a completely different game that is stale and boring. The only thing about the default game I like is the cube voxel engine and the world generation. even after a while the default worldgen gets boring so that just leaves the voxel engine.
thankyou for considering this concept! the more people support this the higher probability that it will be implemented in some way and maybe even create spin-offs!
maybe you should talk to the author of Immersive integration. His original mod aims to add AE2 and Redstone-wire to IE. And he has very much success with it.
If no-one want I can do this, but honestly the one with the idea should have the honor.
good luck,
access_denied
thanks for suggesting for me to contact him. I'll be right on it...
0
thanks
0
deoing /ingame and then tab does not show the right command
0
alright thanks
I don't really understand the output on the advanced crafting table or how to set it.
0
its ok.
0
k
0
YES!!! downloading this now!!!
crashed....
---- Minecraft Crash Report ----
// Quite honestly, I wouldn't worry myself about that.
Time: 9/28/15 5:33 PM
Description: There was a severe problem during mod loading that has caused the game to fail
cpw.mods.fml.common.LoaderException: java.lang.AbstractMethodError
at cpw.mods.fml.common.LoadController.transition(LoadController.java:163)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:739)
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:311)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:552)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:310)
at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:394)
at org.multimc.EntryPoint.listen(EntryPoint.java:170)
at org.multimc.EntryPoint.main(EntryPoint.java:54)
Caused by: java.lang.AbstractMethodError
at com.creativemd.ingameconfigmanager.api.common.branch.machine.ConfigMachineDisableBranch.getAvatar(ConfigMachineDisableBranch.java:35)
at com.creativemd.ingameconfigmanager.api.common.branch.machine.ConfigMachineDisableBranch.<init>(ConfigMachineDisableBranch.java:28)
at com.creativemd.ingameconfigmanager.api.common.machine.RecipeMachine.<init>(RecipeMachine.java:37)
at com.creativemd.randomadditions.common.systems.machine.config.RARecipeMachine.<init>(RARecipeMachine.java:30)
at com.creativemd.randomadditions.common.systems.machine.config.RAConfigLoader.loadConfig(RAConfigLoader.java:17)
at com.creativemd.randomadditions.core.RandomAdditions.Init(RandomAdditions.java:181)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
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 cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
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 cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:737)
... 18 more
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Possibly involved mods --
Details:
-- System Details --
Details:
Minecraft Version: 1.7.10
Operating System: Windows 10 (amd64) version 10.0
Java Version: 1.8.0_60, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 1460204832 bytes (1392 MB) / 2445279232 bytes (2332 MB) up to 4593287168 bytes (4380 MB)
JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms1152m -Xmx4928m
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1448 24 mods loaded, 24 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCHI AquaTweaks{1.0} [AquaTweaks] (AquaTweaks-1.7.10-1.0.jar)
UCHI ArchimedesShipsPlus{1.7.10-1.8} [Archimedes' Ships Plus] (archimedesshipsplus-1.7.10-1.8.jar)
UCHI BNBGamingLib{2.2.0} [BNBGamingLib] (BNBGamingLib-2.2.0.jar)
UCHI betterfps{1.0.0} [BetterFps] (minecraft.jar)
UCHI BlockPhysics{0.9.5} [Block Physics] (BlockPhysics-0.9.5.jar)
UCHI CarpentersBlocks{3.3.7} [Carpenter's Blocks] (Carpenter's Blocks v3.3.7 - MC 1.7.10.jar)
UCHI creativecore{1.2.0} [CreativeCore] (CreativeCore v1.3.8 mc1.7.10.jar)
UCHI doubleJump{1.7.10-0.1.14} [DoubleJump] (doubleJump-1.7.10-0.1.14-universal.jar)
UCHI Enchiridion{1.1} [Enchiridion] (Enchiridion-1.7.X-1.2b.jar)
UCHI FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1448-1.7.10-universal.jar)
UCHI FWG{1.0.3} [Fun World Gen] (FWG-1.0.3.jar)
UCHI ingameconfigmanager{1.0.0} [InGameConfigManager] (InGameConfigManager Pre-Alpha v0.0.5 mc1.7.10.zip)
UCHI k4lib{1.7.10-0.1.50} [K4Lib] (k4lib-1.7.10-0.1.50-universal.jar)
UCHI Mariculture{1.7.10-1.2.4.2a} [Mariculture] (Mariculture-Deluxe-1.7.10-1.2.4.2a.jar)
UCHI MCVanillaTweaks{1.0} [Mariculture - Vanilla Tweaks] (minecraft.jar)
UCHI MariTech{1.0} [Marine Technlogy] (Mariculture-Deluxe-1.7.10-1.2.4.2a.jar)
UCHI mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
UCHI Forge{10.13.4.1448} [Minecraft Forge] (forge-1.7.10-10.13.4.1448-1.7.10-universal.jar)
UCHI MovingWorld{1.7.10-1.8} [Moving World] (movingworld-1.7.10-1.8.jar)
UCHE randomadditions{0.11} [RandomAdditions] (RandomAdditions Alpha 0.11.12 mc1.7.10.jar)
UCHI soundfilters{0.8_for_1.7.X} [Sound Filters] (SoundFilters-0.8_for_1.7.X.jar)
UCHI SquidAPI{1.1.14} [SquidAPI] (SquidAPI-1.1.15.jar)
UCHI SquidUtils{2.1.3} [SquidUtils] (SquidUtils-2.1.4.jar)
UCHI Waterproof{1.0} [Waterproof] (Waterproof 1.0-1.jar)
GL info: ' Vendor: 'ATI Technologies Inc.' Version: '4.5.13399 Compatibility Profile Context 15.200.1062.1004' Renderer: 'AMD Radeon R9 260'
0
or ingameconfigmanager integration.
1
crashed:
---- Minecraft Crash Report ----
// Uh... Did I do that?
Time: 9/28/15 12:49 AM
Description: There was a severe problem during mod loading that has caused the game to fail
cpw.mods.fml.common.LoaderException: java.lang.NoClassDefFoundError: me/planetguy/remaininmotion/render/MotiveSpectreRenderer
at cpw.mods.fml.common.LoadController.transition(LoadController.java:163)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:544)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:208)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:310)
at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:394)
at org.multimc.EntryPoint.listen(EntryPoint.java:170)
at org.multimc.EntryPoint.main(EntryPoint.java:54)
Caused by: java.lang.NoClassDefFoundError: me/planetguy/remaininmotion/render/MotiveSpectreRenderer
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Unknown Source)
at cpw.mods.fml.common.ProxyInjector.inject(ProxyInjector.java:59)
at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:512)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
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 cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
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 cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:513)
... 18 more
Caused by: java.lang.ClassNotFoundException: me.planetguy.remaininmotion.render.MotiveSpectreRenderer
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 44 more
Caused by: java.lang.NullPointerException
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182)
... 46 more
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- System Details --
Details:
Minecraft Version: 1.7.10
Operating System: Windows 10 (amd64) version 10.0
Java Version: 1.8.0_60, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 890671344 bytes (849 MB) / 1422917632 bytes (1357 MB) up to 4593287168 bytes (4380 MB)
JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms1152m -Xmx4928m
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1448 25 mods loaded, 25 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UC mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
UC FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1448-1.7.10-universal.jar)
UC Forge{10.13.4.1448} [Minecraft Forge] (forge-1.7.10-10.13.4.1448-1.7.10-universal.jar)
UC betterfps{1.0.0} [BetterFps] (minecraft.jar)
UC MCVanillaTweaks{1.0} [Mariculture - Vanilla Tweaks] (minecraft.jar)
UC AquaTweaks{1.0} [AquaTweaks] (AquaTweaks-1.7.10-1.0.jar)
UC MovingWorld{1.7.10-1.8} [Moving World] (movingworld-1.7.10-1.8.jar)
UC ArchimedesShipsPlus{1.7.10-1.8} [Archimedes' Ships Plus] (archimedesshipsplus-1.7.10-1.8.jar)
UC BNBGamingLib{2.2.0} [BNBGamingLib] (BNBGamingLib-2.2.0.jar)
UC BlockPhysics{0.9.5} [Block Physics] (BlockPhysics-0.9.5.jar)
UC CarpentersBlocks{3.3.7} [Carpenter's Blocks] (Carpenter's Blocks v3.3.7 - MC 1.7.10.jar)
UC creativecore{1.2.0} [CreativeCore] (CreativeCore v1.3.6 mc1.7.10.jar)
UC k4lib{1.7.10-0.1.50} [K4Lib] (k4lib-1.7.10-0.1.50-universal.jar)
UC doubleJump{1.7.10-0.1.14} [DoubleJump] (doubleJump-1.7.10-0.1.14-universal.jar)
UC Enchiridion{1.1} [Enchiridion] (Enchiridion-1.7.X-1.2b.jar)
UC FWG{1.0.3} [Fun World Gen] (FWG-1.0.3.jar)
UC ingameconfigmanager{1.0.0} [InGameConfigManager] (InGameConfigManager Pre-Alpha v0.0.4 mc1.7.10.zip)
UC Mariculture{1.7.10-1.2.4.2a} [Mariculture] (Mariculture-Deluxe-1.7.10-1.2.4.2a.jar)
UC MariTech{1.0} [Marine Technlogy] (Mariculture-Deluxe-1.7.10-1.2.4.2a.jar)
UE planetguyLib{1.9} [planetguyLib] (PlanetguyLib-1.9.jar)
UE JAKJ_RedstoneInMotion{2.8.4} [Remain In Motion] (RemainInMotion-2.8.4.jar)
UC soundfilters{0.8_for_1.7.X} [Sound Filters] (SoundFilters-0.8_for_1.7.X.jar)
UC SquidAPI{1.1.14} [SquidAPI] (SquidAPI-1.1.15.jar)
UC SquidUtils{2.1.3} [SquidUtils] (SquidUtils-2.1.4.jar)
UC Waterproof{1.0} [Waterproof] (Waterproof 1.0-1.jar)
GL info: ' Vendor: 'ATI Technologies Inc.' Version: '4.5.13399 Compatibility Profile Context 15.200.1062.1004' Renderer: 'AMD Radeon R9 260'
was playing with these mods:
0
I have to say I love the GUI improvements! still waiting on things like editing machien recipies like thermal expansion but it would just be kinder if we asked for random additions integration. we should have a poll of what things should come first. what do you think creativemd about a poll?
0
Was that mojang teem ever friendly to big changes to the game? I don't think so. they probably even abandoned the "mod api" they said they were working on...
0
Mojang will never doo this. they are overseen bye Microsoft and they are shy when it comes to big changes. knowing microsoft tho they will try to push for the win10 version and focus less on pc. they don't want to waste time end money that they are not going to make money off of. I think that is a pointless effort to get anything conclusive and interesting(in my opinion) out of the Microsoft corporate machine. You should stop this pointless persuit of pushing game changing features on the mainstream. It's just a load of useless crap.
I see that mods are the only fun thing I get out of this game anymore. The main game to me is a completely different game that is stale and boring. The only thing about the default game I like is the cube voxel engine and the world generation. even after a while the default worldgen gets boring so that just leaves the voxel engine.
0
Found a bug. should I post an issue on git hub? ahh whatever I'll do it anyway.
0
thankyou for considering this concept! the more people support this the higher probability that it will be implemented in some way and maybe even create spin-offs!
0
yes!
0
thanks for suggesting for me to contact him. I'll be right on it...