Advertisement
mogorva

Untitled

Nov 11th, 2011
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.14 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 @0x68560000 (0<0>)
  16. 0022:0023: loads DLL C:\windows\system32\gdi32.dll @0x6c840000 (0<0>)
  17. 0022:0023: loads DLL C:\windows\system32\version.dll @0x685c0000 (0<0>)
  18. 0022:0023: loads DLL C:\windows\system32\user32.dll @0x68400000 (0<0>)
  19. 0022:0023: loads DLL C:\windows\system32\rpcrt4.dll @0x68730000 (0<0>)
  20. 0022:0023: loads DLL C:\windows\system32\ole32.dll @0x685f0000 (0<0>)
  21. 0022:0023: loads DLL C:\windows\system32\msacm32.dll @0x687b0000 (0<0>)
  22. 0022:0023: loads DLL C:\windows\system32\winmm.dll @0x68340000 (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 @0x687d0000 (0<0>)
  25. 0022:0023: loads DLL C:\windows\system32\iphlpapi.dll @0x68800000 (0<0>)
  26. 0022:0023: loads DLL C:\windows\system32\wsock32.dll @0x792e0000 (0<0>)
  27. 0022:0023: loads DLL C:\windows\system32\dinput8.dll @0x68840000 (0<0>)
  28. 0022:0023: loads DLL C:\windows\system32\imm32.dll @0x6eeb0000 (0<0>)
  29. 0022:0023: loads DLL C:\windows\system32\winex11.drv @0x68900000 (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 glibc-2.14.90-14.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. 0x6c410db4 in _dl_relocate_object () from /lib/ld-linux.so.2
  41. Wine-gdb> bt
  42. #0 0x6c410db4 in _dl_relocate_object () from /lib/ld-linux.so.2
  43. #1 0x6c4183ab in dl_open_worker () from /lib/ld-linux.so.2
  44. #2 0x6c413d0f in _dl_catch_error () from /lib/ld-linux.so.2
  45. #3 0x6c417d06 in _dl_open () from /lib/ld-linux.so.2
  46. #4 0x68309c09 in dlopen_doit () from /lib/libdl.so.2
  47. #5 0x6c413d0f in _dl_catch_error () from /lib/ld-linux.so.2
  48. #6 0x6830a3ba in _dlerror_run () from /lib/libdl.so.2
  49. #7 0x68309cb7 in dlopen@@GLIBC_2.1 () from /lib/libdl.so.2
  50. #8 0x68007647 in wine_dlopen (filename=0x6899156e "libGL.so.1", flag=258, error=0x33f310 "\223\230", errorsize=200) at loader.c:888
  51. #9 0x68947986 in has_opengl () at opengl.c:447
  52. #10 0x6894dc8a in X11DRV_wglGetProcAddress (lpszProc=0x2016feaf "glAccum") at opengl.c:1864
  53. #11 0x6c8b4919 in wglGetProcAddress (func=0x2016feaf "glAccum") at opengl.c:378
  54. #12 0x200b3980 in InitAdapters (wined3d=0x12ab70) at directx.c:5238
  55. #13 0x200b6a4d in wined3d_init (wined3d=0x12ab70, version=8, flags=1, parent=0x127438) at directx.c:5488
  56. #14 0x20159b82 in wined3d_create (version=8, flags=1, parent=0x127438) at wined3d_main.c:105
  57. #15 0x2001581b in Direct3DCreate8 (SDKVersion=220) at d3d8_main.c:48
  58. #16 0x0060ae6e in ?? ()
  59. Backtrace stopped: Not enough registers or memory available to unwind further
  60.  
  61.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement