While you're here, please consider supporting GamingOnLinux on:
Reward Tiers:
Patreon. Plain Donations:
PayPal.
This ensures all of our main content remains totally free for everyone! Patreon supporters can also remove all adverts and sponsors! Supporting us helps bring good, fresh content. Without your continued support, we simply could not continue!
You can find even more ways to support us on this dedicated page any time. If you already are, thank you!
Reward Tiers:
This ensures all of our main content remains totally free for everyone! Patreon supporters can also remove all adverts and sponsors! Supporting us helps bring good, fresh content. Without your continued support, we simply could not continue!
You can find even more ways to support us on this dedicated page any time. If you already are, thank you!
Login / Register
- Nexus Mods retire their in-development cross-platform app to focus back on Vortex
- Canonical call for testing their Steam gaming Snap for Arm Linux
- Windows compatibility layer Wine 11 arrives bringing masses of improvements to Linux
- GOG plan to look a bit closer at Linux through 2026
- European Commission gathering feedback on the importance of open source
- > See more over 30 days here
- Weekend Players' Club 2026-01-16
- grigi - Venting about open source security.
- LoudTechie - Welcome back to the GamingOnLinux Forum
- simplyseven - A New Game Screenshots Thread
- JohnLambrechts - Will you buy the new Steam Machine?
- mr-victory - See more posts
How to setup OpenMW for modern Morrowind on Linux / SteamOS and Steam Deck
How to install Hollow Knight: Silksong mods on Linux, SteamOS and Steam Deck
I hope someone, who knows Wine well, can download the client from the link, run the game (past the login) and see if it's platinum rating still or not. I will be waiting eagerly for feedback, thanks.
Do your own work, you might learn something new in the process.
That kind of statement does nothing for me and you'd have done me a huge favor by not posting at all. I'm sorry if that comes off as rude but if I knew what I was doing I wouldn't be asking for help.
For anyone who is willing to help me out; I ran Lubuntu 16.04.1 LTS through a liveusb, installed Wine there and ran the game's setup. However I came across error with launching it. I didn't note it down but I can go back and repeat steps to get it if necessary.
Also, asking people to do something that sounds like you're quite capable of testing yourself on a proper install is likely to get a backlash. It's generally better to ask if anyone has tried it, not to ask people to do it for you.
Anyway I tried it and it doesn't seem to work on a fresh Wine install. Don't know why and don't have time to look into it further.
In any case thank you for trying on your system. I'll let you know if I can manage to make it work, I doubt it though as I am not that capable as you may think. Thanks once more!
[28.01.2017 22.40.06] System.TypeInitializationException: The type initializer for 'RuntimePolicyHelper' threw an exception. ---> System.NotImplementedException: The method or operation is not implemented.
at System.Runtime.InteropServices.Marshal.ThrowExceptionForHR (Int32 errorCode) <0x1ee7c20 + 0x0002b> in <filename unknown>:0
at (wrapper cominterop) Client.Program+RuntimePolicyHelper+ICLRRuntimeInfo:BindAsLegacyV2Runtime ()
at (wrapper cominterop-invoke) Client.Program+RuntimePolicyHelper+ICLRRuntimeInfo:BindAsLegacyV2Runtime ()
at Client.Program+RuntimePolicyHelper..cctor () <0x1ee3b08 + 0x000fd> in <filename unknown>:0
--- End of inner exception stack trace ---
at Client.Program.Main (System.String[] args) <0x1ee33a8 + 0x0007b> in <filename unknown>:0
[28.01.2017 22.41.28] System.TypeInitializationException: The type initializer for 'RuntimePolicyHelper' threw an exception. ---> System.NotImplementedException: The method or operation is not implemented.
at System.Runtime.InteropServices.Marshal.ThrowExceptionForHR (Int32 errorCode) <0x1ee5458 + 0x0002b> in <filename unknown>:0
at (wrapper cominterop) Client.Program+RuntimePolicyHelper+ICLRRuntimeInfo:BindAsLegacyV2Runtime ()
at (wrapper cominterop-invoke) Client.Program+RuntimePolicyHelper+ICLRRuntimeInfo:BindAsLegacyV2Runtime ()
at Client.Program+RuntimePolicyHelper..cctor () <0x1ee1340 + 0x000fd> in <filename unknown>:0
--- End of inner exception stack trace ---
at Client.Program.Main (System.String[] args) <0x1ee0be0 + 0x0007b> in <filename unknown>:0
Don't have any idea. If anyone is interested in pursuing this good luck.
Regardless of how things turned out, thanks for your feedback on the error tuubi. If I get chance to tackle the error I will at least know where to start.
I hope that you will find a way to make it work.
Initially I thought WINE itself was enough to run games. But if we need to install other packages through Winetricks then I think that's possibly what's hindering the game from running, as I need .NET 3.5 and 4.5.
As a way to get help with what Im doing wrong ill go through commands.
Make a 32bit prefix:
WINEARCH=win32 WINEPREFIX=~/If I understand correctly this will create the prefix folder "win32" in current users home directory among the other folders such as documents, downloads, desktop etc.
Second step, use the prefix:
export WINEPREFIX=~/win32wine winecfg
Is this correct? I tried and failed badly many times now. I don't have access to a Linux pc atm but the challenge to make this game run has made me determined to try once again.
WINEPREFIX="$HOME/wine32" WINEARCH=win32 wine winebootThis creates a new wine prefix in the directory "wine32" in your home. You can use whatever name you want for the directory of course. Then any time you want to run wine (or winecfg) using that prefix, prepend WINEPREFIX="$HOME/wine32" to your command line like this:
WINEPREFIX="$HOME/wine32" wine winecfgYou can only select the prefix in the winetricks UI if you create it under ~/.local/share/wineprefixes/ I think, but just run winetricks in the same way as wine above to use the 32-bit prefix as default. I hope this helps.
Also the website of the game is plainly admitting to be a "Pirate server" and using copyrighted assets without permission... ¯\_(ツ)_/¯
@Nemo Thank you for taking time to try. As for the server, its a private one. Whether what they are doing is right or wrong is not to for me to judge. I'm trying to make the game run because that's only thing holding my friend from switching to Linux.