Skocz do zawartości

Dołącz do społeczności Sharegon

Odkryj świat technologii, gier i programowania w Sharegon.pl 🚀

Czy jesteś pasjonatem nowych technologii, zapalonym graczem, czy aspirującym programistą? Nasza społeczność jest miejscem dla Ciebie! Tutaj możesz dzielić się swoimi pomysłami, uczestniczyć w ekscytujących dyskusjach i uczyć się od ekspertów w dziedzinie. Zdobywaj osiągnięcia, buduj swoją reputację i rywalizuj z innymi entuzjastami.

Twoja wiedza i umiejętności mogą wzbogacić naszą społeczność. Stań się częścią Sharegon! 🧩🌐

header
002

Fix game exit error

Rekomendowane odpowiedzi

Hello
First of all, I apologize for my English, it might be a bit bad.

 

This error is in all available versions, free and non-free, and many people face it. Marty Sama did not solve this error except in version 5.8, and despite that, there are many versions with this error.

I searched for the error because it is annoying when I modify the coordinates of something and I want it somewhere I need to disconnect the client more than once and despite that it tells me that the account is already connected How is that and I have exited the client

 

The solution is simple:
Open cmt_general.cpp

search:
                        case SCMD_QUIT:
				ch->ChatPacket(CHAT_TYPE_COMMAND, "quit");
				break;
change with:
			case SCMD_QUIT:
				ch->ChatPacket(CHAT_TYPE_COMMAND, "quit");
				if (d)
					d->DelayedDisconnect(3);
				break;

 

Be careful, you will encounter an error with the spaces. Arrange the spaces as the file needs them yourself.

Please do not post off-topic responses. Say something good or stay silent forever.

Odnośnik do komentarza
https://sharegon.pl/topic/1175-fix-game-exit-error/
Udostępnij na innych stronach

2 godziny temu, Delta napisał(a):

Hey @002
 but we already have a topic on the forum with that solution.

 

I didn't know it existed so I wanted to share it for the benefit, but if it already existed then delete the topic or move it to the archive

Odnośnik do komentarza
https://sharegon.pl/topic/1175-fix-game-exit-error/#findComment-8875
Udostępnij na innych stronach

5 godzin temu, 002 napisał(a):

I didn't know it existed so I wanted to share it for the benefit, but if it already existed then delete the topic or move it to the archive

next time check is there are such a topic

nobody wants to make mess here 

 

Edytowane przez VASTO
Odnośnik do komentarza
https://sharegon.pl/topic/1175-fix-game-exit-error/#findComment-8878
Udostępnij na innych stronach

  • Delta zablokował(a) ten temat
Gość
Ten temat został zamknięty. Brak możliwości dodania odpowiedzi.
×
×
  • Dodaj nową pozycję...