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

    philraz

    Have you posted your server logs, whether you are using rb's or devs, plugins list if they are to resolve your issue they need this and any other info you can give in order to duplicate your problem
     
  3. Offline

    sbeex

    Hi thank you for this huge work ! I was thinking about doing my own launcher but I will use yours who is developped by a good dev team ;)

    Just one question or suggestion.
    With the current API is it possible te create new Items or blocs (if yes I will have a look on it) ? And if no, is it possible to add this for the next update ?
     
  4. Offline

    JargonTheRed

    Hey! I'm having a problem here with ENTITY_DAMAGE.
    Running #1000
    Spout 1.0.1
    No bukkitcontrib.

    I belive something with spout messes with Incantatio, which gives this error in the server log all the time:
    Show Spoiler
    2011-08-14 11:50:44 [SEVERE] Could not pass event ENTITY_DAMAGE to Incantatio
    java.lang.NullPointerException
    at me.orion.Incantatio.IncantatioEntityListener.onEntityDamage(IncantatioEntityListener.java:43)
    at org.bukkit.plugin.java.JavaPluginLoader$58.execute(JavaPluginLoader.java:649)
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:332)
    at net.minecraft.server.EntityLiving.a(EntityLiving.java:486)
    at net.minecraft.server.EntityHuman.a(EntityHuman.java:866)
    at net.minecraft.server.Entity.a(Entity.java:635)
    at net.minecraft.server.EntityPlayer.b(EntityPlayer.java:359)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:364)
    at org.getspout.spout.SpoutNetServerHandler.a(SpoutNetServerHandler.java:491)
    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)


    There is no impact on gameplay, though. Please tell me if I should go nag the Incantatio thread instead :p
     
  5. Offline

    Nodachi

    That's a craftbukkit error, nothing to do with Spout. Since Incantatio isn't verified to work with build 1000 it shouldn't be too surprising. Best to talk to orion304.
     
  6. Offline

    blindsarcasm


    It's on page 81. Error occurs even on just spout and cb1000.
     
  7. Offline

    HadrienM

    Hello, i'e this error when i connect, just after installing :
    - Spout 1.0.1 RB
    - JukeBukkit
    - Mobdeguise
    - Ninja (?)

    Code:
    13:14:13 [INFO] SomePlayer [/192.168.2.2:53736] logged in with entity id 463 at ([LaForteresse] 182.75, 60.0, -4.375)
    13:14:14 [INFO] [MultiInv] Shared worlds loaded with no errors
    13:14:15 [SEVERE] java.lang.StringIndexOutOfBoundsException: String index out of range: -1
    13:14:15 [SEVERE]       at java.lang.String.substring(Unknown Source)
    13:14:15 [SEVERE]       at java.lang.String.substring(Unknown Source)
    13:14:15 [SEVERE]       at com.sk89q.worldedit.WorldEdit.handleCommand(WorldEdit.java:1021)
    13:14:15 [SEVERE]       at com.sk89q.worldedit.bukkit.WorldEditPlayerListener.onPlayerCommandPreprocess(WorldEditPlayerListener.java:94)
    13:14:15 [SEVERE]       at org.bukkit.plugin.java.JavaPluginLoader$5.execute(JavaPluginLoader.java:272)
    13:14:15 [SEVERE]       at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
    13:14:15 [SEVERE]       at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:332)
    13:14:15 [SEVERE]       at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:706)
    13:14:15 [SEVERE]       at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:677)
    13:14:15 [SEVERE]       at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:670)
    13:14:15 [SEVERE]       at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:33)
    13:14:15 [SEVERE]       at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
    13:14:15 [SEVERE]       at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:40)
    13:14:15 [SEVERE]       at net.minecraft.server.NetworkListenThread.a(SourceFile:91)
    13:14:15 [SEVERE]       at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:451)
    13:14:15 [SEVERE]       at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
    13:14:15 [SEVERE]       at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    13:14:15 [SEVERE] Could not pass event PLAYER_COMMAND_PREPROCESS to DefaultPermissions
    java.lang.StringIndexOutOfBoundsException: String index out of range: -1
            at java.lang.String.substring(Unknown Source)
            at java.lang.String.substring(Unknown Source)
            at ca.celticminstrel.permissions.DefPerms$1.onPlayerCommandPreprocess(DefPerms.java:40)
            at org.bukkit.plugin.java.JavaPluginLoader$5.execute(JavaPluginLoader.java:272)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:332)
            at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:706)
            at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:677)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:670)
            at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:33)
            at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
            at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:40)
            at net.minecraft.server.NetworkListenThread.a(SourceFile:91)
            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)
    13:14:15 [INFO] _Lightman used command ""
    
    I see WorldEdit in the log, so i don't understand...
     
  8. Offline

    yottabyte

    How do I create a new inventory in Spout? Looking at other plugins, they are using the Spout plugin as a dependency to access CustomInventory.
    But if I do this, SpoutAPI and Spout interfere and it starts throwing errors... :(

    Why isn't CustomInventory in the API?
     
  9. Offline

    vrox

    Amazing plugin, good work.
    My players love the features it can add, and they say it was extremely easy to get it working.
     
  10. Offline

    Unrealomega

    Name of project: Spout / Spoutcraft Launcher
    Project version/build: 1.0.1
    CraftBukkit build: 1056
    Description of issue: Try to log in to my server, kicks with the "End of Stream" reason.
    Steps to reproduce: Not entirely sure how this came about, but it appears to happen at random and continues to plague the server.
    Link to error log: http://pastie.org/2370536
     
  11. Offline

    Etburn

    I think the most of you know it's working with Modloader.

    But for all, that do not want to believe me, here's a video:
     
  12. Offline

    Tech_Geek97

    @topcat the sound doesnt work
     
  13. Offline

    Worlther

    Same here, but if i'm run test server with spout but without other plugins, this does not happen. It's a conflict with some other plugin. This is my list:

     
  14. Offline

    Chuckster

    Name of Project: Spout Launcher
    Project Version: 1.0.1
    CraftBukkit build: 1000
    Description of issue: when using a mac book and the latest launcher i type in my username and password and login and it quits the spoutcraft launcher and turns on the spout client but upon doing so it give me a whitescreen.
    Steps to reproduce: I am not exactly sure i guess use a bad macbook but i use a macmini and it works fine
     
  15. Offline

    sddddgjd

    Name of Project: SpoutAPI
    Project Version: 1.0.1
    CraftBukkit build: 1000
    Description of issue: When i try to change a player's skin,i get a ClassCastException that says "org.bukkit.craftbukkit.entity.CraftPlayer cannot be cast to org.getspout.spoutapi.player.SpoutPlayer" ,the line that causes this is "SpoutPlayer spouty = (SpoutPlayer) player;"
    Steps to reproduce: ...
     
  16. Offline

    Top_Cat

    RawcriticsOreObfuscationPlugin is not compatible, he provides a spout version on his thread.

    The SpoutAPI is for development, you need to install the spout plugin on your server.
     
  17. Offline

    sddddgjd

    i have it installed...
    i put spoutAPI because i created the plugin using it!
     
  18. Offline

    Top_Cat

    Then that cast should work, you can be more sure by using the SpoutManager.getPlayer(player) method
     
  19. Offline

    Wulfspider

    You are completely missing what we are saying. If may work with your current build of Spoutcraft, but builds above what you are using now do not due to conflicting classes. Other class mods WILL break and continue to break as more class files are modified. The fact that you are telling everyone that it does work, when it most certainly will cause errors in upcoming builds is what we are trying to get you to understand.
     
  20. Offline

    sddddgjd

    That worked...THANK YOU SO MUCH!
    What i just wrote is unique,awesome,and a true money-saver! ^^
    Huge thanks to the spout dev team!
     
  21. Offline

    FRLanc

    Well, what i must do with spout server plugin? put into the plugin folder or start with a server?

    And for what is this plugin if it doesnt support any mods? it is very very bad.. Also PlayerEdit isn't nessasary for spout also due to plugin doesnt support pirate copy of minecraft.
     
  22. Offline

    Wulfspider

    This plugin works with other SERVER plugins. You can still do some of what client mods can do by making server-side plugins that use Spout. Later we will have a client API that client mods can use to work with Spout in single-player and multi-player games. We don't support other client mods as in we can't help you if you've gone and put 100 mods in there that have messed up Spoutcraft. It just adds more issues when trying to resolve issues and errors that may just be because someone replaced Spoutcraft files with some little client mod.

    People do not have to use the launcher, the launcher simply allows for easier updating and such. We just can't support you if you do a manual install of Spoutcraft with other client mods like you would normally do.

    It's our choice to not support pirates with the launcher.
     
  23. Offline

    Z0mb1n3

    Is this able to have HD Skins and Capes? Instead of default pixel resolution capes and skins?
     
  24. Offline

    Wulfspider

    Not yet, it's an open issue.
     
  25. Offline

    Worlther

    i'm removed RawcriticsOreObfuscationPlugin and the problem remained
     
  26. Offline

    Wulfspider

    Did you download a clean CraftBukkit jar after?
     
  27. Offline

    NinjaGrinch

    I have the same issue. It just randomly started doing this and it works fine if I connect with b1000 but b1046/1056 with my plugins just kicks me with "End Of Stream".

    Plugins currently installed:
    Code:
    Backup
    Big Brother
    CFBanner
    Dynmap
    Essentials
    FalseBook
    iConomy
    Jobs
    LagMeter
    LWC
    MCDocs
    mChat
    mcMMO
    MultiVerse (Core)
    MultiVerse (Portal)
    PermissionsBukkit
    Showcase
    Spout
    SuperPermsBridge
    WorldEdit
    WorldGuard
     
  28. Offline

    Afforess

    It is, its just a bit hidden. Its not as simple as before because custom inventory uses CB code, and SpoutAPI can't use any CB code.

    To create a custom inventory in SpoutAPI:

    SpoutManager.getInventoryBuilder.construct(...).

    It will return snow inventory and uses the same parameters as the custom inventory class.

    Ta ta for now.
     
  29. Offline

    yottabyte

    @Afforess Yeah, I finally got some help in the IRC and got it working. Thanks anyway! :)
     
  30. Offline

    Wulfspider

    Get bored on vacation did ya? :p
     
    Top_Cat likes this.
  31. Offline

    The PC Tech Guy

    No, just forgot to delete the META-INF folder. Maybe a reminder should be added by the link?
    And no, I don't want to use the new launcher!
     
Thread Status:
Not open for further replies.

Share This Page