[Bug 34039] New: Unity Editor - Asset Store Broken
http://bugs.winehq.org/show_bug.cgi?id=34039 Bug #: 34039 Summary: Unity Editor - Asset Store Broken Product: Wine Version: 1.6-rc5 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs(a)winehq.org ReportedBy: d10sfan(a)gmail.com Classification: Unclassified Trying to use the asset store in Unity Editor dosen't work. The window comes up, but just shows gray. When I try and load the asset store, I get this in the console: err:wgl:interal_SetPixelFormat Couldn't set format of the window, returning failure err:d3d:context_create Failed to set pixel format on device context 0x21bc err:wgl:internal_SetPixelFormat Can't find a suitable iPixelFormat fixme:d3d:wine3d_get_format Can't find format WINED3DFMT_R24_UNORM_X8_TYPELESS (0x49) in the format lookup table fixme:d3d:getDepthStencilBits Unsupported depth/stencil format WINED3DFMT_UNKNOWN -- 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=34039 d.korkmazturk(a)gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |d.korkmazturk(a)gmail.com --- Comment #1 from d.korkmazturk(a)gmail.com --- I have the same problem with Arch Linux x86_64 and Wine 1.7.8 -- 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=34039 Rene Klacan <rene.klacan(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |rene.klacan(a)gmail.com --- Comment #2 from Rene Klacan <rene.klacan(a)gmail.com> --- I have the same problem with Gentoo and wine 1.6.x -- 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=34039 jeankleemann <jean(a)rino3.com.br> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jean(a)rino3.com.br --- Comment #3 from jeankleemann <jean(a)rino3.com.br> --- I have the same problem with Ubuntu 14.04 x86_64 and Wine 1.7.17 -- 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=34039 Yanis Lukes <Pendrokar(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |Pendrokar(a)gmail.com --- Comment #4 from Yanis Lukes <Pendrokar(a)gmail.com> --- Since cursor changes its icon when the mouse is over some parts of the gray area, it is thought that the Unity Asset Store page is loaded and that this is a Webkit problem. This wouldn't have been that much of an issue, if the asset direct links were not removed from the Asset Store. Though I bet that was probably done to avoid someone else from distributing packages. I have the same problem with Ubuntu 14.04 x86_64 and Wine 1.7.18 -- 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=34039 mariana <mariana.macias(a)hotmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mariana.macias(a)hotmail.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.
http://bugs.winehq.org/show_bug.cgi?id=34039 Doctor Jellyface <doctorjellyface(a)outlook.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |doctorjellyface(a)outlook.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.
http://bugs.winehq.org/show_bug.cgi?id=34039 --- Comment #5 from Doctor Jellyface <doctorjellyface(a)outlook.com> --- Same issue. Ubuntu 14.04 32 bit, Wine 1.7.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.
http://bugs.winehq.org/show_bug.cgi?id=34039 --- Comment #6 from Yanis Lukes <Pendrokar(a)gmail.com> --- Update: This is a visual error. I managed to log into the Asset Store and download a free asset. The import window works as normal and is visible. In the default Direct3D mode for Unity Editor, the Asset Store window shows up gray. In the forced OpenGL mode for Unity Editor, which crashes on standard Wine version, the Asset Store window shows up black. This same issue also occurs on Windows(even with interactive elements), which is sometimes fixed by unticking a "Use DirectX 11" checkbox, but no explanation has been given why that works. I have never had that option enabled when running with Wine. Also occurs on - Wine 1.7.22 -- 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=34039 Yanis Lukes <Pendrokar(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |36964 -- 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=34039 --- Comment #7 from Yanis Lukes <Pendrokar(a)gmail.com> --- Unity Editor uses its own internet browser using WebKit to display the Asset Store. It first opens the file with path: Data/Resources/loader.html This page uses Javascript to open the Asset Store page. Debugging can be done by editing this file and using the non-standard "console.log()" Javascript method, which prints to Unity console. navigator.appName - 'Netscape' navigator.appCodeName - 'Mozilla' navigator.appVersion - '5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533+ (KHTML, like Gecko) Unity/4.5.2f1 (http://unity3d.com)' Looks like a custom version of Safari, as Safari returns almost the same: navigator.appName - Netscape navigator.appCodeName - Mozilla navigator.appVersion - 5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.16 (KHTML, like Gecko) Version/5.0 Safari/533.16 But a Safari browser installed using winetricks draws its contents normally(winetricks only fixes a bug in Safari's preferences). -- 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=34039 dmx_50cent3(a)abv.bg changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dmx_50cent3(a)abv.bg -- 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=34039 Bug 34039 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 -- 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=34039 RevenantX <doomrevx(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |doomrevx(a)gmail.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=34039 Marty Rand <marsedge95(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |marsedge95(a)gmail.com --- Comment #8 from Marty Rand <marsedge95(a)gmail.com> --- The issue is still present on wine 1.7.35, Fedora 21 (not staging) -- 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=34039 essl.main(a)gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |essl.main(a)gmail.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.
participants (1)
-
wine-bugs@winehq.org