View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0001027 | Industrial-Craft² | crossmod-compatibility / submodules / API | public | 2014-04-24 18:18 | 2014-04-30 19:26 |
| Reporter | Portalboy | Assigned To | Player | ||
| Priority | normal | Severity | crash | Reproducibility | always |
| Status | closed | Resolution | no change required | ||
| Platform | FML 965 on Eclipse | OS | Windows | OS Version | 8 |
| Summary | 0001027: Texture related crash | ||||
| Description | Upon running the IC2 API in eclipse, I crash receiving the report uploaded with this error. It happens upon every startup attempt when trying to launch minecraft from Eclipse, and the only other mods installed are Universal Electricity and 1 or 2 mods I am making that do pretty much nothing at this point. I have tested without said mods as well. | ||||
| Steps To Reproduce | Running minecraft with Forge, FML, MCP and IC2 API. (Tested with IC2 API 1.118 and Forge 965) Occurs every time. | ||||
| Additional Information | I suspect this is because of the use of recent FML builds? I tried rolling back my FML version but I am getting the freaking MD5 check failed error for all my libraries. | ||||
| Tags | Can be closed, resolved | ||||
| Minecraft Version | |||||
|
|
crash-2014-04-24_12.50.18-client.txt (4,462 bytes)
---- Minecraft Crash Report ----
// Everything's going to plan. No, really, that was supposed to happen.
Time: 4/24/14 12:50 PM
Description: Registering texture
java.lang.NoSuchMethodError: net.minecraft.util.ResourceLocation.func_110623_a()Ljava/lang/String;
at ic2.core.block.BlockTextureStitched.load(BlockTextureStitched.java:48)
at net.minecraft.client.renderer.texture.TextureMap.loadTextureAtlas(TextureMap.java:80)
at net.minecraft.client.renderer.texture.TextureMap.loadTexture(TextureMap.java:57)
at net.minecraft.client.renderer.texture.TextureManager.loadTexture(TextureManager.java:84)
at net.minecraft.client.renderer.texture.TextureManager.loadTickableTexture(TextureManager.java:67)
at net.minecraft.client.renderer.texture.TextureManager.loadTextureMap(TextureManager.java:54)
at net.minecraft.client.Minecraft.startGame(Minecraft.java:505)
at net.minecraft.client.Minecraft.run(Minecraft.java:808)
at net.minecraft.client.main.Main.main(Main.java:93)
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)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at ic2.core.block.BlockTextureStitched.load(BlockTextureStitched.java:48)
at net.minecraft.client.renderer.texture.TextureMap.loadTextureAtlas(TextureMap.java:80)
at net.minecraft.client.renderer.texture.TextureMap.loadTexture(TextureMap.java:57)
-- Resource location being registered --
Details:
Resource location: minecraft:textures/atlas/blocks.png
Texture object class: net.minecraft.client.renderer.texture.TextureMap
Stacktrace:
at net.minecraft.client.renderer.texture.TextureManager.loadTexture(TextureManager.java:84)
at net.minecraft.client.renderer.texture.TextureManager.loadTickableTexture(TextureManager.java:67)
at net.minecraft.client.renderer.texture.TextureManager.loadTextureMap(TextureManager.java:54)
at net.minecraft.client.Minecraft.startGame(Minecraft.java:505)
-- Initialization --
Details:
Stacktrace:
at net.minecraft.client.Minecraft.run(Minecraft.java:808)
at net.minecraft.client.main.Main.main(Main.java:93)
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)
-- System Details --
Details:
Minecraft Version: 1.6.4
Operating System: Windows 8 (amd64) version 6.2
Java Version: 1.7.0_40, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 929923512 bytes (886 MB) / 1037959168 bytes (989 MB) up to 1037959168 bytes (989 MB)
JVM Flags: 3 total; -Xincgc -Xmx1024M -Xms1024M
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Suspicious classes: FML and Forge are installed
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP v8.11 FML v6.4.49.965 Minecraft Forge 9.11.1.965 6 mods loaded, 6 mods active
mcp{8.09} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized
FML{6.4.49.965} [Forge Mod Loader] (bin) Unloaded->Constructed->Pre-initialized
Forge{9.11.1.965} [Minecraft Forge] (bin) Unloaded->Constructed->Pre-initialized
am1{0.0.1} [Apocollapse] (bin) Unloaded->Constructed->Pre-initialized
IC2{1.118.401-lf} [IndustrialCraft 2] (industrialcraft-2-dev-deobf_1.118.401-lf.jar) Unloaded->Constructed->Pre-initialized
UniversalElectricity{3.0.1} [Universal Electricity] (Universal-Electricity-3.0.1.43-dev.jar) Unloaded->Constructed->Pre-initialized
Launched Version: 1.6
LWJGL: 2.9.0
OpenGL: GeForce GTX 770M/PCIe/SSE2 GL version 4.4.0, NVIDIA Corporation
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Pack: Default
Current Language: English (US)
Profiler Position: N/A (disabled)
Vec3 Pool Size: ~~ERROR~~ NullPointerException: null |
|
|
1.118 is the really, really old version. You need the experimental builds from http://ic2api.player.to:8080/job/IC2_experimental/ for MC 1.6 and beyond. Build 397 was the last one for 1.6.4, after that they are built for 1.7.2. |
|
|
Ah thank you so much! Derpy me thought the 1.7 builds were in a different branch xD Ok, testing the correct 1.6.4 version now... |
|
|
crash-2014-04-25_10.42.30-client.txt (7,525 bytes)
---- Minecraft Crash Report ----
// This is a token for 1 free hug. Redeem at your nearest Mojangsta: [~~HUG~~]
Time: 4/25/14 10:42 AM
Description: Initializing game
java.lang.NoSuchFieldError: ic2ModInstance
at ic2.core.IC2.<init>(IC2.java:346)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
at java.lang.reflect.Constructor.newInstance(Unknown Source)
at java.lang.Class.newInstance(Unknown Source)
at cpw.mods.fml.common.ILanguageAdapter$JavaAdapter.getNewInstance(ILanguageAdapter.java:174)
at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:518)
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 com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:201)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181)
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 com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:112)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:511)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:183)
at net.minecraft.client.Minecraft.startGame(Minecraft.java:473)
at net.minecraft.client.Minecraft.run(Minecraft.java:808)
at net.minecraft.client.main.Main.main(Main.java:93)
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)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at ic2.core.IC2.<init>(IC2.java:346)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
at java.lang.reflect.Constructor.newInstance(Unknown Source)
at java.lang.Class.newInstance(Unknown Source)
at cpw.mods.fml.common.ILanguageAdapter$JavaAdapter.getNewInstance(ILanguageAdapter.java:174)
at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:518)
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 com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:201)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181)
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 com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:112)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:511)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:183)
at net.minecraft.client.Minecraft.startGame(Minecraft.java:473)
-- Initialization --
Details:
Stacktrace:
at net.minecraft.client.Minecraft.run(Minecraft.java:808)
at net.minecraft.client.main.Main.main(Main.java:93)
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)
-- System Details --
Details:
Minecraft Version: 1.6.4
Operating System: Windows 8 (amd64) version 6.2
Java Version: 1.7.0_40, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 848779704 bytes (809 MB) / 1037959168 bytes (989 MB) up to 1037959168 bytes (989 MB)
JVM Flags: 3 total; -Xincgc -Xmx1024M -Xms1024M
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Suspicious classes: FML and Forge are installed
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP v8.11 FML v6.4.49.965 Minecraft Forge 9.11.1.965 6 mods loaded, 6 mods active
mcp{8.09} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed
FML{6.4.49.965} [Forge Mod Loader] (bin) Unloaded->Constructed
Forge{9.11.1.965} [Minecraft Forge] (bin) Unloaded->Constructed
am1{0.0.1} [Apocollapse] (bin) Unloaded->Constructed
IC2{2.0.397-experimental} [IndustrialCraft 2] (industrialcraft-2-dev-deobf_2.0.397-experimental.jar) Unloaded
UniversalElectricity{3.0.1} [Universal Electricity] (Universal-Electricity-3.0.1.43-dev.jar) Unloaded
Launched Version: 1.6
LWJGL: 2.9.0
OpenGL: GeForce GTX 770M/PCIe/SSE2 GL version 4.4.0, NVIDIA Corporation
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Pack: Default
Current Language: English (US)
Profiler Position: N/A (disabled)
Vec3 Pool Size: ~~ERROR~~ NullPointerException: null |
|
|
New Crashlog uploaded :c On the bright side I got another free hug ticket :D EDIT: I replaced the wrong folder, it works now, thanks! Now to fix my missing item texture glitch X_X P.S. Modding is fun (lol) |
|
|
Okay now how the heck do I close this? (No idea how to use this bugtracker) |
|
|
Player has to close the ticket. I added the "Can be closed" tag, so he'll get around to it next time he cleans up the tracker. We get a lot of open-and-shut tickets, so don't worry about it. |
|
|
Right on, thanks for the help! |
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2014-04-24 18:18 | Portalboy | New Issue | |
| 2014-04-24 18:18 | Portalboy | File Added: crash-2014-04-24_12.50.18-client.txt | |
| 2014-04-25 12:39 | robot256 | Note Added: 0002382 | |
| 2014-04-25 15:33 | Portalboy | Note Added: 0002383 | |
| 2014-04-25 15:34 | Portalboy | Note Edited: 0002383 | |
| 2014-04-25 15:36 | robot256 | Tag Attached: Can be closed | |
| 2014-04-25 15:45 | Portalboy | File Added: crash-2014-04-25_10.42.30-client.txt | |
| 2014-04-25 15:46 | Portalboy | Note Added: 0002384 | |
| 2014-04-25 16:10 | Portalboy | Note Edited: 0002384 | |
| 2014-04-25 16:13 | Portalboy | Note Added: 0002385 | |
| 2014-04-25 16:13 | Portalboy | Tag Attached: resolved | |
| 2014-04-25 16:50 | robot256 | Note Added: 0002386 | |
| 2014-04-30 00:41 | Portalboy | Note Added: 0002391 | |
| 2014-04-30 19:26 | Player | Status | new => closed |
| 2014-04-30 19:26 | Player | Assigned To | => Player |
| 2014-04-30 19:26 | Player | Resolution | open => no change required |