Advertisement
Guest User

Untitled

a guest
Jan 22nd, 2017
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.04 KB | None | 0 0
  1. pi@retropie:/opt/retropie/emulators/scummvm/bin $ gdb scummvm
  2. GNU gdb (Raspbian 7.7.1+dfsg-5+rpi1) 7.7.1
  3. Copyright (C) 2014 Free Software Foundation, Inc.
  4. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
  5. This is free software: you are free to change and redistribute it.
  6. There is NO WARRANTY, to the extent permitted by law. Type "show copying"
  7. and "show warranty" for details.
  8. This GDB was configured as "arm-linux-gnueabihf".
  9. Type "show configuration" for configuration details.
  10. For bug reporting instructions, please see:
  11. <http://www.gnu.org/software/gdb/bugs/>.
  12. Find the GDB manual and other documentation resources online at:
  13. <http://www.gnu.org/software/gdb/documentation/>.
  14. For help, type "help".
  15. Type "apropos word" to search for commands related to "word"...
  16. Reading symbols from scummvm...(no debugging symbols found)...done.
  17. (gdb) run --fullscreen --joystick=0 --extrapath="/opt/retropie/emulators/scummvm/extra" atlantis
  18. Starting program: /opt/retropie/emulators/scummvm/bin/scummvm --fullscreen --joystick=0 --extrapath="/opt/retropie/emulators/scummvm/extra" atlantis
  19. [Thread debugging using libthread_db enabled]
  20. Using host libthread_db library "/lib/arm-linux-gnueabihf/libthread_db.so.1".
  21. [New Thread 0x75e783d0 (LWP 7524)]
  22. [New Thread 0x754ff3d0 (LWP 7525)]
  23. [New Thread 0x74cff3d0 (LWP 7526)]
  24. [New Thread 0x744ff3d0 (LWP 7527)]
  25. Using joystick: Logitech Gamepad F710
  26. [New Thread 0x73cff3d0 (LWP 7528)]
  27. [New Thread 0x76fb73d0 (LWP 7529)]
  28. [New Thread 0x732ff3d0 (LWP 7530)]
  29. Virtual keyboard pack 'vkeybd_default' loaded successfully
  30. WARNING: No hardware input were defined, using defaults!
  31. User picked target 'atlantis' (gameid 'atlantis')...
  32. Looking for a plugin supporting this gameid... SCUMM [all games]
  33. Starting 'Indiana Jones and the Fate of Atlantis'
  34. ALSA lib pcm.c:7843:(snd_pcm_recover) underrun occurred
  35. Cannot access memory at address 0x80
  36.  
  37. Program received signal SIGSEGV, Segmentation fault.
  38. [Switching to Thread 0x76fb73d0 (LWP 7529)]
  39. Cannot access memory at address 0x80
  40. 0x015c51a8 in ?? ()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement