Advertisement
mogorva

Untitled

Nov 11th, 2011
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.88 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.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement