• 0

    posted a message on Risugami's Mods - Updated.
    Quote from Byozuma »
    So what are the instructions for if you're running Minecraft in Linux? I tried the Windows instructions and that only served to break Minecraft (won't even start). I don't know what would be needed to do to make it work, I'm not all that savy, and trying to run it out of terminal nets me java errors (though I get the same errors no matter if it's the modded client or not).


    Well, managed to get it to run out of Terminal and, after logging in, it goes to black screen and the following error is given in Terminal:

    Exception in thread "Thread-5" java.lang.NoClassDefFoundError: sv
    at net.minecraft.client.Minecraft.<init>(SourceFile:131)
    at k.<init>(SourceFile:34)
    at net.minecraft.client.MinecraftApplet.init(SourceFile:34)
    at net.minecraft.Launcher.replace(Launcher.java:143)
    at net.minecraft.Launcher$1.run(Launcher.java:87)
    Caused by: java.lang.ClassNotFoundException: sv
    at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
    ... 5 more

    Does this mean ModLoader does, indeed, not work in Linux or what?
    Posted in: Minecraft Mods
  • 0

    posted a message on Risugami's Mods - Updated.
    So what are the instructions for if you're running Minecraft in Linux? I tried the Windows instructions and that only served to break Minecraft (won't even start). I don't know what would be needed to do to make it work, I'm not all that savy, and trying to run it out of terminal nets me java errors (though I get the same errors no matter if it's the modded client or not).
    Posted in: Minecraft Mods
  • 0

    posted a message on MCEdit: Minecraft World Editor (Now open source!)
    Not sure if it's something I did or not... but I can't open my world in MCEdit anymore. I was having issues with water on a 'boat' I made so I used MCEdit to 'cut and paste' the boat out of the water. Everything I did seemed to work fine in-game but now I can't load the map in MCEdit anymore. MCEdit starts to load the world then crashes. I'm using Ubuntu Linux. I've emailed Codewarrior the error report, but for the sake of brevity here's the output I got.

    Release: MCEdit-alpha81
    2011-02-23 04:12:17.992045
    Platform: linux2, Name: posix, Version#55-Ubuntu SMP Mon Jan 10 21:21:01 UTC 2011, Arch: ('32bit', 'ELF')
    Platform:Linux-2.6.32-28-generic-i686-with-Ubuntu-10.04-lucid, Processor: ,
    uname: ('Linux', 'Nautilus', '2.6.32-28-generic', '#55-Ubuntu SMP Mon Jan 10 21:21:01 UTC 2011', 'i686', '')
    Traceback (most recent call last):
    File "mcedit.py", line 883, in _main
    File "mcedit.py", line 791, in main
    File "/home/twins/Programs/MCEdit-linux/MCEditData/albow/root.py", line 91, in run
    self.run_modal(None)
    File "/home/twins/Programs/MCEdit-linux/MCEditData/albow/root.py", line 118, in run_modal
    self.gl_draw_all(self, (0, 0))
    File "/home/twins/Programs/MCEdit-linux/MCEditData/albow/widget.py", line 700, in gl_draw_all
    subwidget.gl_draw_all(root, suboffset)
    File "/home/twins/Programs/MCEdit-linux/MCEditData/albow/widget.py", line 700, in gl_draw_all
    subwidget.gl_draw_all(root, suboffset)
    File "/home/twins/Programs/MCEdit-linux/MCEditData/albow/widget.py", line 697, in gl_draw_all
    self.gl_draw_self(root, offset)
    File "/home/twins/Programs/MCEdit-linux/MCEditData/albow/opengl.py", line 22, in gl_draw_self
    self.gl_draw_viewport()
    File "/home/twins/Programs/MCEdit-linux/MCEditData/albow/opengl.py", line 28, in gl_draw_viewport
    self.gl_draw()
    File "leveleditor.py", line 1528, in gl_draw
    File "leveleditor.py", line 1535, in doWorkUnit
    File "renderer.py", line 1643, in next
    File "renderer.py", line 1665, in makeWorkIterator
    File "renderer.py", line 1681, in workOnChunk
    File "renderer.py", line 123, in calcFaces
    File "renderer.py", line 906, in calcHighDetailFaces
    File "pymclevel\mclevel.py", line 2908, in getChunk
    File "pymclevel\mclevel.py", line 1888, in load
    File "pymclevel\mclevel.py", line 2663, in _loadChunk
    File "pymclevel\mclevel.py", line 2164, in readChunk
    File "pymclevel\mclevel.py", line 2174, in decompressSectors
    File "pymclevel\mclevel.py", line 2282, in inflate
    error: Error -5 while decompressing data

    Crash log length: 2056
    Response length: 9
    Posted in: Minecraft Tools
  • To post a comment, please .