• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

[Solved]crash on start

Status
Not open for further replies.

Doggynub

LUA / C++
Joined
Sep 28, 2008
Messages
2,541
Reaction score
186
I donno why but on this pc I get signal SIGSEGV on starting the client and it crash immediatly
Code:
warning: (Internal error: pc 0x83 in read in psymtab, but not in symtab.)
warning: (Internal error: pc 0x83 in read in psymtab, but not in symtab.)
warning: (Internal error: pc 0x80 in read in psymtab, but not in symtab.)
warning: (Internal error: pc 0x80 in read in psymtab, but not in symtab.)
#0  0x0073872c in std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> >::basic_string(wchar_t const*, std::allocator<wchar_t> const&) ()
#1  0x007f2f9d in _GLOBAL__sub_I__ZN5boost10filesystem4pathdVERKS1_ ()
#2  0x00000084 in ?? ()
#3  0x00000081 in ?? ()
#4  0x0067e71f in __do_global_ctors () at ../mingw/gccmain.c:59
#5  0x00401098 in __mingw_CRTStartup () at ../mingw/crt1.c:236
#6  0x0040129c in WinMainCRTStartup () at ../mingw/crt1.c:278
 
There is no-way to know what the issue is with the information provided...
 
Well you can at least tell it's related to Boost::Filesystem and a global constructor in GCC's common runtime library.

Is this OTClient locally compiled?
 
Yes it is, well those boost libraries are downloaded from the otclient librarie.
 
There is no-way to know what the issue is with the information provided...
Well I cant produce more info on the crash :S

Also on trying this on another, the otclient opened the first time then i closed and reopned now it icon appear in the taskbar but the program it self isnt shown, so basically the otclient is running but i cant see it any clue?!
 
Any log? do you have drivers installed?
 
Since you're compiling it locally, perhaps make a Debug build instead of RelWithDebInfo, if you're not already?
 
I think am making a debug build but i will try again today and see.
 
Status
Not open for further replies.
Back
Top