Jump to content

Niuva

Member
  • Posts

    5
  • Joined

  • Last visited

Profile Information

  • Gender
    Man
  • Interests
    Game Development, Scripting and 3D Art

Niuva's Achievements

  1. Ah, that is good to hear. My server has been up for around 14 hours now; people aren't reporting such issues occurring anymore. I guess it fixed it self, even tho I didn't really do anything?
  2. According to Steam - no. Oddly enough, it's been stable for at least an hour now. People have been connecting an playing on it. Even tho I changed the ram allocation to 12 gigs, it kept crashing - but after a few crashes it seems to .. work. Neatly even shows up in the server browser and all. Odd.
  3. This happens even with only one player. I haven't actually tweaked anything ram related, it is as is; out of the box. I haven't seen this mentioned in any of the documentations on the forums before? Edit: Apparently it is set to 2gigs. Edit 2: Now I've set it to 12 gigs; still occurring.
  4. It's hosted on a Windows machine. Basically it's my old spare sitting in a corner, with an i7 and 16 gigs of ram, which I turned into a server.
  5. Heya folks! I've been fiddling around and trying to get my server functional, but I've run to a problem that I just cannot figure out - don't know if it's a problem at my end, or if the early state of the alpha multiplayer is to blame. Anyway, here goes: My ports are open (16261-16326, both TCP and UDP ) and even tried setting the server outside the DMZ, with disabled firewall and Antivirus(Not recommended, but only for troubleshooting). People can connect, but after a short time interval new areas stop to load for them, locking the player down to a small limited area, with black borders around it. Zombies still are active and everything in the limited playable area is functional. Manually disconnecting or attempting to quit at this point crashes the player client. Such issue does not appear on other servers for me, only on mine so far. Here are the excerpts from the consoles when the 'incident' happens, both server and client. Server Console: java.net.BindException: Address already in use: JVM_Bind at java.net.DualStackPlainSocketImpl.bind0(Native Method) at java.net.DualStackPlainSocketImpl.socketBind(DualStackPlainSocketImpl.java:106)Loading cell: 166, 143 (38, 33) at java.net.AbstractPlainSocketImpl.bind(AbstractPlainSocketImpl.java:376) at java.net.PlainSocketImpl.bind(PlainSocketImpl.java:190) at java.net.ServerSocket.bind(ServerSocket.java:376) at java.net.ServerSocket.<init>(ServerSocket.java:237) at java.net.ServerSocket.<init>(ServerSocket.java:128) at zombie.network.PlayerDownloadServer$1.run(PlayerDownloadServer.java:349)Exception in thread "Thread-74" java.lang.NullPointerException at zombie.network.PlayerDownloadServer$1.run(PlayerDownloadServer.java:373)Client Console: Player Connect received for player Niuva id 0 (me)INDEX MISSPLACED -1 size 3INDEX MISSPLACED -1 size 3java.net.SocketException: socket closed at java.net.SocketInputStream.socketRead0(Native Method) at java.net.SocketInputStream.read(SocketInputStream.java:150) at java.net.SocketInputStream.read(SocketInputStream.java:121) at java.net.SocketInputStream.read(SocketInputStream.java:203) at zombie.network.GameFileClient.DoFileTransferZip(GameFileClient.java:497) at zombie.network.GameFileClient.access$000(GameFileClient.java:22) at zombie.network.GameFileClient$1.run(GameFileClient.java:233)receiveObjectChange AddRandomDamageFromZombiejava.net.SocketException: socket closed at java.net.SocketInputStream.socketRead0(Native Method) at java.net.SocketInputStream.read(SocketInputStream.java:150) at java.net.SocketInputStream.read(SocketInputStream.java:121) at java.net.SocketInputStream.read(SocketInputStream.java:203) at zombie.network.GameFileClient.DoFileTransferZip(GameFileClient.java:497) at zombie.network.GameFileClient.access$000(GameFileClient.java:22) at zombie.network.GameFileClient$1.run(GameFileClient.java:233)java.net.SocketException: socket closed at java.net.SocketInputStream.socketRead0(Native Method) at java.net.SocketInputStream.read(SocketInputStream.java:150) at java.net.SocketInputStream.read(SocketInputStream.java:121) at java.net.SocketInputStream.read(SocketInputStream.java:203) at zombie.network.GameFileClient.DoFileTransferZip(GameFileClient.java:497) at zombie.network.GameFileClient.access$000(GameFileClient.java:22) at zombie.network.GameFileClient$1.run(GameFileClient.java:233)When the client tries to disconnect the server / exit the game, the client crashes. Upon relaunching the game and attempting to reconnect, the client starts looping the following message in the console, not being able to get in. timeout downloading zip, I'll keep waiting foreverAnd this is what happens server side. ID_NEW_INCOMING_CONNECTIONid=0 guid=711568742487824329User Niuva is trying to connect.Connected new client Niuva ID # 0 and assigned DL port 16262Shared zombie descriptor packet size is 64KBMetaGrid packet size is 33KBjava.net.BindException: Address already in use: JVM_Bind at java.net.DualStackPlainSocketImpl.bind0(Native Method) at java.net.DualStackPlainSocketImpl.socketBind(DualStackPlainSocketImpl.java:106) at java.net.AbstractPlainSocketImpl.bind(AbstractPlainSocketImpl.java:376) at java.net.PlainSocketImpl.bind(PlainSocketImpl.java:190) at java.net.ServerSocket.bind(ServerSocket.java:376) at java.net.ServerSocket.<init>(ServerSocket.java:237) at java.net.ServerSocket.<init>(ServerSocket.java:128) at zombie.network.PlayerDownloadServer$1.run(PlayerDownloadServer.java:349)Exception in thread "Thread-107" java.lang.NullPointerException at zombie.network.PlayerDownloadServer$1.run(PlayerDownloadServer.java:373)I'm out of ideas and no solution in sight. So my only option now is to turn to the official boards to seek assistance from the developers and more experienced people in the community. Cheers.
×
×
  • Create New...