• 0

    posted a message on [ModLoader] StrongJoshua's Advanced Tutorials(25/09/11)
    [EDIT: sorry i accedently reposted it]
    hey, could you please help me with setting up a MC coder pack? I've looked for tutorial but it dosnt seem to work for me. i just get a bunch of errors and nothing shows up in my "src" folder apart from a blank minecraft folder.

    (im using a mac just thought i would let you know.)

    post from my terminal:

    == MCP v4.4 ==
    !! Updates available. Please run updatemcp to get them. !!
    > Creating Retroguard config files
    == Decompiling Client ==
    > Creating SRGS for client
    > Applying Retroguard to client
    > Applying Exceptor to client
    > Unzipping the client jar
    > Applying jadretro
    > Decompiling...
    runtime/bin/jad-osx -b -d src/minecraft -dead -o -r -s .java -stat -v temp/bin/minecraft/net/minecraft/client/*.class failed.
    Return code : 126
    /bin/sh: runtime/bin/jad-osx: Permission denied
    runtime/bin/jad-osx -b -d src/minecraft -dead -o -r -s .java -stat -v temp/bin/minecraft/net/minecraft/isom/*.class failed.
    Return code : 126
    /bin/sh: runtime/bin/jad-osx: Permission denied
    runtime/bin/jad-osx -b -d src/minecraft -dead -o -r -s .java -stat -v temp/bin/minecraft/net/minecraft/src/*.class failed.
    Return code : 126
    /bin/sh: runtime/bin/jad-osx: Permission denied
    > Applying patches
    patch --binary -p1 -u -i ../../temp/temp.patch -d src/minecraft failed.
    Return code : 1

    == ERRORS FOUND ==

    ==================

    > Renaming sources
    > Creating reobfuscation tables
    > Done in 41.77 seconds
    == Decompiling Server ==
    !! Missing jar file jars/minecraft_server.jar. Aborting !!
    == Post decompiling operations ==
    > Recompiling
    > Recompiling client...
    !! Can not find client sources !!
    > Recompiling server...
    !! Can not find server sources !!
    > Generating the md5 (client)
    > Generating the md5 (server)
    Posted in: Tutorials
  • 0

    posted a message on [ModLoader] StrongJoshua's Advanced Tutorials(25/09/11)
    hey, could you please help me with setting up a MC coder pack? I've looked for tutorial but it dosnt seem to work for me. i just get a bunch of errors and nothing shows up in my "src" folder apart from a blank minecraft folder.

    (im using a mac just thought i would let you know.)

    post from my terminal:

    == MCP v4.4 ==
    !! Updates available. Please run updatemcp to get them. !!
    > Creating Retroguard config files
    == Decompiling Client ==
    > Creating SRGS for client
    > Applying Retroguard to client
    > Applying Exceptor to client
    > Unzipping the client jar
    > Applying jadretro
    > Decompiling...
    runtime/bin/jad-osx -b -d src/minecraft -dead -o -r -s .java -stat -v temp/bin/minecraft/net/minecraft/client/*.class failed.
    Return code : 126
    /bin/sh: runtime/bin/jad-osx: Permission denied
    runtime/bin/jad-osx -b -d src/minecraft -dead -o -r -s .java -stat -v temp/bin/minecraft/net/minecraft/isom/*.class failed.
    Return code : 126
    /bin/sh: runtime/bin/jad-osx: Permission denied
    runtime/bin/jad-osx -b -d src/minecraft -dead -o -r -s .java -stat -v temp/bin/minecraft/net/minecraft/src/*.class failed.
    Return code : 126
    /bin/sh: runtime/bin/jad-osx: Permission denied
    > Applying patches
    patch --binary -p1 -u -i ../../temp/temp.patch -d src/minecraft failed.
    Return code : 1

    == ERRORS FOUND ==

    ==================

    > Renaming sources
    > Creating reobfuscation tables
    > Done in 41.77 seconds
    == Decompiling Server ==
    !! Missing jar file jars/minecraft_server.jar. Aborting !!
    == Post decompiling operations ==
    > Recompiling
    > Recompiling client...
    !! Can not find client sources !!
    > Recompiling server...
    !! Can not find server sources !!
    > Generating the md5 (client)
    > Generating the md5 (server)
    Posted in: Tutorials
  • 0

    posted a message on Coding Help
    hey. im trying to set my mcp coder pack thing up but when i try decompile it i get this error (im on mac)

    this is a copy and paste from terminal:

    == MCP v4.4 ==
    > Creating Retroguard config files
    == Decompiling Client ==
    > Creating SRGS for client
    > Applying Retroguard to client
    > Applying Exceptor to client
    > Unzipping the client jar
    > Applying jadretro
    > Decompiling...
    runtime/bin/jad-osx -b -d src/minecraft -dead -o -r -s .java -stat -v temp/bin/minecraft/net/minecraft/client/*.class failed.
    Return code : 126
    /bin/sh: runtime/bin/jad-osx: Permission denied
    runtime/bin/jad-osx -b -d src/minecraft -dead -o -r -s .java -stat -v temp/bin/minecraft/net/minecraft/isom/*.class failed.
    Return code : 126
    /bin/sh: runtime/bin/jad-osx: Permission denied
    runtime/bin/jad-osx -b -d src/minecraft -dead -o -r -s .java -stat -v temp/bin/minecraft/net/minecraft/src/*.class failed.
    Return code : 126
    /bin/sh: runtime/bin/jad-osx: Permission denied
    > Applying patches
    patch --binary -p1 -u -i ../../temp/temp.patch -d src/minecraft failed.
    Return code : 1

    == ERRORS FOUND ==

    ==================

    > Renaming sources
    > Creating reobfuscation tables
    > Done in 36.15 seconds
    == Decompiling Server ==
    > Creating SRGS for server
    > Applying Retroguard to server
    > Applying Exceptor to server
    > Unzipping the server jar
    > Applying jadretro
    > Decompiling...
    runtime/bin/jad-osx -b -d src/minecraft_server -dead -o -r -s .java -stat -v temp/bin/minecraft_server/net/minecraft/server/*.class failed.
    Return code : 126
    /bin/sh: runtime/bin/jad-osx: Permission denied
    runtime/bin/jad-osx -b -d src/minecraft_server -dead -o -r -s .java -stat -v temp/bin/minecraft_server/net/minecraft/src/*.class failed.
    Return code : 126
    /bin/sh: runtime/bin/jad-osx: Permission denied
    > Applying patches
    patch --binary -p1 -u -i ../../temp/temp.patch -d src/minecraft_server failed.
    Return code : 1

    == ERRORS FOUND ==

    ==================

    > Renaming sources
    > Creating reobfuscation tables
    > Done in 18.95 seconds
    == Post decompiling operations ==
    > Recompiling
    > Recompiling client...
    !! Can not find client sources !!
    > Recompiling server...
    !! Can not find server sources !!
    > Generating the md5 (client)
    > Generating the md5 (server)
    IMAC:mcp44-1 Eli$

    if you cant help its ok i didnt know were els to post though :/
    Posted in: Modification Development
  • 0

    posted a message on [SSP/SMP][1.3.2]Fossil / Archeology [v6.9 P-4]
    are the fossil blocks meant to take as long as obsidian to break?
    Posted in: Minecraft Mods
  • 0

    posted a message on moved to a new shop, please check signature.
    hey :biggrin.gif:

    could you please make me a skin of

    Gin Ichimaru
    picture:
    http://moe.animecharactersdatabase.com/uploads/chars/4758-1800959664.png

    or byakuya kuchiki
    picture:
    http://www.absoluteanime.com/bleach/byakuya.jpg

    thanks
    Posted in: Skins
  • 0

    posted a message on i need a skin
    Could someone make me a very... random and unique skin? i need something that just i can use xD
    Posted in: Skins
  • 0

    posted a message on 1.7 ➲Shards of the Protectorate ➲ Full of Awesome Sauce
    misleading title... white list is on..
    Posted in: Minecraft Survival Servers (archive)
  • 0

    posted a message on Bukkit server! 24/7 No whitelist!
    you said no white list...
    Posted in: Minecraft Survival Servers (archive)
  • 0

    posted a message on Brand new survival server(ops needed)
    hey my IGN is SwaggabackNZ ive hosted a server so i know most basic commands im pretty good at building houses or villages (me and my friend are making a RPG map) i would love to play on your server. :iapprove: :Sheep: :RedShroom:
    Posted in: Minecraft Survival Servers (archive)
  • To post a comment, please .