https://bugs.winehq.org/show_bug.cgi?id=47638
Bug ID: 47638 Summary: Newsleecher 8.0 Beta 1 - will not start with win7+dxgi enabled (workaround as winxp) Product: Wine Version: 4.14 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: bob.mt.wya@gmail.com Distribution: ---
Created attachment 65073 --> https://bugs.winehq.org/attachment.cgi?id=65073 wine-vanilla-4.14_newsleecher_8_log.txt
The application fails to start in Windows 7 mode, hanging on the splash screen (and segfaulting in the terminal). No backtrace is generated.
Using the workarounds:
winetricks winxp wine reg.exe ADD "HKEY_CURRENT_USER\Software\Wine\DllOverrides" "/v" "dxgi" "/t" "REG_SZ" "/d" ""
enables the application to start normally. I haven't tested further, but it appears to run OK, with these workarounds. Both workarounds are necessary.
The application attempts to load d3d10 / d3d11 libraries - although it only generates a regular 2D gui window.
Debug log was generated with:
export WINEDEBUG=+timestamp,+tid,+loaddll,+module,+seh,+wgl,+d3d,+d3d10,+d3d10core,+d3d11,+dxgi
https://bugs.winehq.org/show_bug.cgi?id=47638
Robert Walker bob.mt.wya@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Hardware|x86 |x86-64 Component|-unknown |directx-d3d URL| |https://www.newsleecher.com | |/software/?wbtpbn
https://bugs.winehq.org/show_bug.cgi?id=47638
Fabian Maurer dark.shadow4@web.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 Status|UNCONFIRMED |NEW CC| |dark.shadow4@web.de Keywords| |download
--- Comment #1 from Fabian Maurer dark.shadow4@web.de --- Confirming. For me the stack overflow itself is prevented already when setting windows version to XP. Then it crashes due to usage of d2d1, but that's a different issue I'd say.
https://bugs.winehq.org/show_bug.cgi?id=47638
Matteo Bruni matteo.mystral@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|directx-d3d |-unknown
--- Comment #2 from Matteo Bruni matteo.mystral@gmail.com --- FWIW: 41201.103:0009:trace:seh:raise_exception code=c000008e flags=0 addr=0xf70546b9 ip=f70546bb tid=0009 which is STATUS_FLOAT_DIVIDE_BY_ZERO. That line is right after windowscodecs.dll is attached to the process.