Posted 10 May 2013 - 10:21 AM
Hello,
i am currently trying to develop my own peripheral for computercraft, but i'm struggeling with the deobfuscated CC.
My build environment:
CC 1.5
Minecraft 1.4.7
MCP v7.26a
and MForge 6.6.2.534
I have deobfuscated CC with BOM (https://github.com/immibis/bearded-octo-nemesis) and added it to the build path,
then I was able to fix the first error, by changing the flags from the variables width/height in net.minecraft.client.gui.GuiButton.java from protected to public.
When i'm now trying to use a computer, the GUI shows up empty, and Eclipse gives me this exception:
Does anybody have a solution for that problem?
Thanks,
Tobias
i am currently trying to develop my own peripheral for computercraft, but i'm struggeling with the deobfuscated CC.
My build environment:
CC 1.5
Minecraft 1.4.7
MCP v7.26a
and MForge 6.6.2.534
I have deobfuscated CC with BOM (https://github.com/immibis/bearded-octo-nemesis) and added it to the build path,
then I was able to fix the first error, by changing the flags from the variables width/height in net.minecraft.client.gui.GuiButton.java from protected to public.
When i'm now trying to use a computer, the GUI shows up empty, and Eclipse gives me this exception:
[INFO] [STDERR] java.lang.NullPointerException
[INFO] [STDERR] at dan200.computer.core.JarMount.<init>(JarMount.java:180)
[INFO] [STDERR] at dan200.computer.core.FileSystem.romMount(FileSystem.java:62)
[INFO] [STDERR] at dan200.computer.core.Computer.initFileSystem(Computer.java:674)
[INFO] [STDERR] at dan200.computer.core.Computer.access$1100(Computer.java:31)
[INFO] [STDERR] at dan200.computer.core.Computer$1.execute(Computer.java:911)
[INFO] [STDERR] at dan200.computer.core.ComputerThread$1$1.run(ComputerThread.java:72)
[INFO] [STDERR] at java.lang.Thread.run(Unknown Source)
Does anybody have a solution for that problem?
Thanks,
Tobias