Best Studio 1
Best Studio
mannaxxx 1
mannaxxx
Agora Metin2 1
Agora Metin2
[DEV]AB 1
[DEV]AB
Sevdamsın 1
Sevdamsın
TuZaKK 1
TuZaKK
kaptanmikro1 1
kaptanmikro1
farkmt2official 2
farkmt2official
kralhakan2009 1
kralhakan2009
Vahsi Uzman 1
Vahsi Uzman
Bvural41 1
Bvural41
Hikaye Ekle

Cevaplanmadı Client neden böyle donuyor

  • Konuyu başlatan Konuyu başlatan xpbg
  • Başlangıç tarihi Başlangıç tarihi
  • Cevaplar Cevaplar 3
  • Görüntüleme Görüntüleme 34

Türkiye'de ilk Mobil & PC Aynı Anda Metin2 Oyna. Triarchonline kalıcı ve uzun ömürlü yapısı ile 24 Temmuz'da açılıyor. | 1-99 Mobil Metin2 Triarch HEMEN TIKLA!

Client zaman zaman böyle donuyor, syserr'de şöyle loglar basıyor bilgisi olan varsa yardımcı olursa sevinirim bunu nasıl engellerim?

0717 17:44:08352 :: playerIndex = 8231522, x = nan, y = nan, width = 100.000000, isChat = 0
0717 17:44:08361 :: playerIndex = 8231522, x = nan, y = nan, width = 100.000000, isChat = 0
0717 17:44:08367 :: playerIndex = 8231522, x = nan, y = nan, width = 100.000000, isChat = 0
0717 17:44:08377 :: playerIndex = 8231522, x = nan, y = nan, width = 100.000000, isChat = 0
0717 17:44:08388 :: playerIndex = 8231522, x = nan, y = nan, width = 100.000000, isChat = 0
0717 17:44:08395 :: playerIndex = 8231522, x = nan, y = nan, width = 100.000000, isChat = 0
0717 17:44:08401 :: playerIndex = 8231522, x = nan, y = nan, width = 100.000000, isChat = 0
0717 17:44:08410 :: playerIndex = 8231522, x = nan, y = nan, width = 100.000000, isChat = 0
0717 17:44:08416 :: playerIndex = 8231522, x = nan, y = nan, width = 100.000000, isChat = 0
0717 17:44:08426 :: playerIndex = 8231522, x = nan, y = nan, width = 100.000000, isChat = 0
0717 17:44:08432 :: playerIndex = 8231522, x = nan, y = nan, width = 100.000000, isChat = 0
0717 17:44:08443 :: playerIndex = 8231522, x = nan, y = nan, width = 100.000000, isChat = 0
0717 17:44:08450 :: playerIndex = 8231522, x = nan, y = nan, width = 100.000000, isChat = 0
0717 17:44:08459 :: playerIndex = 8231522, x = nan, y = nan, width = 100.000000, isChat = 0
0717 17:44:08466 :: playerIndex = 8231522, x = nan, y = nan, width = 100.000000, isChat = 0
0717 17:44:08477 :: playerIndex = 8231522, x = nan, y = nan, width = 100.000000, isChat = 0
0717 17:44:08483 :: playerIndex = 8231522, x = nan, y = nan, width = 100.000000, isChat = 0
0717 17:44:08493 :: playerIndex = 8231522, x = nan, y = nan, width = 100.000000, isChat = 0
 

Ekli dosyalar

  • client-donma.png
    client-donma.png
    898 KB · Görüntüleme: 0
Client source içinde PythonTextTail.cpp dosyasında
Kod:
float x;
float y;

...

TraceError("playerIndex = %d, x = %f, y = %f ...",
    pTextTail->dwVirtualID,
    x,
    y,
    width,
    isChat);
Bu kod satırını bul üstüne ekle
Kod:
#include <cmath>

if (!std::isfinite(x) || !std::isfinite(y))
    return;
 
Client source içinde PythonTextTail.cpp dosyasında
Kod:
float x;
float y;

...

TraceError("playerIndex = %d, x = %f, y = %f ...",
    pTextTail->dwVirtualID,
    x,
    y,
    width,
    isChat);
Bu kod satırını bul üstüne ekle
Kod:
#include <cmath>

if (!std::isfinite(x) || !std::isfinite(y))
    return;
Teşekkürler , game source elimde değil. Botumda hooklayarak bunu çözebilir miyim?
 

Şu an konuyu görüntüleyenler (Toplam : 0, Üye: 0, Misafir: 0)

Geri
Üst