R 1
Roksam
[DEV]AB 1
[DEV]AB
farkmt2official 1
farkmt2official
TuZaKK 1
TuZaKK
Mt2Hizmet 1
Mt2Hizmet
Test5410 1
Test5410
emirhanHCL 1
emirhanHCL
Hikaye Ekle

Error: COMMON_SQL: invalid locale key singapore / solution

  • Konuyu başlatan Konuyu başlatan Robson Oliboni
  • Başlangıç tarihi Başlangıç tarihi
  • Cevaplar Cevaplar 1
  • Görüntüleme Görüntüleme 1K
  • Etiketler Etiketler
    solution
Screenshot_18.png

Error:
Kod:
COMMON_SQL: invalid locale key singapore

Produces no error on ch1 ch 99 and auth.

I searched in all forums and I didn't find a solution for this error so I started making changes to the source and for me this was the solution.​

in source:

db/src/Main.cpp

Kod:
change:

std::string g_stLocale = "euckr";

for:

std::string g_stLocale = "latin1"; // default: euckr


game/src/locale_service.cpp

Kod:
change:

string g_stLocale = "euckr";

for:

string g_stLocale = "latin1";
 

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

Geri
Üst