Seems that no one replied to my 1st post which was the same so i will clear this up.
Screenshot:
Information of the game and where it was on my computer are hidden for security reason
Problem description:
Every time i wanna run a certain game, it keeps on saying connection close and it close the connection. Is the problem in the source or in the RSC/DMB. Please reply as soon as possible.
1
2
ID:909933
Aug 3 2012, 8:55 am (Edited on Aug 3 2012, 9:07 am)
(See the best response by LordAndrew.)
|
|
Aug 3 2012, 10:17 am
|
|
We can't really help you, you've told us basically nothing other than you have a problem.
|
Without any further information it's hard to say. The game could have some sort of kill switch within it that automatically kills any connections for whatever reason.
|
I agree with LordAndrew, most likely the game is intentionally killing your connection. It may only allow certain keys to host, for example.
However, it is unusual that your key doesn't show up in the "Logged in as []" output. Did you remove that from the screenshot, or does it actually appear like that? Make sure you're logged in to the BYOND client and that it can communicate with DS. |
If you need details which, i doubt are useful well here they are:
I compile my source, i run the game to see if there's any bug when i do so the O&M pop-up and then they do exactly what the screenshot shows. |
Alright, since it's your game, you're going to have to show us some code so we can help you.
One common culprit of "Connection closed" is deleting the client or mob of the player. So check your Login() process to see if there's any way the player's mob might be being deleted. Overriding client/New() without calling the default action via ..() (or manually creating a mob for the player) will also cause the player to be disconnected. |
Due the fact my friend code the game and gave it to me... i don't know much about this source. Stuff that are related to the login are the Turf for the clan (Click()) then we have our New, Load, Delete then we have the login screen and we have the lag guard. For your last sentence.
|
That's not what i mean.. while your in your source click Control+F and search world.Del()
|
I think too, but i am trying to write del(src) every single time but i don't find it :( I will never get to go in this game.
|
It seems that no one has really solved the problem. So... should i just ask the BYOND creator?
|
1
2