[Bug 16154] New: DrawPrim.exe fails to start
http://bugs.winehq.org/show_bug.cgi?id=16154 Summary: DrawPrim.exe fails to start Product: Wine Version: 1.1.9 Platform: PC-x86-64 URL: http://www.geocities.com/SiliconValley/2151/drawprim.zip OS/Version: Linux Status: UNCONFIRMED Severity: enhancement Priority: P2 Component: -unknown AssignedTo: wine-bugs(a)winehq.org ReportedBy: kgbricola(a)web.de Created an attachment (id=17404) --> (http://bugs.winehq.org/attachment.cgi?id=17404) winedbg output from the DrawPrim.exe The sample app DrawPrim fails to start with a stack overflow. There is also a description to the app here http://www.geocities.com/SiliconValley/2151/drawprim.html . I've attached a winedbg output because the only messages I get in a normal run are these few lines: $/home/ricola/software/wine/build/wine DrawPrim.exe fixme:d3d:IWineD3DImpl_FillGLCaps OpenGL implementation supports 32 vertex samplers and 32 total samplers fixme:d3d:IWineD3DImpl_FillGLCaps Expected vertex samplers + MAX_TEXTURES(=8) > combined_samplers fixme:win:EnumDisplayDevicesW ((null),0,0x32f89c,0x00000000), stub! fixme:x11drv:X11DRV_desktop_SetCurrentMode Cannot change screen BPP from 32 to 16 err:d3d:IWineD3DDeviceImpl_SetupFullscreenWindow (0x13d708): Want to change the window parameters of HWND 0x1002c, but another style is stored for restoration afterwards fixme:d3d:WineD3D_ChoosePixelFormat Add OpenGL context recreation support to SetDepthStencilSurface err:seh:setup_exception_record stack overflow 1188 bytes in thread 0009 eip 7bc7b3f6 esp 00230e8c stack 0x230000-0x231000-0x330000 -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=16154 Rico <kgbricola(a)web.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=16154 --- Comment #1 from Rico <kgbricola(a)web.de> 2009-06-12 04:17:16 --- On wine 1.1.23 the overflow looks little bit different: err:seh:setup_exception_record stack overflow 2308 bytes in thread 0009 eip 7bc3ab8c esp 00230a2c stack 0x230000-0x231000-0x330000 -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=16154 --- Comment #2 from Rico <kgbricola(a)web.de> 2010-04-11 06:04:05 --- Created an attachment (id=27326) --> (http://bugs.winehq.org/attachment.cgi?id=27326) WINEDEBUG=+seh,+tid,+relay Problem is still present with wine-1.1.42. Attached is a +seh,+tid,+relay log. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=16154 Rico <kgbricola(a)web.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords|download | URL|http://www.geocities.com/Si | |liconValley/2151/drawprim.z | |ip | --- Comment #3 from Rico <kgbricola(a)web.de> 2010-04-11 06:07:23 --- Removing URL, because it is broken. Source and executable is still available here. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=16154 --- Comment #4 from Austin English <austinenglish(a)gmail.com> 2010-04-11 12:09:38 --- (In reply to comment #3)
Removing URL, because it is broken.
Source and executable is still available here.
Available where? -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=16154 Rico <kgbricola(a)web.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #17404|0 |1 is obsolete| | Attachment #27326|0 |1 is obsolete| | --- Comment #5 from Rico <kgbricola(a)web.de> 2011-05-04 04:43:25 CDT --- Created an attachment (id=34470) --> (http://bugs.winehq.org/attachment.cgi?id=34470) +ddraw log The crash is gone in current git (1.3.19) but the app fails to do the flip. err:ddraw:ddraw_surface7_Flip Can't find a flip target It uses a backbuffer surface with this caps DDSCAPS_OFFSCREENPLAIN | DDSCAPS_3DDEVICE | DDSCAPS_VIDEOMEMORY, which seems to be not supported by wine's ddraw. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=16154 --- Comment #6 from Rico <kgbricola(a)web.de> 2011-05-04 04:46:46 CDT --- Created an attachment (id=34471) --> (http://bugs.winehq.org/attachment.cgi?id=34471) hacky test patch -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=16154 Rico <kgbricola(a)web.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |testcase --- Comment #7 from Rico <kgbricola(a)web.de> 2011-12-07 03:02:30 CST --- Still an issue with 1.3.34. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=16154 Rico <kgbricola(a)web.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |directx-d3d --- Comment #8 from Rico <kgbricola(a)web.de> 2012-01-30 03:56:55 CST --- This is still an issue with wine-1.4-rc1. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=16154 joaopa <jeremielapuree(a)yahoo.fr> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jeremielapuree(a)yahoo.fr --- Comment #9 from joaopa <jeremielapuree(a)yahoo.fr> 2013-04-30 23:17:15 CDT --- Still a bug in current wine? -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=16154 --- Comment #10 from Rico <kgbricola(a)web.de> 2013-05-01 02:30:01 CDT --- Yes, it's still a problem with wine 1.5.28. The testcase still applies and shows the problem. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=16154 Bruno Jesus <00cpxxx(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download URL| |http://web.archive.org/web/ | |20081011091833/http://www.g | |eocities.com/SiliconValley/ | |2151/drawprim.zip CC| |00cpxxx(a)gmail.com -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=16154 --- Comment #11 from Rico <kgbricola(a)web.de> 2013-09-20 05:02:10 CDT --- This is still an issue with wine-1.7.2 . -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
https://bugs.winehq.org/show_bug.cgi?id=16154 Ken Sharp <imwellcushtymelike(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |Abandoned? Severity|enhancement |normal --- Comment #12 from Ken Sharp <imwellcushtymelike(a)gmail.com> --- Please retest in Wine 1.7.47 or later. -- 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.
https://bugs.winehq.org/show_bug.cgi?id=16154 super_man(a)post.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |super_man(a)post.com --- Comment #13 from super_man(a)post.com --- There is no stack overflow or crash just a popup about that it cant initialize itself. wine 1.7.53(git) -- 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.
https://bugs.winehq.org/show_bug.cgi?id=16154 --- Comment #14 from super_man(a)post.com --- (In reply to super_man from comment #13)
There is no stack overflow or crash just a popup about that it cant initialize itself.
wine 1.7.53(git)
The same 1.9 -- 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.
https://bugs.winehq.org/show_bug.cgi?id=16154 --- Comment #15 from super_man(a)post.com --- (In reply to super_man from comment #14)
(In reply to super_man from comment #13)
There is no stack overflow or crash just a popup about that it cant initialize itself.
wine 1.7.53(git)
The same 1.9
with wine 1.9.8-git I get a popup error message, with wine-staging 1.9.8 I dont see such a popup, but the whole screen is just black and these are printed at console. fixme:d3d:state_monoenable Render state WINED3D_RS_MONOENABLE not implemented yet. fixme:d3d:state_subpixel Render state WINED3D_RS_SUBPIXEL not implemented yet. -- 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.
https://bugs.winehq.org/show_bug.cgi?id=16154 winetest(a)luukku.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |winetest(a)luukku.com --- Comment #16 from winetest(a)luukku.com --- Does not work as expected wine 1.9.22 and staging 1.9.21. -- 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.
https://bugs.winehq.org/show_bug.cgi?id=16154 --- Comment #17 from winetest(a)luukku.com --- (In reply to winetest from comment #16)
Does not work as expected wine 1.9.22 and staging 1.9.21.
The same wine 2.0-git and staging 2.0. -- 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.
https://bugs.winehq.org/show_bug.cgi?id=16154 --- Comment #18 from winetest(a)luukku.com --- (In reply to super_man from comment #14)
(In reply to super_man from comment #13)
There is no stack overflow or crash just a popup about that it cant initialize itself.
This error comes with wine 2.4 but I dont see such with wine-staging 2.4. But I can't see any gui drawn with staging, but it doesnt complain about anything either. Console output is very silent. -- 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.
https://bugs.winehq.org/show_bug.cgi?id=16154 --- Comment #19 from joaopa <jeremielapuree(a)yahoo.fr> --- Bug still there in current wine. At least, it could be a good idea to merge the test case in Wine. -- 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.
https://bugs.winehq.org/show_bug.cgi?id=16154 Louis Lenders <xerox.xerox2000x(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Keywords|Abandoned? | CC| |xerox.xerox2000x(a)gmail.com Ever confirmed|0 |1 --- Comment #20 from Louis Lenders <xerox.xerox2000x(a)gmail.com> --- (In reply to joaopa from comment #19)
Bug still there in current wine. At least, it could be a good idea to merge the test case in Wine.
Confirming and removing abandoned keyword -- 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.
https://bugs.winehq.org/show_bug.cgi?id=16154 --- Comment #21 from joaopa <jeremielapuree(a)yahoo.fr> --- The culprit is that AddAttachedSurface fails in wine with DDSCAPS_VIDEOMEMORY in caps. That is valid in Windows. -- 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.
https://bugs.winehq.org/show_bug.cgi?id=16154 François Gouget <fgouget(a)codeweavers.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |patch CC| |fgouget(a)codeweavers.com -- 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.
https://bugs.winehq.org/show_bug.cgi?id=16154 --- Comment #22 from joaopa <jeremielapuree(a)yahoo.fr> --- Created attachment 74515 --> https://bugs.winehq.org/attachment.cgi?id=74515 port Rico's tests to different ddraws Some tests pass in old ddraw version, but not ddraw7 -- 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.
https://bugs.winehq.org/show_bug.cgi?id=16154 joaopa <jeremielapuree(a)yahoo.fr> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #74515|0 |1 is obsolete| | --- Comment #23 from joaopa <jeremielapuree(a)yahoo.fr> --- Created attachment 74765 --> https://bugs.winehq.org/attachment.cgi?id=74765 no failed test in real windows box Updated test. Will not be sent to gitlab since it is not friendly user. -- 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.
https://bugs.winehq.org/show_bug.cgi?id=16154 temp82(a)luukku.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |temp82(a)luukku.com --- Comment #24 from temp82(a)luukku.com --- still not working as wine 8.19. -- 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.
https://bugs.winehq.org/show_bug.cgi?id=16154 --- Comment #25 from temp82(a)luukku.com --- (In reply to temp82 from comment #24)
still not working as wine 8.19.
still not working wine 8.21. -- 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.
https://bugs.winehq.org/show_bug.cgi?id=16154 felineswift+winehq(a)gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |felineswift+winehq(a)gmail.co | |m --- Comment #26 from felineswift+winehq(a)gmail.com --- Still an issue, output from wine-9.0 and RTX 3070 system: 0084:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005 0084:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005 0084:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005 0084:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005 0084:fixme:wineusb:query_id Unhandled ID query type 0x5. 0024:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION 0024:fixme:d3d:wined3d_device_apply_stateblock Render state WINED3D_RS_MONOENABLE not implemented yet. 0024:fixme:d3d:wined3d_device_apply_stateblock Render state WINED3D_RS_SUBPIXEL not implemented yet. 0120:fixme:d3d:state_linepattern_w Setting line patterns is not supported in OpenGL core contexts. -- 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.
https://bugs.winehq.org/show_bug.cgi?id=16154 --- Comment #27 from temp82(a)luukku.com --- still fails wine 9.7. -- 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.
participants (2)
-
wine-bugs@winehq.org -
WineHQ Bugzilla