Jump to content

3.1.3 Reported issues and possible fixes


Jelato Foot

Recommended Posts

Issue: java.lang.RuntimeException: java.lang.NoSuchMethodException: ic2.common.TileEntityNuclearReactor.tickRate()

Cause: Mismatch between IC2 nuclear reactor API and old version of IC2 Nuclear Control mod

Solution(s): Updating to the new version of the nuclear control mod SHOULD work, however it's been reported that it doesn't, in which case you need to change the ic2.api.IReactor interface function getTickRate() back to tickRate() and also do the same in ic2.common.TileEntityNuclearReactor

I was able to follow this Solution

BACK UP YOUR WORLDS, I AM NOT RESPONSIBLE FOR ANY "DAMAGES."

You are warned.

Here is the Fix:

Updating

How to:

1. Download and Extract the Files to Any Destination

2. Open your "industrialcraft2-1.103-mcpc1.2.5-r2" using 7zip or Win-rar and navigate to your first directory "ic2/api"

3. Drag "IReactor.class" into "ic2/api"

4. Now navigate to your next destination "ic2/common"

5. Drag "TileEntityNuclearReactor" into "ic2/common"

Load up your server, everything should be running great! Let me know of any issues you have in a pm or comment.

Link to comment
Share on other sites

  • Replies 102
  • Created
  • Last Reply

Top Posters In This Topic

Thanks for that! I applied your modified files and started my server... It was was looking promising at first, but does throw a fatal error for me:

21:08:25 [sEVERE] java.lang.Error: Unresolved compilation problem:

        The type NetworkManager is ambiguous

 

21:08:25 [sEVERE]      at ic2.common.TileEntityNuclearReactor.q_(TileEntityNuclearReactor.java:106)

21:08:25 [sEVERE]      at net.minecraft.server.World.tickEntities(World.java:1189)

21:08:25 [sEVERE]      at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:559)

21:08:25 [sEVERE]      at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:457)

21:08:25 [sEVERE]      at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)

21:08:25 [sEVERE] Unexpected exception

java.lang.Error: Unresolved compilation problem:

        The type NetworkManager is ambiguous

        at ic2.common.TileEntityNuclearReactor.q_(TileEntityNuclearReactor.java:106)

        at net.minecraft.server.World.tickEntities(World.java:1189)

        at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:559)

        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:457)

        at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)

>

Link to comment
Share on other sites

Thanks for that! I applied your modified files and started my server... It was was looking promising at first, but does throw a fatal error for me:

21:08:25 [sEVERE] java.lang.Error: Unresolved compilation problem:

        The type NetworkManager is ambiguous

 

21:08:25 [sEVERE]      at ic2.common.TileEntityNuclearReactor.q_(TileEntityNuclearReactor.java:106)

21:08:25 [sEVERE]      at net.minecraft.server.World.tickEntities(World.java:1189)

21:08:25 [sEVERE]      at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:559)

21:08:25 [sEVERE]      at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:457)

21:08:25 [sEVERE]      at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)

21:08:25 [sEVERE] Unexpected exception

java.lang.Error: Unresolved compilation problem:

        The type NetworkManager is ambiguous

        at ic2.common.TileEntityNuclearReactor.q_(TileEntityNuclearReactor.java:106)

        at net.minecraft.server.World.tickEntities(World.java:1189)

        at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:559)

        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:457)

        at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)

>

Let me see what I did wrong, I had to do this a few times, I could have packed the wrong files. Edit: Fixed ;) Uploading now, check back to my old post for the fix :) Thanks again for posting the bug, and please let me know about any others! Edit: One last issue XD I put a cell in it and it crashed, updating again ;P I was unable to fix the second issue, I'm not sure If I'm missing something? I used the tekkit.jar as a recourse, anyone know how to fix this:

I'm really just asking if there are any other external jars I need to use? (Other than tekkit)

if(f >= 0.7F)

        {

            List list = world.a(net/minecraft/server/EntityLiving, AxisAlignedBB.a(x - 3, y - 3, z - 3, x + 4, y + 4, z + 4));

            for(int k = 0; k < list.size(); k++)

            {

                Entity entity = (Entity)list.get(k);

                entity.damageEntity(IC2DamageSource.radiation, 1);

            }

 

        }
Link to comment
Share on other sites

Can somebody do this with the IReactor thingy, i cannot get that recompiled..Everytime Itry to recompile I get:

ireactor.java:3: error: package net.minecraft.server does not exist

import net.minecraft.server.ChunkCoordinates;

^

ireactor.java:4: error: package net.minecraft.server does not exist

import net.minecraft.server.ItemStack;

^

ireactor.java:5: error: package net.minecraft.server does not exist

import net.minecraft.server.World;

^

ireactor.java:9: error: cannot find symbol

public abstract ChunkCoordinates getPosition();

^

symbol: class ChunkCoordinates

location: interface IReactor

ireactor.java:11: error: cannot find symbol

public abstract World getWorld();

^

symbol: class World

location: interface IReactor

ireactor.java:23: error: cannot find symbol

public abstract ItemStack getItemAt(int paramInt1, int paramInt2);

^

symbol: class ItemStack

location: interface IReactor

ireactor.java:25: error: cannot find symbol

public abstract void setItemAt(int paramInt1, int paramInt2, ItemStack paramIt

emStack);

^

symbol: class ItemStack

location: interface IReactor

7 errors

Link to comment
Share on other sites

Wut?.....I'm sorry, but I thought Windows XP was 32 bit only o.o

Edit: I googled it :3

Its on my clan's computer, it is windows XP and it does run 16 gigs of ram..dont ask how.. it just does lol

Anyways i have been stuck on the missing tileentity for quite some time.. any probable fixes?

Link to comment
Share on other sites

Its on my clan's computer, it is windows XP and it does run 16 gigs of ram..dont ask how.. it just does lol

Anyways i have been stuck on the missing tileentity for quite some time.. any probable fixes?

Did you use any of these fixes? Perhaps you messed one up when editing the IC2 class files.

Link to comment
Share on other sites

First off, I had this issue here: http://forums.technicpack.net/threads/error-updating-server-from-3-1-2-to-3-1-3.32857/#post-277174

And I'd just like to add, it was completely remedied by applying Tekkitopotamus' fix, so like, good on ya' and props.

That being said, I notice that a number of the recipes no longer appear. For instance, the Generator and the Geothermal generators no longer have any recipes when I try to look at them. Furthermore, looking at the uses for refined iron, many of the machines and machine-related constructions are now absent. It this possibly and unintended side effect of the fix?

Link to comment
Share on other sites

First off, I had this issue here: http://forums.technicpack.net/threads/error-updating-server-from-3-1-2-to-3-1-3.32857/#post-277174

And I'd just like to add, it was completely remedied by applying Tekkitopotamus' fix, so like, good on ya' and props.

That being said, I notice that a number of the recipes no longer appear. For instance, the Generator and the Geothermal generators no longer have any recipes when I try to look at them. Furthermore, looking at the uses for refined iron, many of the machines and machine-related constructions are now absent. It this possibly and unintended side effect of the fix?

It's a problem with the version of IC2 in Tekkit 3.1.3. Unfortunately, there's no fix, and not likely to be one until we upgrade to a newer version of Minecraft.

Link to comment
Share on other sites

It's a problem with the version of IC2 in Tekkit 3.1.3. Unfortunately, there's no fix, and not likely to be one until we upgrade to a newer version of Minecraft.

If you read my last posts, I fixed the main issue...I just ran into one last one that has stumped me. You can use my fix to load the server as long as you DON'T USE NUCLEAR REACTORS. Having them in the world is fine but it WILL crash if you try and put a cell in them.

Link to comment
Share on other sites

My buddy and I found a "fix" that seems to be working for the following error code, try at your own risk.

Problem: Placing thermal reacter (item number 192) next to a nuclear reactor causes crash.

OS: win7 64bit

Java Version: Version 7 Update 9 (build 1.7.0_09-b05)

Tekkit Version: 3.1.3

Fix: Turn your crashed server off. Go to your server folder. Go to mods folder. Delete your zip folder (mod_IC2NuclearControl-1.1.10b-mcpc-r1)

Restart your server. Join your server, then exit your server. Save, then stop your Tekkit server.

Go to your original (Tekkit_Server_3.1.3) folder that you downloaded from the Tekkit Website. Go to mods folder, find the (mod_IC2NuclearControl-1.1.10b-mcpc-r1.zip).

Copy and Paste it back in to your server mods folder.

Start your server back up, and join.

Warning: This is just to recover you map and make it playable. If you try to place a thermal reactor next to a nuclear reactor, it will crash again.

Just remember not to use it.

Error Code:

[sEVERE] java.lang.RuntimeException: java.lang.NoSuchMethodException: ic2.common.TileEntityNuclearReactor.tickRate()

2012-12-16 00:49:22 [sEVERE]at nuclearcontrol.NuclearHelper.getReactorTickRate(NuclearHelper.java:304)

2012-12-16 00:49:22 [sEVERE]at nuclearcontrol.TileEntityIC2Thermo.checkStatus(TileEntityIC2Thermo.java:190)

2012-12-16 00:49:22 [sEVERE]at nuclearcontrol.TileEntityIC2Thermo.q_(TileEntityIC2Thermo.java:244)

2012-12-16 00:49:22 [sEVERE]at net.minecraft.server.World.tickEntities(World.java:1189)

2012-12-16 00:49:22 [sEVERE]at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:559)

2012-12-16 00:49:22 [sEVERE]at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:457)

2012-12-16 00:49:22 [sEVERE]at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)

2012-12-16 00:49:22 [sEVERE] Caused by: java.lang.NoSuchMethodException: ic2.common.TileEntityNuclearReactor.tickRate()

2012-12-16 00:49:22 [sEVERE]at java.lang.Class.getMethod(Unknown Source)

2012-12-16 00:49:22 [sEVERE]at nuclearcontrol.NuclearHelper.getTickRateMethod(NuclearHelper.java:128)

2012-12-16 00:49:22 [sEVERE]at nuclearcontrol.NuclearHelper.getReactorTickRate(NuclearHelper.java:300)

2012-12-16 00:49:22 [sEVERE]... 6 more

2012-12-16 00:49:22 [sEVERE] Unexpected exception

java.lang.RuntimeException: java.lang.NoSuchMethodException: ic2.common.TileEntityNuclearReactor.tickRate()

at nuclearcontrol.NuclearHelper.getReactorTickRate(NuclearHelper.java:304)

at nuclearcontrol.TileEntityIC2Thermo.checkStatus(TileEntityIC2Thermo.java:190)

at nuclearcontrol.TileEntityIC2Thermo.q_(TileEntityIC2Thermo.java:244)

at net.minecraft.server.World.tickEntities(World.java:1189)

at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:559)

at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:457)

at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)

Caused by: java.lang.NoSuchMethodException: ic2.common.TileEntityNuclearReactor.tickRate()

at java.lang.Class.getMethod(Unknown Source)

at nuclearcontrol.NuclearHelper.getTickRateMethod(NuclearHelper.java:128)

at nuclearcontrol.NuclearHelper.getReactorTickRate(NuclearHelper.java:300)

... 6 more

Link to comment
Share on other sites

If you read my last posts, I fixed the main issue...I just ran into one last one that has stumped me. You can use my fix to load the server as long as you DON'T USE NUCLEAR REACTORS. Having them in the world is fine but it WILL crash if you try and put a cell in them.

Sorry, I was talking about the second one. It's kinda annoying, but there isn't likely to be a fix because codechicken has updated past 1.2.5, and the download page already mentions that it's incompatible with our IC2.

Link to comment
Share on other sites

can someone help guide me on what to do. here is my log. note before I did what it said I backup the old files just in case.

03:02:20 [iNFO] Starting minecraft server version 1.2.5

03:02:20 [iNFO] Attempting early MinecraftForge initialization

03:02:20 [iNFO] Completed early MinecraftForge initialization

03:02:20 [iNFO] Forge Mod Loader version 2.2.91.182 for Minecraft 1.2.5 loading

03:02:20 [iNFO] Loading mods from /home/gp/291/userdata/mods

03:02:20 [iNFO] Directory weaponmod contained no mods

03:02:20 [iNFO] Forge Mod Loader has loaded 38 mods

03:02:21 [iNFO] MinecraftForge v3.3.8.152 Initialized

03:02:21 [iNFO] MinecraftForge v3.3.8.152 Initialized

03:02:21 [iNFO] [WeaponMod] Properties file read succesfully!

03:02:21 [iNFO] Initializing alchemy values for Equivalent Exchange..

03:02:21 [iNFO] NetherOres: loaded Macerator Recipes

03:02:21 [iNFO] Loading properties

03:02:21 [iNFO] Starting Minecraft server on 64.74.111.168:25565

03:02:21 [iNFO] Loaded codechicken.wirelessredstone.core.CommandFreq

03:02:21 [iNFO] CONFLICT @ -49 item slot already occupied by net.minecraft.server.ItemBlock@6ddaf304 while adding dan200.computer.shared.ItemComputer@4188c3f4

03:02:21 [iNFO] CONFLICT @ -48 item slot already occupied by net.minecraft.server.ItemBlock@635cd969 while adding dan200.computer.shared.ItemPeripheral@64c5af75

03:02:21 [iNFO] ComputerCraft: Searching for RedPowerLib...

03:02:21 [iNFO] ComputerCraft: RedPowerLib and methods located.

03:02:21 [iNFO] CONFLICT @ -40 item slot already occupied by net.minecraft.server.ItemBlock@683a51de while adding dan200.turtle.shared.ItemTurtle@4cd4fb47

03:02:21 [iNFO] CONFLICT @ -46 item slot already occupied by net.minecraft.server.ItemBlock@cd2634f while adding dan200.turtle.shared.ItemTurtleExpanded@4875de1c

03:02:21 [iNFO] CONFLICT @ -78 item slot already occupied by net.minecraft.server.ItemBlock@52a41a80 while adding codechicken.enderstorage.ItemEnderChest@13c7f3e3

03:02:21 [iNFO] CONFLICT @ -204 item slot already occupied by net.minecraft.server.ItemWithAuxData@4baf19d7 while adding net.minecraft.server.ItemMobSpawner@54c99912

03:02:21 [iNFO] [iC2] Config loaded from /home/gp/291/userdata/./config/IC2.cfg

03:02:22 [WARNING] Could not retrieve Forestry item identified by: canEmpty
03:02:22 [WARNING] Could not retrieve Forestry item identified by: waxCapsule
03:02:22 [WARNING] Could not retrieve Forestry item identified by: refractoryEmpty
03:02:22 [WARNING] Could not retrieve Forestry item identified by: canEmpty
03:02:22 [WARNING] Could not retrieve Forestry item identified by: waxCapsule
03:02:22 [WARNING] Could not retrieve Forestry item identified by: refractoryEmpty
03:02:22 [WARNING] Could not retrieve Forestry item identified by: canEmpty
03:02:22 [WARNING] Could not retrieve Forestry item identified by: waxCapsule
03:02:22 [WARNING] Could not retrieve Forestry item identified by: refractoryEmpty
03:02:22 [WARNING] Could not retrieve Forestry item identified by: canEmpty
03:02:22 [WARNING] Could not retrieve Forestry item identified by: waxCapsule
03:02:22 [WARNING] Could not retrieve Forestry item identified by: refractoryEmpty

03:02:22 [iNFO] RedPowerCore: MinecraftForge minor version mismatch, expecting 3.1.x, may lead to unexpected behavior

03:02:22 [iNFO] Starting BuildCraft 2.2.14

03:02:22 [iNFO] Copyright © SpaceToad, 2011

03:02:22 [iNFO]

03:02:22 [iNFO] CONFLICT @ 1237 item slot already occupied by ccSensors.shared.ItemWiFiTransmitter@328b170e while adding ccSensors.shared.ItemWiFiTransmitter@4996b20e

03:02:22 [iNFO] CONFLICT @ -41 item slot already occupied by ccSensors.shared.ItemComputerSensorBlock@8e0d1af while adding net.minecraft.server.ItemBlock@5fe63cb6

03:02:22 [iNFO] [ccSensors] INFO: Loading SensorModule: Buildcraft

03:02:22 [iNFO] [ccSensors] INFO: Loading SensorModule: IndustrialCraft2

03:02:22 [iNFO] [ccSensors] INFO: Loading SensorModule: Forestry

03:02:22 [iNFO] [ccSensors] INFO: mod_Forestry not found - SensorModule is disabled.

03:02:22 [iNFO] [ccSensors] INFO: Loading SensorModule: RedPower2

03:02:22 [iNFO] [ccSensors] INFO: Loading SensorModule: EquivalentExchange

03:02:22 [iNFO] [ccSensors] INFO: Loading SensorModule: APS

03:02:22 [iNFO] [ccSensors] INFO: mod_BuildcraftAPS not found - SensorModule is disabled.

03:02:22 [iNFO] [ccSensors] INFO: Loading SensorModule: APS

03:02:22 [iNFO] [ccSensors] INFO: mod_ThaumCraft not found - SensorModule is disabled.

03:02:22 [iNFO] CompactSolars: MinecraftForge minor version mismatch, expecting 3.2.x, may lead to unexpected behavior

03:02:22 [iNFO] [iC2] Loading IC2 submodule: bcIntegration22x

03:02:22 [iNFO] [iC2] BuildCraft 2.2 integration module loaded

03:02:22 [iNFO] [iC2] Loaded minor compatibility modules: none

03:02:22 [iNFO] Forge Mod Loader load complete, 38 mods loaded

03:02:22 [iNFO] This server is running CraftBukkit version git-Bukkit-jenkins-CraftBukkit-182 (MC: 1.2.5) (Implementing API version 1.2.5-R5.0-MCPC-SNAPSHOT)

03:02:23 [iNFO] Loading mod_WirelessRedstoneAddons vForgeMod

03:02:23 [iNFO] Loading mod_IronChest vForgeMod

03:02:23 [iNFO] Loading mod_IC2_ChargingBench vForgeMod

03:02:23 [iNFO] Loading mod_BuildCraftEnergy vForgeMod

03:02:23 [iNFO] Loading mod_RedPowerWiring vForgeMod

03:02:23 [iNFO] Loading mod_MinecraftForge vForgeMod

03:02:23 [iNFO] Loading mod_RedPowerControl vForgeMod

03:02:23 [iNFO] Loading mod_BuildCraftCore vForgeMod

03:02:23 [iNFO] Loading mod_ImmibisCore vForgeMod

03:02:23 [iNFO] [Multiverse-Core] Loading Multiverse-Core v2.4-b527

03:02:23 [iNFO] Loading mod_BuildCraftFactory vForgeMod

03:02:23 [iNFO] Loading mod_IC2 vForgeMod

03:02:23 [iNFO] Loading mod_BuildCraftBuilders vForgeMod

03:02:23 [iNFO] Loading mod_RedPowerMachine vForgeMod

03:02:23 [iNFO] Loading mod_RedPowerLighting vForgeMod

03:02:23 [iNFO] Loading mod_NetherOres vForgeMod

03:02:23 [iNFO] [dynmap] Loading dynmap v0.90-1347

03:02:23 [iNFO] Loading mod_RedPowerWorld vForgeMod

03:02:23 [iNFO] Loading mod_ComputerCraft vForgeMod

03:02:23 [iNFO] Loading mod_EE vForgeMod

03:02:23 [iNFO] Loading mod_TubeStuff vForgeMod

03:02:23 [iNFO] Loading mod_BuildCraftTransport vForgeMod

03:02:23 [iNFO] Loading mod_NotEnoughItems vForgeMod

03:02:23 [iNFO] Loading mod_PowerConverters vForgeMod

03:02:23 [iNFO] Loading mod_AdditionalPipes vForgeMod

03:02:23 [iNFO] Loading mod_CCTurtle vForgeMod

03:02:23 [iNFO] Loading mod_Railcraft vForgeMod

03:02:23 [iNFO] Loading mod_IC2AdvancedMachines vForgeMod

03:02:23 [iNFO] Loading mod_RedPowerCore vForgeMod

03:02:23 [iNFO] Loading mod_RedPowerLogic vForgeMod

03:02:23 [iNFO] Loading mod_IC2NuclearControl vForgeMod

03:02:23 [iNFO] Loading mod_WirelessRedstoneRedPower vForgeMod

03:02:23 [iNFO] Loading mod_ModularForceFieldSystem vForgeMod

03:02:23 [iNFO] Loading mod_ImmiChunkLoaders vForgeMod

03:02:23 [iNFO] Loading mod_ccSensors vForgeMod

03:02:23 [iNFO] Loading mod_CompactSolars vForgeMod

03:02:23 [iNFO] Loading mod_EnderStorage vForgeMod

03:02:23 [iNFO] [Essentials] Loading Essentials v2.9.5

03:02:23 [iNFO] Loading Balkon's WeaponMod vForgeMod

03:02:23 [iNFO] Loading mod_CodeChickenCore vForgeMod

03:02:23 [iNFO] Loading mod_WirelessRedstoneCore vForgeMod

03:02:23 [iNFO] [EssentialsProtect] Loading EssentialsProtect v2.9.5

03:02:23 [iNFO] MLog clients using java 1.4+ standard logging.

03:02:23 [iNFO] [EssentialsSpawn] Loading EssentialsSpawn v2.9.5

03:02:23 [iNFO] [EssentialsGeoIP] Loading EssentialsGeoIP v2.9.5

03:02:23 [iNFO] [EssentialsAntiBuild] Loading EssentialsAntiBuild v2.9.5

03:02:23 [WARNING] Could not get information about this CraftBukkit version; perhaps you are running a custom one?: FileNotFoundException

03:02:23 [iNFO] Preparing level "World"

03:02:23 [iNFO] Default game type: 0

03:02:23 [iNFO] Registering world World, dimension 0, of providertype net.minecraft.server.WorldProviderNormal@326cd1bd(0) with Minecraft Forge

03:02:23 [iNFO] Registering world World_the_end, dimension 1, of providertype net.minecraft.server.WorldProviderTheEnd@1efc1cc6(0) with Minecraft Forge

03:02:23 [iNFO] Registering world World_nether, dimension -1, of providertype net.minecraft.server.WorldProviderHell@1f04680b(0) with Minecraft Forge

03:02:23 [iNFO] Preparing start region for level 0 (Seed: 8831811876543600279)

03:02:23 [iNFO] Preparing start region for level 1 (Seed: -8127164239439351645)

03:02:24 [iNFO] Preparing start region for level 2 (Seed: -8127164239439351645)

03:02:24 [iNFO] Preparing spawn area: 28%

03:02:24 [iNFO] [Multiverse-Core] Enabling Multiverse-Core v2.4-b527

03:02:24 [iNFO] [Multiverse-Core] - Version 2.4-b527 (API v14) Enabled - By Rigby, fernferret, lithium3141 and main--

03:02:24 [iNFO] [AllPay] - Version 10.0 - hooked into Essentials Economy for Multiverse-Core v2.4-b527

03:02:24 [iNFO] [Multiverse-Core] Loading World & Settings - 'World' - Env: NORMAL - Type: NORMAL & seed: 8831811876543600279

03:02:24 [iNFO] [Multiverse-Core] Loading World & Settings - 'World_the_end' - Env: THE_END - Type: NORMAL & seed: -8127164239439351645

03:02:24 [iNFO] [Multiverse-Core] Loading World & Settings - 'World_nether' - Env: NETHER - Type: NORMAL & seed: -8127164239439351645

03:02:24 [iNFO] [Multiverse-Core] Loading World & Settings - 'Voyager' - Env: NORMAL - Type: VERSION_1_1 & seed: 2227022832447448322

03:02:24 [iNFO] Registering world Voyager, dimension 2, of providertype net.minecraft.server.WorldProviderNormal@4564ff87(0) with Minecraft Forge

03:02:24 [iNFO] Preparing start region for level 3 (Seed: 2227022832447448322)

03:02:25 [iNFO] [Multiverse-Core] Loading World & Settings - 'Enterprise' - Env: NORMAL - Type: NORMAL & seed: 5975442049132254835

03:02:25 [iNFO] Registering world Enterprise, dimension 3, of providertype net.minecraft.server.WorldProviderNormal@3f05b336(0) with Minecraft Forge

03:02:25 [iNFO] Preparing start region for level 4 (Seed: 5975442049132254835)

03:02:25 [iNFO] [Multiverse-Core] 5 - World(s) loaded.

03:02:25 [iNFO] [dynmap] Enabling dynmap v0.90-1347

03:02:25 [iNFO] [dynmap] Using Bukkit Permissions (superperms) for access control

03:02:25 [iNFO] [dynmap] Web interface permissions only available for online users

03:02:26 [iNFO] [dynmap] mod_IC2NuclearControl models enabled

03:02:26 [iNFO] [dynmap] mod_Railcraft models enabled

03:02:26 [iNFO] [dynmap] mod_BuildCraftCore models enabled

03:02:26 [iNFO] [dynmap] mod_IronChest models enabled

03:02:26 [iNFO] [dynmap] mod_IC2 models enabled

03:02:26 [iNFO] [dynmap] mod_EE models enabled

03:02:26 [iNFO] [dynmap] mod_EnderStorage models enabled

03:02:26 [iNFO] [dynmap] mod_RedPowerCore models enabled

03:02:26 [iNFO] [dynmap] mod_RedPowerCore textures enabled

03:02:26 [iNFO] [dynmap] mod_IC2_ChargingBench textures enabled

03:02:26 [iNFO] [dynmap] mod_IC2AdvancedMachines textures enabled

03:02:26 [iNFO] [dynmap] mod_NetherOres textures enabled

03:02:26 [iNFO] [dynmap] mod_IC2 textures enabled

03:02:26 [iNFO] [dynmap] mod_CompactSolars textures enabled

03:02:26 [iNFO] [dynmap] mod_PowerConverters textures enabled

03:02:26 [iNFO] [dynmap] mod_IronChest textures enabled

03:02:26 [iNFO] [dynmap] mod_BuildCraftCore textures enabled

03:02:26 [iNFO] [dynmap] mod_Railcraft textures enabled

03:02:26 [iNFO] [dynmap] mod_IC2NuclearControl textures enabled

03:02:26 [iNFO] [dynmap] mod_EnderStorage textures enabled

03:02:26 [iNFO] [dynmap] mod_ComputerCraft textures enabled

03:02:26 [iNFO] [dynmap] mod_TubeStuff textures enabled

03:02:26 [iNFO] [dynmap] mod_EE textures enabled

03:02:26 [iNFO] [dynmap] Loaded 21 shaders.

03:02:27 [iNFO] [dynmap] Loaded 82 perspectives.

03:02:27 [iNFO] [dynmap] Loaded 12 lightings.

03:02:27 [iNFO] [dynmap] Web server started on address 64.74.111.168:8123

03:02:27 [iNFO] [dynmap] version 0.90-1347 is enabled - core version 0.90-373

03:02:27 [iNFO] [dynmap] Loaded 3 maps of world 'World'.

03:02:27 [iNFO] [dynmap] Loaded 2 maps of world 'World_the_end'.

03:02:27 [iNFO] [dynmap] Loaded 2 maps of world 'World_nether'.

03:02:27 [iNFO] [dynmap] Loaded 3 maps of world 'Voyager'.

03:02:27 [iNFO] [dynmap] Loaded 3 maps of world 'Enterprise'.

03:02:27 [iNFO] [dynmap] Enabled

03:02:27 [iNFO] [Essentials] Enabling Essentials v2.9.5

03:02:27 [iNFO] Bukkit version format changed. Version not checked.

03:02:27 [iNFO] git-Bukkit-jenkins-CraftBukkit-182 (MC: 1.2.5)

03:02:27 [iNFO] 1.2.5-R5.0-MCPC-SNAPSHOT

03:02:27 [sEVERE] Plugin Essentials is attempting to register event org/bukkit/event/player/AsyncPlayerChatEvent, which does not exist. Ignoring events registered in class com.earth2me.essentials.EssentialsPlayerListener

03:02:27 [iNFO] Essentials: Using config file enhanced permissions.

03:02:27 [iNFO] Permissions listed in as player-commands will be given to all users.

03:02:27 [iNFO] [EssentialsProtect] Enabling EssentialsProtect v2.9.5

03:02:27 [iNFO] Initializing c3p0-0.9.1.2 [built 21-May-2007 15:04:56; debug? true; trace: 10]

03:02:28 [iNFO] [EssentialsSpawn] Enabling EssentialsSpawn v2.9.5

03:02:28 [iNFO] [EssentialsGeoIP] Enabling EssentialsGeoIP v2.9.5

03:02:28 [iNFO] [EssentialsGeoIP] This product includes GeoLite data created by MaxMind, available from
.

03:02:28 [iNFO] [EssentialsAntiBuild] Enabling EssentialsAntiBuild v2.9.5

03:02:28 [iNFO] Server permissions file permissions.yml is empty, ignoring it

03:02:28 [iNFO] Done (5.032s)! For help, type "help" or "?"

03:02:28 [iNFO] Starting GS4 status listener

03:02:28 [iNFO] Query running on 64.74.111.168:25565

03:02:28 [sEVERE] java.lang.RuntimeException: java.lang.NoSuchMethodException: ic2.platform.NetworkManager.initiateTileEntityEvent(net.minecraft.src.TileEntity, int, boolean)
03:02:28 [sEVERE] at ic2.api.NetworkHelper.initiateTileEntityEvent(NetworkHelper.java:62)
03:02:28 [sEVERE] at ic2.advancedmachines.TileEntityAdvancedMachine.q_(TileEntityAdvancedMachine.java:130)
03:02:28 [sEVERE] at net.minecraft.server.World.tickEntities(World.java:1189)
03:02:28 [sEVERE] at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:559)
03:02:28 [sEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:457)
03:02:28 [sEVERE] at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
03:02:28 [sEVERE] Caused by: java.lang.NoSuchMethodException: ic2.platform.NetworkManager.initiateTileEntityEvent(net.minecraft.src.TileEntity, int, boolean)
03:02:28 [sEVERE] at java.lang.Class.getMethod(Unknown Source)
03:02:28 [sEVERE] at ic2.api.NetworkHelper.initiateTileEntityEvent(NetworkHelper.java:49)
03:02:28 [sEVERE] ... 5 more
03:02:28 [sEVERE] Unexpected exception
java.lang.RuntimeException: java.lang.NoSuchMethodException: ic2.platform.NetworkManager.initiateTileEntityEvent(net.minecraft.src.TileEntity, int, boolean)

at ic2.api.NetworkHelper.initiateTileEntityEvent(NetworkHelper.java:62)

at ic2.advancedmachines.TileEntityAdvancedMachine.q_(TileEntityAdvancedMachine.java:130)

at net.minecraft.server.World.tickEntities(World.java:1189)

at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:559)

at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:457)

at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)

Caused by: java.lang.NoSuchMethodException: ic2.platform.NetworkManager.initiateTileEntityEvent(net.minecraft.src.TileEntity, int, boolean)

at java.lang.Class.getMethod(Unknown Source)

at ic2.api.NetworkHelper.initiateTileEntityEvent(NetworkHelper.java:49)

... 5 more

Link to comment
Share on other sites

help?

2012-12-17 10:25:34 [iNFO] Done (6.919s)! For help, type "help" or "?"

2012-12-17 10:25:35 [sEVERE] java.lang.NoSuchMethodError: buildcraft.api.PowerProvider.receiveEnergy(I)V

2012-12-17 10:25:35 [sEVERE]at buildcraft.energy.TileEngine.q_(TileEngine.java:126)

2012-12-17 10:25:35 [sEVERE]at net.minecraft.server.World.tickEntities(World.java:1189)

2012-12-17 10:25:35 [sEVERE]at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:559)

2012-12-17 10:25:35 [sEVERE]at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:457)

2012-12-17 10:25:35 [sEVERE]at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)

2012-12-17 10:25:35 [sEVERE] Unexpected exception

java.lang.NoSuchMethodError: buildcraft.api.PowerProvider.receiveEnergy(I)V

at buildcraft.energy.TileEngine.q_(TileEngine.java:126)

at net.minecraft.server.World.tickEntities(World.java:1189)

at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:559)

at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:457)

at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)

Link to comment
Share on other sites

Issue: java.lang.NoSuchFieldError: energyStored / java.lang.NoSuchMethodError: buildcraft.api.PowerProvider.receiveEnergy(I)V

Cause: Railcraft update contains a newer buildcraft API which is conflicting with the version of buildcraft running

Solution(s): Remove the new buildcraft API from the updated railcraft jar and then change the TileEntityRockCrusher's 2 references to the new API so they conform to the old API (simply changing the args from floats back to ints) (second part not actually required for functional rock crusher, but is required if you want to port the rock crusher to buildcraft2 and require an energy input for it)

For this I am confused, I did what you said and even went as far as to try the crossed out part of #2 after doing as you said did not work, both have ended in me getting to the Mojang screen and then getting this error message:

40 mods loaded

Optifine OptiFine_1.2.5_HD_S_C6

Minecraft Forge 3.3.8.164

FML v2.2.106.176

Forge Mod Loader version 2.2.106.176 for Minecraft 1.2.5

mod_MinecraftForge : Loaded (modpack.jar)

mod_CodeChickenCore : Loaded (modpack.jar)

mod_NotEnoughItems : Loaded (modpack.jar)

mod_IC2AdvancedMachines : Loaded (AdvancedMachines_4.0_client.zip)

mod_CCTurtle : Loaded (ComputerCraft1.41.zip)

mod_ComputerCraft : Loaded (ComputerCraft1.41.zip)

mod_EE : Loaded (EE2ClientV1.4.6.5.jar)

mod_EnderStorage : Loaded (EnderStorage-Client 1.1.3.zip)

mod_IC2NuclearControl : Loaded (IC2NuclearControl_client_v1.1.10b.zip)

mod_InvTweaks : Loaded (InvTweaks-1.41b-1.2.4.zip)

mod_MAtmos_forModLoader : Loaded (MAtmos_packaged.zip)

mod_NetherOres : Loaded (NetherOres_Client_1.2.1.zip)

mod_PowerConverters : Loaded (PowerConverters_Client_1.3.4.zip)

mod_RedPowerControl : Loaded (RedPowerControl-2.0pr5b2.zip)

mod_RedPowerCore : Loaded (RedPowerCore-2.0pr5b2.zip)

mod_RedPowerLighting : Loaded (RedPowerLighting-2.0pr5b2.zip)

mod_RedPowerLogic : Loaded (RedPowerLogic-2.0pr5b2.zip)

mod_RedPowerMachine : Loaded (RedPowerMachine-2.0pr5b2.zip)

mod_RedPowerWiring : Loaded (RedPowerWiring-2.0pr5b2.zip)

mod_RedPowerWorld : Loaded (RedPowerWorld-2.0pr5b2.zip)

mod_WirelessRedstoneAddons : Loaded (WR-CBE Addons-Client 1.2.2.3.zip)

mod_WirelessRedstoneCore : Loaded (WR-CBE Core-Client 1.2.2.3.zip)

mod_WirelessRedstoneRedPower : Loaded (WR-CBE RedPower-Client 1.2.2.1.zip)

mod_WeaponMod : Loaded (WeaponMod.zip)

mod_ReiMinimap : Loaded ([1.2.5]ReiMinimap_v3.2_04.zip)

mod_BuildCraftCore : Loaded (buildcraft-client-A-core-2.2.14.zip)

mod_BuildCraftBuilders : Loaded (buildcraft-client-B-builders-2.2.14.zip)

mod_BuildCraftEnergy : Loaded (buildcraft-client-B-energy-2.2.14.zip)

mod_BuildCraftFactory : Loaded (buildcraft-client-B-factory-2.2.14.zip)

mod_BuildCraftTransport : Loaded (buildcraft-client-B-transport-2.2.14.zip)

mod_AdditionalPipes : Loaded (buildcraft-client-DA-additionalpipes-2.1.3.zip)

mod_ccSensors : Loaded (ccSensors-client-MC125-B017pr1.zip)

mod_ImmibisCore : Loaded (immibis-core_49.1.1_for_1.2.5-client.jar)

mod_IC2 : Loaded (industrialcraft-2-client_1.103.jar)

mod_ModularForceFieldSystem : Loaded (mffs_rev7_for_1.2.5-client.zip)

mod_IC2_ChargingBench : Loaded (mod_chargingbench-client-1.95b-1.2.5-r1.zip)

mod_CompactSolars : Loaded (mod_compactsolars-client-2.3.2.10.zip)

mod_IronChest : Loaded (mod_ironchests-client-3.8.0.40.zip)

mod_TubeStuff : Loaded (tubestuff_49.1.2_for_1.2.5-client.jar)

mod_ImmiChunkLoaders : Loaded (zdimensional-anchor_rev3.2_for_1.2.5-client.jar)

Minecraft has crashed!

----------------------

Minecraft has stopped running because it encountered a problem.

--- BEGIN ERROR REPORT cd68ff38 --------

Generated 12/17/12 4:35 PM

Minecraft: Minecraft 1.2.5

OS: Mac OS X (x86_64) version 10.6.8

Java: 1.6.0_37, Apple Inc.

VM: Java HotSpot 64-Bit Server VM (mixed mode), Apple Inc.

LWJGL: 2.4.2

OpenGL: ATI Radeon HD 2400 XT OpenGL Engine version 2.1 ATI-1.6.36, ATI Technologies Inc.

java.lang.NullPointerException

at cpw.mods.fml.common.modloader.ModLoaderModContainer.init(ModLoaderModContainer.java:356)

at cpw.mods.fml.common.Loader.modInit(Loader.java:273)

at cpw.mods.fml.common.Loader.initializeMods(Loader.java:628)

at cpw.mods.fml.client.FMLClientHandler.onLoadComplete(FMLClientHandler.java:223)

at net.minecraft.client.Minecraft.a(Minecraft.java:429)

at net.minecraft.client.Minecraft.run(Minecraft.java:738)

at java.lang.Thread.run(Thread.java:680)

--- END ERROR REPORT 6b4a02d1 ----------

The cause of the first issue was that the presence of a active quarry crashes seemingly only macs, just to restate. I think I have figured out that it is Railcraft trying to use some Buildcraft files to make RC/BC items (which does not make sense because the server hasn't even used anything in RC yet) but Tekkit uses BC 2 and RC must be looking for BC 3. One last thing, this appears to be a client issue and me and the whole server would not like to have to mess with the server if this could be avoided. Please respond and thank you in advance.

Link to comment
Share on other sites

It's server side. Just remove the specified folder in the Railcraft mod and it works fine. I've tried it myself without changing anything client-side.

The admin got rid of the API and re-compressed the folder just as instructed but it still does not work, the server runs on a windows so does that mean there is a difference? The folder is Deskop/Tekkit_Server_3.1.3/mods/Railcraft-5.4.7-MCPC-1.2.5-r7/Buildcraft The Railcraft folder is a winrar

Link to comment
Share on other sites

Have you tried deleting it without decompressing the folder? I can't remember if that's how I did it right now, but it could be. Recompressing it seems to cause some sort of problem.

the admin has a little app on his computer that allows him to not have to decompress any folder to look in it and change things. I will ask him to try decompressing but then only leaving the decompressed folder in there. I am thinking this working is unlikely because on mac it always looked for the compressed folder and if there was none it would crash.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Announcements

  • Anything claiming to be official Technic servers are not allowed here, for obvious reasons



×
×
  • Create New...