http://bugs.winehq.org/show_bug.cgi?id=18780
Summary: Magic The Gathering Online III doesn't run Product: Wine Version: 1.1.22 Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: divided.mind@gmail.com
Created an attachment (id=21551) --> (http://bugs.winehq.org/attachment.cgi?id=21551) backtrace of running Renamer.exe
As of wine-1.1.22-365-g1643679 I can't get MTGO3 to run. With a fresh wine prefix it installs fine and then crashes when starting. I'll attach a backtrace.
Identical errors show when running other game binaries. I'll try to test with other wine versions shortly.
http://bugs.winehq.org/show_bug.cgi?id=18780
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #21551|application/octet-stream |text/plain mime type| |
http://bugs.winehq.org/show_bug.cgi?id=18780
Vitaliy Margolen vitaliy@kievinfo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |dotnet
--- Comment #1 from Vitaliy Margolen vitaliy@kievinfo.com 2009-06-04 19:52:08 ---
$ WINEPREFIX=/home/divide/games/mtgo3 wine Renamer.exe
...
00000024 (D) Z:\home\divide\games\mtgo3.game\Renamer.exe
Why isn't it properly installed under Wine?
http://bugs.winehq.org/show_bug.cgi?id=18780
--- Comment #2 from Rafał Rzepecki divided.mind@gmail.com 2009-06-04 19:58:46 --- (In reply to comment #1)
$ WINEPREFIX=/home/divide/games/mtgo3 wine Renamer.exe
...
00000024 (D) Z:\home\divide\games\mtgo3.game\Renamer.exe
Why isn't it properly installed under Wine?
Before reporting I've tried to make it run somehow, cleaning the prefix and reinstalling several times; the installation takes awfully long time and I've found that it doesn't really care one way or the other whether it was installed, as long as it's run from its root directory, so I just copied the game tree away from the prefix and stopped installing after each clean prefix.
Same thing happens in standard install, though.
http://bugs.winehq.org/show_bug.cgi?id=18780
Ken Sharp kennybobs@o2.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download URL| |http://mtgoinstaller1.onlin | |egaming.wizards.com/mtgov3/ | |MTGOIII_Helper.exe
http://bugs.winehq.org/show_bug.cgi?id=18780
Louis Lenders xerox_xerox2000@yahoo.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |xerox_xerox2000@yahoo.co.uk
--- Comment #3 from Louis Lenders xerox_xerox2000@yahoo.co.uk 2009-06-05 12:16:00 --- Unhandled Exception: System.NullReferenceException: Object reference not set to an instance of an object. at System.Resources.ResourceManager.GetSatelliteAssembliesFromConfig() at System.Resources.ResourceManager.TryLookingForSatellite(CultureInfo lookForCulture)
According to the Appdb (.net 2.0) this is due to missing l_int.nls. This suggests you didn't install dotnet 2.0 with winetricks, and the bug is likely invalid. Rafal, how did you install dotnet20?
http://bugs.winehq.org/show_bug.cgi?id=18780
--- Comment #4 from Rafał Rzepecki divided.mind@gmail.com 2009-06-05 12:21:37 --- (In reply to comment #3)
Unhandled Exception: System.NullReferenceException: Object reference not set to an instance of an object. at System.Resources.ResourceManager.GetSatelliteAssembliesFromConfig() at System.Resources.ResourceManager.TryLookingForSatellite(CultureInfo lookForCulture)
According to the Appdb (.net 2.0) this is due to missing l_int.nls. This suggests you didn't install dotnet 2.0 with winetricks, and the bug is likely invalid. Rafal, how did you install dotnet20?
You're quite right, I didn't. The MTGO3 installer comes with a dotnet redistributable installer and I figured that I needn't install it again. My bad; but shouldn't it work like that anyway?
http://bugs.winehq.org/show_bug.cgi?id=18780
Louis Lenders xerox_xerox2000@yahoo.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID
--- Comment #5 from Louis Lenders xerox_xerox2000@yahoo.co.uk 2009-06-05 14:35:56 ---
You're quite right, I didn't. The MTGO3 installer comes with a dotnet redistributable installer and I figured that I needn't install it again. My bad; but shouldn't it work like that anyway?
Yes it should, but the l_intl.nls file is missing in wine, and not included in the .net installer. That is a bug , but already reported in bugzilla. I'll resolve this one as invalid. Feel free to reopen if the issue remains after the 'winetricks dotnet20' run
http://bugs.winehq.org/show_bug.cgi?id=18780
Louis Lenders xerox_xerox2000@yahoo.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #6 from Louis Lenders xerox_xerox2000@yahoo.co.uk 2009-06-05 14:36:19 --- closes