[Bug 34161] New: Unreal engine 3 installation crashes
http://bugs.winehq.org/show_bug.cgi?id=34161 Bug #: 34161 Summary: Unreal engine 3 installation crashes Product: Wine Version: 1.6 Platform: x86 URL: http://www.unrealengine.com/udk/ OS/Version: Mac OS X Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs(a)winehq.org ReportedBy: macmolder(a)gmail.com Classification: Unclassified Created attachment 45449 --> http://bugs.winehq.org/attachment.cgi?id=45449 termout from installation of unreal development kit I installed wine 1.6 for fresh new mac as instructed in http://wiki.winehq.org/MacOSX/Building#head-f6eb9d865f21b525ac313d62cbb73ca3... Then I tried to install Unreal Development Kit as instructed in : http://appdb.winehq.org/objectManager.php?sClass=version&iId=27693 But winetrics fails : ./winetricks dotnet40 d3dx9 ------------------------------------------------------ wine cmd.exe /c echo '%ProgramFiles%' returned unexpanded string '%ProgramFiles%' ... can be caused a corrupt wineprefix, an old wine, or by not owning /Users/mac/.wine -------------------------------- I also tried to install without them, but received a lot of errors, a log of termout is attached. winecfg and regedit do work fine. This is clean prefix. -- 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=34161 --- Comment #1 from Austin English <austinenglish(a)gmail.com> 2013-07-29 17:57:19 CDT --- err:macdrv:process_attach Failed to start Cocoa app main loop err:module:load_builtin_dll failed to load .so lib for builtin L"winex11.drv": dlopen(/opt/local/lib/wine/winex11.drv.so, 258): no suitable image found. Did find: /opt/local/lib/wine/winex11.drv.so: out of address space sounds like your system has deeper issues.. -- 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=34161 --- Comment #2 from Mac Molder <macmolder(a)gmail.com> 2013-07-30 03:07:26 CDT --- Please clarify what do you mean by deeper issues. I followed the install instructions for macports and everything was ok. wine's standard tools work fine, only UDK installation fails. The symptomps are the same as in bug #22722. This is mac mini 2012 with mac os 10.8.4 with 4gb of memory. System is 64 bit. Intel HD Graphics 4000 512 MB. 2Ghz Intel core i5. Other sw like (native) blender and unity have been running fine for quite some time. This is first install of wine for this machine. Using windows 7 mode. UDK Software requirements : Windows XP SP3 (32-bit only), Windows Vista, or Windows 7 2.0+ GHz processor 2 GB system RAM SM3-compatible video card 3 GB free hard drive space -- 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=34161 --- Comment #3 from Mac Molder <macmolder(a)gmail.com> 2013-07-30 03:15:16 CDT --- Just out of curiosity I tried with vista and allocation error disappeas. Otoh, it crashes still because winetrics fails. This looks like it is related to win7 only. I attach also vista termout 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=34161 Mac Molder <macmolder(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #45449|termout from installation |termout from installation description|of unreal development kit |of unreal development kit | |with windows 7 mode -- 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=34161 --- Comment #4 from Mac Molder <macmolder(a)gmail.com> 2013-07-30 03:16:56 CDT --- Created attachment 45452 --> http://bugs.winehq.org/attachment.cgi?id=45452 termout of installing unreal development kit with vista mode -- 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=34161 --- Comment #5 from Mac Molder <macmolder(a)gmail.com> 2013-07-30 10:52:20 CDT --- I tried with crossover. Installation in it says : Installation Failed: Your video card must support at least Shader Model 3. Installer will now exit. So wine at least fails the detection of missing the SM3 in Intel HD Graphics 4000. It does not of course help me because the installation would fail anyway as I dont have a valid GPU. If you want, you can close this as invalid or if you want to keep this open as a bug of indicating the failure to detect GPU correctly, I can provide more info. -- 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=34161 --- Comment #6 from Mac Molder <macmolder(a)gmail.com> 2013-07-30 13:34:07 CDT --- I take my words back. I found out the cause. Kind of... If the regedit variable Direct3D/UseGLSL does not exist and the program to be installed uses Shader Model 3, .wine directory gets corrupted. To fix this: 1. remove .wine 2. regedit (wine mono is now installed) 3. create HKEY_CURRENT_USER/Software/Wine/Direct3D/UseGLSL and set it to enabled Now the installation proceeds : winecfg set to Windows 7 wine UDKInstall-2013-07.exe Unreal logo is displayed Crashes on : fixme:mscoree:CLRMetaHost_GetRuntime Unrecognized version L"v4.0.20926" To fix this, as indicated in .Net 4.0 in apps db one would need to install : ./winetrics dotnet40 However, it needs to have native mscoree.dll, that I have no way to obtain :( -- 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=34161 Marty Rand <marsedge95(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |marsedge95(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=34161 --- Comment #7 from Marty Rand <marsedge95(a)gmail.com> 2013-10-24 15:07:43 CDT --- I can confirm the mscoree crash on Fedora 19 x64 with Wine 1.7.3 fixme:mscoree:CLRMetaHost_GetRuntime Unrecognized version L"v4.0.20926" -- 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=34161 roger(a)mailinator.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |roger(a)mailinator.com --- Comment #8 from roger(a)mailinator.com --- Direct download link obtained from winehq page which was mentioned here download.udk.com/UDKInstall-2013-02-BETA.exe 1.9 Gb -- 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=34161 Andrey Gusev <andrey.goosev(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Component|-unknown |mscoree Summary|Unreal engine 3 |Unreal engine 3 |installation crashes |installation crashes (needs | |native .NET 4.0) Ever confirmed|0 |1 --- Comment #9 from Andrey Gusev <andrey.goosev(a)gmail.com> --- Confirming in 1.7.37 fixme:mscoree:get_runtime Unrecognized version L"v4.0.20926" Works with native dotnet40. -- 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=34161 Mac Molder <macmolder(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |ABANDONED --- Comment #10 from Mac Molder <macmolder(a)gmail.com> --- UDK4 has been out for quite some time now and it has native Mac OS tools. I dont need UDK3 any more. Closing as abandoned. -- 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=34161 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #11 from Austin English <austinenglish(a)gmail.com> --- Closing. -- 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