http://bugs.winehq.org/show_bug.cgi?id=24421
--- Comment #10 from Austin English austinenglish@gmail.com --- (In reply to comment #9)
Hello folks,
can't reproduce this, runs all diagnostics fine for me.
@austin:
Your crash log indicates a page fault within application provided MonitorEnumProc callback.
--- snip --- ... 0024:Call user32.EnumDisplayMonitors(00000000,00000000,00492d9c,00000000) ret=00492e26 0024:Call winex11.drv.EnumDisplayMonitors(00000000,00000000,00492d9c,00000000) ret=7ebcdce9 0024:trace:seh:raise_exception code=c0000005 flags=0 addr=0x492de3 ip=00492de3 tid=0024 0024:trace:seh:raise_exception info[0]=00000000 0024:trace:seh:raise_exception info[1]=00000001 0024:trace:seh:raise_exception eax=00000005 ebx=00000001 ecx=00000001 edx=004f3448 esi=00000001 edi=004f3460 0024:trace:seh:raise_exception ebp=0033fcbc esp=0033fca8 cs=0023 ds=002b es=002b fs=0063 gs=006b flags=00010206 0024:trace:seh:call_stack_handlers calling handler at 0x492f55 code=c0000005 flags=0 0024:trace:seh:call_stack_handlers handler at 0x492f55 returned 1 0024:trace:seh:call_stack_handlers calling handler at 0x404546 code=c0000005 flags=0 ... --- snip ---
What distro and compiler do you use to compile Wine?
This was on gentoo x86_64. Most of the 32-bit libraries are now available (via overlays).
austin@aw25 ~ $ gcc -v Using built-in specs. COLLECT_GCC=/usr/x86_64-pc-linux-gnu/gcc-bin/4.8.2/gcc COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/4.8.2/lto-wrapper Target: x86_64-pc-linux-gnu Configured with: /var/tmp/portage/sys-devel/gcc-4.8.2/work/gcc-4.8.2/configure --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/4.8.2 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.8.2/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.8.2 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.8.2/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.8.2/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.8.2/include/g++-v4 --with-python-dir=/share/gcc-data/x86_64-pc-linux-gnu/4.8.2/python --enable-languages=c,c++,java,go --enable-obsolete --enable-secureplt --disable-werror --with-system-zlib --disable-nls --enable-checking=release --with-bugurl=https://bugs.gentoo.org/ --with-pkgversion='Gentoo 4.8.2 p1.3r1, pie-0.5.8r1' --enable-libstdcxx-time --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --enable-multilib --with-multilib-list=m32,m64 --disable-altivec --disable-fixed-point --enable-targets=all --enable-libgomp --enable-libmudflap --disable-libssp --disable-libquadmath --enable-lto --without-cloog Thread model: posix gcc version 4.8.2 (Gentoo 4.8.2 p1.3r1, pie-0.5.8r1)
Can you send me a copy of your 'winex11.drv.so' from the Wine installation you are starting the app with via email.
I'm interested in the compiler generated prolog code/register setup of X11DRV_EnumDisplayMonitors.
Sure. It could be a gentoo issue, so don't feel the need to spend too much time on it.