Advertisement
mogorva

Untitled

Nov 11th, 2011
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.86 KB | None | 0 0
  1. ~/sources/wine-git/wine winedbg --gdb FlashpointResistanceDemo.exe
  2. 0022:0023: create process 'C:\Program Files\Codemasters\OFPResistanceDEMO\FlashpointResistanceDemo.exe'/0x1107c0 @0x63f5a2 (0<0>)
  3. 0022:0023: create thread I @0x63f5a2
  4. GNU gdb (GDB) Fedora (7.3.50.20110722-9.fc16)
  5. Copyright (C) 2011 Free Software Foundation, Inc.
  6. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
  7. This is free software: you are free to change and redistribute it.
  8. There is NO WARRANTY, to the extent permitted by law. Type "show copying"
  9. and "show warranty" for details.
  10. This GDB was configured as "i686-redhat-linux-gnu".
  11. For bug reporting instructions, please see:
  12. <http://www.gnu.org/software/gdb/bugs/>.
  13. 0022:0023: loads DLL C:\windows\system32\KERNEL32.dll @0x7b810000 (0<0>)
  14. 0022:0023: loads DLL C:\windows\system32\ntdll.dll @0x7bc10000 (0<0>)
  15. 0022:0023: loads DLL C:\windows\system32\advapi32.dll @0x68440000 (0<0>)
  16. 0022:0023: loads DLL C:\windows\system32\gdi32.dll @0x68380000 (0<0>)
  17. 0022:0023: loads DLL C:\windows\system32\version.dll @0x684b0000 (0<0>)
  18. 0022:0023: loads DLL C:\windows\system32\user32.dll @0x758b0000 (0<0>)
  19. 0022:0023: loads DLL C:\windows\system32\rpcrt4.dll @0x68610000 (0<0>)
  20. 0022:0023: loads DLL C:\windows\system32\ole32.dll @0x684d0000 (0<0>)
  21. 0022:0023: loads DLL C:\windows\system32\msacm32.dll @0x6de90000 (0<0>)
  22. 0022:0023: loads DLL C:\windows\system32\winmm.dll @0x78b90000 (0<0>)
  23. 0022:0023: loads DLL C:\Program Files\Codemasters\OFPResistanceDEMO\IFC22.dll @0x10000000 (0<0>)
  24. 0022:0023: loads DLL C:\windows\system32\ws2_32.dll @0x6dde0000 (0<0>)
  25. 0022:0023: loads DLL C:\windows\system32\iphlpapi.dll @0x686b0000 (0<0>)
  26. 0022:0023: loads DLL C:\windows\system32\wsock32.dll @0x68690000 (0<0>)
  27. 0022:0023: loads DLL C:\windows\system32\dinput8.dll @0x686f0000 (0<0>)
  28. 0022:0023: loads DLL C:\windows\system32\imm32.dll @0x74130000 (0<0>)
  29. 0022:0023: loads DLL C:\windows\system32\winex11.drv @0x77190000 (0<0>)
  30. 00000022:00000023: exception code=0x80000003
  31. Unknown or malformed query Attached
  32. 0x7b85b2e0 in DbgBreakPoint () at ../../include/winternl.h:1996
  33. 1996 static inline void WINAPI DbgBreakPoint(void) { __asm__ __volatile__("int3"); }
  34. trace: 98 => 80
  35. Missing separate debuginfos, use: debuginfo-install expat-2.0.1-11.fc15.i686 fontconfig-2.8.0-4.fc16.i686 freetype-freeworld-2.4.6-3.fc16.i686 libICE-1.0.7-1.fc16.i686 libSM-1.2.0-2.fc15.i686 libX11-1.4.3-1.fc16.i686 libXau-1.0.6-2.fc15.i686 libXcomposite-0.4.3-2.fc15.i686 libXcursor-1.1.11-3.fc15.i686 libXext-1.2.0-2.fc15.i686 libXfixes-5.0-1.fc16.i686 libXi-1.4.3-3.fc16.i686 libXinerama-1.1.1-2.fc15.i686 libXrandr-1.3.1-2.fc15.i686 libXrender-0.9.6-2.fc15.i686 libXxf86vm-1.1.1-2.fc15.i686 libuuid-2.20.1-2.fc16.i686 libxcb-1.7-3.fc16.i686
  36. Wine-gdb> c
  37. Continuing.
  38.  
  39. Program received signal SIGSEGV, Segmentation fault.
  40. elf_dynamic_do_Rela (skip_ifunc=0, nrelative=557919, relsize=6780864, reladdr=<optimized out>, map=0x7dba0c80, lazy=<optimized out>) at do-rel.h:121
  41. 121 DO_ELF_MACHINE_REL_RELATIVE (map, l_addr, relative);
  42. Wine-gdb> bt
  43. #0 elf_dynamic_do_Rela (skip_ifunc=0, nrelative=557919, relsize=6780864, reladdr=<optimized out>, map=0x7dba0c80, lazy=<optimized out>) at do-rel.h:121
  44. #1 _dl_relocate_object (scope=0x7dba0e38, reloc_mode=0, consider_profiling=0) at dl-reloc.c:265
  45. #2 0x680143ab in dl_open_worker (a=0x33f0b0) at dl-open.c:338
  46. #3 0x6800fd0f in _dl_catch_error (objname=0x33f0d4, errstring=0x33f0d8, mallocedp=0x33f0df, operate=0x68014100 <dl_open_worker>, args=0x33f0b0)
  47. at dl-error.c:178
  48. #4 0x68013d06 in _dl_open (file=0x7722556e "libGL.so.1", mode=-2147483390, caller_dlopen=0x6802a647, nsid=-2, argc=2, argv=0xbf92ee54, env=0xbf92ee60)
  49. at dl-open.c:575
  50. #5 0x6832cc09 in dlopen_doit (a=0x33f280) at dlopen.c:67
  51. #6 0x6800fd0f in _dl_catch_error (objname=0x7db700fc, errstring=0x7db70100, mallocedp=0x7db700f8, operate=0x6832cb70 <dlopen_doit>, args=0x33f280)
  52. at dl-error.c:178
  53. #7 0x6832d3ba in _dlerror_run (operate=0x6832cb70 <dlopen_doit>, args=0x33f280) at dlerror.c:164
  54. #8 0x6832ccb7 in __dlopen (file=0x7722556e "libGL.so.1", mode=258) at dlopen.c:88
  55. #9 0x6802a647 in wine_dlopen (filename=0x7722556e "libGL.so.1", flag=258, error=0x33f310 "\223\310\002h", errorsize=200) at loader.c:888
  56. #10 0x771db986 in has_opengl () at opengl.c:447
  57. #11 0x771e1c8a in X11DRV_wglGetProcAddress (lpszProc=0x3f811eaf "glAccum") at opengl.c:1864
  58. #12 0x683e9919 in wglGetProcAddress (func=0x3f811eaf "glAccum") at opengl.c:378
  59. #13 0x3f755980 in InitAdapters (wined3d=0x12ab70) at directx.c:5238
  60. #14 0x3f758a4d in wined3d_init (wined3d=0x12ab70, version=8, flags=1, parent=0x127438) at directx.c:5488
  61. #15 0x3f7fbb82 in wined3d_create (version=8, flags=1, parent=0x127438) at wined3d_main.c:105
  62. #16 0x2001581b in Direct3DCreate8 (SDKVersion=220) at d3d8_main.c:48
  63. #17 0x0060ae6e in ?? ()
  64. Backtrace stopped: Not enough registers or memory available to unwind further
  65.  
  66.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement