Glyph/RIFT and WINE

Questions about Wine on Linux
Locked
hibba
Level 2
Level 2
Posts: 19
Joined: Mon May 23, 2011 12:27 am

Glyph/RIFT and WINE

Post by hibba »

Hi all,

I seem to be having troubles playing RIFT through WINE on Linux Mint (Haven't tried it in Mac yet, but I assume from what I've read the same issue is there, too). In short, it crashes every time I try to load up Glyph, and I haven't been able to find a fix or a workaround yet. I tried a few different things that I found online, but nothing really helped. If anyone here has it working, could you post a few pointers on how to set it up, please?

Thanks!

Hibba
garpu
Level 2
Level 2
Posts: 46
Joined: Fri Oct 08, 2010 12:05 pm

Re: Glyph/RIFT and WINE

Post by garpu »

Hi!

I'm assuming you already have all the overrides you need that are mentioned on the RIFT page in the AppDB.

With 3.0, there are a few other workarounds that you need.

1.) Glyph needs some new overrides:

In the library tab, make entries for msvcp110 and msvcr110. Keep them the default (native, builtin). You don't need to install anything else. The entries just need to be there.

2.) use taskset -c 1 wine GlyphLauncherWhatever.exe to start. Once you've loaded a character, you can use taskset -p 0xf [PID of RIFT] to put things back to normal. (This only works on Linux. Be sure to edit it with your correct WINEPREFIX, path, etc.)

I got all my info on the RIFT forum for crossover, although I use WINE, as well. https://www.codeweavers.com/compatibili ... 90;forum=1
hibba
Level 2
Level 2
Posts: 19
Joined: Mon May 23, 2011 12:27 am

Re: Glyph/RIFT and WINE

Post by hibba »

Thank you! That did the trick!
Locked