noisiv 1
noisiv
mavzermete 1
mavzermete
Manwe Work 1
Manwe Work
Reklam vermek için turkmmo@gmail.com

Cevaplanmadı Client neden böyle donuyor

  • Konuyu başlatan Konuyu başlatan xpbg
  • Başlangıç tarihi Başlangıç tarihi
  • Cevaplar Cevaplar 5
  • Görüntüleme Görüntüleme 79
  • Etiketler Etiketler
    client donma sorunu
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;
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