Advertisement
Guest User

Untitled

a guest
Feb 28th, 2018
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.97 KB | None | 0 0
  1.  
  2. C:\Users\Samuel\Documents\ENIGMA>SET PATH=C:\Users\Samuel\Documents\ENIGMA\mingw
  3. 32/bin;C:\Users\Samuel\Documents\ENIGMA\git/bin;C:\ProgramData\Oracle\Java\javap
  4. ath;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\
  5. WindowsPowerShell\v1.0\;C:\Program Files (x86)\GtkSharp\2.12\bin;C:\Program File
  6. s\Git\cmd;C:\Program Files (x86)\QuickTime\QTSystem\;
  7.  
  8. Samuel@SAMUEL-PC ~/Documents/ENIGMA
  9. $ gdb egm.exe
  10. GNU gdb (GDB) 7.6.1
  11. Copyright (C) 2013 Free Software Foundation, Inc.
  12. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
  13. This is free software: you are free to change and redistribute it.
  14. There is NO WARRANTY, to the extent permitted by law. Type "show copying"
  15. and "show warranty" for details.
  16. This GDB was configured as "i686-w64-mingw32".
  17. For bug reporting instructions, please see:
  18. <http://www.gnu.org/software/gdb/bugs/>...
  19. Reading symbols from C:\Users\Samuel\Documents\ENIGMA\egm.exe...done.
  20. (gdb) run
  21. Starting program: C:\Users\Samuel\Documents\ENIGMA/egm.exe
  22. [New Thread 4752.0x113c]
  23. warning: Can not parse XML library list; XML support was disabled at compile tim
  24. e
  25. [New Thread 4752.0x8c4]
  26. [New Thread 4752.0xf7c]
  27. [New Thread 4752.0x12e4]
  28. [New Thread 4752.0x10e0]
  29. [New Thread 4752.0x12b8]
  30. Initializing audio system...
  31. Opening ALURE devices.
  32. [New Thread 4752.0x1228]
  33. [New Thread 4752.0x114c]
  34.  
  35. Program received signal SIGFPE, Arithmetic exception.
  36. 0x004eb0d5 in enigma::sprite_add_to_index(enigma::sprite*, std::string, int, boo
  37. l, bool, bool, int, int, bool) ()
  38. (gdb) bt
  39. #0 0x004eb0d5 in enigma::sprite_add_to_index(enigma::sprite*, std::string, int,
  40. bool, bool, bool, int, int, bool) ()
  41. #1 0x004eba24 in enigma_user::sprite_add(std::string, int, bool, bool, int, int
  42. , bool) ()
  43. #2 0x0040d76b in enigma::OBJ_ExecuteCode::myevent_draw() ()
  44. #3 0x004248db in enigma_user::screen_redraw() ()
  45. #4 0x00403225 in enigma::ENIGMA_events() ()
  46. #5 0x0041a736 in WinMain@16 ()
  47. #6 0x006e6b2d in main ()
  48. (gdb)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement