Yardım Game core hatası

Konu sahibi bu konuda soru soruyor. Sorusu ile ilgili bilgisi olanların yanıtlamasını bekliyor.

CalvinGiorgio

Üye
Üye
Mesaj
872
Çözümler
21
Beğeni
121
Puan
559
Ticaret Puanı
0
1716935504155.png


Vurgulanan 2. satırdır.

char_manager.cpp:
Genişlet Daralt Kopyala
    // <Factor> Check whether it has been already deleted or not.
    itertype(m_map_pkChrByVID) it = m_map_pkChrByVID.find(ch->GetVID());
    if (it == m_map_pkChrByVID.end()) {
        sys_err("[CHARACTER_MANAGER::DestroyCharacter] <Factor> %d not found", (long)(ch->GetVID()));
        return; // prevent duplicated destrunction
    }
 
17190 eklentisini görüntüle

Vurgulanan 2. satırdır.

char_manager.cpp:
Genişlet Daralt Kopyala
    // <Factor> Check whether it has been already deleted or not.
    itertype(m_map_pkChrByVID) it = m_map_pkChrByVID.find(ch->GetVID());
    if (it == m_map_pkChrByVID.end()) {
        sys_err("[CHARACTER_MANAGER::DestroyCharacter] <Factor> %d not found", (long)(ch->GetVID()));
        return; // prevent duplicated destrunction
    }
Kod bloğunu tamamen atar mısın? Ya da dosyayı bıraksana eke.
Bu arada az önce yazdım geri sildim de alttaki komutta gdb yok diyor ama onun altında da
(gdb)
var. gdb kurulu mu? pkg info yazarak bakar mısın?
 
En son bir moderatör tarafından düzenlenmiş:
Hangi eklemeyi veya değişikliği yaptıktan sonra bu hatayı aldınız ? Ayrıca core incelerken bt full komutunu kullanın bu şekilde bir şey anlamak zor.
 
Hangi eklemeyi veya değişikliği yaptıktan sonra bu hatayı aldınız ? Ayrıca core incelerken bt full komutunu kullanın bu şekilde bir şey anlamak zor.
yapılan işlemler ban ait değil kullandığım files ile ilgili. Yanlışlıkla core'u sildim artık okumam mümkün değil. Gameyi tekrardan build almak istedim ancak bir sorun var


Kod:
Genişlet Daralt Kopyala
In file included from FSM.cpp:2:
stdafx.h:12:10: fatal error: ../../libthecore/include/stdafx.h: No such file or directory
   12 | #include "../../libthecore/include/stdafx.h"
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
In file included from MarkConvert.cpp:1:
stdafx.h:12:10: fatal error: ../../libthecore/include/stdafx.h: No such file or directory
   12 | #include "../../libthecore/include/stdafx.h"
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compiling ani.cpp
compilation terminated.
In file included from MarkImage.cpp:1:
stdafx.h:12:10: fatal error: ../../libthecore/include/stdafx.h: No such file or directory
   12 | #include "../../libthecore/include/stdafx.h"
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compiling arena.cpp
compilation terminated.
compiling battle.cpp
gmake: *** [Makefile:162: .obj/MarkImage.o] Error 1
gmake: *** Waiting for unfinished jobs....
In file included from MarkManager.cpp:1:
stdafx.h:12:10: fatal error: ../../libthecore/include/stdafx.h: No such file or directory
   12 | #include "../../libthecore/include/stdafx.h"
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compiling banword.cpp
compilation terminated.
In file included from CsvReader.cpp:1:
stdafx.h:12:10: fatal error: ../../libthecore/include/stdafx.h: No such file or directory
   12 | #include "../../libthecore/include/stdafx.h"
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
gmake: *** [Makefile:162: .obj/MarkConvert.o] Error 1
In file included from OXEvent.cpp:1:
stdafx.h:12:10: fatal error: ../../libthecore/include/stdafx.h: No such file or directory
   12 | #include "../../libthecore/include/stdafx.h"
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gmake: *** [Makefile:162: .obj/FSM.o] Error 1
compilation terminated.
In file included from ani.cpp:3:
stdafx.h:12:10: fatal error: ../../libthecore/include/stdafx.h: No such file or directory
   12 | #include "../../libthecore/include/stdafx.h"
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
In file included from arena.cpp:1:
stdafx.h:12:10: fatal error: ../../libthecore/include/stdafx.h: No such file or directory
   12 | #include "../../libthecore/include/stdafx.h"
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
gmake: *** [Makefile:162: .obj/arena.o] Error 1
gmake: *** [Makefile:162: .obj/CsvReader.o] Error 1
In file included from battle.cpp:1:
stdafx.h:12:10: fatal error: ../../libthecore/include/stdafx.h: No such file or directory
   12 | #include "../../libthecore/include/stdafx.h"
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
gmake: *** [Makefile:162: .obj/ani.o] Error 1
In file included from banword.cpp:1:
stdafx.h:12:10: fatal error: ../../libthecore/include/stdafx.h: No such file or directory
   12 | #include "../../libthecore/include/stdafx.h"
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gmake: *** [Makefile:162: .obj/battle.o] Error 1
gmake: *** [Makefile:162: .obj/OXEvent.o] Error 1
compilation terminated.
gmake: *** [Makefile:162: .obj/MarkManager.o] Error 1
gmake: *** [Makefile:162: .obj/banword.o] Error 1
 
yapılan işlemler ban ait değil kullandığım files ile ilgili. Yanlışlıkla core'u sildim artık okumam mümkün değil. Gameyi tekrardan build almak istedim ancak bir sorun var


Kod:
Genişlet Daralt Kopyala
In file included from FSM.cpp:2:
stdafx.h:12:10: fatal error: ../../libthecore/include/stdafx.h: No such file or directory
   12 | #include "../../libthecore/include/stdafx.h"
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
In file included from MarkConvert.cpp:1:
stdafx.h:12:10: fatal error: ../../libthecore/include/stdafx.h: No such file or directory
   12 | #include "../../libthecore/include/stdafx.h"
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compiling ani.cpp
compilation terminated.
In file included from MarkImage.cpp:1:
stdafx.h:12:10: fatal error: ../../libthecore/include/stdafx.h: No such file or directory
   12 | #include "../../libthecore/include/stdafx.h"
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compiling arena.cpp
compilation terminated.
compiling battle.cpp
gmake: *** [Makefile:162: .obj/MarkImage.o] Error 1
gmake: *** Waiting for unfinished jobs....
In file included from MarkManager.cpp:1:
stdafx.h:12:10: fatal error: ../../libthecore/include/stdafx.h: No such file or directory
   12 | #include "../../libthecore/include/stdafx.h"
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compiling banword.cpp
compilation terminated.
In file included from CsvReader.cpp:1:
stdafx.h:12:10: fatal error: ../../libthecore/include/stdafx.h: No such file or directory
   12 | #include "../../libthecore/include/stdafx.h"
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
gmake: *** [Makefile:162: .obj/MarkConvert.o] Error 1
In file included from OXEvent.cpp:1:
stdafx.h:12:10: fatal error: ../../libthecore/include/stdafx.h: No such file or directory
   12 | #include "../../libthecore/include/stdafx.h"
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gmake: *** [Makefile:162: .obj/FSM.o] Error 1
compilation terminated.
In file included from ani.cpp:3:
stdafx.h:12:10: fatal error: ../../libthecore/include/stdafx.h: No such file or directory
   12 | #include "../../libthecore/include/stdafx.h"
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
In file included from arena.cpp:1:
stdafx.h:12:10: fatal error: ../../libthecore/include/stdafx.h: No such file or directory
   12 | #include "../../libthecore/include/stdafx.h"
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
gmake: *** [Makefile:162: .obj/arena.o] Error 1
gmake: *** [Makefile:162: .obj/CsvReader.o] Error 1
In file included from battle.cpp:1:
stdafx.h:12:10: fatal error: ../../libthecore/include/stdafx.h: No such file or directory
   12 | #include "../../libthecore/include/stdafx.h"
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
gmake: *** [Makefile:162: .obj/ani.o] Error 1
In file included from banword.cpp:1:
stdafx.h:12:10: fatal error: ../../libthecore/include/stdafx.h: No such file or directory
   12 | #include "../../libthecore/include/stdafx.h"
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gmake: *** [Makefile:162: .obj/battle.o] Error 1
gmake: *** [Makefile:162: .obj/OXEvent.o] Error 1
compilation terminated.
gmake: *** [Makefile:162: .obj/MarkManager.o] Error 1
gmake: *** [Makefile:162: .obj/banword.o] Error 1

"libthecore/include/stdafx.h" bu konumdaki dosyayı kontrol edin bunu bulamıyor.
 
onu bende fark ettim fakat paylaşılan kaynak dosyalarında hiç olmadı böyle bir dosya o yüzden sadece game-db klasöründe stdafx.h dosyası var
Bu söylediğiniz imkansız, libthecore içerisinde olmak zorunda tabi eğer içinde tanımlı makroları ve includeları başka bir dosyaya taşımadıysanız.

Orijinal dosya içeriği;

libthecore/stdafx.h:
Genişlet Daralt Kopyala
#ifndef __INC_LIBTHECORE_STDAFX_H__
#define __INC_LIBTHECORE_STDAFX_H__

#if defined(__GNUC__)
#define INLINE __inline__
#elif defined(_MSC_VER)
#define INLINE inline
#endif

#ifdef __WIN32__
#define WIN32_LEAN_AND_MEAN

#include <windows.h>
#include <winsock2.h>
#include <tchar.h>
#include <errno.h>
#include <time.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <stdio.h>
#include <stdlib.h>
#include <assert.h>
#include <conio.h>
#include <process.h>
#include <limits.h>
#include <math.h>
#include <locale.h>
#include <io.h>
#include <direct.h>
#include <fcntl.h>

#include "xdirent.h"
#include "xgetopt.h"

#define S_ISDIR(m)    (m & _S_IFDIR)
#define snprintf _snprintf

struct timespec
{
    time_t  tv_sec;         /* seconds */
    long    tv_nsec;        /* and nanoseconds */
};

#define __USE_SELECT__

#define PATH_MAX _MAX_PATH

// C runtime library adjustments
#define strlcat(dst, src, size) strcat_s(dst, size, src)
#define strlcpy(dst, src, size) strncpy_s(dst, size, src, _TRUNCATE)
#define strtoull(str, endptr, base) _strtoui64(str, endptr, base)
#define strtof(str, endptr) (float)strtod(str, endptr)
#define strcasecmp(s1, s2) stricmp(s1, s2)
#define strncasecmp(s1, s2, n) strnicmp(s1, s2, n)
#define atoll(str) _atoi64(str)
#define localtime_r(timet, result) localtime_s(result, timet)
#define strtok_r(s, delim, ptrptr) strtok_s(s, delim, ptrptr)

#include <boost/typeof/typeof.hpp>
#define typeof(t) BOOST_TYPEOF(t)

// dummy declaration of non-supported signals
#define SIGUSR1     30  /* user defined signal 1 */
#define SIGUSR2     31  /* user defined signal 2 */

inline void usleep(unsigned long usec) {
    ::Sleep(usec / 1000);
}
inline unsigned sleep(unsigned sec) {
    ::Sleep(sec * 1000);
    return 0;
}
inline double rint(double x)
{
    return ::floor(x+.5);
}


#else

#ifndef __FreeBSD__
#define __USE_SELECT__
#ifdef __CYGWIN__
#define _POSIX_SOURCE 1
#endif
#endif

#include <stdio.h>
#include <string.h>
#include <stdarg.h>
#include <errno.h>
#include <stdlib.h>
#include <unistd.h>
#include <fcntl.h>
#include <assert.h>
#include <ctype.h>
#include <limits.h>
#include <dirent.h>

#include <sys/time.h>
#include <sys/stat.h>
#include <sys/types.h>

#include <netinet/in.h>
#include <arpa/inet.h>
#include <netdb.h>
#include <sys/socket.h>

#include <sys/signal.h>
#include <sys/wait.h>

#include <pthread.h>
#include <semaphore.h>

#ifdef __FreeBSD__
#include <sys/event.h>
#endif

#endif

#ifndef false
#define false    0
#define true    (!false)
#endif

#ifndef FALSE
#define FALSE    false
#define TRUE    (!FALSE)
#endif

#include "typedef.h"
#include "heart.h"
#include "fdwatch.h"
#include "socket.h"
#include "kstbl.h"
#include "hangul.h"
#include "buffer.h"
#include "signal.h"
#include "log.h"
#include "main.h"
#include "utils.h"
#include "crypt.h"
#include "memcpy.h"

#endif // __INC_LIBTHECORE_STDAFX_H__
 
Bu söylediğiniz imkansız, libthecore içerisinde olmak zorunda tabi eğer içinde tanımlı makroları ve includeları başka bir dosyaya taşımadıysanız.

Orijinal dosya içeriği;

libthecore/stdafx.h:
Genişlet Daralt Kopyala
#ifndef __INC_LIBTHECORE_STDAFX_H__
#define __INC_LIBTHECORE_STDAFX_H__

#if defined(__GNUC__)
#define INLINE __inline__
#elif defined(_MSC_VER)
#define INLINE inline
#endif

#ifdef __WIN32__
#define WIN32_LEAN_AND_MEAN

#include <windows.h>
#include <winsock2.h>
#include <tchar.h>
#include <errno.h>
#include <time.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <stdio.h>
#include <stdlib.h>
#include <assert.h>
#include <conio.h>
#include <process.h>
#include <limits.h>
#include <math.h>
#include <locale.h>
#include <io.h>
#include <direct.h>
#include <fcntl.h>

#include "xdirent.h"
#include "xgetopt.h"

#define S_ISDIR(m)    (m & _S_IFDIR)
#define snprintf _snprintf

struct timespec
{
    time_t  tv_sec;         /* seconds */
    long    tv_nsec;        /* and nanoseconds */
};

#define __USE_SELECT__

#define PATH_MAX _MAX_PATH

// C runtime library adjustments
#define strlcat(dst, src, size) strcat_s(dst, size, src)
#define strlcpy(dst, src, size) strncpy_s(dst, size, src, _TRUNCATE)
#define strtoull(str, endptr, base) _strtoui64(str, endptr, base)
#define strtof(str, endptr) (float)strtod(str, endptr)
#define strcasecmp(s1, s2) stricmp(s1, s2)
#define strncasecmp(s1, s2, n) strnicmp(s1, s2, n)
#define atoll(str) _atoi64(str)
#define localtime_r(timet, result) localtime_s(result, timet)
#define strtok_r(s, delim, ptrptr) strtok_s(s, delim, ptrptr)

#include <boost/typeof/typeof.hpp>
#define typeof(t) BOOST_TYPEOF(t)

// dummy declaration of non-supported signals
#define SIGUSR1     30  /* user defined signal 1 */
#define SIGUSR2     31  /* user defined signal 2 */

inline void usleep(unsigned long usec) {
    ::Sleep(usec / 1000);
}
inline unsigned sleep(unsigned sec) {
    ::Sleep(sec * 1000);
    return 0;
}
inline double rint(double x)
{
    return ::floor(x+.5);
}


#else

#ifndef __FreeBSD__
#define __USE_SELECT__
#ifdef __CYGWIN__
#define _POSIX_SOURCE 1
#endif
#endif

#include <stdio.h>
#include <string.h>
#include <stdarg.h>
#include <errno.h>
#include <stdlib.h>
#include <unistd.h>
#include <fcntl.h>
#include <assert.h>
#include <ctype.h>
#include <limits.h>
#include <dirent.h>

#include <sys/time.h>
#include <sys/stat.h>
#include <sys/types.h>

#include <netinet/in.h>
#include <arpa/inet.h>
#include <netdb.h>
#include <sys/socket.h>

#include <sys/signal.h>
#include <sys/wait.h>

#include <pthread.h>
#include <semaphore.h>

#ifdef __FreeBSD__
#include <sys/event.h>
#endif

#endif

#ifndef false
#define false    0
#define true    (!false)
#endif

#ifndef FALSE
#define FALSE    false
#define TRUE    (!FALSE)
#endif

#include "typedef.h"
#include "heart.h"
#include "fdwatch.h"
#include "socket.h"
#include "kstbl.h"
#include "hangul.h"
#include "buffer.h"
#include "signal.h"
#include "log.h"
#include "main.h"
#include "utils.h"
#include "crypt.h"
#include "memcpy.h"

#endif // __INC_LIBTHECORE_STDAFX_H__
libthecore diye bir dosya yok ve ben taşıma işlemi gerçekleştirmedim. İstediğiniz bir kaynak dosya varsa ekleyim isterseniz kontrol edin size zahmet olmazsa
 
Tamam işte sorun şu olabilir belkide hiç yoktu ekle işte :D
başka filesin libthecore dosyalarına bakıyorum sadece stdafx.h dosyası yok ondan şaşırdım bekledim :D

@MT2Dev

Hata bu şekilde :


Kod:
Genişlet Daralt Kopyala
In file included from stdafx.h:15,
                 from MarkImage.cpp:1:
../../common/utils.h:4:10: fatal error: msl/utils.h: No such file or directory
    4 | #include <msl/utils.h>
      |          ^~~~~~~~~~~~~
compilation terminated.
gmake: *** [Makefile:161: .obj/MarkImage.o] Error 1
gmake: *** Waiting for unfinished jobs....
In file included from stdafx.h:15,
                 from MarkManager.cpp:1:
../../common/utils.h:4:10: fatal error: msl/utils.h: No such file or directory
    4 | #include <msl/utils.h>
      |          ^~~~~~~~~~~~~
compiling ani.cpp
In file included from stdafx.h:15,
                 from OXEvent.cpp:1:
../../common/utils.h:4:10: fatal error: msl/utils.h: No such file or directory
    4 | #include <msl/utils.h>
      |          ^~~~~~~~~~~~~
In file included from stdafx.h:15,
                 from MarkConvert.cpp:1:
../../common/utils.h:4:10: fatal error: msl/utils.h: No such file or directory
    4 | #include <msl/utils.h>
      |          ^~~~~~~~~~~~~
compilation terminated.
In file included from stdafx.h:15,
                 from FSM.cpp:2:
../../common/utils.h:4:10: fatal error: msl/utils.h: No such file or directory
    4 | #include <msl/utils.h>
      |          ^~~~~~~~~~~~~
compilation terminated.
compilation terminated.
compilation terminated.
compiling arena.cpp
gmake: *** [Makefile:162: .obj/OXEvent.o] Error 1
In file included from stdafx.h:15,
                 from CsvReader.cpp:1:
../../common/utils.h:4:10: fatal error: msl/utils.h: No such file or directory
    4 | #include <msl/utils.h>
      |          ^~~~~~~~~~~~~
compilation terminated.
gmake: *** [Makefile:162: .obj/MarkManager.o] Error 1
gmake: *** [Makefile:162: .obj/CsvReader.o] Error 1
gmake: *** [Makefile:162: .obj/FSM.o] Error 1
gmake: *** [Makefile:162: .obj/MarkConvert.o] Error 1
In file included from stdafx.h:15,
                 from ani.cpp:3:
../../common/utils.h:4:10: fatal error: msl/utils.h: No such file or directory
    4 | #include <msl/utils.h>
      |          ^~~~~~~~~~~~~
compilation terminated.
In file included from stdafx.h:15,
                 from arena.cpp:1:
../../common/utils.h:4:10: fatal error: msl/utils.h: No such file or directory
    4 | #include <msl/utils.h>
      |          ^~~~~~~~~~~~~
compilation terminated.

 
Son düzenleme:
başka filesin libthecore dosyalarına bakıyorum sadece stdafx.h dosyası yok ondan şaşırdım bekledim :D

@MT2Dev

Hata bu şekilde :


Kod:
Genişlet Daralt Kopyala
In file included from stdafx.h:15,
                 from MarkImage.cpp:1:
../../common/utils.h:4:10: fatal error: msl/utils.h: No such file or directory
    4 | #include <msl/utils.h>
      |          ^~~~~~~~~~~~~
