[Bug 42174] TeraCopy 3.0b2 crashes on startup

wine-bugs at winehq.org wine-bugs at winehq.org
Mon Jan 9 17:36:29 CST 2017


https://bugs.winehq.org/show_bug.cgi?id=42174

Michael Müller <michael at fds-team.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |michael at fds-team.de

--- Comment #3 from Michael Müller <michael at fds-team.de> ---
The crash is related to your graphic card (driver):

--------
fixme:winediag:dxgi_check_feature_level_support None of the requested D3D
feature levels is supported on this GPU with the current shader backend.
[...]
0081:Ret  d3d10_1.D3D10CreateDevice1() retval=80004005 ret=474e62e7
0081:Call KERNEL32.UnhandledExceptionFilter(0033edb0) ret=0040908c
wine: Unhandled page fault on read access to 0x00000000 at address
0x33ffa8:0x006036e3 (thread 0081), starting debugger...
--------

As you can see in the first line, wine prints a warning that your graphic
driver does not support the necessary OpenGL / GLSL features to emulate DirectX
10. When the application tries to make use of it, the initialization of d3d10
fails, eventually leading to the crash. The crash itself is more or less a bug
of the application as it should verify the return code and show an error
instead.

When using the NVIDIA driver with a gtx 660, the application starts fine but
has some rendering issues. Could you attach the output of glxinfo?

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.


More information about the wine-bugs mailing list