Advertisement
pythonkid94

Pepakura Viewer run in winedbg

May 17th, 2011
190
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.61 KB | None | 0 0
  1. WineDbg starting on pid 0020
  2. First chance exception: page fault on write access to 0x00360000 in 32-bit code (0x4317cddd).
  3. Register dump:
  4. CS:0017 SS:001f DS:001f ES:001f FS:1007 GS:0037
  5. EIP:4317cddd ESP:0033f920 EBP:0033f9a8 EFLAGS:00010a02( R- --O I - - - )
  6. EAX:9999cccc EBX:00000330 ECX:000000ac EDX:00000067
  7. ESI:00000001 EDI:00360000
  8. Stack dump:
  9. 0x0033f920: 00000324 00000000 00000000 00000010
  10. 0x0033f930: 00000010 00000000 00000000 00000010
  11. 0x0033f940: 00000010 43474f60 0013f490 00000000
  12. 0x0033f950: 00cc0020 00cc0020 00000000 0013f490
  13. 0x0033f960: 00000010 0013ff80 00000324 00000001
  14. 0x0033f970: 00000010 00000000 00000010 00000010
  15. 0200: sel=1007 base=7ffc0000 limit=00000fff 32-bit rw-
  16. Backtrace:
  17. =>0 0x4317cddd _create_alpha_bitmap+0x1cd() in user32 (0x0033f9a8)
  18. 1 0x431802b8 _create_icon_from_bmi+0x787() in user32 (0x0033fa48)
  19. 2 0x43181123 _CURSORICON_Load+0x4c2() in user32 (0x0033fae8)
  20. 3 0x43182053 _LoadImageW+0x3a2() in user32 (0x0033fbe8)
  21. 4 0x431827e2 _LoadImageA+0x91() in user32 (0x0033fcb8)
  22. 5 0x43379207 _SIC_Initialize+0x1b6() in shell32 (0x0033fd18)
  23. 6 0x43381fbe _DllMain+0xbd() in shell32 (0x0033fd58)
  24. 7 0x433d47b4 ___wine_spec_dll_entry+0x53() in shell32 (0x0033fd98)
  25. 8 0x7bc3c915 _call_dll_entry_point+0x14() in ntdll (0x0033fdc8)
  26. 9 0x7bc3eab1 _MODULE_InitDLL+0x250() in ntdll (0x0033fec8)
  27. 10 0x7bc3f21f _process_attach+0x16e() in ntdll (0x0033ff28)
  28. 11 0x7bc3f152 _process_attach+0xa1() in ntdll (0x0033ff88)
  29. 12 0x7bc3f36e _attach_process_dlls+0x4d() in ntdll (0x0033ffe8)
  30. 0x4317cddd _create_alpha_bitmap+0x1cd in user32: movb %dl,0xfffffffc(%edi,%esi,4)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement