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

OTclient crash report

joffily

Alcatraz-World Owner
Joined
Jun 28, 2008
Messages
180
Reaction score
0
Location
Brasil
Hello everyone, I've compileted the last source of otclient on Debian with out error or warning but when I try run I got this message;

Code:
joffily@Athena:~/otclient$ ./otclient
GPU Mesa DRI Intel(R) IGD x86/MMX/SSE2
OpenGL 1.4 Mesa 8.0.4
AL lib: pulseaudio.c:331: PulseAudio returned minreq > tlength/2; expect break up
ERROR: Application crashed
app name: OTClient
app version: 0.6.3
build compiler: gcc 4.6.3
build date: Sep  1 2013
build type: RelWithDebInfo
build revision: 0 (devel)
crash date: Sep 02 2013 12:04:11
  at eip = 0
    eax = 0x1a72ee00
    ebx = 0x1a72ee00
    ecx = 0x140d1
    edx = 0xb750c440
    esi = 0xbfc9dc34
    edi = 0xbfc9dc88
    ebp = 0xbfc9dbb8
    esp = 0xbfc9db8c
    efl = 0x210286

  backtrace:

Crash report saved to file crash_report.log
Segmentation fault

What can I do to fix it?
 
Although EIP tells everything, you should start it with GDB and when it crashes type "bt" then paste the full trace.
My guess would be that the audio file is corrupt (maybe it's not even there?); check data/sounds
 
Back
Top