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

    Wulfspider

    You probably got it before 449 was uploaded to the mirrors. The build number updates faster than the mirrors.
     
  3. Offline

    Brettflan

    ForceSinglePlayerClient doesn't appear to be working. I have it enabled, and yet people using the regular (non-Spoutcraft) Minecraft 1.8.1 client to connect. I've tested this on my live server and on a VM, same thing on both.
    Spout config.yml:
    Code:
    ForceSinglePlayerClientKickMessage: This server requires the Spoutcraft client! http://bit.ly/spoutclient
    ForceSinglePlayerClient: true
    AuthenticateTicks: 200
    AutoUpdate: true
    AllowVisualCheats: false
    ChunkDataCache: true
    TeleportSmoothing: true
    AuthenticateSpoutcraft: true
    And yes, "online-mode=true" in server.properties.

    EDIT: OK, so it's an intermittent problem. After writing a quick hack-job plugin to handle that issue, Spout suddenly started properly kicking my regular Minecraft client while I was testing the plugin.
    So, not sure what the conditions are for whether it decides to work or not, but sometimes it doesn't.
     
  4. Offline

    Emiya Shirou

    Where I can check change log for dev build and what is inside of devbuild compared to recommended one?
     
  5. Is memory management on the timeline /milestone at github ?
     
  6. Offline

    coldandtired

    My Spoutcraft launcher keeps getting stuck on 67% extracting files with the message 'Download interrupted'. If I delete the whole .spoutcraft folder the launcher won't start at all.

    Any ideas?
     
  7. Offline

    Sebi

    Same issue here, after deleting %appdata%/.spoutcraft starting Spoutcraft.exe (latest, redownloaded) it creates empty .spoutcraft dir and doesn't show anything. I tried it with linux box, downloaded Spoutcraft.jar, started and it created empty ~/.spoutcraft directory.
    Also if I could suggest something, splitting allowVisualCheats and making allowCoordinates would be nice.

    EDIT:
    After few minutes it said:
    Code:
    sebi@SebiPC:~$ java -Xms1G -Xmx2G -jar Spoutcraft.jar
    Theres something wrong, we couldn't get internet...
     Stopping...
     
  8. Offline

    Wulfspider

    Our main server was down for a period of time and this is likely the cause of your issue. Use the "Clear Cache" button on the launcher Options and retry your login.

    The visual cheats have also been split up more in Spout's config on the server in the latest dev builds. AllowCoordsCheat has also been added. :)
     
  9. Offline

    zangakyu

    Same issue for me ,
    I clear cache and try to delete the .spoutcraft but it doesn"t work , i can't launch spoutcraft anymore
     
  10. Offline

    Wulfspider

    As I said, the host was down, but is back up now. Try again as it should be working for you.

    Use the "Clear Cache" button on the launcher options and try again.

    Memory management? Could you explain yourself a bit more? You can already allocate memory on the launcher options.

    http://wiki.getspout.org/Changelog#Build_changes

    That would be Minecraft.net failing...

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Oct 10, 2018
  11. Offline

    coldandtired

    Thanks Wulfspider, that's fixed it :)

    ^ first time it got past the 67% thing I also got the 'Can't launch Spoutcraft' error but I clicked login again (without clearing the cache a second time) and it worked.
     
  12. Offline

    zangakyu

    it's working now thanks

    I have a little problem with spoutcraft and the water with texture pack on my server ( and in Solo) Sorry if there is an other subject on it i don"t see it :(

    when i don't use spoutcraft the water texture is that
    >>>here<<<
    And when i use Spoutcraft my water texture is that
    >>>here<<<

    Why the water is not the same with spoutcraft ( i try in solo it is the same thing ) ?? why the blue is not the same ? and look in my inventory and in my hand in the second screenshot , the water has the correct color !!
    An other person have the same problem in solo and in my server , I am new on spout and spoutcraft so sorry if it is an already know problem or if it is normal
    I hope you can help me , thanks
    ( i use the last Spout and spoutcraft build )

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

    JargonTheRed

    @Wulfspider ,

    I've been having issues on my server lately. It is hosted on RedstoneHost Adventure Tier.
    My server restarts without warning every now and then when a player connects with a spout client. The restarts are very erratic, but they only occur while using a spout client.

    Have you noticed any issues with this host or McMyAdmin before? I am overall suspicious of that thing, but I can't control my off-machine server without it.

    Any help would be greatly appreciated my me and my players as we are getting quite tired of relogging all the time.
     
  14. Offline

    Daniel_l94

    One of the features Spoutcraft implements is biome colored water. You can disable it under options...I think.
     
  15. Offline

    djrazr

    Update still not working...
     
  16. Offline

    Pamelloes

    It says can't connect o Minecraft.net though I can see it in my browser....
     
  17. Offline

    Wulfspider

    login.minecraft.net is NOT on the same machine as minecraft.net ;)
     
  18. Offline

    shubshub

    It says Can Not connect to Minecraft.net but Minecraft.net is up please fix or something
     
  19. Offline

    Wulfspider

    Read one message above yours.
     
  20. Offline

    504Dug

    I see. Keep up the good work then :p
     
  21. Since 1.8 both performance and memory management is worse then in 1.7 to fix this a better 3d engine would be need or is this not correct ?

    I mean i know 512p textures is allot but 6 gb of memory use ?
     
  22. Offline

    Nekuroi

    Is there a way to check an minecraft installation "untouched" aka no client side modifications like cheats or any plugin that change the behavior intended in a server?
     
  23. Offline

    dockter

    Is there a fix coming to SpoutLaucher to make the 8gb and 16gb memory options work anytime soon?
     
  24. How can I use spout's Material ? It doen't seem to have enum ... I need to use it with getMaterialManager() for setItemName() and maybe others, but how ?
     
  25. Offline

    Wulfspider

    @Afforess just commited a fix to the launcher. So it should be fixed in the latest dev build.
     
  26. Offline

    Afforess

    MaterialData provides access. It's all static, so you should be able to get it with

    MaterialData.redWool
     
  27. Offline

    Wulfspider

    Most of the time, if a player manually mods the client over Spoutcraft, it will likely break something and he'll be unable to play without errors or crashing. There isn't a way for Spout to check a vanilla Minecraft client, so you would have to force the use of Spoutcraft.
     
  28. Offline

    Afforess

    I'm putting my hopes that Notch fixes the memory and CPU issues in the next month up till MineCon, like he said he would.

    Probably foolish, misplaced hopes, but who knows...
     
  29. Offline

    Pamelloes

    Your hopes are most certainly misplaced if the pre leases demonstrate anything. :p
     
  30. Offline

    Nekuroi

    Is it not posible, let's say i have a minecraft installation (vanilla or modified) in a folder inside my spoutserver folder and when server is up spout creates or request an md5 checksum of that folder
    In the other side i have spoutclient that request or creates an md5 checksum of the game folder
    Then when client connect server request the hash to the client and if this is not the same client is kicked.
     
  31. Offline

    Wulfspider

    Not yet, but we are thinking of adding something. There is no way to check a vanilla client though without a client mod of some sort to send the hash back. A hash could be spoofed too, so a simple hash check isn't the best solution. There are already hack clients that are spoofing the Spoutcraft auth too.
     
Thread Status:
Not open for further replies.

Share This Page