Unable to launch game // Unknown error
Painstouch opened this issue ยท 3 comments
Greetings!
The following error is what's bugging me for last couple of days, and I cannot get past it.
Latest BC dev version (46.410) (happened on previous versions as well), custom 1.6.4 modpack, Win 7 (64bit).
2013-10-23 23:02:06 [SEVERE] [ForgeModLoader] Unable to launch
java.lang.reflect.InvocationTargetException
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:131)
at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
Caused by: java.lang.VerifyError: Bad method call
Exception Details:
Location:
net/minecraft/block/Block.(Lbuildcraft/transport/BlockGenericPipe;I)V @1: invokespecial
Reason:
Type 'java/lang/Object' is not assignable to 'net/minecraft/block/Block'
Bytecode:
0000000: 2ab7 0a0a 2a04 b501 082a 04b5 010a 2a02
0000010: b501 112a 2ac1 0113 b501 152a b201 17b5
0000020: 0119 2a0c b501 1b2a 1301 1cb5 011e 2ab2
0000030: 0583 b501 262a 0b0b 0b0c 0c0c b601 302a
0000040: 1cb5 012c b201 281c 2a53 b1
at net.minecraft.stats.StatList.func_75921_a(StatList.java:185)
at net.minecraft.stats.StatList.<clinit>(StatList.java:96)
at net.minecraft.client.Minecraft.<init>(Minecraft.java:329)
at net.minecraft.client.main.Main.main(SourceFile:83)
... 6 more
Any possible help would be appriciated!
Provide your entire FML log.
Some mod is transforming BlockGenericPipe and derps up (Logistics pipes transforms this class)