https://bugs.winehq.org/show_bug.cgi?id=41405
--- Comment #10 from Bruno Jesus 00cpxxx@gmail.com --- (In reply to will from comment #9)
Sebastian : yes, installing wine-devel-dbg:i386 seems to have helped:
=>0 0x7ea2017d get_pixel_32+0x1d(dib=<is not available>, x=<is not available>, y=<is not available>) [/build/wine-devel-Lxa8xd/wine-devel-1.9.19~ubuntu16.04.1/dlls/gdi32/dibdrv/ primitives.c:2006] in gdi32 (0x0102f2f8)
Please attach a +dib log, you will probably need to compress it (gzip/bzip2) if the size is larger than 1mb. Read more at http://wiki.winehq.org/FAQ#get_log
Basically CD into the program folder and do:
WINEDEBUG=+dib wine PROGRAM_NAME.exe >> /tmp/output.txt 2>&1
Run the program until it crashes, dismiss the crash dialog (so the crash info is appended to the log) and attach the file.
(In reply to Sebastian Lackner from comment #8)
(In reply to Bruno Jesus from comment #7)
Sebastian, do you mind helping me here?
If I remember correctly, it will be necessary to install wine-devel-dbg:i386 to get useful debug output for 32-bit applications.
Thanks, Sebastian. I totally forgot about this for a brief period.