Jump to content

[SOLVED][1.7.10] Bizarre Texture Crash


yoshiquest

Recommended Posts

This is a very strange crash. No mention of my mod is made in it. Happened after I refactored my code a bunch, so could be a name issue or something.

 

Here it is:

 

 

 

 

[00:03:28] [main/INFO]: Running with arguments: [--userProperties, {}, --accessToken, {REDACTED}, --assetIndex, 1.7.10, --assetsDir, /Users/Ryan/.gradle/caches/minecraft/assets, --version, 1.7.10, --tweakClass, cpw.mods.fml.common.launcher.FMLTweaker, --tweakClass, net.minecraftforge.gradle.tweakers.CoremodTweaker]

[00:03:29] [main/INFO]: Loading tweak class name cpw.mods.fml.common.launcher.FMLTweaker

[00:03:29] [main/INFO]: Using primary tweak class name cpw.mods.fml.common.launcher.FMLTweaker

[00:03:29] [main/INFO]: Loading tweak class name net.minecraftforge.gradle.tweakers.CoremodTweaker

[00:03:29] [main/INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLTweaker

[00:03:29] [main/INFO]: Forge Mod Loader version 7.99.16.1448 for Minecraft 1.7.10 loading

[00:03:29] [main/INFO]: Java is Java HotSpot 64-Bit Server VM, version 1.7.0_60, running on Mac OS X:x86_64:10.11.1, installed at /Library/Java/JavaVirtualMachines/jdk1.7.0_60.jdk/Contents/Home/jre

[00:03:29] [main/INFO]: Managed to load a deobfuscated Minecraft name- we are in a deobfuscated environment. Skipping runtime deobfuscation

[00:03:29] [main/INFO]: Calling tweak class net.minecraftforge.gradle.tweakers.CoremodTweaker

[00:03:29] [main/INFO]: Injecting location in coremod cpw.mods.fml.relauncher.FMLCorePlugin

[00:03:29] [main/INFO]: Injecting location in coremod net.minecraftforge.classloading.FMLForgePlugin

[00:03:29] [main/INFO]: Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker

[00:03:29] [main/INFO]: Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfTweaker

[00:03:29] [main/INFO]: Loading tweak class name net.minecraftforge.gradle.tweakers.AccessTransformerTweaker

[00:03:29] [main/INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker

[00:03:29] [main/INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker

[00:03:29] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper

[00:03:29] [main/ERROR]: The binary patch set is missing. Either you are in a development environment, or things are not going to work!

[00:03:30] [main/ERROR]: FML appears to be missing any signature data. This is not a good thing

[00:03:30] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper

[00:03:30] [main/INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLDeobfTweaker

[00:03:31] [main/INFO]: Calling tweak class net.minecraftforge.gradle.tweakers.AccessTransformerTweaker

[00:03:31] [main/INFO]: Loading tweak class name cpw.mods.fml.common.launcher.TerminalTweaker

[00:03:31] [main/INFO]: Calling tweak class cpw.mods.fml.common.launcher.TerminalTweaker

[00:03:31] [main/INFO]: Launching wrapped minecraft {net.minecraft.client.main.Main}

[00:03:32] [main/INFO]: Setting user: Player230

[00:03:34] [Client thread/INFO]: LWJGL Version: 2.9.1

[00:03:35] [Client thread/INFO]: [cpw.mods.fml.client.SplashProgress:start:188]: ---- Minecraft Crash Report ----

// There are four lights!

 

Time: 11/6/15 12:03 AM

Description: Loading screen debug info

 

This is just a prompt for computer specs to be printed. THIS IS NOT A ERROR

 

 

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

---------------------------------------------------------------------------------------

 

-- System Details --

Details:

Minecraft Version: 1.7.10

Operating System: Mac OS X (x86_64) version 10.11.1

Java Version: 1.7.0_60, Oracle Corporation

Java VM Version: Java HotSpot 64-Bit Server VM (mixed mode), Oracle Corporation

Memory: 136075952 bytes (129 MB) / 228065280 bytes (217 MB) up to 1908932608 bytes (1820 MB)

JVM Flags: 0 total;

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:

GL info: ' Vendor: 'Intel Inc.' Version: '2.1 INTEL-10.10.18' Renderer: 'Intel Iris OpenGL Engine'

[00:03:35] [Client thread/INFO]: Attempting early MinecraftForge initialization

[00:03:35] [Client thread/INFO]: MinecraftForge v10.13.4.1448 Initialized

[00:03:35] [Client thread/INFO]: Replaced 183 ore recipies

[00:03:35] [Client thread/INFO]: Completed early MinecraftForge initialization

[00:03:36] [Client thread/INFO]: Found 0 mods from the command line. Injecting into mod discoverer

[00:03:36] [Client thread/INFO]: Searching /Users/Ryan/dev/test-mod/eclipse/mods for mods

[00:03:40] [Client thread/INFO]: Forge Mod Loader has identified 5 mods to load

[00:03:40] [Client thread/INFO]: Attempting connection with missing mods [mcp, FML, Forge, forge-clj, test-mod] at CLIENT

[00:03:40] [Client thread/INFO]: Attempting connection with missing mods [mcp, FML, Forge, forge-clj, test-mod] at SERVER

[00:03:44] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:ForgeClj, FMLFileResourcePack:TestMod

[00:03:44] [Client thread/INFO]: Processing ObjectHolder annotations

[00:03:44] [Client thread/INFO]: Found 341 ObjectHolder annotations

[00:03:44] [Client thread/INFO]: Identifying ItemStackHolder annotations

[00:03:44] [Client thread/INFO]: Found 0 ItemStackHolder annotations

[00:03:44] [Client thread/INFO]: Configured a dormant chunk cache size of 0

[00:03:44] [Client thread/INFO]: Applying holder lookups

[00:03:44] [Client thread/INFO]: Holder lookups applied

[00:03:44] [Client thread/INFO]: Injecting itemstacks

[00:03:44] [Client thread/INFO]: Itemstack injection complete

[00:03:44] [sound Library Loader/INFO]: [paulscode.sound.SoundSystemLogger:message:69]:

[00:03:44] [sound Library Loader/INFO]: [paulscode.sound.SoundSystemLogger:message:69]: Starting up SoundSystem...

[00:03:44] [Thread-7/INFO]: [paulscode.sound.SoundSystemLogger:message:69]: Initializing LWJGL OpenAL

[00:03:44] [Thread-7/INFO]: [paulscode.sound.SoundSystemLogger:message:69]:    (The LWJGL binding of OpenAL.  For more information, see http://www.lwjgl.org)

2015-11-06 00:03:44.803 java[15330:1231127] 00:03:44.803 WARNING:  140: This application, or a library it uses, is using the deprecated Carbon Component Manager for hosting Audio Units. Support for this will be removed in a future release. Also, this makes the host incompatible with version 3 audio units. Please transition to the API's in AudioComponent.h.

[00:03:44] [Thread-7/INFO]: [paulscode.sound.SoundSystemLogger:message:69]: OpenAL initialized.

[00:03:45] [sound Library Loader/INFO]: [paulscode.sound.SoundSystemLogger:message:69]:

[00:03:45] [sound Library Loader/INFO]: Sound engine started

[00:03:45] [Client thread/INFO]: Created: 512x256 textures/blocks-atlas

[00:03:45] [Client thread/INFO]: Created: 256x256 textures/items-atlas

[00:03:45] [Client thread/INFO]: Injecting itemstacks

[00:03:45] [Client thread/INFO]: Itemstack injection complete

[00:03:46] [Client thread/INFO]: Forge Mod Loader has successfully loaded 5 mods

[00:03:46] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:ForgeClj, FMLFileResourcePack:TestMod

[00:03:46] [Client thread/INFO]: Caught error stitching, removing all assigned resourcepacks

net.minecraft.util.ReportedException: Registering texture

at net.minecraft.client.renderer.texture.TextureManager.loadTexture(SourceFile:91) ~[TextureManager.class:?]

at net.minecraft.client.renderer.texture.TextureManager.onResourceManagerReload(SourceFile:136) ~[TextureManager.class:?]

at net.minecraft.client.resources.SimpleReloadableResourceManager.notifyReloadListeners(SimpleReloadableResourceManager.java:143) ~[simpleReloadableResourceManager.class:?]

at net.minecraft.client.resources.SimpleReloadableResourceManager.reloadResources(SimpleReloadableResourceManager.java:121) ~[simpleReloadableResourceManager.class:?]

at net.minecraft.client.Minecraft.refreshResources(Minecraft.java:609) [Minecraft.class:?]

at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:327) [FMLClientHandler.class:?]

at net.minecraft.client.Minecraft.startGame(Minecraft.java:552) [Minecraft.class:?]

at net.minecraft.client.Minecraft.run(Minecraft.java:878) [Minecraft.class:?]

at net.minecraft.client.main.Main.main(SourceFile:148) [Main.class:?]

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_60]

at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) ~[?:1.7.0_60]

at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_60]

at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_60]

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:?]

at net.minecraftforge.gradle.GradleStartCommon.launch(Unknown Source) [start/:?]

at GradleStart.main(Unknown Source) [start/:?]

Caused by: java.lang.NullPointerException

at com.google.common.base.Preconditions.checkNotNull(Preconditions.java:213) ~[guava-17.0.jar:?]

at com.google.common.collect.StandardTable.put(StandardTable.java:139) ~[guava-17.0.                                                                                    jar:?]

at com.google.common.collect.HashBasedTable.put(HashBasedTable.java:55) ~[guava-17.0.jar:?]

at cpw.mods.fml.client.FMLClientHandler.trackBrokenTexture(FMLClientHandler.java:924) ~[FMLClientHandler.class:?]

at net.minecraft.client.renderer.texture.TextureMap.loadTextureAtlas(TextureMap.java:176) ~[TextureMap.class:?]

at net.minecraft.client.renderer.texture.TextureMap.loadTexture(TextureMap.java:90) ~[TextureMap.class:?]

at net.minecraft.client.renderer.texture.TextureManager.loadTexture(SourceFile:72) ~[TextureManager.class:?]

... 16 more

[00:03:46] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:ForgeClj, FMLFileResourcePack:TestMod

[00:03:46] [Client thread/INFO]: [net.minecraft.client.Minecraft:displayCrashReport:349]: ---- Minecraft Crash Report ----

// My bad.

 

Time: 11/6/15 12:03 AM

Description: Registering texture

 

java.lang.NullPointerException: Registering texture

at com.google.common.base.Preconditions.checkNotNull(Preconditions.java:213)

at com.google.common.collect.StandardTable.put(StandardTable.java:139)

at com.google.common.collect.HashBasedTable.put(HashBasedTable.java:55)

at cpw.mods.fml.client.FMLClientHandler.trackBrokenTexture(FMLClientHandler.java:924)

at net.minecraft.client.renderer.texture.TextureMap.loadTextureAtlas(TextureMap.java:176)

at net.minecraft.client.renderer.texture.TextureMap.loadTexture(TextureMap.java:90)

at net.minecraft.client.renderer.texture.TextureManager.loadTexture(SourceFile:72)

at net.minecraft.client.renderer.texture.TextureManager.onResourceManagerReload(SourceFile:136)

at net.minecraft.client.resources.SimpleReloadableResourceManager.notifyReloadListeners(SimpleReloadableResourceManager.java:143)

at net.minecraft.client.resources.SimpleReloadableResourceManager.reloadResources(SimpleReloadableResourceManager.java:121)

at net.minecraft.client.Minecraft.refreshResources(Minecraft.java:617)

at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:327)

at net.minecraft.client.Minecraft.startGame(Minecraft.java:552)

at net.minecraft.client.Minecraft.run(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:57)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

at java.lang.reflect.Method.invoke(Method.java:606)

at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)

at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

at net.minecraftforge.gradle.GradleStartCommon.launch(Unknown Source)

at GradleStart.main(Unknown Source)

 

 

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

---------------------------------------------------------------------------------------

 

-- Head --

Stacktrace:

at com.google.common.base.Preconditions.checkNotNull(Preconditions.java:213)

at com.google.common.collect.StandardTable.put(StandardTable.java:139)

at com.google.common.collect.HashBasedTable.put(HashBasedTable.java:55)

at cpw.mods.fml.client.FMLClientHandler.trackBrokenTexture(FMLClientHandler.java:924)

at net.minecraft.client.renderer.texture.TextureMap.loadTextureAtlas(TextureMap.java:176)

at net.minecraft.client.renderer.texture.TextureMap.loadTexture(TextureMap.java:90)

 

-- Resource location being registered --

Details:

Resource location: minecraft:textures/atlas/items.png

Texture object class: net.minecraft.client.renderer.texture.TextureMap

Stacktrace:

at net.minecraft.client.renderer.texture.TextureManager.loadTexture(SourceFile:72)

at net.minecraft.client.renderer.texture.TextureManager.onResourceManagerReload(SourceFile:136)

at net.minecraft.client.resources.SimpleReloadableResourceManager.notifyReloadListeners(SimpleReloadableResourceManager.java:143)

at net.minecraft.client.resources.SimpleReloadableResourceManager.reloadResources(SimpleReloadableResourceManager.java:121)

at net.minecraft.client.Minecraft.refreshResources(Minecraft.java:617)

at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:327)

at net.minecraft.client.Minecraft.startGame(Minecraft.java:552)

 

-- Initialization --

Details:

Stacktrace:

at net.minecraft.client.Minecraft.run(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:57)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

at java.lang.reflect.Method.invoke(Method.java:606)

at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)

at neraft.launchwrapper.Launch.main(Launch.java:28)

at net.minecraftforge.gradle.GradleStartCommon.launch(Unknown Source)

at GradleStart.main(Unknown Source)

 

-- System Details --

Details:

Minecraft Version: 1.7.10

Operating System: Mac OS X (x86_64) version 10.11.1

Java Version: 1.7.0_60, Oracle Corporation

Java VM Version: Java HotSpot 64-Bit Server VM (mixed mode), Oracle Corporation

Memory: 417223304 bytes (397 MB) / 595591168 bytes (568 MB) up to 1908932608 bytes (1820 MB)

JVM Flags: 0 total;

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: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1448 5 mods loaded, 5 mods active

States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored

UCHIJA mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)

UCHIJA FML{7.10.99.99} [Forge Mod Loader] (forgeBin-1.7.10-10.13.4.1448-1.7.10.jar)

UCHIJA Forge{10.13.4.1448} [Minecraft Forge] (forgeBin-1.7.10-10.13.4.1448-1.7.10.jar)

UCHIJA forge-clj{0.3.0} [ForgeClj] (forge_clj-dev.jar)

UCHIJA test-mod{0.3.0} [TestMod] (testmod.jar)

GL info: ' Vendor: 'Intel Inc.' Version: '2.1 INTEL-10.10.18' Renderer: 'Intel Iris OpenGL Engine'

Launched Version: 1.7.10

LWJGL: 2.9.1

OpenGL: Intel Iris OpenGL Engine GL version 2.1 INTEL-10.10.18, Intel Inc.

GL Caps: Using GL 1.3 multitexturing.

Using framebuffer objects because ARB_framebuffer_object 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: English (US)

Profiler Position: N/A (disabled)

Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used

Anisotropic Filtering: Off (1)

[00:03:46] [Client thread/INFO]: [net.minecraft.client.Minecraft:displayCrashReport:359]: #@!@# Game crashed! Crash report saved to: #@!@# /Users/Ryan/dev/test-mod/eclipse/./crash-reports/crash-2015-11-06_00.03.46-client.txt

AL lib: (EE) alc_cleanup: 1 device not closed

:runClient FAILED

 

FAILURE: Build failed with an exception.

 

* What went wrong:

Execution failed for task ':runClient'.

> Process 'command '/Library/Java/JavaVirtualMachines/jdk1.7.0_60.jdk/Contents/Home/bin/java'' finished with non-zero exit value 255

 

* Try:

Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.

 

BUILD FAILED

 

 

 

 

I'd provide you with sample code if I had any idea where this is coming from. Which I don't, so if you need to look at a specific part of my code then just ask.

Currently working on a mod to provide support for the Clojure programming language in Minecraft, check it out here.

Link to comment
Share on other sites

There are some parts Im curious about. In the logs the Stitch event is memtioned, so do you have a onStitch event somewhere? Second have you changes/removed any textures?

Otherwise I have no idea where to search for answers!

Projects:

Discontinued:

- N2ConfigAPI

- Meachanical Crafting Table

 

Latest:

- CollectionUtils

 

Coöperations:

- InGameConfigManager

Link to comment
Share on other sites

There are some parts Im curious about. In the logs the Stitch event is memtioned, so do you have a onStitch event somewhere? Second have you changes/removed any textures?

Otherwise I have no idea where to search for answers!

 

Nope, no onStitch event.

 

If by changing/removing any textures you mean changing the vanilla textures, I didn't. If you meant the ones I use, I did change the names a bit, though I made sure everything was clean before testing this, so it's not a name mismatch...

Currently working on a mod to provide support for the Clojure programming language in Minecraft, check it out here.

Link to comment
Share on other sites

Do you have any custom TextureAtlasSprite classes?

Apparently I'm a complete and utter jerk and come to this forum just like to make fun of people, be confrontational, and make your personal life miserable.  If you think this is the case, JUST REPORT ME.  Otherwise you're just going to get reported when you reply to my posts and point it out, because odds are, I was trying to be nice.

 

Exception: If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked.

 

DO NOT PM ME WITH PROBLEMS. No help will be given.

Link to comment
Share on other sites

Well, figured out what happened. Apparently, either by renaming things through my IDE, or resaving it when the raw code got opened by accident in my IDE, two of my textures got corrupted. After replacing the corrupted textures with fresh versions, the code ran perfectly.

 

Just thought I'd let you know I solved it.

Currently working on a mod to provide support for the Clojure programming language in Minecraft, check it out here.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.