randomly crashing Infinity pack

  • Please make sure you are posting in the correct place. Server ads go here and modpack bugs go here

darknighht257

New Member
Jul 29, 2019
76
0
0
Just as title says, in game my game randomly crashes, i tried to pin point what exactly it is, so i even tried not even moving when logging in and it still just crashes, sometimes i can play for an hour with nothing happening and sometime it crashes like 5 secs in, it is very annoying and i would really love any kind of suggestions for help, i have the crash report http://pastebin.com/dFGxzZ82 here on pastebin
(amazing site, between all the computer craft stuff and being able to post your crash reports on it so amazing,but that's besides the point lol) so yea any kind of help would be greatly appreciated
 

Hambeau

Over-Achiever
Jul 24, 2013
2,598
1,531
213
I would suggest backing out of Java 1.8.0_40 and loading 1.8.0_25.

I've been running on 8_25 for nearly a year and never had a crash other than those traced to buggy packs... Until 5 minutes after I created a brand new Infinity world after loading 8_40.

I subsequently removed 8-40 and reloaded 8_25 and things appear stable once again.
 

darknighht257

New Member
Jul 29, 2019
76
0
0
thank you for the info i just downloaded the 25 update and will see how my game play in now, hopefully it will fix the problem
 

Harmsda

New Member
Jul 29, 2019
3
0
0
Similar problem here, I'm trying to launch a heavily modified FTB Infinity pack, and it keeps failing to start.

The last part of the log is here (there isn't a crash report because it technically never starts):
[09:29:08] [main/TRACE] [FML/]: Registry add: minecraft:sapling 6 net.minecraft.block.BlockSapling@372f0a99 (req. id 6)
[09:29:08] [main/TRACE] [FML/]: Registry add: minecraft:bedrock 7 net.minecraft.block.Block@16cf8438 (req. id 7)
[09:29:08] [main/TRACE] [FML/]: Registry add: minecraft:flowing_water 8 cofh.asmhooks.block.BlockTickingWater@3e5beab5 (req. id 8)
[09:29:08] [main/TRACE] [FML/]: Registry add: minecraft:water 9 cofh.asmhooks.block.BlockWater@93bf0e0 (req. id 9)
[09:29:08] [main/TRACE] [FML/]: Registry add: minecraft:flowing_lava 10 net.minecraft.block.BlockDynamicLiquid@4981d95b (req. id 10)
[09:29:08] [main/TRACE] [FML/]: Registry add: minecraft:lava 11 net.minecraft.block.BlockStaticLiquid@656842bc (req. id 11)
[09:29:08] [main/TRACE] [FML/]: Registry add: minecraft:sand 12 net.minecraft.block.BlockSand@5dbab232 (req. id 12)
[09:29:08] [main/TRACE] [FML/]: Registry add: minecraft:gravel 13 net.minecraft.block.BlockGravel@595f9916 (req. id 13)
[09:29:08] [main/TRACE] [FML/]: Registry add: minecraft:gold_ore 14 net.minecraft.block.BlockOre@28768e25 (req. id 14)
[09:29:08] [main/TRACE] [FML/]: Registry add: minecraft:iron_ore 15 net.minecraft.block.BlockOre@310d57b1 (req. id 15)
[09:29:08] [main/TRACE] [FML/]: Registry add: minecraft:coal_ore 16 net.minecraft.block.BlockOre@143fefaf (req. id 16)
[09:29:08] [main/TRACE] [FML/]: Registry add: minecraft:log 17 net.minecraft.block.BlockOldLog@34a6d9db (req. id 17)
[09:29:08] [main/INFO] [FastLeafDecay/]: Patching leaves.
[09:29:08] [main/INFO] [FastLeafDecay/]: Found Leave Class: net/minecraft/block/BlockLeavesBase
[09:29:08] [main/INFO] [RandomThingsCore/]: Found Leave Class: net/minecraft/block/BlockLeavesBase
[09:29:08] [main/ERROR] [LaunchWrapper/]: Unable to launch
java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_40]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_40]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_40]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_40]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.11.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.11.jar:?]
Caused by: java.lang.NoClassDefFoundError: net/minecraft/block/BlockOldLeaf
at net.minecraft.block.Block.func_149671_p(Block.java:222) ~[aji.class:?]
at net.minecraft.init.Bootstrap.func_151354_b(SourceFile:355) ~[kl.class:?]
at net.minecraft.client.Minecraft.<init>(Minecraft.java:287) ~[bao.class:?]
at net.minecraft.client.main.Main.main(SourceFile:129) ~[Main.class:?]
... 6 more
Caused by: java.lang.ClassNotFoundException: net.minecraft.block.BlockOldLeaf
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191) ~[launchwrapper-1.11.jar:?]
at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_40]
at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_40]
at net.minecraft.block.Block.func_149671_p(Block.java:222) ~[aji.class:?]
at net.minecraft.init.Bootstrap.func_151354_b(SourceFile:355) ~[kl.class:?]
at net.minecraft.client.Minecraft.<init>(Minecraft.java:287) ~[bao.class:?]
at net.minecraft.client.main.Main.main(SourceFile:129) ~[Main.class:?]
... 6 more
Caused by: java.lang.NoClassDefFoundError: net/minecraft/block/BlockLeaves
at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.8.0_40]
at java.lang.ClassLoader.defineClass(Unknown Source) ~[?:1.8.0_40]
at java.security.SecureClassLoader.defineClass(Unknown Source) ~[?:1.8.0_40]
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182) ~[launchwrapper-1.11.jar:?]
at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_40]
at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_40]
at net.minecraft.block.Block.func_149671_p(Block.java:222) ~[aji.class:?]
at net.minecraft.init.Bootstrap.func_151354_b(SourceFile:355) ~[kl.class:?]
at net.minecraft.client.Minecraft.<init>(Minecraft.java:287) ~[bao.class:?]
at net.minecraft.client.main.Main.main(SourceFile:129) ~[Main.class:?]
... 6 more
Caused by: java.lang.ClassNotFoundException: net.minecraft.block.BlockLeaves
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191) ~[launchwrapper-1.11.jar:?]
at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_40]
at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_40]
at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.8.0_40]
at java.lang.ClassLoader.defineClass(Unknown Source) ~[?:1.8.0_40]
at java.security.SecureClassLoader.defineClass(Unknown Source) ~[?:1.8.0_40]
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182) ~[launchwrapper-1.11.jar:?]
at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_40]
at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_40]
at net.minecraft.block.Block.func_149671_p(Block.java:222) ~[aji.class:?]
at net.minecraft.init.Bootstrap.func_151354_b(SourceFile:355) ~[kl.class:?]
at net.minecraft.client.Minecraft.<init>(Minecraft.java:287) ~[bao.class:?]
at net.minecraft.client.main.Main.main(SourceFile:129) ~[Main.class:?]
... 6 more
Caused by: java.lang.NoClassDefFoundError: net/minecraft/block/BlockLeavesBase
at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.8.0_40]
at java.lang.ClassLoader.defineClass(Unknown Source) ~[?:1.8.0_40]
at java.security.SecureClassLoader.defineClass(Unknown Source) ~[?:1.8.0_40]
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182) ~[launchwrapper-1.11.jar:?]
at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_40]
at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_40]
at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.8.0_40]
at java.lang.ClassLoader.defineClass(Unknown Source) ~[?:1.8.0_40]
at java.security.SecureClassLoader.defineClass(Unknown Source) ~[?:1.8.0_40]
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182) ~[launchwrapper-1.11.jar:?]
at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_40]
at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_40]
at net.minecraft.block.Block.func_149671_p(Block.java:222) ~[aji.class:?]
at net.minecraft.init.Bootstrap.func_151354_b(SourceFile:355) ~[kl.class:?]
at net.minecraft.client.Minecraft.<init>(Minecraft.java:287) ~[bao.class:?]
at net.minecraft.client.main.Main.main(SourceFile:129) ~[Main.class:?]
... 6 more
Caused by: java.lang.ClassNotFoundException: net.minecraft.block.BlockLeavesBase
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191) ~[launchwrapper-1.11.jar:?]
at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_40]
at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_40]
at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.8.0_40]
at java.lang.ClassLoader.defineClass(Unknown Source) ~[?:1.8.0_40]
at java.security.SecureClassLoader.defineClass(Unknown Source) ~[?:1.8.0_40]
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182) ~[launchwrapper-1.11.jar:?]
at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_40]
at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_40]
at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.8.0_40]
at java.lang.ClassLoader.defineClass(Unknown Source) ~[?:1.8.0_40]
at java.security.SecureClassLoader.defineClass(Unknown Source) ~[?:1.8.0_40]
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182) ~[launchwrapper-1.11.jar:?]
at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_40]
at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_40]
at net.minecraft.block.Block.func_149671_p(Block.java:222) ~[aji.class:?]
at net.minecraft.init.Bootstrap.func_151354_b(SourceFile:355) ~[kl.class:?]
at net.minecraft.client.Minecraft.<init>(Minecraft.java:287) ~[bao.class:?]
at net.minecraft.client.main.Main.main(SourceFile:129) ~[Main.class:?]
... 6 more
Caused by: java.lang.ClassFormatError: Duplicate method name&signature in class file net/minecraft/block/BlockLeavesBase
at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.8.0_40]
at java.lang.ClassLoader.defineClass(Unknown Source) ~[?:1.8.0_40]
at java.security.SecureClassLoader.defineClass(Unknown Source) ~[?:1.8.0_40]
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182) ~[launchwrapper-1.11.jar:?]
at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_40]
at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_40]
at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.8.0_40]
at java.lang.ClassLoader.defineClass(Unknown Source) ~[?:1.8.0_40]
at java.security.SecureClassLoader.defineClass(Unknown Source) ~[?:1.8.0_40]
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182) ~[launchwrapper-1.11.jar:?]
at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_40]
at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_40]
at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.8.0_40]
at java.lang.ClassLoader.defineClass(Unknown Source) ~[?:1.8.0_40]
at java.security.SecureClassLoader.defineClass(Unknown Source) ~[?:1.8.0_40]
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182) ~[launchwrapper-1.11.jar:?]
at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_40]
at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_40]
at net.minecraft.block.Block.func_149671_p(Block.java:222) ~[aji.class:?]
at net.minecraft.init.Bootstrap.func_151354_b(SourceFile:355) ~[kl.class:?]
at net.minecraft.client.Minecraft.<init>(Minecraft.java:287) ~[bao.class:?]
at net.minecraft.client.main.Main.main(SourceFile:129) ~[Main.class:?]
... 6 more

Please help if you can! or at least let me know what the problem is/
 

darknighht257

New Member
Jul 29, 2019
76
0
0
actually down grading java helped a lot been playing for almost 2 hours now and not one crash so far, actually a lot of things are even working better, like when i used to fill up buckets i would have to hit the inventory tweaks organize button to end up seeing them but now it works fine, and that's just one example their are more but i don't feel like naming them all which their is a lot, i actually remember reading somewhere that the 40 update is pretty screwy still, so maybe that's why it crashes out mindcrafts
 

Harmsda

New Member
Jul 29, 2019
3
0
0
Unfortunately that's made no difference for me, I downgraded to update 25 and it still crashes with the same error :(
Anyone know a possible fix?
 

darknighht257

New Member
Jul 29, 2019
76
0
0
yea same actually it worked for a little while, or actually i might of just gotten luck cause like i said in the above post, some times i can get a good hour or 2 play threw without a crash, but i am still sadly crashing, but downgrading to update 25 did help with some other minor problems which is always a plus, but on the negative side i am still crashing lol, if anyone has the same problem, feel free to post here, and if anyone have a solution or an idea of what might fix it i am all ears, and would be extremely grateful XP
 

lenscas

Over-Achiever
Jul 31, 2013
2,015
1,801
248
so this has happen a ton of times, the last little session i had so i am just going to post a good amount of the crashes i have in my log

