[Bug 29859] New: Renegade X fails to install because of .NET 4 problems
http://bugs.winehq.org/show_bug.cgi?id=29859 Bug #: 29859 Summary: Renegade X fails to install because of .NET 4 problems Product: Wine Version: 1.4-rc2 Platform: x86-64 URL: http://renxgame.com/ OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs(a)winehq.org ReportedBy: c_korn(a)gmx.de Classification: Unclassified Created attachment 38792 --> http://bugs.winehq.org/attachment.cgi?id=38792 wine-1.4-rc2_unpatched.log Game is free, download is free. Tested in a clean wine prefix The installation hangs because of some .NET4 problems as it seems for me. The command is just: wine UDKInstall-RenegadeX.exe But only the splash screen is shown and nothing else happens. The entire output of the command can be seen in the attached file wine-1.4-rc2_unpatched.log (The errors about winemenubuilder.exe are because I disabled it in winecfg). Thanks to some help in #winehq I got this patch which I applied (see dotnet4_patch.diff). This made wine to output: "wine: Install Mono 2.8 or greater for Windows to run .NET 4.0 applications." So I ran: winetricks mono210 And tried running with the patched wine again. The installation screen opens but during the installation there is an error shown in wine-1.4-rc2_patched_installation_error.log The output of the patched wine is in wine-1.4-rc2_patched.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=29859 Christoph Korn <c_korn(a)gmx.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |dotnet, download, Installer -- 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=29859 --- Comment #1 from Christoph Korn <c_korn(a)gmx.de> 2012-02-11 06:41:28 CST --- Created attachment 38793 --> http://bugs.winehq.org/attachment.cgi?id=38793 dotnet4_patch.diff -- 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=29859 --- Comment #2 from Christoph Korn <c_korn(a)gmx.de> 2012-02-11 06:42:05 CST --- Created attachment 38794 --> http://bugs.winehq.org/attachment.cgi?id=38794 wine-1.4-rc2_patched.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=29859 --- Comment #3 from Christoph Korn <c_korn(a)gmx.de> 2012-02-11 06:42:21 CST --- Created attachment 38795 --> http://bugs.winehq.org/attachment.cgi?id=38795 wine-1.4-rc2_patched_installation_error.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=29859 Anastasius Focht <focht(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords|dotnet | CC| |focht(a)gmx.net Component|-unknown |mscoree Summary|Renegade X fails to install |Renegade X fails to install |because of .NET 4 problems |with Mono 2.10 --- Comment #4 from Anastasius Focht <focht(a)gmx.net> 2012-02-11 14:19:24 CST --- Hello, the ame installs and starts fine with .NET Framework 4.0 prerequisite installed in clean WINEPREFIX ('winetricks -q dotnet40'). So this is obviously a Mono problem and not .NET Framework 4.0. Removing "dotnet" keyword and changing summary accordingly. $ ls -l UDKInstall-RenegadeX.exe -rwxrwxr-x. 1 focht focht 4183913219 Feb 11 20:56 UDKInstall-RenegadeX.exe $ sha1sum UDKInstall-RenegadeX.exe c5982a4148396999336d1f58e6dcd06ca271dd99 UDKInstall-RenegadeX.exe $ wine --version wine-1.4-rc2-122-g82612e8 Regards -- 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=29859 --- Comment #5 from Christoph Korn <c_korn(a)gmx.de> 2012-02-11 15:06:02 CST --- Ah, I did not have the trunk version of winetricks on my system. This is why I did not have the dotnet40 option. But with it the game installs fine and can be started. There are only some glitches here but this for another bug. Is Mono supported? Else I think this bug can be closed. -- 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=29859 Anastasius Focht <focht(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Renegade X fails to install |Renegade X fails to install |with Mono 2.10 |with Mono 2.10 (works with | |.NET Framework 4.0 | |prerequisite) --- Comment #6 from Anastasius Focht <focht(a)gmx.net> 2012-02-11 15:13:19 CST --- Hello Christoph, --- quote --- Is Mono supported? Else I think this bug can be closed. --- quote --- well for the sake of Mono guys it should be kept open. I adjusted the summary to reflect that .NET Framework 4.0 prerequisite works and Mono 2.10 not. Regards -- 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=29859 Alistair Leslie-Hughes <leslie_alistair(a)hotmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |leslie_alistair(a)hotmail.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=29859 Alistair Leslie-Hughes <leslie_alistair(a)hotmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |f67d34f7afd405811e25ecc8f46 | |468aa64eb9767 Status|UNCONFIRMED |RESOLVED Resolution| |FIXED --- Comment #7 from Alistair Leslie-Hughes <leslie_alistair(a)hotmail.com> 2012-03-16 16:10:13 CDT --- Fixed by http://source.winehq.org/git/wine.git/?a=commit;h=f67d34f7afd405811e25ecc8f4... -- 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=29859 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #8 from Alexandre Julliard <julliard(a)winehq.org> 2012-03-30 13:34:47 CDT --- Closing bugs fixed in 1.5.1. -- 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=29859 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|--- |1.4.x -- 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=29859 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|1.4.x |--- -- 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.
participants (1)
-
wine-bugs@winehq.org