• 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!

Crash at start.

sawex

Premium User
Premium User
Joined
Jan 31, 2009
Messages
43
Reaction score
6
I made exe Step by step using your windows cimpilation tutorial and file after compilation doesn't start.


I am using windows 7 64bit.
Can someone help me?

I had also installed Windows Xp on my virtual machine and it still doesnt work. What can be wrong?
 
Did you copied all files generetad to the master directory?
 
Yes, i did.
This is a msg from debugger:
#0 00791F9C 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 0086CC7D _GLOBAL__sub_I__ZN5boost10filesystem8absoluteERKNS0_4pathES3_ () (??:??)
#2 00000091 ?? () (??:??)
#3 0000008E ?? () (??:??)
#4 006ABEAF __do_global_ctors() (../mingw/gccmain.c:59)
#5 00401098 __mingw_CRTStartup() (../mingw/crt1.c:236)
#6 0040129C WinMainCRTStartup() (../mingw/crt1.c:278)
 
bumping this thread, anyone had such issue before? Can't find any details about where should be my crt1.c aswell as what is this file about =.= Windows.

Setting breakpoints
Debugger name and version: GNU gdb (GDB) 7.4
Child process PID: 7720
Program received signal SIGSEGV, Segmentation fault.
In ?? () ()
236 ../mingw/crt1.c: No such file or directory.
#1 0x00401098 in __mingw_CRTStartup () at ../mingw/crt1.c:236
Cannot open file: ../mingw/crt1.c
Debugger finished with status 0
 
Back
Top