http://bugs.winehq.org/show_bug.cgi?id=33484
Bug #: 33484 Summary: Lemur Editor doesn't launch with message: Unable to use Direct3D, please install DirectX Product: Wine Version: 1.5.29 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: directx-d3d AssignedTo: wine-bugs@winehq.org ReportedBy: rafael.raccuia@blindekinder.com Classification: Unclassified
Created attachment 44320 --> http://bugs.winehq.org/attachment.cgi?id=44320 terminal output
Lemur Editor installs pefrectly, but doesn't launch, because of Direct3D/DirectX.
http://bugs.winehq.org/show_bug.cgi?id=33484
rafael.raccuia@blindekinder.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |rafael.raccuia@blindekinder | |.com
http://bugs.winehq.org/show_bug.cgi?id=33484
Bruno Jesus 00cpxxx@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #44320|application/octet-stream |text/plain mime type| |
http://bugs.winehq.org/show_bug.cgi?id=33484
--- Comment #1 from rafael.raccuia@blindekinder.com 2013-04-29 02:56:14 CDT --- forgot: http://liine.net/en/support/lemur Lemur Editor and Lemur Deamon are in Lemur Installer
http://bugs.winehq.org/show_bug.cgi?id=33484
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download Status|UNCONFIRMED |NEW URL| |http://liine.net/en/support | |/lemur Ever Confirmed|0 |1
--- Comment #2 from Austin English austinenglish@gmail.com 2013-04-29 03:01:38 CDT --- http://liine.net/assets/files/lemur/Lemur-Installer-4.0.1.exe
[austin@localhost ~]$ sha1sum Lemur-Installer-4.0.1.exe c3c30af19f70f92f8ae2c4b6b8444e1f34c0268c Lemur-Installer-4.0.1.exe [austin@localhost ~]$ du -h Lemur-Installer-4.0.1.exe 1.9M Lemur-Installer-4.0.1.exe
confirming.
http://bugs.winehq.org/show_bug.cgi?id=33484
--- Comment #3 from Anastasius Focht focht@gmx.net 2013-05-12 16:25:57 CDT --- Created attachment 44452 --> http://bugs.winehq.org/attachment.cgi?id=44452 WINEDEBUG=+tid,+seh,+loaddll,+process,+d3d,+d3d8,+msgbox wine ./Lemur\ Editor.exe
Hello folks,
confirming with wine-1.5.30-43-ge5bf20e
In a nutshell the app fails on d3d8::CreateDevice() with NULL device window and user32.GetDesktopWindow() as focus window.
Winedbg on d3d8_CreateDevice:
--- snip --- Wine-dbg>bt Backtrace: =>0 0x7e555307 d3d8_CreateDevice(iface=0x12af70, adapter=0, device_type=D3DDEVTYPE_HAL, focus_window=0x3007e, flags=0x24, parameters=0x91dc38, device=0x935cd0) [/home/focht/projects/wine/wine-git/dlls/d3d8/directx.c:357] in d3d8 (0x00000002) ... Wine-dbg>p *parameters {BackBufferWidth=0x320, BackBufferHeight=0x258, BackBufferFormat=D3DFMT_X8R8G8B8, BackBufferCount=0, MultiSampleType=D3DMULTISAMPLE_NONE, SwapEffect=D3DSWAPEFFECT_DISCARD, hDeviceWindow=(nil), Windowed=0x1, EnableAutoDepthStencil=0x1, AutoDepthStencilFormat=D3DFMT_D24S8, Flags=0, FullScreen_RefreshRateInHz=0, FullScreen_PresentationInterval=0} --- snip ---
Attaching trace log generated with:
WINEDEBUG=+tid,+seh,+loaddll,+process,+d3d,+d3d8,+msgbox wine ./Lemur\ Editor.exe >>log.txt 2>&1
Regards
https://bugs.winehq.org/show_bug.cgi?id=33484
winetest@luukku.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |winetest@luukku.com
--- Comment #4 from winetest@luukku.com --- Still valid wine 2.0rc5.
related to?
err:d3d:context_create Failed to set pixel format 11 on device context 0x160047.
starts with wine-staging 2.0rc5.
https://bugs.winehq.org/show_bug.cgi?id=33484
--- Comment #5 from winetest@luukku.com --- (In reply to winetest from comment #4)
Still valid wine 2.0rc5.
related to?
err:d3d:context_create Failed to set pixel format 11 on device context 0x160047.
starts with wine-staging 2.0rc5.
Retested fails wine 2.1 and works wine-staging 2.0. I think staging had a hack for this. Not real patch.
https://bugs.winehq.org/show_bug.cgi?id=33484
joaopa jeremielapuree@yahoo.fr changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |jeremielapuree@yahoo.fr
--- Comment #6 from joaopa jeremielapuree@yahoo.fr --- Created attachment 63205 --> https://bugs.winehq.org/attachment.cgi?id=63205 Console output
The bug still occurs with wine-4.0-rc4, although the new version(5.3.4) uses D3D9 (I did not find the version 4-0.1 that used D3D8)
You can see the line 0009:warn:d3d9:device_init Failed to initialize 3D, hr 0x8876086a.
https://bugs.winehq.org/show_bug.cgi?id=33484
--- Comment #7 from joaopa jeremielapuree@yahoo.fr --- Created attachment 63212 --> https://bugs.winehq.org/attachment.cgi?id=63212 Console output with wgl and d3d9 channels enabled
With wgl debug channel enabled, one sees the root problem: 0032:warn:wgl:set_pixel_format not a valid window DC 0x1f0062/0x10020
https://bugs.winehq.org/show_bug.cgi?id=33484
Zebediah Figura z.figura12@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |z.figura12@gmail.com Resolution|--- |DUPLICATE Status|NEW |RESOLVED
--- Comment #8 from Zebediah Figura z.figura12@gmail.com --- Marking duplicate.
*** This bug has been marked as a duplicate of bug 18490 ***
https://bugs.winehq.org/show_bug.cgi?id=33484
Alistair Leslie-Hughes leslie_alistair@hotmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #9 from Alistair Leslie-Hughes leslie_alistair@hotmail.com --- Closing Duplicate.