http://pastebin.com/WzNGqxpj

http://pastebin.com/D6wG7e98

http://pastebin.com/QLJvSV1U

besides the one, they mostly say exception ticking world, whatever the heck that means lol

It seems to have to do with a computercraft monitor but thats all I can make from it. If you have placed some of those things then I would suggest breaking them and see if the issue is solved.
 

darknighht257

New Member
Jul 29, 2019
76
0
0
k i do have them placed but i guess i dont need them, their nice to have because they show my big reactor info but if getting rid of them stops my crash i will be super duper happy lol
 

lenscas

Over-Achiever
Jul 31, 2013
2,015
1,801
248
k i do have them placed but i guess i dont need them, their nice to have because they show my big reactor info but if getting rid of them stops my crash i will be super duper happy lol

The thing is I am not sure why it would crash. Maybe 1 of your programs edit the monitor to fast for your minecraft to handle? Do you let them render anything special?
 

darknighht257

New Member
Jul 29, 2019
76
0
0
ohi forgot to post, it was the monitors, once i got rid of the monitors it stopped completely DX lol, kind of sucky that it was them but its deff worth not having the crashing, compared to conveniently placed info lol thank you everyone for all your help, very much appreciated XDDDDD
 

rhn

Too Much Free Time
Nov 11, 2013
5,706
4,420
333
It is a rendering issue that happens when you have CC monitors placed, running Optifine and then teleport/travel around. Happens across multiple versions. Not really heard of a fix other than "remove monitors" or "remove optifine". Personally I just live with the occasional crash(it is very rare for me).
 

darknighht257

New Member
Jul 29, 2019
76
0
0
oh man your lucky lol, mine was crashing like everyone other couple mins it was nuts haha, but its not to horrible i just used it to monitor my two turbines, its a pretty awesome program, because it was monitoring another program that keep your turbines at 1800, but the computers on the turbines never really mess up so its cool, and optifine is a fix for another crash so i cant just remove it to have the monitors up, well maybe it fixed itself with the updated version but i just like having optifine, i was getting lag spikes also,(unrelated problem lol) but i realized that my ram was super low so i accolade more ram and now my game runs smoother than ever, i can run with the flux-infused jetpack than fly in hover (that makes you go suuupppppeerrr fast its pretty awesome) and fly across like 10k meters in like almost 10 secs and everything loads fine, which is kind of surprising compared to all the problems i was having with this world lol. just glad it works fine now also thanks to you, so thank you again XD