Skip to content

Instantly share code, notes, and snippets.

@StillManic
Created January 19, 2015 21:42
Show Gist options
  • Save StillManic/82224525c94f5174d1e5 to your computer and use it in GitHub Desktop.
Save StillManic/82224525c94f5174d1e5 to your computer and use it in GitHub Desktop.
[13:40:22] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker
[13:40:22] [main/INFO] [LaunchWrapper]: Using primary tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker
[13:40:22] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLTweaker
[13:40:23] [main/INFO] [FML]: Forge Mod Loader version 8.0.14.0 for Minecraft 1.8 loading
[13:40:23] [main/INFO] [FML]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.7.0_67, running on Windows 7:amd64:6.1, installed at C:\Program Files\Java\jre7
[13:40:23] [main/INFO] [FML]: Managed to load a deobfuscated Minecraft name- we are in a deobfuscated environment. Skipping runtime deobfuscation
[13:40:23] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[13:40:23] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLDeobfTweaker
[13:40:23] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[13:40:23] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[13:40:23] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[13:40:23] [main/ERROR] [FML]: The binary patch set is missing. Either you are in a development environment, or things are not going to work!
[13:40:24] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[13:40:24] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLDeobfTweaker
[13:40:25] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.TerminalTweaker
[13:40:25] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.TerminalTweaker
[13:40:25] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.client.main.Main}
[13:40:26] [Client thread/INFO]: Setting user: Dev
[13:40:28] [Client thread/INFO]: LWJGL Version: 2.9.1
[13:40:29] [Client thread/INFO] [MinecraftForge]: Attempting early MinecraftForge initialization
[13:40:29] [Client thread/INFO] [FML]: MinecraftForge v11.14.0.0 Initialized
[13:40:29] [Client thread/INFO] [FML]: Replaced 215 ore recipies
[13:40:29] [Client thread/INFO] [MinecraftForge]: Completed early MinecraftForge initialization
[13:40:29] [Client thread/INFO] [FML]: Searching C:\Users\Gerald\Documents\GitHub\MinecraftForge\eclipse\run\mods for mods
[13:40:31] [Client thread/INFO] [ForgeDebugModelBakeEvent]: Mod ForgeDebugModelBakeEvent is missing the required element 'name'. Substituting ForgeDebugModelBakeEvent
[13:40:31] [Client thread/INFO] [ForgeDebugModelLoaderRegistry]: Mod ForgeDebugModelLoaderRegistry is missing the required element 'name'. Substituting ForgeDebugModelLoaderRegistry
[13:40:34] [Client thread/INFO] [FML]: Forge Mod Loader has identified 5 mods to load
[13:40:36] [Client thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge, ForgeDebugModelBakeEvent, ForgeDebugModelLoaderRegistry] at CLIENT
[13:40:36] [Client thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge, ForgeDebugModelBakeEvent, ForgeDebugModelLoaderRegistry] at SERVER
[13:40:36] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:ForgeDebugModelBakeEvent, FMLFileResourcePack:ForgeDebugModelLoaderRegistry
[13:40:36] [Client thread/INFO] [FML]: Processing ObjectHolder annotations
[13:40:36] [Client thread/INFO] [FML]: Found 384 ObjectHolder annotations
[13:40:36] [Client thread/INFO] [FML]: Configured a dormant chunk cache size of 0
[13:40:37] [Client thread/INFO] [FML]: Applying holder lookups
[13:40:37] [Client thread/INFO] [FML]: Holder lookups applied
[13:40:37] [Sound Library Loader/INFO]: Starting up SoundSystem...
[13:40:37] [Thread-7/INFO]: Initializing LWJGL OpenAL
[13:40:37] [Thread-7/INFO]: (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org)
[13:40:37] [Thread-7/INFO]: OpenAL initialized.
[13:40:37] [Sound Library Loader/INFO]: Sound engine started
[13:40:39] [Client thread/INFO] [STDOUT]: [net.minecraftforge.client.model.b3d.B3DLoader$Wrapper:buildTextures:330]: Texture: texture
[13:40:39] [Client thread/INFO] [STDOUT]: [net.minecraftforge.client.model.b3d.B3DLoader$Wrapper:buildTextures:330]: Texture: texture
[13:40:40] [Client thread/INFO]: Created: 512x512 textures-atlas
[13:40:40] [Client thread/INFO] [STDOUT]: [net.minecraft.init.Bootstrap:printToSYSOUT:568]: ---- Minecraft Crash Report ----
// I bet Cylons wouldn't have this problem.
Time: 1/19/15 1:40 PM
Description: Initializing game
java.lang.Error: Unresolved compilation problem:
The method bakeModel(ModelBlock, ModelRotation, boolean) in the type ModelBakery is not applicable for the arguments (ModelBlock, TRSRTransformation, boolean)
at net.minecraftforge.client.model.ModelLoader$VanillaModelWrapper.bake(ModelLoader.java:242)
at net.minecraftforge.client.model.ModelLoader$WeightedPartWrapper.bake(ModelLoader.java:273)
at net.minecraftforge.client.model.ModelLoader$WeightedRandomModel.bake(ModelLoader.java:331)
at net.minecraftforge.client.model.ModelLoader.setupModelRegistry(ModelLoader.java:85)
at net.minecraft.client.resources.model.ModelManager.onResourceManagerReload(ModelManager.java:29)
at net.minecraft.client.resources.SimpleReloadableResourceManager.registerReloadListener(SimpleReloadableResourceManager.java:124)
at net.minecraft.client.Minecraft.startGame(Minecraft.java:471)
at net.minecraft.client.Minecraft.run(Minecraft.java:325)
at net.minecraft.client.main.Main.main(Main.java:117)
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:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at net.minecraftforge.client.model.ModelLoader$VanillaModelWrapper.bake(ModelLoader.java:242)
at net.minecraftforge.client.model.ModelLoader$WeightedPartWrapper.bake(ModelLoader.java:273)
at net.minecraftforge.client.model.ModelLoader$WeightedRandomModel.bake(ModelLoader.java:331)
at net.minecraftforge.client.model.ModelLoader.setupModelRegistry(ModelLoader.java:85)
at net.minecraft.client.resources.model.ModelManager.onResourceManagerReload(ModelManager.java:29)
at net.minecraft.client.resources.SimpleReloadableResourceManager.registerReloadListener(SimpleReloadableResourceManager.java:124)
at net.minecraft.client.Minecraft.startGame(Minecraft.java:471)
-- Initialization --
Details:
Stacktrace:
at net.minecraft.client.Minecraft.run(Minecraft.java:325)
at net.minecraft.client.main.Main.main(Main.java:117)
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:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
-- System Details --
Details:
Minecraft Version: 1.8
Operating System: Windows 7 (amd64) version 6.1
Java Version: 1.7.0_67, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 679000672 bytes (647 MB) / 1037959168 bytes (989 MB) up to 1037959168 bytes (989 MB)
JVM Flags: 3 total; -Xincgc -Xmx1024M -Xms1024M
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP v9.10 FML v8.0.14.0 Minecraft Forge 11.14.0.0 5 mods loaded, 5 mods active
mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized
FML{8.0.14.0} [Forge Mod Loader] (bin) Unloaded->Constructed->Pre-initialized
Forge{11.14.0.0} [Minecraft Forge] (bin) Unloaded->Constructed->Pre-initialized
ForgeDebugModelBakeEvent{1.0} [ForgeDebugModelBakeEvent] (bin) Unloaded->Constructed->Pre-initialized
ForgeDebugModelLoaderRegistry{1.0} [ForgeDebugModelLoaderRegistry] (bin) Unloaded->Constructed->Pre-initialized
Launched Version: 1.6
LWJGL: 2.9.1
OpenGL: AMD Radeon HD 7800 Series GL version 4.4.13283 Compatibility Profile Context 14.501.1003.0, ATI Technologies Inc.
GL Caps: Using GL 1.3 multitexturing.
Using GL 1.3 texture combiners.
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
Shaders are available because OpenGL 2.1 is supported.
VBOs are available because OpenGL 1.5 is supported.
Using VBOs: No
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)
[13:40:40] [Client thread/INFO] [STDOUT]: [net.minecraft.init.Bootstrap:printToSYSOUT:568]: #@!@# Game crashed! Crash report saved to: #@!@# C:\Users\Gerald\Documents\GitHub\MinecraftForge\eclipse\run\.\crash-reports\crash-2015-01-19_13.40.40-client.txt
AL lib: (EE) alc_cleanup: 1 device not closed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment