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

    DiddiZ

    Disable chestlogging in LB config :D
     
  3. Offline

    BPOtacon

    Ok i have a question. Pepole are saying that they have to use the SpoutLauncher to get it to work properly. I'm using three launcher, SpoutLauncher, Minecraft Launcher with spoutcraft-dev-SNAPSHOT-MC-1.7.3.zip added in, a Cracked Client with spoutcraft-dev-SNAPSHOT-MC-1.7.3.zip added in ( its for testing only ). My question is am i missing some thing all my launchers work the same and the game play is the same.

    Yes I have BOUGHT the GAME and only use the cracked client for testing my permissions and other plugins.
     
  4. Offline

    Grimmy777

    is LB log block? If so I do not have that installed. The ones i have installed that have anything to do with spout are showcase and mcmmo. I figure that showcase is what keeps downloading narrowtux and then narrowtux is downloading spout?
     
  5. Offline

    dark_hunter

    Yes, Narrowtux does download it, set it as false in its config.
     
  6. Offline

    Pantheis

    All of these threading changes probably means I should invest in a multicore CPU for my server. It's running on a single core Sempron 140 at the moment and these changes are still helping!
     
  7. Offline

    Dothackking

    How can you install client mods with the spout launcher? We want to encourage our players to use Zan's Minimap mod.
     
  8. Offline

    Mentioum

    lol found this - Logo source! -
    [​IMG]
     
    dark_hunter likes this.
  9. Offline

    dark_hunter

    Hi, no can do. You are advised not to mod the spout client.
     
  10. Offline

    thomasbomb

    None of the mods "should" work, but as Stales89 says here:

    Some mods will work, but it is a completely different program. They are designed for Minecraft, not Spoutcraft.
     
  11. Offline

    BPOtacon

    Your Advised not to but just mod it like you would with an original minecraft.jar but this will be in \AppData\Roaming\.spoutcraft\bin
    if it doesn't work then who knows
     
  12. Offline

    nova779

    Doesn't work on my mac im updating my os now will test after that
     
  13. Offline

    dark_hunter

    True they work now, however, some stage down the line when spout adds features they will crash later down the road. Again you are told not to mod the client.
     
  14. Offline

    SparrowMaxx

    Ugh, me again. I'm probably doing something dumb but I'm not sure what, since this method worked for GenericLabels.
    Code:
    InvisPlayers.put(currentHandledPlayer, new GenericTexture());
    InvisPlayers.get(currentHandledPlayer).setUrl(validUrl).setX(10).setY(10).setDirty(true);
    currentHandledPlayer.getMainScreen().attachWidget(InvisPlayers.get(currentHandledPlayer)).setDirty(true);
    InvisPlayers.get(currentHandledPlayer).setDirty(true);
    Yes, the string validUrl is a valid URL, I'm positive. but for some reason this won't show up. And yeah, it's a little redundant.. I wanted to make sure I was doing it correctly.

    Edit: Figured it out. X and Y width must be set to a power of 2. Javadocs explains more but it's pretty vague if you don't know it doesn't inherit from the image width/height.

    Any ideas?
     
  15. Offline

    Dothackking

    Is it possible to force a texture pack on users?
     
  16. Offline

    Wulfspider

    I believe Raphfrk implemented his CraftProxy code into Spout, so you shouldn't need it anymore.

    Through a plugin that utilizes Spout. I believe there are a couple. Just search for "spout texture" and you should find something.

    Spoutcraft is the client mod. Basically what BukkitContrib SP was before.
    Spoutcraft Launcher is the updater and launcher for the custom client.

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

    Blackstorm72

    @Wulfspider

    Sorry to chime and bother you but noticed your on the Spout Dev part.
    Were all getting this error upon logging on to our server:
    Code:
    java.io.IOException: Received string length longer than maximum allowed (2816 >
    16)
            at ki.a(Packet.java:176)
            at mf.a(SourceFile:34)
            at ki.a(Packet.java:138)
            at pf.e(SourceFile:197)
            at pf.c(SourceFile:17)
            at xj.run(SourceFile:84)
    The String changes numbers over time.
    Spout is on the latest DEV version (plugin) on the Server. Bukkit 1000, of course.
    As for the Launcher version, we are using the Link above.

    Let me know on what were possibly doing wrong, thanks.
     
  18. Offline

    Wulfspider

    That's because the server plugin is a newer build and and incompatible with the client version he is using. Should be that at least.

    What plugins are you using? Are you using that ore obfuscation plugin?

    You are correct. It's the same method as with BukkitContrib. The launcher just makes it easier to stay updated and adds a little extra eye candy to the game.

    Same as you would with any other client mod. I believe there are plenty of tutorials around on Google.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Sep 9, 2018
  19. Offline

    Untouchablekill

    Name of project (Spout/SpoutAPI/Spoutcraft): Spout/Spoutcraft
    Nature of bug (Unexpected result, crash, etc.):Crash/InternalError
    2011-08-06 20:04:30 [SEVERE] java.lang.NullPointerException
    2011-08-06 20:04:30 [SEVERE] at org.getspout.spout.SpoutNetServerHandler.sendPacket3(SpoutNetServerHandler.java:436)
    2011-08-06 20:04:30 [SEVERE] at org.getspout.spout.SpoutNetServerHandler.sendPacket2(SpoutNetServerHandler.java:422)
    2011-08-06 20:04:30 [SEVERE] at org.getspout.spout.MapChunkThread.sendToNetworkQueue(MapChunkThread.java:158)
    2011-08-06 20:04:30 [SEVERE] at org.getspout.spout.MapChunkThread.handle(MapChunkThread.java:121)
    2011-08-06 20:04:30 [SEVERE] at org.getspout.spout.MapChunkThread.run(MapChunkThread.java:102)
    2011-08-06 20:04:30 [SEVERE] at java.lang.Thread.run(Unknown Source)
    2011-08-06 20:05:17 [SEVERE] Could not pass event CHUNK_UNLOAD to MyWolf
    java.lang.NullPointerException
    at de.Keyle.MyWolf.MyWolf.removeWolf(MyWolf.java:202)
    at de.Keyle.MyWolf.Listeners.MyWolfWorldListener.onChunkUnload(MyWolfWorldListener.java:42)
    at org.bukkit.plugin.java.JavaPluginLoader$49.execute(JavaPluginLoader.java:584)
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:332)
    at net.minecraft.server.ChunkProviderServer.unloadChunks(ChunkProviderServer.java:243)
    at net.minecraft.server.World.doTick(World.java:1705)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:441)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-08-06 20:05:24 [SEVERE] java.lang.NullPointerException
    2011-08-06 20:05:24 [SEVERE] at org.getspout.spout.SpoutNetServerHandler.sendPacket3(SpoutNetServerHandler.java:436)
    2011-08-06 20:05:24 [SEVERE] at org.getspout.spout.SpoutNetServerHandler.sendPacket2(SpoutNetServerHandler.java:422)
    2011-08-06 20:05:24 [SEVERE] at org.getspout.spout.SpoutNetServerHandler.sendPacket(SpoutNetServerHandler.java:411)
    2011-08-06 20:05:24 [SEVERE] at net.minecraft.server.EntityTrackerEntry.a(EntityTrackerEntry.java:141)
    2011-08-06 20:05:24 [SEVERE] at net.minecraft.server.EntityTrackerEntry.track(EntityTrackerEntry.java:108)
    2011-08-06 20:05:24 [SEVERE] at net.minecraft.server.EntityTracker.updatePlayers(EntityTracker.java:116)
    2011-08-06 20:05:24 [SEVERE] at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:456)
    2011-08-06 20:05:24 [SEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
    2011-08-06 20:05:24 [SEVERE] at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-08-06 20:05:24 [SEVERE] Unexpected exception
    java.lang.NullPointerException
    at org.getspout.spout.SpoutNetServerHandler.sendPacket3(SpoutNetServerHandler.java:436)
    at org.getspout.spout.SpoutNetServerHandler.sendPacket2(SpoutNetServerHandler.java:422)
    at org.getspout.spout.SpoutNetServerHandler.sendPacket(SpoutNetServerHandler.java:411)
    at net.minecraft.server.EntityTrackerEntry.a(EntityTrackerEntry.java:141)
    at net.minecraft.server.EntityTrackerEntry.track(EntityTrackerEntry.java:108)
    at net.minecraft.server.EntityTracker.updatePlayers(EntityTracker.java:116)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:456)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    Steps to reproduce
    No idea how to reproduce, happens at points that make no since, also does a huge massive rollback.
     
  20. Offline

    Wulfspider

    It depends mainly on if there are any conflicting classes and functions that have been removed that those mods may need. It's recommended to not use any other client mods with Spoutcraft.

    Zan's Minimap will most likely be either integrated or available as a plugin later for Spoutcraft. We recommend waiting to avoid problems.

    Congrats on the find. ;)

    If you are using a dev version of Spout, then you need to use the latest dev version of Spoutcraft as well. This would mean a manual install of the Spoutcraft client into the jar as of right now.

    Please use pastie.org or pastebin.com in the future or insert it as a spoiler on here.
    It looks like you are using a version of the Spout server plugin that does not work with MyWolf. Check which versions they support and use what they support only.

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

    Blackstorm72

    Thanks Wulfspider, I appreciate the help. I figured it was something like that :)

    EDIT:
    @Wulfspider
    How would we go about doing that type of install?
     
  22. Offline

    rslink

    In the options for the launcher tick update to dev versions.
     
  23. Offline

    BPOtacon

    Thanks, that was kind of bothering me. ( I'm testing for my server and wanted to make sure my players could do it and not just me )
     
  24. Offline

    alta189

    Its against the minecraft terms and conditions
     
  25. Offline

    Wulfspider

    That only updates to the latest promoted/recommended builds, not the latest and greatest dev builds. I've suggested a name change for it under the options.

    Edit: I guess it is the latest dev build after all.
     
  26. Offline

    Pantheis

    I would really like to request Rei's minimap instead / as an alternate. I find it not only to look way better than Zan's but to also run a lot faster. The thing keeping me from switching my client over to Spout is the lack of the client mods that I use (TooManyItems, Zombe, Rei's minimap, Improved chat and WorldEdit Client side).
     
  27. Offline

    alta189

    Tell him to delete the .spoutcraft directory and redownload the launcher
     
  28. Offline

    Wulfspider

    Suggest it on our issue tracker: http://github.com/SpoutDev/Spout/issues.
     
  29. Offline

    rtcabooservb

    Okay, thanks. So I should install spoutcraft like installing a normal minecraft mod, then launch the launcher like launching minecraft.exe?
     
  30. Offline

    Wulfspider

    The Spoutcraft Launcher will do it all for you. If you didn't want to use our launcher, then you would do it manually like any other mod.
     
  31. Offline

    rtcabooservb

    So from my understanding, on the jenkins for the dev builds, I can either choose manual install (spoutcraft) or automatic installation using the launcher (spoutcraft launcher). What I don't get is why are the updates different on the jenkins and which is superior?
     
Thread Status:
Not open for further replies.

Share This Page