--debuglevel=9
I have included more lines because I found strange the lockin/unlocking Mutex in the sense that is the only time it appears while executing. Maybe is just normal, don't know.
Code: Select all
<cut>
Script 71, offset 0x99: [66] o6_stopObjectCode()
getResourceAddress(Script,74) == 0xb4e404
Script 74, offset 0x56: [1] o6_pushWord()
push 0
Script 74, offset 0x59: [7C] o6_stopScript()
pop 0
getResourceAddress(Script,5) == 0xb4de44
Script 5, offset 0xd9: [66] o6_stopObjectCode()
getResourceAddress(Script,1) == 0xb478d4
Script 1, offset 0x176f: [66] o6_stopObjectCode()
Locking mutex IMuseDigital::callback()
Unlocking mutex IMuseDigital::callback()
Locking mutex IMuseDigital::callback()
Unlocking mutex IMuseDigital::callback()
getResourceAddress(Script,13) == 0xa6c174
Script 13, offset 0x1a: [1] o6_pushWord()
push 1
Script 13, offset 0x1d: [B1] o6_delaySeconds()
pop 1
getResourceAddress(Room,1) == 0xb96e94
Script 2001, offset 0x1a1d: [6B] o6_cursorCommand()
Script 2001, offset 0x1a1f: [6B] o6_cursorCommand()
Script 2001, offset 0x1a21: [1] o6_pushWord()
push 1
Script 2001, offset 0x1a24: [43] o6_writeWordVar()
pop 1
writeVar(32774, 1)
Script 2001, offset 0x1a27: [1] o6_pushWord()
push 1
Script 2001, offset 0x1a2a: [1] o6_pushWord()
push 1
Script 2001, offset 0x1a2d: [68] o6_cutscene()
pop 1
pop 1
getResourceAddress(Script,2) == 0xa6c4d4
runScript(Global-2) from 2001-1
getResourceAddress(Script,2) == 0xa6c4d4
Script 2, offset 0x9: [3] o6_pushWordVar()
readvar(219)
push 0
Script 2, offset 0xc: [1] o6_pushWord()
push 1
Script 2, offset 0xf: [14] o6_add()
pop 1
pop 0
push 1
Script 2, offset 0x10: [43] o6_writeWordVar()
pop 1
writeVar(219, 1)
Script 2, offset 0x13: [6B] o6_cursorCommand()
Script 2, offset 0x15: [6B] o6_cursorCommand()
Script 2, offset 0x17: [3] o6_pushWordVar()
readvar(16384)
push 1
Script 2, offset 0x1a: [1] o6_pushWord()
push 1
Script 2, offset 0x1d: [E] o6_eq()
pop 1
pop 1
push 1
Script 2, offset 0x1e: [5D] o6_ifNot()
pop 1
Script 2, offset 0x21: [1] o6_pushWord()
push 0
Script 2, offset 0x24: [43] o6_writeWordVar()
pop 0
writeVar(32774, 0)
Script 2, offset 0x27: [B4] o6_printLine()
Script 2, offset 0x29: [B4] o6_printLine()
getResourceAddress(Charset,2) == 0xb7ded4
getResourceAddress(Charset,2) == 0xb7ded4
getResourceAddress(Charset,2) == 0xb7ded4
Script 2, offset 0x2d: [1] o6_pushWord()
push 1
Script 2, offset 0x30: [6A] o6_freezeUnfreeze()
pop 1
Script 2, offset 0x31: [66] o6_stopObjectCode()
getResourceAddress(Room,1) == 0xb96e94
Script 2001, offset 0x1a2e: [1] o6_pushWord()
push 0
Script 2001, offset 0x1a31: [A4] o6_arrayOps()
pop 0
readvar(123)
writeVar(123, 0)
writeVar(123, 65)
res.createResource(String,65,16)
Script 2001, offset 0x1a3d: [1] o6_pushWord()
push 6
Script 2001, offset 0x1a40: [1] o6_pushWord()
push 0
Script 2001, offset 0x1a43: [1] o6_pushWord()
push 2
Script 2001, offset 0x1a46: [C9] o6_kernelSetFunctions()
pop 2
pop 0
pop 6
getResourceAddress(String,65) == 0xbc6104
getResourceAddress(String,65) == 0xbc6104
getResourceAddress(String,65) == 0xbc6104
trying to read text ressources from sq1.trs
File sq1.trs not found
trying to read text ressources from digtxt.trs
trying to read text ressources from digtxt.trs
Fatal signal: Segmentation Fault (SDL Parachute Deployed)
GDB backtrace
Code: Select all
(gdb) run
Starting program: /home/lxuser/Compilation/bin/scummvm
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
[Thread debugging using libthread_db enabled]
[New Thread 46912522216864 (LWP 21386)]
[New Thread 1082132832 (LWP 21389)]
WARNING: Can not find theme config file 'default-theme.ini'!
WARNING: Could not initialize your preferred theme, falling back to classic style!
Looking for dig
Trying to start game 'The Dig'
[New Thread 1090525536 (LWP 21391)]
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 46912522216864 (LWP 21386)]
0x00000000004dee7a in putchar ()
(gdb) bt
#0 0x00000000004dee7a in putchar ()
#1 0x000000000044aa18 in ?? ()
#2 0x000000000044b2c0 in ?? ()
#3 0x00000000004d91ad in ?? ()
#4 0x00000000004d42f7 in ?? ()
#5 0x00000000004dba1a in ?? ()
#6 0x00000000004dcdee in ?? ()
#7 0x000000000041dd86 in ?? ()
#8 0x000000000041d1d2 in ?? ()
#9 0x0000000000410705 in ?? ()
#10 0x0000000000410bf7 in ?? ()
#11 0x00002aaaabc5f674 in __libc_start_main () from /lib/tls/libc.so.6
#12 0x0000000000404e9a in ?? ()
#13 0x00007ffffffab048 in ?? ()
#14 0x000000000000001c in ?? ()
#15 0x0000000000000001 in ?? ()
#16 0x00007ffffffac4e4 in ?? ()
#17 0x0000000000000000 in ?? ()
(gdb)