http://bugs.winehq.org/show_bug.cgi?id=18061
Summary: Unity Indie Trial Editor window contents not drawn Product: Wine Version: 1.1.19 Platform: Other URL: http://unity3d.com/unity/download OS/Version: other Status: NEW Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: jeffz@jeffz.name
Created an attachment (id=20461) --> (http://bugs.winehq.org/attachment.cgi?id=20461) terminal output
following on from bug 18059
Install the application, wmp9, attempt to start it, click Try, the IDE opens but the window contents are not drawn. Output attached.
http://bugs.winehq.org/show_bug.cgi?id=18061
Jeff Zaroyko jeffz@jeffz.name changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download
http://bugs.winehq.org/show_bug.cgi?id=18061
--- Comment #1 from Jeff Zaroyko jeffz@jeffz.name 2009-04-15 17:09:43 --- This could be related...
err:wgl:internal_SetPixelFormat Couldn't set format of the window, returning failure err:d3d:CreateContext SetPixelFormat failed on HDC=0x1470 for iPixelFormat=3 err:d3d:IWineD3DDeviceImpl_CreateSwapChain Failed to create a new context fixme:d3d:IWineD3DDeviceImpl_CreateSwapChain (0x171538) Something's still holding the front buffer fixme:d3d9:IDirect3DDevice9Impl_CreateAdditionalSwapChain (0x145398) call to IWineD3DDevice_CreateSwapChain failed fixme:d3d:WineD3D_ChoosePixelFormat Add OpenGL context recreation support to SetDepthStencilSurface
http://bugs.winehq.org/show_bug.cgi?id=18061
--- Comment #2 from Jeff Zaroyko jeffz@jeffz.name 2009-04-15 17:10:47 --- Created an attachment (id=20467) --> (http://bugs.winehq.org/attachment.cgi?id=20467) +wgl,+d3d
http://bugs.winehq.org/show_bug.cgi?id=18061
--- Comment #3 from Jeff Zaroyko jeffz@jeffz.name 2009-04-16 07:48:14 --- after adding some traces, I can see that:
set_win_format seems to return FALSE early
if (!(data = X11DRV_get_win_data(hwnd)) && !(data = X11DRV_create_win_data(hwnd))) return FALSE;
X11DRV_get_win_data returns NULL because XFindContext fails X11DRV_create_win_data fails at "if (parent != GetDesktopWindow() && !GetAncestor( parent, GA_PARENT )) return NULL;"
http://bugs.winehq.org/show_bug.cgi?id=18061
Jon Dufresne jon.dufresne@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |jon.dufresne@gmail.com
http://bugs.winehq.org/show_bug.cgi?id=18061
free4machine free4machine@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |free4machine@gmail.com
--- Comment #4 from free4machine free4machine@gmail.com 2009-09-21 19:05:44 --- (In reply to comment #3)
after adding some traces, I can see that:
set_win_format seems to return FALSE early
if (!(data = X11DRV_get_win_data(hwnd)) && !(data = X11DRV_create_win_data(hwnd))) return FALSE;
X11DRV_get_win_data returns NULL because XFindContext fails X11DRV_create_win_data fails at "if (parent != GetDesktopWindow() && !GetAncestor( parent, GA_PARENT )) return NULL;"
HI, Jeff Zaroyko
I also got this error when trying to run Unity on ubuntu,
err:wgl:internal_SetPixelFormat Couldn't set format of the window, returning failure err:d3d:CreateContext SetPixelFormat failed on HDC=0x159c for iPixelFormat=3 err:d3d:IWineD3DDeviceImpl_CreateSwapChain Failed to create a new context
is the bug fixed now ?
Thanks.
http://bugs.winehq.org/show_bug.cgi?id=18061
--- Comment #5 from Jeff Zaroyko jeffz@jeffz.name 2009-09-22 01:38:21 --- (In reply to comment #4)
is the bug fixed now ?
Didn't you just test it?
http://bugs.winehq.org/show_bug.cgi?id=18061
--- Comment #6 from free4machine free4machine@gmail.com 2009-09-22 05:35:05 --- (In reply to comment #5)
(In reply to comment #4)
is the bug fixed now ?
Didn't you just test it?
I test it , it doesn't work yet.
And i went into wine's irc room (irc://irc.freenode.net/winehq) today, someone said that the bug is related to 'card detection', and there is no such bug in wine-1.1.28, i'm going to test it in wine-1.1.28.
I will send message to you if it works in wine-1.1.28.
and, what is your mail? 'jeffz@jeffz.name' ?
http://bugs.winehq.org/show_bug.cgi?id=18061
--- Comment #7 from Jeff Zaroyko jeffz@jeffz.name 2009-09-22 05:51:51 --- (In reply to comment #6)
(In reply to comment #5)
(In reply to comment #4)
is the bug fixed now ?
Didn't you just test it?
I test it , it doesn't work yet.
And i went into wine's irc room (irc://irc.freenode.net/winehq) today, someone said that the bug is related to 'card detection', and there is no such bug in wine-1.1.28, i'm going to test it in wine-1.1.28.
I will send message to you if it works in wine-1.1.28.
and, what is your mail? 'jeffz@jeffz.name' ?
Don't send me any email. This is bug report, not a forum. Please only post if the bug is still present in latest wine releases unless you have further information to add about fixing the bug. Otherwise you fill it up with noise.
http://bugs.winehq.org/show_bug.cgi?id=18061
Jeff Zaroyko jeffz@jeffz.name changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |congelli501@gmail.com
--- Comment #8 from Jeff Zaroyko jeffz@jeffz.name 2010-02-11 13:28:48 --- *** Bug 21681 has been marked as a duplicate of this bug. ***
http://bugs.winehq.org/show_bug.cgi?id=18061
--- Comment #9 from congelli501 congelli501@gmail.com 2010-02-12 10:57:41 --- Created an attachment (id=26231) --> (http://bugs.winehq.org/attachment.cgi?id=26231) Wine output, new one (v1.1.38)
http://bugs.winehq.org/show_bug.cgi?id=18061
--- Comment #10 from congelli501 congelli501@gmail.com 2010-02-18 04:21:04 --- About wine-1.1.28, it doesn't work too. This bug is still not resolved.
http://bugs.winehq.org/show_bug.cgi?id=18061
--- Comment #11 from ghisguth@gmail.com 2010-02-28 04:07:49 --- Created an attachment (id=26535) --> (http://bugs.winehq.org/attachment.cgi?id=26535) +wgl
bug still present in latest release
wine-1.1.39 ubuntu 9.10 Linux x61s 2.6.31-20-generic #57-Ubuntu SMP Mon Feb 8 09:02:26 UTC 2010 x86_64 GNU/Linux Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller (rev 0c)
http://bugs.winehq.org/show_bug.cgi?id=18061
--- Comment #12 from ghisguth@gmail.com 2010-04-16 13:34:51 --- Created an attachment (id=27382) --> (http://bugs.winehq.org/attachment.cgi?id=27382) dirty hack for intel GM965 to run Unity3d Editor
this wont work for everyone. i've tested this patch on radeon HD3600 with not success (i think if i was able to disable double-buffer this will solve problem on that platform). screen: http://picasaweb.google.ru/lh/photo/Y70kZrQdcHLhCzFPLgD8jQ?feat=embedwebsite
http://bugs.winehq.org/show_bug.cgi?id=18061
Massimiliano Mantione massimiliano.mantione@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |massimiliano.mantione@gmail | |.com
--- Comment #13 from Massimiliano Mantione massimiliano.mantione@gmail.com 2011-03-01 04:25:35 CST --- I am still affected by this bug, on Opensuse 11.3 with Wine 1.3.14 (if it matters, video card GeForce GTX 460M, NVIDIA Driver Version 260.19.29).
Which puzzles me, because the app is reported as "working" in the app database.
http://bugs.winehq.org/show_bug.cgi?id=18061
--- Comment #14 from butraxz@gmail.com 2013-06-30 09:12:15 CDT --- This ticket has not been updated for over 850 days.
Is this still an issue in wine version 1.6-rc4 or higher or is this to be closed as abandoned ?
http://bugs.winehq.org/show_bug.cgi?id=18061
--- Comment #15 from Jeff Zaroyko jeffz@jeffz.name 2013-08-08 04:02:08 CDT --- (In reply to comment #14)
This ticket has not been updated for over 850 days.
Is this still an issue in wine version 1.6-rc4 or higher or is this to be closed as abandoned ?
Try it and see. There's a download available, even if it's the newest version it's worth testing.
http://bugs.winehq.org/show_bug.cgi?id=18061
Leonardo José consoni_2519@hotmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |consoni_2519@hotmail.com
--- Comment #16 from Leonardo José consoni_2519@hotmail.com 2013-12-08 03:14:15 CST --- Still not working with Wine 1.7.8
http://bugs.winehq.org/show_bug.cgi?id=18061
--- Comment #17 from Bruno Jesus 00cpxxx@gmail.com 2013-12-08 07:58:55 CST --- (In reply to comment #16)
Still not working with Wine 1.7.8
Please attach a new log.
http://bugs.winehq.org/show_bug.cgi?id=18061
--- Comment #18 from Leonardo José consoni_2519@hotmail.com --- Created attachment 46868 --> http://bugs.winehq.org/attachment.cgi?id=46868 Running with wine 1.7.8
http://bugs.winehq.org/show_bug.cgi?id=18061
Yanis Lukes Pendrokar@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |Pendrokar@gmail.com
--- Comment #19 from Yanis Lukes Pendrokar@gmail.com --- Could this be the same bug that occurs with "named" timezones?
That is when Linux system's timezone is set as a "named" timezone (like "America/Sao Paulo"). Users who switch the timezone to another, which is not named and has only the GMT code, like 'GMT+3' say that this fixes their issue.
For Ubuntu/Debian users do: sudo dpkg-reconfigure tzdata In the menu that opens up, go down and choose "etc" and set right timezone code according to your location in GMT.
http://bugs.winehq.org/show_bug.cgi?id=18061
--- Comment #20 from Leonardo José consoni_2519@hotmail.com --- Starting with TZ=GMT+3 really works around the bug. Thanks so much for the tip
http://bugs.winehq.org/show_bug.cgi?id=18061
Yanis Lukes Pendrokar@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Depends on| |36964
http://bugs.winehq.org/show_bug.cgi?id=18061
--- Comment #21 from Bruno Jesus 00cpxxx@gmail.com --- (In reply to Leonardo José from comment #20)
Starting with TZ=GMT+3 really works around the bug. Thanks so much for the tip
In Brazil we currently hit bug 32916.
http://bugs.winehq.org/show_bug.cgi?id=18061
--- Comment #22 from Yanis Lukes Pendrokar@gmail.com --- When looking at the first three logs attached to this bug/issue, they don't seem to have the "Can't find matching timezone information in the registry for" error line, which makes the editor window blank. So this may not be the same issue as the timezone issue, but may still have the same result.
Then again we haven't received details from users in the CC list, if changing the timezone fixes their issue on whatever version of unity they are using. The lack of the same error message may be due to an old version of Wine.
https://bugs.winehq.org/show_bug.cgi?id=18061 Bug 18061 depends on bug 36964, which changed state.
Bug 36964 Summary: Unity3D crashes on startup license activation window (has workaround) https://bugs.winehq.org/show_bug.cgi?id=36964
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |FIXED
https://bugs.winehq.org/show_bug.cgi?id=18061
super_man@post.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |super_man@post.com
--- Comment #23 from super_man@post.com --- I am not sure if this bug has any real value anymore. People aren't really active. The download points to 5 version, which definitely wasnt the version used at report time.
https://bugs.winehq.org/show_bug.cgi?id=18061
Jon Dufresne jon.dufresne@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC|jon.dufresne@gmail.com |
https://bugs.winehq.org/show_bug.cgi?id=18061
--- Comment #24 from Yanis Lukes Pendrokar@gmail.com --- This is the URL to old Unity versions - http://unity3d.com/get-unity/download/archive
https://bugs.winehq.org/show_bug.cgi?id=18061
Jeff Zaroyko jeffz@jeffz.name changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |ABANDONED
--- Comment #25 from Jeff Zaroyko jeffz@jeffz.name --- Archived versions of unity on their website don't go back far enough. I don't have the original installer for this bug report. Abandoning.
https://bugs.winehq.org/show_bug.cgi?id=18061
Jeff Zaroyko jeffz@jeffz.name changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #26 from Jeff Zaroyko jeffz@jeffz.name --- Closing.