Am I blind? I can't seem to find the change log. I want to see what changed between 1.6 and 1.7 to see if I need to push it out to my server asap.
Posts by WGD118
-
-
Your right my bad sorry about that. That is what I get for updated my game and server at 3 am in the morning. I thought I updated both to 1.4.7 but I missed it on the server it would seem. Not sure how I missed that on the crash report anyways.
Thank you it works now.
-
Thank you for making this mod it is great to finally be able to charge more then 1 item.
The problem I am having is it runs fine on my client during single player but when I attempt to install the mod on my server I get the following error
---- Minecraft Crash Report ----
// Uh... Did I do that?Time: 1/28/13 12:17 AM
Description: Exception in server tick loopcpw.mods.fml.common.MissingModsException
at cpw.mods.fml.common.Loader.sortModList(Loader.java:237)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:460)
at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:86)
at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:345)
at ho.c(DedicatedServer.java:64)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:458)
at fy.run(SourceFile:849)A detailed walkthrough of the error, its code path and all known details is as follows:
----------------------------------------------------------------------------------------- System Details --
Details:
Minecraft Version: 1.4.6
Operating System: Windows 7 (amd64) version 6.1
Java Version: 1.7.0_10, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 2003277224 bytes (1910 MB) / 2058027008 bytes (1962 MB) up to 2058027008 bytes (1962 MB)
JVM Flags: 2 total; -Xms2048m -Xmx2048m
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Suspicious classes: FML and Forge are installed
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP v7.25 FML v4.6.12.511 Minecraft Forge 6.5.0.467 26 mods loaded, 26 mods active
mcp [Minecraft Coder Pack] (minecraft.jar) Unloaded
FML [Forge Mod Loader] (coremods) Unloaded
Forge [Minecraft Forge] (coremods) Unloaded
CodeChickenCore [CodeChicken Core] (coremods) Unloaded
NotEnoughItems [Not Enough Items] (coremods) Unloaded
APUnofficial [Additional Pipes] (AdditionalPipes-2.1.3u40-1.4.6(2).jar) Unloaded
AdvancedMachines [IC2 Advanced Machines Addon] (AdvancedMachines_1.4.6.zip) Unloaded
AdvancedPowerManagement [Advanced Power Management] (AdvancedPowerManagement-1.1.57-IC2_1.112.jar) Unloaded
BCIC2Crossover [BC-IC2 Crossover Mod] (BCIC2crossover 2.0.zip) Unloaded
BuildCraft|Builders [BC Builders] (buildcraft-A-3.4.0.jar) Unloaded
BuildCraft|Core [BuildCraft] (buildcraft-A-3.4.0.jar) Unloaded
BuildCraft|Energy [BC Energy] (buildcraft-A-3.4.0.jar) Unloaded
BuildCraft|Factory [BC Factory] (buildcraft-A-3.4.0.jar) Unloaded
BuildCraft|Silicon [BC Silicon] (buildcraft-A-3.4.0.jar) Unloaded
BuildCraft|Transport [BC Transport] (buildcraft-A-3.4.0.jar) Unloaded
DimensionalAnchors [Dimensional Anchors] (dimensional-anchor-52.1.6.jar) Unloaded
Forestry [Forestry for Minecraft] (forestry-A-2.0.0.1.jar) Unloaded
IC2NuclearControl [Nuclear Control] (IC2NuclearControl-1.4.6.zip) Unloaded
ImmibisCore [Immibis Core] (immibis-core-52.2.5.jar) Unloaded
IC2 [IndustrialCraft 2] (industrialcraft-2_1.112.170-lf.jar) Unloaded
PowerConverters [Power Converters] (PowerConverters_1.4.6.zip) Unloaded
ThermalExpansion [Thermal Expansion] (ThermalExpansion-2.2.0.zip) Unloaded
ThermalExpansion|Energy [Energy] (ThermalExpansion-2.2.0.zip) Unloaded
ThermalExpansion|Factory [Factory] (ThermalExpansion-2.2.0.zip) Unloaded
ThermalExpansion|NEI [NEI] (ThermalExpansion-2.2.0.zip) Unloaded
ThermalExpansion|Transport [Transport] (ThermalExpansion-2.2.0.zip) Unloaded
Profiler Position: N/A (disabled)
Is Modded: Definitely; Server brand changed to 'fml'
Type: Dedicated Server (map_server.txt)Hopefully you can help and thank you for your time.
-
I also get the same error when I attempt to run the mod on my server
---- Minecraft Crash Report ----
// I blame Dinnerbone.Time: 1/28/13 12:00 AM
Description: Exception in server tick loopjava.lang.IllegalArgumentException: Slot 4060 is already occupied by immibis.ars.BlockForceField@71f1ce16 when adding ic2.advancedmachines.common.BlockAdvancedMachines@3a1140cb
at amq.<init>(Block.java:324)
at akb.<init>(BlockContainer.java:11)
at ic2.advancedmachines.common.BlockAdvancedMachines.<init>(BlockAdvancedMachines.java:32)
at ic2.advancedmachines.common.AdvancedMachines.load(AdvancedMachines.java:83)
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:478)
at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
at com.google.common.eventbus.EventBus.post(EventBus.java:268)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:140)
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.EventHandler.handleEvent(EventHandler.java:69)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
at com.google.common.eventbus.EventBus.post(EventBus.java:268)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:83)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:656)
at cpw.mods.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:94)
at cpw.mods.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:350)
at ho.c(DedicatedServer.java:135)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:458)
at fy.run(SourceFile:849)A detailed walkthrough of the error, its code path and all known details is as follows:
----------------------------------------------------------------------------------------- System Details --
Details:
Minecraft Version: 1.4.6
Operating System: Windows 7 (amd64) version 6.1
Java Version: 1.7.0_10, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 1966003888 bytes (1874 MB) / 2058027008 bytes (1962 MB) up to 2058027008 bytes (1962 MB)
JVM Flags: 2 total; -Xms2048m -Xmx2048m
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Suspicious classes: FML and Forge are installed
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP v7.25 FML v4.6.12.511 Minecraft Forge 6.5.0.467 26 mods loaded, 26 mods active
mcp [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
FML [Forge Mod Loader] (coremods) Unloaded->Constructed->Pre-initialized->Initialized
Forge [Minecraft Forge] (coremods) Unloaded->Constructed->Pre-initialized->Initialized
CodeChickenCore [CodeChicken Core] (coremods) Unloaded->Constructed->Pre-initialized->Initialized
NotEnoughItems [Not Enough Items] (coremods) Unloaded->Constructed->Pre-initialized->Initialized
BuildCraft|Core [BuildCraft] (buildcraft-A-3.4.0.jar) Unloaded->Constructed->Pre-initialized->Initialized
BuildCraft|Factory [BC Factory] (buildcraft-A-3.4.0.jar) Unloaded->Constructed->Pre-initialized->Initialized
BuildCraft|Transport [BC Transport] (buildcraft-A-3.4.0.jar) Unloaded->Constructed->Pre-initialized->Initialized
BuildCraft|Silicon [BC Silicon] (buildcraft-A-3.4.0.jar) Unloaded->Constructed->Pre-initialized->Initialized
APUnofficial [Additional Pipes] (AdditionalPipes-2.1.3u40-1.4.6(2).jar) Unloaded->Constructed->Pre-initialized->Initialized
ImmibisCore [Immibis Core] (immibis-core-52.2.5.jar) Unloaded->Constructed->Pre-initialized->Initialized
ThermalExpansion [Thermal Expansion] (ThermalExpansion-2.2.0.zip) Unloaded->Constructed->Pre-initialized->Initialized
IC2 [IndustrialCraft 2] (industrialcraft-2_1.112.170-lf.jar) Unloaded->Constructed->Pre-initialized->Initialized
AdvancedRepulsionSystems [Advanced Repulsion Systems] (adv-repulsion-systems-52.0.5.jar) Unloaded->Constructed->Pre-initialized->Initialized
AdvancedMachines [IC2 Advanced Machines Addon] (AdvancedMachines_1.4.6.zip) Unloaded->Constructed->Pre-initialized->Errored
BuildCraft|Energy [BC Energy] (buildcraft-A-3.4.0.jar) Unloaded->Constructed->Pre-initialized->Initialized
BCIC2Crossover [BC-IC2 Crossover Mod] (BCIC2crossover 2.0.zip) Unloaded->Constructed->Pre-initialized->Initialized
BuildCraft|Builders [BC Builders] (buildcraft-A-3.4.0.jar) Unloaded->Constructed->Pre-initialized->Initialized
DimensionalAnchors [Dimensional Anchors] (dimensional-anchor-52.1.6.jar) Unloaded->Constructed->Pre-initialized->Initialized
Forestry [Forestry for Minecraft] (forestry-A-2.0.0.1.jar) Unloaded->Constructed->Pre-initialized->Errored
IC2NuclearControl [Nuclear Control] (IC2NuclearControl-1.4.6.zip) Unloaded->Constructed->Pre-initialized->Initialized
PowerConverters [Power Converters] (PowerConverters_1.4.6.zip) Unloaded->Constructed->Pre-initialized->Initialized
ThermalExpansion|Factory [Factory] (ThermalExpansion-2.2.0.zip) Unloaded->Constructed->Pre-initialized->Initialized
ThermalExpansion|Energy [Energy] (ThermalExpansion-2.2.0.zip) Unloaded->Constructed->Pre-initialized->Initialized
ThermalExpansion|NEI [NEI] (ThermalExpansion-2.2.0.zip) Unloaded->Constructed->Pre-initialized->Initialized
ThermalExpansion|Transport [Transport] (ThermalExpansion-2.2.0.zip) Unloaded->Constructed->Pre-initialized->Initialized
Profiler Position: N/A (disabled)
Is Modded: Definitely; Server brand changed to 'fml'
Type: Dedicated Server (map_server.txt)In both situations the only change was the repulsion systems mod and if I remove the mod everything works again.
Thank you for making this mod and hopefully this helps you.
-
Is Advanced Repulsion Systems compatible with IC2 advanced machines mod?
I get the following error on my client when I attempt to run the mod
---- Minecraft Crash Report ----
// Quite honestly, I wouldn't worry myself about that.Time: 1/28/13 12:02 AM
Description: Failed to start gamejava.lang.IllegalArgumentException: Slot 4060 is already occupied by immibis.ars.BlockForceField@29fd6031 when adding ic2.advancedmachines.common.BlockAdvancedMachines@39b64680
at amq.<init>(Block.java:326)
at akb.<init>(BlockContainer.java:11)
at ic2.advancedmachines.common.BlockAdvancedMachines.<init>(BlockAdvancedMachines.java:32)
at ic2.advancedmachines.common.AdvancedMachines.load(AdvancedMachines.java:83)
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:487)
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
at com.google.common.eventbus.EventBus.post(EventBus.java:268)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:140)
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.EventHandler.handleEvent(EventHandler.java:69)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
at com.google.common.eventbus.EventBus.post(EventBus.java:268)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:83)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:657)
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:207)
at net.minecraft.client.Minecraft.a(Minecraft.java:456)
at asq.a(SourceFile:56)
at net.minecraft.client.Minecraft.run(Minecraft.java:744)
at java.lang.Thread.run(Unknown Source)A detailed walkthrough of the error, its code path and all known details is as follows:
----------------------------------------------------------------------------------------- System Details --
Details:
Minecraft Version: 1.4.7
Operating System: Windows 7 (amd64) version 6.1
Java Version: 1.7.0_10, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 365447968 bytes (348 MB) / 494403584 bytes (471 MB) up to 494403584 bytes (471 MB)
JVM Flags: 2 total; -Xms512m -Xmx512m
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Suspicious classes: FML and Forge are installed
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP v7.26a FML v4.7.22.539 Minecraft Forge 6.6.0.515 28 mods loaded, 28 mods active
mcp [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
FML [Forge Mod Loader] (coremods) Unloaded->Constructed->Pre-initialized->Initialized
Forge [Minecraft Forge] (coremods) Unloaded->Constructed->Pre-initialized->Initialized
CodeChickenCore [CodeChicken Core] (coremods) Unloaded->Constructed->Pre-initialized->Initialized
NotEnoughItems [Not Enough Items] (coremods) Unloaded->Constructed->Pre-initialized->Initialized
mod_ReiMinimap [mod_ReiMinimap] ([1.4.7]ReiMinimap_v3.2_06 (2).zip) Unloaded->Constructed->Pre-initialized->Initialized
BuildCraft|Core [BuildCraft] (buildcraft-A-3.4.0.jar) Unloaded->Constructed->Pre-initialized->Initialized
BuildCraft|Factory [BC Factory] (buildcraft-A-3.4.0.jar) Unloaded->Constructed->Pre-initialized->Initialized
BuildCraft|Transport [BC Transport] (buildcraft-A-3.4.0.jar) Unloaded->Constructed->Pre-initialized->Initialized
BuildCraft|Silicon [BC Silicon] (buildcraft-A-3.4.0.jar) Unloaded->Constructed->Pre-initialized->Initialized
APUnofficial [Additional Pipes] (AdditionalPipes-2.1.3u40-1.4.6(2).jar) Unloaded->Constructed->Pre-initialized->Initialized
ImmibisCore [Immibis Core] (immibis-core-52.2.5.jar) Unloaded->Constructed->Pre-initialized->Initialized
ThermalExpansion [Thermal Expansion] (ThermalExpansion-2.2.0.zip) Unloaded->Constructed->Pre-initialized->Initialized
IC2 [IndustrialCraft 2] (industrialcraft-2_1.112.170-lf.jar) Unloaded->Constructed->Pre-initialized->Initialized
AdvancedRepulsionSystems [Advanced Repulsion Systems] (adv-repulsion-systems-52.0.5.jar) Unloaded->Constructed->Pre-initialized->Initialized
AdvancedMachines [IC2 Advanced Machines Addon] (AdvancedMachines_1.4.6.zip) Unloaded->Constructed->Pre-initialized->Errored
BuildCraft|Energy [BC Energy] (buildcraft-A-3.4.0.jar) Unloaded->Constructed->Pre-initialized->Initialized
BCIC2Crossover [BC-IC2 Crossover Mod] (BCIC2crossover 2.0.zip) Unloaded->Constructed->Pre-initialized->Initialized
BuildCraft|Builders [BC Builders] (buildcraft-A-3.4.0.jar) Unloaded->Constructed->Pre-initialized->Initialized
DimensionalAnchors [Dimensional Anchors] (dimensional-anchor-52.1.6.jar) Unloaded->Constructed->Pre-initialized->Initialized
Forestry [Forestry for Minecraft] (forestry-A-2.0.0.1.jar) Unloaded->Constructed->Pre-initialized->Errored
IC2NuclearControl [Nuclear Control] (IC2NuclearControl-1.4.6.zip) Unloaded->Constructed->Pre-initialized->Initialized
mod_InvTweaks [Inventory Tweaks] (InventoryTweaks_1.46.zip) Unloaded->Constructed->Pre-initialized->Initialized
PowerConverters [Power Converters] (PowerConverters_1.4.6.zip) Unloaded->Constructed->Pre-initialized->Initialized
ThermalExpansion|Factory [Factory] (ThermalExpansion-2.2.0.zip) Unloaded->Constructed->Pre-initialized->Initialized
ThermalExpansion|Energy [Energy] (ThermalExpansion-2.2.0.zip) Unloaded->Constructed->Pre-initialized->Initialized
ThermalExpansion|NEI [NEI] (ThermalExpansion-2.2.0.zip) Unloaded->Constructed->Pre-initialized->Initialized
ThermalExpansion|Transport [Transport] (ThermalExpansion-2.2.0.zip) Unloaded->Constructed->Pre-initialized->Initialized
LWJGL: 2.4.2
OpenGL: ATI Radeon HD 5800 Series GL version 4.2.11931 Compatibility Profile Context, ATI Technologies Inc.
Is Modded: Definitely; Client brand changed to 'forge,fml'
Type: Client (map_client.txt)
Texture Pack: Default
Profiler Position: N/A (disabled)
Vec3 Pool Size: ~~ERROR~~ NullPointerException: nullI understand that the ID conflicts I can fix myself but I thought as the mod developer you might like to see these error reports anyways even though the ID conflict is not your fault.