http://bugs.winehq.org/show_bug.cgi?id=22613
Summary: dotnetfx 2.0 is not detected by a program Product: Wine Version: 1.1.42 Platform: x86-64 OS/Version: Linux Status: UNCONFIRMED Severity: major Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: donnajj@vcu.edu
Razor, a tool for Ultima Online that uses the .net Framework 2.0 no longer detects .net Framework 2.0 installation when running the installer. It is detected in versions prior to 1.1.42 and works properly, but it no longer works in newer versions of wine.
The software, if copied from a windows install or installed prior to upgrading wine to 1.1.42 says that c:/windows/Microsoft.NET/Framework/v2.0.50727/mscorwks.dll could not be initialized.
http://bugs.winehq.org/show_bug.cgi?id=22613
Vincent Povirk madewokherd@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID
--- Comment #1 from Vincent Povirk madewokherd@gmail.com 2010-05-06 19:11:45 --- This is intentional. Wine should provide a replacement for any .NET components needed to successfully complete the install and run the program (although it does not yet install a .NET runtime automatically; you'll need to install the Windows version of Mono).
http://bugs.winehq.org/show_bug.cgi?id=22613
Vincent Povirk madewokherd@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |UNCONFIRMED Resolution|INVALID |
--- Comment #2 from Vincent Povirk madewokherd@gmail.com 2010-05-06 19:26:42 --- On second thought, I think I may have read the thing I expected and not the thing you actually wrote. If so, sorry about that. Did you install dotnet20 before installing your program?
http://bugs.winehq.org/show_bug.cgi?id=22613
Vitaliy Margolen vitaliy@kievinfo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |regression Summary|dotnetfx 2.0 is not |Ultima Online tool Razor |detected by a program |does not detect net 2.0 Alias|net2.0regresson | Severity|major |normal
--- Comment #3 from Vitaliy Margolen vitaliy@kievinfo.com 2010-05-06 22:32:45 --- http://bugs.winehq.org/page.cgi?id=fields.html#bug_severity
Please perform regression testing as described here: http://wiki.winehq.org/RegressionTesting
http://bugs.winehq.org/show_bug.cgi?id=22613
ahmekrealty@yahoo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |ahmekrealty@yahoo.com
--- Comment #4 from ahmekrealty@yahoo.com 2010-05-13 20:28:41 --- I have had this problem as well have tried installing .net and mono with no success. When I try and install Razor I get a error message that says "Razor requires .net framework in order to run..."
http://bugs.winehq.org/show_bug.cgi?id=22613
tagliafinal@hotmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |tagliafinal@hotmail.com
--- Comment #5 from tagliafinal@hotmail.com 2010-06-17 20:13:08 --- i have the same problem. I have dotnet20 installed. (i cant install dotnet20sp2 )
http://bugs.winehq.org/show_bug.cgi?id=22613
--- Comment #6 from Andrew Nguyen arethusa26@gmail.com 2010-06-17 20:18:55 --- The regression test still needs to be performed.
http://bugs.winehq.org/show_bug.cgi?id=22613
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords|regression |download, Installer URL| |http://www.runuo.com/razor/ | |Razor_Latest.exe CC| |focht@gmx.net Component|-unknown |mscoree
--- Comment #7 from Anastasius Focht focht@gmx.net 2010-08-05 14:23:24 --- Hello,
can't reproduce this with wine-1.3.0-166-g277040d Razor "old" and "latest" version install fine with 'winetricks dotnet20' prerequisite.
Latest: http://www.runuo.com/razor/Razor_Latest.exe Old: http://www.runuo.com/razor/Razor_Old.exe
Either you have a tainted WINEPREFIX and used Mono-only WINEPREFIX which obviously misses registry data the installer checks for:
--- snip --- 0026:Call advapi32.RegOpenKeyExA(80000002,0040a380 "Software\Microsoft\.NETFramework",00000000,00020019,0064e6c8) ret=00402b2e 0026:Ret advapi32.RegOpenKeyExA() retval=00000000 ret=00402b2e 0026:Call KERNEL32.lstrcpynA(0040a780,0042db00 "InstallRoot",00000400) ret=00405a1f 0026:Ret KERNEL32.lstrcpynA() retval=0040a780 ret=00405a1f 0026:Call advapi32.RegQueryValueExA(00000044,0040a780 "InstallRoot",00000000,0064e884,00430000,0064e874) ret=004023e5 0026:Ret advapi32.RegQueryValueExA() retval=00000002 ret=004023e5 ... 0026:Call KERNEL32.lstrcpynA(0040a780,0042db00 "Razor requires the .NET framework in order to run.\nTo install it, please visit Microsoft Windows Update (windowsupdate.microsoft.com)\n\nRazor installation cannot continue.",00000400) ret=00405a1f 0026:Ret KERNEL32.lstrcpynA() retval=0040a780 ret=00405a1f 0026:Call user32.MessageBoxIndirectA(004091d8) ret=0040532e --- snip ---
Also the v2 policy data is inconsistent with Wine's folder structure (e.g. ngen location), hence a second (FindFile-based) check fails.
Regards
http://bugs.winehq.org/show_bug.cgi?id=22613
Louis Lenders xerox_xerox2000@yahoo.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED CC| |xerox_xerox2000@yahoo.co.uk Resolution| |FIXED
--- Comment #8 from Louis Lenders xerox_xerox2000@yahoo.co.uk 2010-08-24 11:56:28 --- This is fixed by d57f3886932aa223dfac3215a08fe017cdd2b126
tested both with mono and dotnet20 on a clean .wine, and the installer runs fine to completion
http://bugs.winehq.org/show_bug.cgi?id=22613
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #9 from Alexandre Julliard julliard@winehq.org 2010-09-03 14:05:45 CDT --- Closing bugs fixed in 1.3.2.
http://bugs.winehq.org/show_bug.cgi?id=22613
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |d57f3886932aa223dfac3215a08 | |fe017cdd2b126