compilation terminated.
gmake: *** [Makefile:161: .obj/MarkImage.o] Error 1
gmake: *** Waiting for unfinished jobs....
In file included from stdafx.h:15,
                 from MarkManager.cpp:1:
../../common/utils.h:4:10: fatal error: msl/utils.h: No such file or directory
    4 | #include <msl/utils.h>
      |          ^~~~~~~~~~~~~
compiling ani.cpp
In file included from stdafx.h:15,
                 from OXEvent.cpp:1:
../../common/utils.h:4:10: fatal error: msl/utils.h: No such file or directory
    4 | #include <msl/utils.h>
      |          ^~~~~~~~~~~~~
In file included from stdafx.h:15,
                 from MarkConvert.cpp:1:
../../common/utils.h:4:10: fatal error: msl/utils.h: No such file or directory
    4 | #include <msl/utils.h>
      |          ^~~~~~~~~~~~~
compilation terminated.
In file included from stdafx.h:15,
                 from FSM.cpp:2:
../../common/utils.h:4:10: fatal error: msl/utils.h: No such file or directory
    4 | #include <msl/utils.h>
      |          ^~~~~~~~~~~~~
compilation terminated.
compilation terminated.
compilation terminated.
compiling arena.cpp
gmake: *** [Makefile:162: .obj/OXEvent.o] Error 1
In file included from stdafx.h:15,
                 from CsvReader.cpp:1:
../../common/utils.h:4:10: fatal error: msl/utils.h: No such file or directory
    4 | #include <msl/utils.h>
      |          ^~~~~~~~~~~~~
compilation terminated.
gmake: *** [Makefile:162: .obj/MarkManager.o] Error 1
gmake: *** [Makefile:162: .obj/CsvReader.o] Error 1
gmake: *** [Makefile:162: .obj/FSM.o] Error 1
gmake: *** [Makefile:162: .obj/MarkConvert.o] Error 1
In file included from stdafx.h:15,
                 from ani.cpp:3:
../../common/utils.h:4:10: fatal error: msl/utils.h: No such file or directory
    4 | #include <msl/utils.h>
      |          ^~~~~~~~~~~~~
compilation terminated.
In file included from stdafx.h:15,
                 from arena.cpp:1:
../../common/utils.h:4:10: fatal error: msl/utils.h: No such file or directory
    4 | #include <msl/utils.h>
      |          ^~~~~~~~~~~~~
compilation terminated.

knk hangi files bu :d
 
libthecore diye bir dosya yok ve ben taşıma işlemi gerçekleştirmedim. İstediğiniz bir kaynak dosya varsa ekleyim isterseniz kontrol edin size zahmet olmazsa
Sorun oymuş zaten, libthecore oyunun kalbi o olmadan derlenmezde çalışmazda. Bu tarz extern eksikleri olduğu zaman benzer altyapıda farklı fileslerden alıp deneyebilirsiniz muhtemelen çözülür genelde.
 
Sorun oymuş zaten, libthecore oyunun kalbi o olmadan derlenmezde çalışmazda. Bu tarz extern eksikleri olduğu zaman benzer altyapıda farklı fileslerden alıp deneyebilirsiniz muhtemelen çözülür genelde.
evet teşekkür ederim ilgilendiğiniz için farklı kaynaklardan toparlayıp sorunu çözdüm. Yanlışlıkla sildiğim core dosyasının çıkma sebebi nedir bahsi geçen kaynak dosyayı bırakıyorum

Linkleri görebilmek için giriş yap veya kayıt ol.
 
evet teşekkür ederim ilgilendiğiniz için farklı kaynaklardan toparlayıp sorunu çözdüm. Yanlışlıkla sildiğim core dosyasının çıkma sebebi nedir bahsi geçen kaynak dosyayı bırakıyorum

Linkleri görebilmek için giriş yap veya kayıt ol.

Bu şekilde core sebebini bulamayız, core verdiği zaman bt full ile tam taraması yapılır ondan sonra bize gösterdiği bölüme bakarız.
 
Üst