Inactive [DEV] SpoutPlugin - Unleash the flow of endless possibilities [1.0-1.3.2]

Discussion in 'Inactive/Unsupported Plugins' started by SpoutDev, Aug 1, 2011.

Thread Status:
Not open for further replies.
  1. Offline

    SpoutDev

    In order to centralize support of our legacy projects, we will no longer be providing support on Bukkit. Please use www.spout.org for support with our projects going forward.
     
  2. Offline

    AJ12

    No i used imminentfates installer and i started on build 1060.
    spoutcraft-dev-SNAPSHOT-MC-1.7.3
    i opend this and i saw 1 .jar ALOT of .class and 4 folders no .zip

    The folders are called 'com it net org'in that order

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Nov 13, 2016
  3. Offline

    necavi

    Use windows key + r (should bring up a window that says run), then type %appdata% and press enter. You will see a folder called .minecraft, open that up, then the bin folder, then open minecraft.jar with something like winrar, then, unless I miss my guess (I use the launcher for its autoupdate features) you simply copy the complete contents of the zipped folder (spoutcraft-dev-SNAPSHOT-MC-1.7.3) into minecraft.jar's root directory. There should also be instructions on this in the OP, I was too lazy to look at them and instead posted this, but you may benefit from reading it.
     
  4. Offline

    AJ12

    Thanks it worked:D.

    I would like to be able to use launcher in future so pls devs can you work on a fix for freezing issue pls.:)

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Nov 13, 2016
  5. Offline

    Emiya Shirou

    What does the better grass option actually do ? I've tried it "On" but I don't see any differences than when it is "Off"
     
  6. Offline

    Top_Cat

    If you hover over the option it'll tell you ;)
    P.S. There is no "ON"

    Or you can look in the spoiler i guess...
    Show Spoiler
    [​IMG]
     
  7. Offline

    rikari

    So in the future Spout will be able to download me a burger and fries while I play Minecraft? SWEET :)
     
  8. Offline

    kazukae

    Why am i Predownloading 200+ files everytime i join and when i rejoin i have to download even more and it takes more than 4 hrs to dl everything
     
  9. Offline

    Kardocraft

    Can somebody give me the download link. Here doesnt work the bukkit dev site and I really want to update my plugins.
    EDIT found it on the wiki.
     
  10. Offline

    kazukae

    can someone help me? I host the server, and my friends could play except for me because of this it takes too long like 4 hrs to dl and when i restart i have to dl again also, my friends dont have to dl files except for me

    [​IMG]

    Uploaded with ImageShack.us
     

    Attached Files:

  11. Offline

    sddddgjd

    What spout plugin are you using?
     
  12. Offline

    kazukae

    im using mcmmo, healthbars, backback, and levelcraft
    they have to download files too, but they could just press F or was it J to skip while i dont have that option and we all have the same version of spoutcraft
    Edit: this happened after i updated spout before i didnt have to dl files
     
  13. Offline

    sddddgjd

    Well,it seems that your cache gets cleared,thus requiring one more download of the files...try running as an admin!
     
  14. Offline

    MG127

    Name of project: Spout / SpoutAPI
    Project version/build: 1.0.5.244 / 131
    CraftBukkit build: 1060
    Description of issue: unkown function getFileManager() while server startup
    Steps to reproduce:
    FileManager fm;
    public void onEnable() {
    fm = SpoutManager.getFileManager();
    }
    Link to error log: http://pastie.org/2453265

    the function is still not in the server?
     
  15. Offline

    alta189

    Looks loke the plugin MoonPhase loaded before Spout. in MoonPhase's plugin.yml put
    Code:
    softdepend: [Spout]
     
  16. Offline

    triggerhapp

    Sure, how long are you willing to wait?
     
  17. Offline

    Pomme72

    I can't update my spoutcraft, DOWNLOAD TIMED OUT... -.-'

    Please make more TIME, very very more TIME for update this launcher !
     
    SkeletonGamer likes this.
  18. Offline

    SkeletonGamer

    J'aime ta signature =D

    Pour ton problème, utilise seulement les builds recommandées ensemble. En ce moment:

    Spout: 227
    Spoucraft: 262
    (ou Spoutcraft Launcher: 126)
     
  19. Offline

    AJ12

    Im not sure if i should post this here or at mcmmo thread but when i level up my xp bar bugs out and then my server crashes pls inform me if i should put this in mcmmo thread cause im not sure if its spout/spoutcraft or mcmmo
     
  20. I recommend posting in the MCMMO thread. In some way their code is causing the crash, even if it's just the way it interacts with Spout. But when you post there, include all the information, like the console's crash report from your server and client if you can get it. Also include all versions. Spoutcraft (the client) version, Spout (the server) version, MCMMO version.
     
  21. Offline

    AJ12

    K thanks im gonna see if it happens again first though.
     
  22. Offline

    MG127

    nah, i'm stupid ... i keept on replacing the wrong spout server plugin file
     
  23. Offline

    Altobot

    hey guys,

    Is the a way to log into spout without having a premium account?
     
  24. Offline

    RGadelha

    Don't wait anymore, right click and save image as:
    [​IMG]
    You didn't ask for the soda...
     
  25. Offline

    Wulfspider

    Why doesn't the dev.bukkit.org site work for you?

    We do not support piracy.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Nov 13, 2016
  26. Offline

    RGadelha

    Bukkit RB #1060 / Spout #244:
    Code:
    12:00:10 [SEVERE] java.lang.ClassCastException: org.getspout.spout.block.mcblock.CustomBlock cannot be cast to net.minecraft.server.BlockMinecartTrack
    12:00:10 [SEVERE]       at net.minecraft.server.EntityMinecart.h(EntityMinecart.java:611)
    12:00:10 [SEVERE]       at net.minecraft.server.EntityMinecart.m_(EntityMinecart.java:276)
    12:00:10 [SEVERE]       at net.minecraft.server.World.entityJoinedWorld(World.java:1212)
    12:00:10 [SEVERE]       at net.minecraft.server.WorldServer.entityJoinedWorld(WorldServer.java:48)
    12:00:10 [SEVERE]       at net.minecraft.server.World.playerJoinedWorld(World.java:1194)
    12:00:10 [SEVERE]       at net.minecraft.server.World.cleanUp(World.java:1110)
    12:00:10 [SEVERE]       at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:450)
    12:00:10 [SEVERE]       at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:363)
    12:00:10 [SEVERE]       at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    12:00:10 [SEVERE] Unexpected exception
    java.lang.ClassCastException: org.getspout.spout.block.mcblock.CustomBlock cannot be cast to net.minecraft.server.BlockMinecartTrack
            at net.minecraft.server.EntityMinecart.h(EntityMinecart.java:611)
            at net.minecraft.server.EntityMinecart.m_(EntityMinecart.java:276)
            at net.minecraft.server.World.entityJoinedWorld(World.java:1212)
    at net.minecraft.server.WorldServer.entityJoinedWorld(WorldServer.java:48)
            at net.minecraft.server.World.playerJoinedWorld(World.java:1194)
            at net.minecraft.server.World.cleanUp(World.java:1110)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:450)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:363)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    
     
  27. Offline

    Afforess

    Thanks. FYI, you should not be using development builds unless you are planning to help, er, develop or test.
     
  28. Offline

    RGadelha

    I'm testing, it's on my test server :rolleyes:
     
  29. Offline

    Kardocraft

    I dont know but a few times a day all my browser doesnt find the server of dev bukkit. Only dev bukkit and not the whole site. Very strange.
     
  30. Offline

    kazukae

    thanks for the response, but im still having the same problem and i tried running both server and client as admin, I also get the press J to skip but thats only like once every 20 times i restart the client while my friends get it all the time or they have 0 files to dl.

    Edit:they never needed to dl files

    i have even more files to dl now without changing anything
    [​IMG]

    Uploaded with ImageShack.us
     
  31. Offline

    MG127

    may i get a clean example for caching and applying an local stored texture to moon or sun?
    i'm still getting strange errors for trying it

    cache.addToCache(plugin,new File("plugins\MoonPhase\moon\moon_1.png"));
    will result in:

    2011-08-30 17:46:38 [SEVERE] java.lang.NullPointerException
    2011-08-30 17:46:38 [SEVERE] at org.getspout.spout.player.SimpleFileManager.addToCache(SimpleFileManager.java:197)

    sput 244, spoutapi 137
     
Thread Status:
Not open for further replies.

Share This Page