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

    cholo71796

    @Afforess @SpoutDev
    Whipped up a quick installer with inno-
    Code (open)
    Code:
    #define MyAppName "Spoutcraft"
    #define MyAppVersion "1.0.1"
    #define MyAppPublisher "SpoutDev"
    #define MyAppURL "getspout.org"
    
    [Setup]
    ; NOTE: The value of AppId uniquely identifies this application.
    ; Do not use the same AppId value in installers for other applications.
    ; (To generate a new GUID, click Tools | Generate GUID inside the IDE.)
    AppId={{8E7BF786-8C9D-4F86-A60B-BBC093BDD93D}
    AppName={#MyAppName}
    AppVersion={#MyAppVersion}
    ;AppVerName={#MyAppName} {#MyAppVersion}
    AppPublisher={#MyAppPublisher}
    AppPublisherURL={#MyAppURL}
    AppSupportURL={#MyAppURL}
    AppUpdatesURL={#MyAppURL}
    DefaultDirName={pf}\{#MyAppName}
    DefaultGroupName={#MyAppName}
    OutputDir=C:\Users\Cole Erickson\Desktop
    OutputBaseFilename=setup
    SetupIconFile=C:\Users\Cole Erickson\Desktop\ico.ico
    Compression=lzma
    SolidCompression=yes
    
    [Languages]
    Name: "english"; MessagesFile: "compiler:Default.isl"
    
    [Icons]
    Name: "{group}\{cm:UninstallProgram,{#MyAppName}}"; Filename: "{uninstallexe}"
    Name: {commondesktop}\Spoutcraft; Filename: {app}\start.bat; WorkingDir: {app}; IconFilename: {app}\ico.ico; Comment: "Start Minecraft via the Spoutcraft launcher.";
     
    [Files]
    Source: "C:\Users\Cole Erickson\Desktop\ico.ico"; DestDir: {app};
    Source: "C:\Users\Cole Erickson\Desktop\Spoutcraft.jar"; DestDir: {app};
    Source: "C:\Users\Cole Erickson\Desktop\start.bat"; DestDir: {app};


    It just puts the bat and the jar in Program File/Spoutcraft.jar and has an uninstaller. Try it out. (Direct) Feel free to put it in the main post for the noobs :D
     
    rslink likes this.
  3. Offline

    alta189

    Interesting, I might add this to the post soon, can't right now though :)
     
  4. Offline

    rslink

    @cholo71796 Could you also make it create a shortcut with a icon then place one in the .spout folder and one on the desktop?
     
  5. Offline

    cholo71796

    Oh, I forgot to mention that. It already does put a shortcut with the icon on the desktop.
     
  6. Offline

    ledhead900

    @Afforess
    I don't think Spout likes running alongside BukkitContrib. Ufortunatly as one of my plugins moved to spout and rest use bukkitcontrib.

    Plugin in mentions is "Showcase"

    PHP:
    2011-08-03 14:32:32 [SEVERECould not pass event PLAYER_MOVE to Spout
    java
    .lang.ClassCastExceptionorg.bukkitcontrib.ContribNetServerHandler cannot be cast to org.getspout.spout.SpoutNetServerHandler
    at org
    .getspout.spout.player.SpoutCraftPlayer.getNetServerHandler(SpoutCraftPlayer.java:504)
    at org.getspout.spout.SpoutPlayerListener.onPlayerMove(SpoutPlayerListener.java:134)
    at org.bukkit.plugin.java.JavaPluginLoader$7.execute(JavaPluginLoader.java:286)
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:338)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:164)
    at net.minecraft.server.Packet10Flying.a(SourceFile:126)
    at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:85)
    at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:451)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:422
    ^ is spammed every move event.

    CB1032
    Spout 1.0.1

    #Edit:

    Did some back reading found out some thing somone had else when using this fell in a world where only a couple chunks would load and rest left them free falling I had this same issue exactly up until point I stopped server removed bukkitcontrib tho as stated above it re downloaded.

    #Edit:
    Yep sure enough with bukkitcontrib the map hardly loads and I get a world of void.
     
  7. Offline

    rslink

    Goodjob.

    @ledhead900 You can't run them side by side, delete bukkitcontrib and all plugins that use it (as they will auto download it).
     
  8. Offline

    Kalais

    Does this mean we'll be able to get a list of a player's mods and finally be able to actually see who really is xraying?
     
  9. Offline

    rslink

    @Kalais Probably, although spout breaks a lot of mods. You can also for a texture pack on players.
     
  10. Offline

    paully104

    @SpoutDev none of the buttons in the client respond when i click them, any idea why they are unresponsive?
     
  11. Offline

    Deathfromace

    I just got around to install the new update and I am getting the same void problem. Part of the land I was standing on before update is still there but the rest of the world is gone.

    I have no other mod that requires or even uses bukkitcontrib and no errors came up in console. But I stopped server and deleted spout and all went back to normal.
     
  12. Offline

    cholo71796

    @NicoG96
    It makes it so that
     
  13. Offline

    Ratchet

    guys, what the hell?

    my server restarts and some plugin auto-downloads Spout, and then it's throwing severe errors allover the place and causing my server to restart over and over, also when I login the whole world is like a "void world".

    I have no idea what plugin is causing it but i've "fixed" it by deleting the files from inside the Spout.jar but leaving the info file so it thinks Spout is there but doesn't keep trying to re-download it and fucking the server over.
     
  14. Offline

    Dylan Helling

    I'm getting some serious error with this jar file. I didn't want to download it, but bukkitcontrib which I need for showcase downloaded it automatically. I don't know how to fix the problem and is it possible to turn off the auto download.
    CB1000

    Could not pass event PLAYER_MOVE to Spout
    java.lang.ClassCastException: org.bukkitcontrib.ContribNetServerHandler cannot be cast to org.getspout.spout.SpoutNetServerHandler
    at org.getspout.spout.player.SpoutCraftPlayer.getNetServerHandler(SpoutCraftPlayer.java:504)
    at org.getspout.spout.SpoutPlayerListener.onPlayerMove(SpoutPlayerListener.java:134)
    at org.bukkit.plugin.java.JavaPluginLoader$7.execute(JavaPluginLoader.java:286)
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:332)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:164)
    at net.minecraft.server.Packet10Flying.a(SourceFile:126)
    at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:85)
    at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:451)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
     
  15. Offline

    Ratchet

    do what I did, open spout.jar and delete the two folders inside, then use that .jar, it won't actually load and do anything but it won't auto download a new one either.
     
  16. Offline

    Dylan Helling

    Yeh I tried that, but I still get a ton of errors
     
  17. Offline

    cholo71796

    There's no obligation for you to do that, and no, not all players have to do that- only ones that want to use the plugins. Spout is not a requirement.
     
  18. Offline

    Dylan Helling

    Yes but a plugin called showcase require bukkitcontrib. And bukkitcontrib auto downloads spout
     
  19. Offline

    CainFoool

    java.lang.RuntimeException: could not rename the file /home/cain/.spoutcraft/updateFolder/minecraft.jar to /tmp/minecraft.jar8528693457276888551.tmp
    at org.spoutcraft.launcher.GameUpdater.addFilesToExistingZip(GameUpdater.java:287)
    at org.spoutcraft.launcher.GameUpdater.updateBC(GameUpdater.java:127)
    at org.spoutcraft.launcher.GUI.LoginForm.actionPerformed(LoginForm.java:206)
    at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:2012)
    at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2335)
    at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:404)
    at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:259)
    at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:253)
    at java.awt.Component.processMouseEvent(Component.java:6203)
    at javax.swing.JComponent.processMouseEvent(JComponent.java:3267)
    at java.awt.Component.processEvent(Component.java:5968)
    at java.awt.Container.processEvent(Container.java:2105)
    at java.awt.Component.dispatchEventImpl(Component.java:4564)
    at java.awt.Container.dispatchEventImpl(Container.java:2163)
    at java.awt.Component.dispatchEvent(Component.java:4390)
    at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4461)
    at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4125)
    at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4055)
    at java.awt.Container.dispatchEventImpl(Container.java:2149)
    at java.awt.Window.dispatchEventImpl(Window.java:2478)
    at java.awt.Component.dispatchEvent(Component.java:4390)
    at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:649)
    at java.awt.EventQueue.access$000(EventQueue.java:96)
    at java.awt.EventQueue$1.run(EventQueue.java:608)
    at java.awt.EventQueue$1.run(EventQueue.java:606)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:105)
    at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:116)
    at java.awt.EventQueue$2.run(EventQueue.java:622)
    at java.awt.EventQueue$2.run(EventQueue.java:620)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:105)
    at java.awt.EventQueue.dispatchEvent(EventQueue.java:619)
    at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:275)
    at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:200)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:190)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:185)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:177)
    at java.awt.EventDispatchThread.run(EventDispatchThread.java:138)

    When I hit login.
     
  20. Offline

    philulrich

    This ^
     
  21. Offline

    Dylan Helling

    I need this fixed now, its really annoying and troublesome
     
  22. Offline

    RamjetMC

    this is exactly what i wanted... :D

    can you make an option to have a secondary download source instead of straight from the server? I'd hate to limit the clients download speed of the mods when they download it the first time and update the mods. I could use something like dropbox to keep them in sync.
    maybe too much to ask, but would be nice to the small server owners with small upload speeds.
     
  23. Offline

    ledhead900

    P
    I think maybe we need to reverse this reply stated to remove sprout why on earth am I'm going to use sprout for anything until everyone moves over to sprout, everyone currently bare the showcase that I know about still use contrib and those frankly are more important than that running.

    Why someone would move to a plugin in the this section and expect us to run it on production servers astounds me. I fixed the issue by removing the one plugin that wanted to use this. Tho don't take me the wrong way this is a better step foward tho currently it just lacks intergration into to what already exists.

    @Everyone with issues
    Just remove the offending plugin srsly its not worth the one plugin over the 5 or so you run that want to auto-download bukkitcontrib I'm pretty Afforess does not expect ppl to move to this before it is even actually released.

    • Remove Sprout and its config folder and remove all plugins using Sprout
    OR​
    • Remove bukkitcontrib and all plugins using this as they will auto-download that plugin
    Pick one issue is solved!
     
  24. Offline

    alfskan

    is it modloaderMP supported? bukkitcontrib has major conflict with modloadrMP
     
  25. Offline

    olloth

    Pretty much. None of them are that groundbreaking yet, just delete them until they are moved over to spout or visa versa. This refactor has only been out like 24 hours.
     
  26. Offline

    rslink

    No it is not just run the launcher and you can have two separate game files.

    @ledhead900 I just figured, they are posting in the spout thread. It's not like you really need any of the plugins that are out right now, and bukkitcontrib is now out dated. It is best to move people off it as quickly as possible.
     
  27. Offline

    Nytemare3701

    This is intended to eventually replace Modloader and the like, because those programs are TERRIBLE at what they do.

    So no, it's not Modloader supported.
     
  28. Offline

    L24D

    I have a temporary solution to your frustrations guys...
    So far its confirmed working... Everyone having problems with it downloading without your consent, can pm me for more info on it.. i've got the last working dev version of bukkitcontrib, which also works with mobdisguise, if any of you use it...
    For me, i believe narrowtuxlib is forcing the update/auto-download, but i managed to block its attempts to do so. it throws an error, but nothing is harmed from it...

    and best of all, everything DOES work fine after doing this. (and you get to keep BukkitContrib functionality!)

    @Ratchet @philulrich @Dylan Helling
    Pm me... i can fix it! :D
     
  29. Offline

    excalibr23

    WTF is this? I had bukkitcontrib for showcase, then it auto downloads Spout which throws my server into fits of huge errors!?!?

    Now I can't see anything in the console at all! Why are you auto downloading things without my permission? ugh... I delete spout and it just auto downloads again!
     
  30. Offline

    bobloy

    One of your plugins is dependent on Spout, probably showcase. You'll have to remove showcase until Spout is working properly

    Also, is Aether compatability POSSIBLE with Spout?
     
  31. Offline

    Boon Pek

    Would this... eh, launcher overwrite the user's minecraft.jar, or would it run upon it's own custom minecraft.jar? :O

    EDIT: Nevermind, then. A post below said that it'll load it's own custom JAR. I seem to be having a problem, though, running this and connecting to my BukkitContrib server.
     
    morizuki likes this.
Thread Status:
Not open for further replies.

Share This Page