1
2
Aug 11 2015, 4:52 pm
|
|
Could merely be a problem with that version of the software itself. Don't know until you update. Probably programming related, though.
|
Hmm. A project compiled in 507.1286 should be clear of the issues I suspected: the big-project issues SS13 was seing when reading or writing vars whose name was in a certain range.
|
If the problem doesn't happen when you host on the PC but happens over VPN, could it merely be the VPN?
|
The VPN also uses the Linux build. So it really seems like it's either some strange issue with the VPN, or it's an issue with the linux build.
Unfortunately I don't have any way of testing the Linux build outside of a VPN. I dont have a Linux box and none of my players who host seem to have one either. |
In response to IceFire2050
|
|
IceFire2050 wrote:
The VPN also uses the Linux build. So it really seems like it's either some strange issue with the VPN, or it's an issue with the linux build. Sounds fishy to me. You'll have to explore further. |
The following locales are installed by default
~# locale -a The following locale in use :~# locale |
Alright, so I was never able to get a resolution regarding this.
I've since gotten access to the source for the game again and am still trying to resolve this issue. Another player decided to try and host on a VPS and they also ended up registering with ByondPanel and he's getting the same issue as the last player who attempted this. I'll confirm again just to be safe. This is for a card game. The decks are stored as lists of objects. Card names, text, etc are not part of loading the save file. All of the obj paths listed below are valid in the game. These errors ONLY occur when hosting on a VPS. The same person hosting the same version on a personal PC with the same person logging in will not get these errors. I am unable to test if these errors only apply to ByondPanel or if they apply to all VPS as I don't have access to another service. I can provide code snippets if there's anything anyone is suspicious might be causing this World opened on network port 9000. Here's an example of where one of those paths leads to. This is for the first error listed... Warning: type read from file (/obj/cards/spell/RDS/machine_duplication) is not defined machine_duplication |
1
2