http://bugs.winehq.org/show_bug.cgi?id=26272
Summary: Unity3D - Can't create a project Product: Wine Version: 1.3.14 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: congelli501@gmail.com
At first lunch, Unity make us create a new project, but when we select a directory to save the project into, we have an error message : "Specified path is not valid (should be a name of non existing or empty directory)."
Log : No error message appears in console when selecting a directory.
Version : Unity 3.2 (Free version) Link : http://unity3d.com/
http://bugs.winehq.org/show_bug.cgi?id=26272
Andrew H drewhef@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |drewhef@gmail.com
--- Comment #1 from Andrew H drewhef@gmail.com 2011-04-13 00:59:19 CDT --- Here is a workaround I found, it is kind of a hack but it gets you working without destroying any of the meta data that the unity IDE needs to operate.
1. Copy over any existing unity project and rename the folder. 2. Load up the new folder. 3. DELETE everything except the standard assets folder from the hierarchy and the project tabs. 4. Import assets you want, and start developing.
Like I said, this is a mild hack, but it works. If you can't create a project just copy another one and delete everything in it.
With the unity installation you get the bootcamp example which is what I used to create an empty project.
Hope this helps.
http://bugs.winehq.org/show_bug.cgi?id=26272
Ken Sharp kennybobs@o2.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download URL| |http://unity3d.com/unity/do | |wnload/download-windows Severity|normal |minor
http://bugs.winehq.org/show_bug.cgi?id=26272
Lockert Fredrick lockert.fredrick@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |lockert.fredrick@gmail.com
http://bugs.winehq.org/show_bug.cgi?id=26272
RevenantX doomrevx@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |doomrevx@gmail.com
http://bugs.winehq.org/show_bug.cgi?id=26272
Maciej Kacper Jagiełło maciej@jagiello.it changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |maciej@jagiello.it
--- Comment #2 from Maciej Kacper Jagiełło maciej@jagiello.it 2013-08-07 05:19:59 CDT --- I can confirm on 3.5, 4.1 and 4.2 with wine 1.6.
http://bugs.winehq.org/show_bug.cgi?id=26272
darkandan@windowslive.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |darkandan@windowslive.com
http://bugs.winehq.org/show_bug.cgi?id=26272
Karsten Pedersen kpedersen@live.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |kpedersen@live.co.uk
--- Comment #3 from Karsten Pedersen kpedersen@live.co.uk 2013-09-26 06:49:57 CDT --- Remember that Unity provides basic command line functionality.
http://docs.unity3d.com/Documentation/Manual/CommandLineArguments.html
In particular, you can use -createProject <pathname> to create an empty project rather than mutilate an Angry Bots one.
http://bugs.winehq.org/show_bug.cgi?id=26272
--- Comment #4 from RevenantX doomrevx@gmail.com 2013-09-26 09:43:00 CDT --- You can create empty folder and open unity in that folder. It is not necessarily create project from unity. But you can click "Create Project" and unity create empty folder, then choose "Open Project" and choose new created folder (that created by unity)
http://bugs.winehq.org/show_bug.cgi?id=26272
--- Comment #5 from RevenantX doomrevx@gmail.com 2013-09-29 16:47:52 CDT --- Bug still exists in wine 1.7.3
http://bugs.winehq.org/show_bug.cgi?id=26272
Yanis Lux Pendrokar@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |Pendrokar@gmail.com
--- Comment #6 from Yanis Lux Pendrokar@gmail.com --- It is reported that Unity uses Internet Explorer in some views of its windows. Try installing Internet Explorer 8.
http://bugs.winehq.org/show_bug.cgi?id=26272
--- Comment #7 from Yanis Lukes Pendrokar@gmail.com --- Created attachment 49084 --> http://bugs.winehq.org/attachment.cgi?id=49084 Wine log for Unity project creation
Ran licensed Unity. Clicked Create project once and quit.
http://bugs.winehq.org/show_bug.cgi?id=26272
--- Comment #8 from Yanis Lukes Pendrokar@gmail.com --- Bug still exists in wine 1.7.22, 32 bit WINEARCH Operating system - Ubuntu Desktop 14.04 (64bit)
Installing Internet Explorer 8 works as a workaround.
http://bugs.winehq.org/show_bug.cgi?id=26272
Yanis Lukes Pendrokar@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Depends on| |36964
http://bugs.winehq.org/show_bug.cgi?id=26272
Doctor Jellyface doctorjellyface@outlook.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |doctorjellyface@outlook.com
--- Comment #9 from Doctor Jellyface doctorjellyface@outlook.com --- Confirmed here (both the bug and the thing about ie8).
Wine 1.7.22, Lubuntu 14.04 64 bit.
http://bugs.winehq.org/show_bug.cgi?id=26272
--- Comment #10 from Yanis Lukes Pendrokar@gmail.com --- Created attachment 49236 --> http://bugs.winehq.org/attachment.cgi?id=49236 Truncated log of error message.
Truncated log from the part where the folder name is mentioned and to the part where the error message pops.
http://bugs.winehq.org/show_bug.cgi?id=26272
--- Comment #11 from Yanis Lukes Pendrokar@gmail.com --- Created attachment 49237 --> http://bugs.winehq.org/attachment.cgi?id=49237 Truncated log of error message with IE8 installed.
Truncated log from the part where the folder name is mentioned and to a bit over the part where the error should have popped up.
http://bugs.winehq.org/show_bug.cgi?id=26272
--- Comment #12 from Yanis Lukes Pendrokar@gmail.com --- It seems the "shlwapi" component might be somehow relevant, since it doesn't show up at all in the WINEPREFIX where IE8 was installed. I used the same debug info for both, so debug information on shlwapi's should have showed up: WINEDEBUG=+relay,+seh,+tid
shlwapi's 'PathIsDirectoryEmptyW(...)' function is called right after creating the project folder.
http://bugs.winehq.org/show_bug.cgi?id=26272
Yanis Lukes Pendrokar@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #49236|Truncated log of error |Truncated debug trace of description|message. |error message.
http://bugs.winehq.org/show_bug.cgi?id=26272
Yanis Lukes Pendrokar@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #49237|Truncated log of error |Truncated debug trace of description|message with IE8 installed. |error message with IE8 | |installed.
http://bugs.winehq.org/show_bug.cgi?id=26272
Yanis Lukes Pendrokar@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #49237|Truncated debug trace of |Truncated debug trace of description|error message with IE8 |void error message with IE8 |installed. |installed.
http://bugs.winehq.org/show_bug.cgi?id=26272
--- Comment #13 from Yanis Lukes Pendrokar@gmail.com --- Yes "shlwapi.dll" is the one that sends incorrect or uncalled for assessment of folder status. I replaced the dummy/fake(so called in winetricks) shlwapi.dll with the one installed by IE8 on a different prefix and the error message nolonger pops up when creating a new project.
http://bugs.winehq.org/show_bug.cgi?id=26272
--- Comment #14 from Yanis Lukes Pendrokar@gmail.com --- Sorry for yet another comment and an extra email to the CC list, sad that there isn't a way to edit comments.
Forgot to mention that I also made a dll override on "shlwapi" to "native,builtin", otherwise no changes may be felt. Once tried setting it like that before replacing the dll, it made no difference.
https://bugs.winehq.org/show_bug.cgi?id=26272
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |shlwapi
http://bugs.winehq.org/show_bug.cgi?id=26272
--- Comment #15 from RevenantX doomrevx@gmail.com --- I found bug. I will try patch it.
http://bugs.winehq.org/show_bug.cgi?id=26272
--- Comment #16 from RevenantX doomrevx@gmail.com --- Created attachment 49246 --> http://bugs.winehq.org/attachment.cgi?id=49246 Fix.
http://bugs.winehq.org/show_bug.cgi?id=26272
RevenantX doomrevx@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #49246|0 |1 is obsolete| |
--- Comment #17 from RevenantX doomrevx@gmail.com --- Created attachment 49247 --> http://bugs.winehq.org/attachment.cgi?id=49247 Fix patch)
http://bugs.winehq.org/show_bug.cgi?id=26272
--- Comment #18 from RevenantX doomrevx@gmail.com --- Comment on attachment 49247 --> http://bugs.winehq.org/attachment.cgi?id=49247 Fix patch)
This can be optimized by check that in folder only two files fined ('.' and '..').
http://bugs.winehq.org/show_bug.cgi?id=26272
--- Comment #19 from Yanis Lukes Pendrokar@gmail.com --- Tested patch 49247.
Creating a new project on a non-existing path, works. Creating a new project on a already created project, works, message pops up. Though Unity already has this detection when you click on the tab, disableding the Create button.
Good work, hopefully this won't break other applications.
$ ./wine --version wine-1.7.23-82-g0703567
http://bugs.winehq.org/show_bug.cgi?id=26272
--- Comment #20 from RevenantX doomrevx@gmail.com --- (In reply to Yanis Lukes from comment #19)
Tested patch 49247.
Creating a new project on a non-existing path, works. Creating a new project on a already created project, works, message pops up. Though Unity already has this detection when you click on the tab, disableding the Create button.
Good work, hopefully this won't break other applications.
$ ./wine --version wine-1.7.23-82-g0703567
I tested FindFirstFile function on windows. And compared result to wine implemenation. Both returned '.' and '..' files. I don't think that it will break something
https://bugs.winehq.org/show_bug.cgi?id=26272
Sebastian Lackner sebastian@fds-team.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |sebastian@fds-team.de
--- Comment #21 from Sebastian Lackner sebastian@fds-team.de --- Should be fixed with: http://source.winehq.org/git/wine.git/commit/8758a8a671c14d4e4c1303ea9dacd5e...
https://bugs.winehq.org/show_bug.cgi?id=26272 Bug 26272 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=26272
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |8758a8a671c14d4e4c1303ea9da | |cd5e7066e5475 Status|UNCONFIRMED |RESOLVED CC| |focht@gmx.net Resolution|--- |FIXED Summary|Unity3D - Can't create a |Unity3D 3.x/4.x - Can't |project |create a project
--- Comment #22 from Anastasius Focht focht@gmx.net --- Hello folks,
confirming, this is fixed by commit http://source.winehq.org/git/wine.git/commitdiff/8758a8a671c14d4e4c1303ea9da...
Thanks Michael and RevenantX for his initial effort/patch.
Tested with Unity 3D 4.6.1
Download: http://netstorage.unity3d.com/unity/UnitySetup-4.6.1.exe
(needs 'winetricks -q dotnet35' prerequisite in clean 32-bit WINEPREFIX if Wine-Mono not present, also installs .NET Framework 4.0 client profile on its own).
$ sha1sum UnitySetup-4.6.1.exe e0fb5e2d653024d4981dce42aaff473943f1f283 UnitySetup-4.6.1.exe
$ du -sh UnitySetup-4.6.1.exe 1.3G UnitySetup-4.6.1.exe
$ wine --version wine-1.7.34-60-gd6450cf
Regards
https://bugs.winehq.org/show_bug.cgi?id=26272
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #23 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 1.7.35.
https://bugs.winehq.org/show_bug.cgi?id=26272
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- URL|http://unity3d.com/unity/do |https://web.archive.org/web |wnload/download-windows |/20150320184541/http://nets | |torage.unity3d.com/unity/Un | |itySetup-4.6.1.exe