Jump to content




Error while trying to start MCP Forge in Eclipse


  • You cannot reply to this topic
No replies to this topic

#1 manawyrm

  • Members
  • 4 posts
  • LocationAlfeld, Germany

Posted 10 May 2013 - 09: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/i...ed-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:


Quote

[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





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users