http://bugs.winehq.org/show_bug.cgi?id=27197
Summary: Russian Fishing game not starting Product: Wine Version: 1.3.20 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: mscoree AssignedTo: [email protected] ReportedBy: [email protected]
Russian Fishing game not starting. It just says: fixme:mscoree:get_runtime_info unsupported startup flags 2
http://bugs.winehq.org/show_bug.cgi?id=27197
Alexei Slepov [email protected] changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download Priority|P2 |P3 URL| |http://download.rus-fishsof | |t.ru/download/RussianFishin | |gSetupLite.exe
http://bugs.winehq.org/show_bug.cgi?id=27197
--- Comment #1 from Vincent Povirk [email protected] 2011-05-17 11:45:13 CDT --- That message is probably harmless, but I'll look into this anyway just in case mscoree is involved.
http://bugs.winehq.org/show_bug.cgi?id=27197
--- Comment #2 from Vincent Povirk [email protected] 2011-05-19 16:27:00 CDT --- Yep, this is definitely an mscoree/Mono bug. The program was trying to load a runtime without specifying a version, and we were rejecting the request. I've sent a patch for that particular function to accept a NULL version, as windows seems to accept it.
It goes on to really use the .NET embedding API, and I've got it to a point where it gets a _AppDomain interface for the default domain and then tries to do... something with it. I'm not sure exactly what it's trying to do because I don't think Mono has a correct vtable for that interface. I'll need to write some tests for that.
For now, I guess use native .NET 2.0.
http://bugs.winehq.org/show_bug.cgi?id=27197
Louis Lenders [email protected] changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW CC| |[email protected] Ever Confirmed|0 |1
--- Comment #3 from Louis Lenders [email protected] 2011-08-19 12:28:43 CDT --- Confirmed by Vincent (comment 2)
http://bugs.winehq.org/show_bug.cgi?id=27197
Alexei Slepov [email protected] changed:
What |Removed |Added ---------------------------------------------------------------------------- URL|http://download.rus-fishsof |http://download.rus-fishsof |t.ru/download/RussianFishin |t.ru/download/RussianFishin |gSetupLite.exe |gSetupOffline.exe
--- Comment #4 from Alexei Slepov [email protected] 2011-09-17 04:36:51 CDT --- It is still an issue in wine 1.3.28.
http://bugs.winehq.org/show_bug.cgi?id=27197
--- Comment #5 from Alexei Slepov [email protected] 2012-04-10 13:23:32 CDT --- It is still an issue in wine 1.4. The game is runnable with help of winetricks (dotnet20).
https://bugs.winehq.org/show_bug.cgi?id=27197
--- Comment #6 from Austin English [email protected] --- Created attachment 49021 --> https://bugs.winehq.org/attachment.cgi?id=49021 backtrace
Still in 1.7.22.
https://bugs.winehq.org/show_bug.cgi?id=27197
Teras [email protected] changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected]
--- Comment #7 from Teras [email protected] --- Still an issue with mono
wine 1.7.36
https://bugs.winehq.org/show_bug.cgi?id=27197
--- Comment #8 from Vincent Povirk [email protected] --- With wine-mono-4.8.1 I get System.Runtime.InteropServices.MarshalDirectiveException: [MarshalAs] attribute required to marshal arrays to managed code. at (wrapper native-to-managed) System._AppDomain.Load(intptr,intptr,intptr)
https://bugs.winehq.org/show_bug.cgi?id=27197
Anastasius Focht [email protected] changed:
What |Removed |Added ---------------------------------------------------------------------------- URL|http://download.rus-fishsof |https://web.archive.org/web |t.ru/download/RussianFishin |/20190404211705/http://down |gSetupOffline.exe |load.rus-fishsoft.ru/downlo | |ad/RussianFishingSetupOffli | |ne.exe Summary|Russian Fishing game not |Russian Fishing 3 (.NET 2.0 |starting |game) fails to run with | |Wine-Mono, reports | |System.Runtime.InteropServi | |ces.MarshalDirectiveExcepti | |on CC| |[email protected]
--- Comment #9 from Anastasius Focht [email protected] --- Hello folks,
adding stable download link via Internet Archive.
--- snip --- $ pwd /home/focht/.wine/drive_c/Games/RF3.Offline
$ tree --charset=ANSI -L 1 . |-- Data |-- EULA.doc |-- Help |-- Images |-- Profiles |-- RF2MapEditor.exe |-- RF3.exe |-- Sound |-- unins000.dat |-- unins000.exe |-- unins000.msg `-- Updater.exe
5 directories, 7 files
$ find . -type f ( -iname "*.dll" -or -iname "*.exe" ) | xargs -i file {} | grep assembly | cut -f1 -d: | xargs -IX sh -c "echo "X" && (hexdump -C "X" | grep BSJB -B0 -C2)"
./Updater.exe 00038930 ae 42 60 82 0b 00 00 00 42 53 4a 42 01 00 01 00 |.B`.....BSJB....| 00038940 00 00 00 00 0c 00 00 00 76 32 2e 30 2e 35 30 37 |........v2.0.507| 00038950 32 37 00 00 00 00 05 00 6c 00 00 00 58 41 00 00 |27......l...XA..|
./RF2MapEditor.exe 00019560 42 53 4a 42 01 00 01 00 00 00 00 00 0c 00 00 00 |BSJB............| 00019570 76 32 2e 30 2e 35 30 37 32 37 00 00 00 00 05 00 |v2.0.50727......| 00019580 6c 00 00 00 34 31 00 00 23 53 74 72 69 6e 67 73 |l...41..#Strings| --- snip ---
$ sha1sum RussianFishingSetupOffline.exe 7dd2aceeb5058edb4dc2fb39a9db87f1f6753673 RussianFishingSetupOffline.exe
$ du -sh RussianFishingSetupOffline.exe 275M RussianFishingSetupOffline.exe
$ wine --version wine-4.5-185-g17056908ac
Regards
https://bugs.winehq.org/show_bug.cgi?id=27197
--- Comment #10 from Gijs Vermeulen [email protected] --- Still present with wine-5.21-129-g9c069476786.
Output is still the same as in Comment #8.
https://bugs.winehq.org/show_bug.cgi?id=27197
Esme Povirk [email protected] changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected]