This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
mucow's profile picture

[Error][Java] Crash when placing monitors, corrupted textures

Started by mucow, 19 March 2012 - 02:03 AM
mucow #1
Posted 19 March 2012 - 03:03 AM
Hey,

I'm running into two major issues using Computercraft 1.31 in SSP on MC 1.2.3. Due to their severity, I'm guessing I screwed up the install somehow, but I've read over the dependencies and instructions a few times now, tried nuking bin/, etc., and I keep running into the same issues.

First, all the textures seem to be corrupt, or wrong. Computers look like sand and wood, and Monitors look like a torch that's been stretched around a cube. This happens whether I use my preferred (normal resolution) texture pack, or the stock one. Computers work fine, however – they boot, the console GUI is correct, etc.

Second, whenever I try to place a monitor, Minecraft crashes, with the following error in the Java log:


java.lang.NoSuchMethodError: wz.isBlockSolidOnSide(IIII)Z
at dan200.computer.shared.BlockPeripheral.d(BlockPeripheral.java:180)
at wz.a(SourceFile:2434)
at uz.a(SourceFile:43)
at aai.a(SourceFile:88)
at aen.a(SourceFile:163)
at net.minecraft.client.Minecraft.c(SourceFile:1239)
at net.minecraft.client.Minecraft.k(SourceFile:1563)
at net.minecraft.client.Minecraft.x(SourceFile:724)
at net.minecraft.client.Minecraft.run(SourceFile:664)
at java.lang.Thread.run(Thread.java:680)
Stopping!

I've tried installing everything into a fresh bin/ and mods/ directory, and I keep running into the same issues. I'm running Minecraft 1.2.3 on OS X 10.7.2, using the default 64-bit Java install, with the most recent (as of today) ModLoader release, version 1.2.3v3 of ModLoaderMP, and version 1.4.0.46 of the Forge Client.

Just as a sanity check, here's how I installed all this:

- ModLoader and ModLoaderMP went into minecraft.jar
- Forge Client and Computercraft went into mods/
- There was no step 3.

I've attached a crop of a screen capture showing the corrupt (inventory, in this case) textures – the one on the left is a Computer, and the one on the right is a Monitor.
Casper7526 #2
Posted 19 March 2012 - 03:05 AM
Forge goes in the jar
mucow #3
Posted 20 March 2012 - 12:37 AM
Hey Casper,

Thanks so much!
After an hour of wrangling, I got it all sorted out – not only does Forge need to go into the jar, but the Forge archive contains directories that, if you're not paying attention, will clobber over pre-existing ones and make Minecraft unbootable. The crappy YouTube video that recommended a mods/ install for Forge was just wrong, I guess.