Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crash with new Railcraft #203

Closed
rrusciguy opened this issue Feb 5, 2015 · 24 comments
Closed

Crash with new Railcraft #203

rrusciguy opened this issue Feb 5, 2015 · 24 comments

Comments

@rrusciguy
Copy link

With the new build of Railcraft CJ has released (currently only to patrons) the following exception is thrown when registering abyssal blocks

EDIT: RC version is 9.4.0.3, chisel is latest release

http://pastebin.com/885s0myA

@tterrag1098
Copy link
Contributor

We will fix support when the version is officially released. For now, disable the railcraft feature.

@TheCricket
Copy link
Member

Thanks for the heads up but if it's only to patrons nothing I can do about that atm

On 4 Feb 2015, at 20:40, rrusciguy notifications@github.com wrote:

With the new build of Railcraft CJ has released (currently only to patrons) the following exception is thrown when registering abyssal blocks

http://pastebin.com/885s0myA


Reply to this email directly or view it on GitHub.

@tterrag1098
Copy link
Contributor

It's odd though, he must be changing how blocks are registered but that'll break worlds if he's not careful.

@Syer10
Copy link

Syer10 commented Feb 7, 2015

New railcraft released here http://minecraft.curseforge.com/mc-mods/51195-railcraft/files/2226556 here is the same crash but with the released version http://pastebin.com/ffWRmwJS

@chloeprince
Copy link

Oh good... Its not just me - HALP!

Running the latest Railcraft 9.5.0.0 and getting the same crash as everyone above.
Its an official version on Curse. I am also a Patreon, if you need to look at the latest version in the future.

@Sailren
Copy link

Sailren commented Feb 7, 2015

same crash here

open eye report: http://openeye.openmods.info/crashes/1f27a31621c501f6e19499201cbe1c2f

@Staegrin
Copy link

Staegrin commented Feb 7, 2015

After updating to Railcraft_1.7.10-9.5.0.0. The game would start loading and then crash to desktop. I've narrowed down the cause to the chisel mod (Chisel2-2.3.4.30). Without this mod or downgrading to version (Railcraft_1.7.10-9.4.0.0) there is no crash.
crashlogs:
http://pastebin.com/gzNLrZPk
http://pastebin.com/2rv1ZDAW

cross-post from Railcraft. Usually I go to the github of mod that updated first.

@Roversword
Copy link

Same issue and same error message as rrusciguy (Railcraft 9.5.0.0, Chisel 2.3.5, both from curse.com).
If there is anything I can help in terms of error messages or testing or providing more information, let me know.

@erkro1
Copy link

erkro1 commented Feb 7, 2015

Please release new Chisel version asap, everyone with Chisel and new Railcraft has this crash.

@tterrag1098
Copy link
Contributor

Either disable the railcraft feature as mentioned above, or use the nightly here: http://coloredlightscore.us.to:8080/job/Chisel-2%20v1.7.10-Dev/46/

MAKE A BACKUP BEFORE USING NIGHTLIES

@jermangarc
Copy link

Did you guys remove the cool chests on the nightly version? When I loaded my test world it stated that there were missing blocks (a bunch of chisel chests).

Edit: Found the present chest boxes in NEI, not sure which chests were missing.

@tterrag1098
Copy link
Contributor

Redid them. Old ones will vanish but they never worked anyhow.
On Feb 7, 2015 7:58 PM, "Jermaine Garcia" notifications@github.com wrote:

Did you guys remove the cool chests on the nightly version? When I loaded
my test world it stated that there were missing blocks (a bunch of chisel
chests).


Reply to this email directly or view it on GitHub
#203 (comment).

@Pilad
Copy link

Pilad commented Feb 11, 2015

Crash cauldron forge 1240 server

[20:33:13] [Server thread/ERROR]: Encountered an unexpected exception
java.lang.NoClassDefFoundError: Could not initialize class Reflector
at net.minecraft.crash.CrashReport.func_71504_g(CrashReport.java:163) ~[b.class:?]
at net.minecraft.crash.CrashReport.(CrashReport.java:55) ~[b.class:?]
at net.minecraft.crash.CrashReport.func_85055_a(CrashReport.java:442) ~[b.class:?]
at net.minecraft.world.World.(World.java:189) ~[ahb.class:?]
at net.minecraft.world.WorldServer.(WorldServer.java:153) ~[mt.class:?]
at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:356) ~[MinecraftServer.class:?]
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:329) ~[lt.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:620) [MinecraftServer.class:?]
at java.lang.Thread.run(Thread.java:745) [?:1.7.0_65]
[20:33:13] [Server thread/INFO]: Applying holder lookups
[20:33:13] [Server thread/WARN]: Unable to lookup chisel:cobblestoneWall for public static com.cricketcraft.chisel.block.BlockMarbleWall com.cricketcraft.chisel.init.ChiselBlocks.cobblestoneWall. Is there something wrong with the registry?
[20:33:13] [Server thread/WARN]: Unable to lookup chisel:arcane for public static com.cricketcraft.chisel.block.BlockCarvable com.cricketcraft.chisel.init.ChiselBlocks.arcane. Is there something wrong with the registry?
[20:33:13] [Server thread/WARN]: Unable to lookup chisel:thaumium for public static com.cricketcraft.chisel.block.BlockCarvable com.cricketcraft.chisel.init.ChiselBlocks.thaumium. Is there something wrong with the registry?
[20:33:13] [Server thread/WARN]: Unable to lookup chisel:tallow for public static com.cricketcraft.chisel.block.BlockCarvable com.cricketcraft.chisel.init.ChiselBlocks.tallow. Is there something wrong with the registry?
[20:33:13] [Server thread/WARN]: Unable to lookup chisel:bloodRune for public static com.cricketcraft.chisel.block.BlockCarvable com.cricketcraft.chisel.init.ChiselBlocks.bloodRune. Is there something wrong with the registry?
[20:33:13] [Server thread/WARN]: Unable to lookup chisel:bloodBrick for public static com.cricketcraft.chisel.block.BlockCarvable com.cricketcraft.chisel.init.ChiselBlocks.bloodBrick. Is there something wrong with the registry?
[20:33:13] [Server thread/INFO]: Holder lookups applied
[20:33:13] [pool-4-thread-1/INFO]: ServerChannelRegister: Dimensional Trasciever data saved to /1/./world/enderio/dimensionalTransceiver.json
[20:33:13] [Server thread/INFO]: The state engine was in incorrect state SERVER_STARTING and forced into state SERVER_STOPPED. Errors may have been discarded.

@Pilad
Copy link

Pilad commented Feb 11, 2015

I use dev build Chisel2_DEV-2.3.5.bc8e2a5

@Pilad
Copy link

Pilad commented Feb 11, 2015

If use stable version chisel and Railcraft 9.4.0.0 .:

[20:45:08 ERROR]: Encountered an unexpected exception
java.lang.NoClassDefFoundError: Could not initialize class Reflector
at net.minecraft.crash.CrashReport.func_71504_g(CrashReport.java:163) ~[b.class:?]
at net.minecraft.crash.CrashReport.(CrashReport.java:55) ~[b.class:?]
at net.minecraft.crash.CrashReport.func_85055_a(CrashReport.java:442) ~[b.class:?]
at net.minecraft.world.World.(World.java:189) ~[ahb.class:?]
at net.minecraft.world.WorldServer.(WorldServer.java:153) ~[mt.class:?]
at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:356) ~[MinecraftServer.class:?]
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:329) ~[lt.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:620) [MinecraftServer.class:?]
at java.lang.Thread.run(Thread.java:745) [?:1.7.0_65]
[20:45:08 INFO]: Applying holder lookups
[20:45:08 WARN]: Unable to lookup chisel:cobblestoneWall for public static com.cricketcraft.chisel.block.BlockMarbleWall com.cricketcraft.chisel.init.ChiselBlocks.cobblestoneWall. Is there something wrong with the registry?
[20:45:08 WARN]: Unable to lookup chisel:arcane for public static com.cricketcraft.chisel.block.BlockCarvable com.cricketcraft.chisel.init.ChiselBlocks.arcane. Is there something wrong with the registry?
[20:45:08 WARN]: Unable to lookup chisel:thaumium for public static com.cricketcraft.chisel.block.BlockCarvable com.cricketcraft.chisel.init.ChiselBlocks.thaumium. Is there something wrong with the registry?
[20:45:08 WARN]: Unable to lookup chisel:tallow for public static com.cricketcraft.chisel.block.BlockCarvable com.cricketcraft.chisel.init.ChiselBlocks.tallow. Is there something wrong with the registry?
[20:45:08 WARN]: Unable to lookup chisel:bloodRune for public static com.cricketcraft.chisel.block.BlockCarvable com.cricketcraft.chisel.init.ChiselBlocks.bloodRune. Is there something wrong with the registry?
[20:45:08 WARN]: Unable to lookup chisel:bloodBrick for public static com.cricketcraft.chisel.block.BlockCarvable com.cricketcraft.chisel.init.ChiselBlocks.bloodBrick. Is there something wrong with the registry?
[20:45:08 INFO]: Holder lookups applied
[20:45:08 INFO]: ServerChannelRegister: Dimensional Trasciever data saved to /1/./world/enderio/dimensionalTransceiver.json
[20:45:08 INFO]: The state engine was in incorrect state SERVER_STARTING and forced into state SERVER_STOPPED. Errors may have been discarded.

@CptSpaceToaster
Copy link
Contributor

@Pilad, You can try last evening's update (It probably won't change anything though...) http://coloredlightscore.us.to:8080/job/Chisel-2%20v1.7.10-Dev/50/

Can you update Railcraft to 9.5.X?
RC 9.4.0 is a bit old.

@Pilad
Copy link

Pilad commented Feb 11, 2015

Hm... I delete chisel... :

[20:54:06 ERROR]: Encountered an unexpected exception
java.lang.NoClassDefFoundError: Could not initialize class Reflector
at net.minecraft.crash.CrashReport.func_71504_g(CrashReport.java:163) ~[b.class:?]
at net.minecraft.crash.CrashReport.(CrashReport.java:55) ~[b.class:?]
at net.minecraft.crash.CrashReport.func_85055_a(CrashReport.java:442) ~[b.class:?]
at net.minecraft.world.World.(World.java:189) ~[ahb.class:?]
at net.minecraft.world.WorldServer.(WorldServer.java:153) ~[mt.class:?]
at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:356) ~[MinecraftServer.class:?]
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:329) ~[lt.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:620) [MinecraftServer.class:?]
at java.lang.Thread.run(Thread.java:745) [?:1.7.0_65]
[20:54:06 INFO]: Applying holder lookups
[20:54:06 INFO]: Holder lookups applied
[20:54:06 INFO]: ServerChannelRegister: Dimensional Trasciever data saved to /1/./world/enderio/dimensionalTransceiver.json
[20:54:06 INFO]: The state engine was in incorrect state SERVER_STARTING and forced into state SERVER_STOPPED. Errors may have been discarded.
Not understand (((((

@Pilad
Copy link

Pilad commented Feb 11, 2015

Ooo...I not delete optifine on server...
And error : java.lang.NoClassDefFoundError: Could not initialize class Reflector
Sorry....

@CptSpaceToaster
Copy link
Contributor

@Pilad, Can you update Railcraft to 9.5.X?
RC 9.4.0 is a bit old.

9.5.X should work with the latest dev build of chisel.

@tterrag1098
Copy link
Contributor

9.4.x should still work though, I coded it to work with both
On Feb 11, 2015 2:27 PM, "CptSpaceToaster" notifications@github.com wrote:

@Pilad https://github.com/PIlad, Can you update Railcraft to 9.5.X?
RC 9.4.0 is a bit old.

9.5.X should work with the latest dev build of chisel.


Reply to this email directly or view it on GitHub
#203 (comment).

@CptSpaceToaster
Copy link
Contributor

True... @Pilad did not indicate Chisel-2 is still failing...
I bet his issue with Chisel-2 fixed now that he fixed his other issue with optifine on the server...

@Cronosus
Copy link

same problem, crash with railcraft 9.5.0.0 and chisel 2.3.5 (2.3.3 the same)
http://pastebin.com/c63wWgsr

@tterrag1098
Copy link
Contributor

@Cronosus why post it again? The fix has been posted above.

@CptSpaceToaster
Copy link
Contributor

For anyone about to post another useless crash/message/reminder/whatever, the "Code Complete" tag means that we've fixed the bug in our dev-branch.

The fix will make it out in our next release.

Please be patient, and you'll get your fix soon.

@Chisel-2 Chisel-2 locked and limited conversation to collaborators Feb 13, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests