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

1.7.10 is crashing #1266

Closed
JamesLovering opened this issue Jun 13, 2016 · 9 comments
Closed

1.7.10 is crashing #1266

JamesLovering opened this issue Jun 13, 2016 · 9 comments

Comments

@JamesLovering
Copy link

---- Minecraft Crash Report ----
// Ouch. That hurt :(

Time: 6/13/16 7:01 PM
Description: Initializing game

java.lang.NoClassDefFoundError: bwf
at java.lang.Class.getDeclaredFields0(Native Method)
at java.lang.Class.privateGetDeclaredFields(Class.java:2575)
at java.lang.Class.getField0(Class.java:2967)
at java.lang.Class.getField(Class.java:1693)
at cpw.mods.fml.client.FMLClientHandler.detectOptifine(FMLClientHandler.java:277)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:192)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
Caused by: java.lang.ClassNotFoundException: bwf
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
... 15 more
Caused by: java.lang.NullPointerException
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182)
... 17 more

A detailed walkthrough of the error, its code path and all known details is as follows:

-- Head --
Stacktrace:
at java.lang.Class.getDeclaredFields0(Native Method)
at java.lang.Class.privateGetDeclaredFields(Class.java:2575)
at java.lang.Class.getField0(Class.java:2967)
at java.lang.Class.getField(Class.java:1693)
at cpw.mods.fml.client.FMLClientHandler.detectOptifine(FMLClientHandler.java:277)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:192)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480)

-- Initialization --
Details:
Stacktrace:
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

-- System Details --
Details:
Minecraft Version: 1.7.10
Operating System: Windows 10 (amd64) version 10.0
Java Version: 1.8.0_25, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 122676504 bytes (116 MB) / 198615040 bytes (189 MB) up to 1060372480 bytes (1011 MB)
JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML:
Launched Version: 1.7.10-Forge10.13.4.1614-1.7.10
LWJGL: 2.9.1
OpenGL: Intel(R) HD Graphics GL version 4.0.0 - Build 10.18.10.4276, Intel
GL Caps: Using GL 1.3 multitexturing.
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
Anisotropic filtering is supported and maximum anisotropy is 16.
Shaders are available because OpenGL 2.1 is supported.

Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Packs: []
Current Language: ~~ERROR~~ NullPointerException: null
Profiler Position: N/A (disabled)
Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Anisotropic Filtering: Off (1)

Whenever i try to start up minecraft using forge it automatically crashes, the report is above.

@williewillus
Copy link
Collaborator

Mod list

@JamesLovering
Copy link
Author

apploed energistics 2
backpacks
biomes o plety
buildcraft
chocolate quest
code chicken core
cofhcore
craftguide
damage indicators
decocraft
extra utilities
industrialcraft
infernal mobs
mam
mantle
NEI
optifine
Pam's harvest craft
reis minimap
tinkers constuct
thaumcraft
thermal dynamics
thermal expansion
thermal foundation
witchery
ProjectE

@sinkillerj
Copy link
Owner

Is this only when ProjectE is introduced? This seams like a install issue rather than one with our mod.

@JamesLovering
Copy link
Author

Yea, it was working fine until i added ProjectE

@williewillus
Copy link
Collaborator

what version of PE

@williewillus
Copy link
Collaborator

williewillus commented Jun 14, 2016

the class it complains about (bwf) does not even exist in 1.7.10. I suspect you are using the Minecraft 1.9.4 version of ProjectE. please recheck

@JamesLovering
Copy link
Author

ok, i will try again, even though it says ProjectE-1.7.10

@williewillus
Copy link
Collaborator

recheck all your mods, it might not be PE.
I'm 100% sure at least one of your mods is for 1.9.4

@JamesLovering
Copy link
Author

i found it thanks for the help

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants