0x80000015 Hatası ve Çözümü

Whistle

Ruhsuz Filozof
Kurucu
Kurumsal Üye
Geliştirici
Yardımsever Üye
Mesaj
11.495
Çözümler
546
Beğeni
12.047
Puan
5.864
Merhaba arkadaşlar bu hata konusunda forumlarda çok araştırdım. Türk forumlarında yardım isteyen birçok kişiye yardım edilmediğini gördüm. Bu duruma karşı çok üzüldüm. Bende haliyle hatanın yanıtını yabancı forumlardan öğrendim.
Öncelikle hatamız bu;
Kod:
0131 07:53:19720 :: GRANNY: r:/granny/rt/granny_file_info.cpp(145): File has run-time type tag of 0x80000015, which doesn't match this version of Granny (0x80000010).  Automatic conversion will be attempted.
0131 07:53:20036 :: GRANNY: r:/granny/rt/granny_file_info.cpp(145): File has run-time type tag of 0x80000015, which doesn't match this version of Granny (0x80000010).  Automatic conversion will be attempted.
0131 07:53:20393 :: GRANNY: r:/granny/rt/granny_file_info.cpp(145): File has run-time type tag of 0x80000015, which doesn't match this version of Granny (0x80000010).  Automatic conversion will be attempted.
0131 07:53:20485 :: GRANNY: r:/granny/rt/granny_file_info.cpp(145): File has run-time type tag of 0x80000015, which doesn't match this version of Granny (0x80000010).  Automatic conversion will be attempted.
0131 07:53:20503 :: GRANNY: r:/granny/rt/granny_file_info.cpp(145): File has run-time type tag of 0x80000015, which doesn't match this version of Granny (0x80000010).  Automatic conversion will be attempted.
0131 07:53:20537 :: GRANNY: r:/granny/rt/granny_file_info.cpp(145): File has run-time type tag of 0x80000015, which doesn't match this version of Granny (0x80000010).  Automatic conversion will be attempted.
0131 07:53:20854 :: GRANNY: r:/granny/rt/granny_file_info.cpp(145): File has run-time type tag of 0x80000015, which doesn't match this version of Granny (0x80000010).  Automatic conversion will be attempted.
0131 07:53:20865 :: GRANNY: r:/granny/rt/granny_file_info.cpp(145): File has run-time type tag of 0x80000015, which doesn't match this version of Granny (0x80000010).  Automatic conversion will be attempted.
0131 07:53:21462 :: GRANNY: r:/granny/rt/granny_file_info.cpp(145): File has run-time type tag of 0x80000015, which doesn't match this version of Granny (0x80000010).  Automatic conversion will be attempted.
0131 07:53:21940 :: GRANNY: r:/granny/rt/granny_file_info.cpp(145): File has run-time type tag of 0x80000015, which doesn't match this version of Granny (0x80000010).  Automatic conversion will be attempted.
0131 07:53:22392 :: GRANNY: r:/granny/rt/granny_file_info.cpp(145): File has run-time type tag of 0x80000015, which doesn't match this version of Granny (0x80000010).  Automatic conversion will be attempted.
0131 07:53:22913 :: GRANNY: r:/granny/rt/granny_file_info.cpp(145): File has run-time type tag of 0x80000015, which doesn't match this version of Granny (0x80000010).  Automatic conversion will be attempted.
0131 07:53:23451 :: GRANNY: r:/granny/rt/granny_file_info.cpp(145): File has run-time type tag of 0x80000015, which doesn't match this version of Granny (0x80000010).  Automatic conversion will be attempted.
0131 07:53:24027 :: GRANNY: r:/granny/rt/granny_file_info.cpp(145): File has run-time type tag of 0x80000015, which doesn't match this version of Granny (0x80000010).  Automatic conversion will be attempted.

Bu kodda versiyonların uymadığını belirtiyor. Bu versiyonların uyması gerektiğini belirtiyor.

Hata kodu
Kod:
0x80000015
bu kodun aşağıdaki koda dönüşmesi gerek.

Kod:
0x80000010
yani;

Kod:
00000044: 15 10

Peki bu sorunu nasıl halledebiliriz. Tabikide HxD editörümüzle. Editörümüzü açıp bu hataya sebep olan .gr2 uzantılı dosyaları açıyoruz.

Aşağıdaki resimde "15" rakamını görüyorsunuz.
15 olan.png


sonra bunu "10" olarak değiştirip kayıt ediyorsunuz.
10 olan.png
 
En son bir moderatör tarafından düzenlenmiş:
Konu için teşşekürler.Bir başka yolda

Client/userinterface/userinterface.cpp

aratılır:

Kod:
TraceError("GRANNY: %s", Error);

değiştirilir:

Kod:
//TraceError("GRANNY: %s", Error);

şeklince gizlene bilir yada granny ı 2.9 a yükseltince bu hatada gider daha yolları var
 
Konu için teşşekürler.Bir başka yolda

Client/userinterface/userinterface.cpp

aratılır:

Kod:
TraceError("GRANNY: %s", Error);

değiştirilir:

Kod:
//TraceError("GRANNY: %s", Error);

şeklince gizlene bilir yada granny ı 2.9 a yükseltince bu hatada gider daha yolları var
Yanıt için teşekkür ederim. Bu yöntemde kullanılabilir. Bana soracaksınız hataları gizlemek yerine sorunu çözmek daha mantıklı.
İnternette gr2 dosyalarının sürümünü yükseltmeyi buldum. Bi ara onuda paylaşim diyorum
 
Konu için teşşekürler.Bir başka yolda

Client/userinterface/userinterface.cpp

aratılır:

Kod:
TraceError("GRANNY: %s", Error);

değiştirilir:

Kod:
//TraceError("GRANNY: %s", Error);

şeklince gizlene bilir yada granny ı 2.9 a yükseltince bu hatada gider daha yolları var
peki gizlemek bir hata çözümü mü xd
 
Geri
Üst