Page 9 of 18
Re: [Guide] RoR Under Linux
Posted: Fri Dec 29, 2017 6:53 pm
by Amitrya
sigz wrote:@Amitrya does your script handle having ror on a custom wine prefix ?
No but I'll add it, makes sense.
...
https://github.com/SammyJames/ror_launc ... 75b989521a
adds support, specify the prefix as your third param:
./ror_launch <username> <password> <optional: prefix>
ie:
./ror_launch chocolate chip $HOME/.warhammer
Re: [Guide] RoR Under Linux
Posted: Sat Dec 30, 2017 2:27 pm
by sigz
works well, nice job. (don't forget to update your readme)
The last missing feature, I think, is that sometimes people does not use their global wine install but a custom wine bin compiled in another path.. I don't really know if this could be handled out of your launcher. (maybe the WINELOADER env var)
Re: [Guide] RoR Under Linux
Posted: Sun Dec 31, 2017 5:46 pm
by xpander
yeah im using my own script to start wine from different location. looks like this:
Code: Select all
gamedir="/mnt/stuff/xpander/Games/WAR"
winebindir="/mnt/stuff/xpander/Games/WAR/wine-staging/bin/"
wineprefixdir="/mnt/stuff/xpander/Games/WAR/WARprefix"
export WINEDEBUG=-all
#export __GL_FSAA_MODE=10
export __GL_LOG_MAX_ANISO=4
export __GL_YIELD=NOTHING
#export __GL_THREADED_OPTIMIZATIONS=1
#function to start Game
PATH=$winebindir:$PATH env WINEPREFIX=$wineprefixdir wine $gamedir"/RoRLauncher.exe"
so i think this could be added into the launcher as well, havent yet tested this launcher, will do when i get some time.
Re: [Guide] RoR Under Linux
Posted: Wed Jan 03, 2018 12:09 am
by Amitrya
I'll look into it
Problème de mot de passe et d'accès au jeu
Posted: Wed Jan 03, 2018 11:57 am
by Remytion
Bonjour à tous, j'ai perdu mon mot de passe pour me connecter.
J'ai donc procédé à la réinitialisation de celui-ci et j'ai effectué tout ce qui m'a été demandé.
J'arrive maintenant à me connecter au forum mais plus du tout au jeu.
Pourriez-vous m'éclairer car Sigmar n'est pas disponible en ce moment : )
Re: [Guide] RoR Under Linux
Posted: Thu Jan 04, 2018 7:35 pm
by guran
I have tried to get Return of Reckoning running under Linux for about two days now. I cant get the RoRLauncher.exe to work under Wine. The problem is that it needs .NET 4.0 (which I have installed from Winetricks) and it doesn't work, the error I get is about mscoree.dll that's missing. Winetricks seems to remove it when it installs dotnet40 because of some bug when you leave it there.
I've tried pretty much everything I can find on google about that now, creating a 32 bit WINEPREFIX, trying different overrides in the winecfg for mscoree and even adding the mscoree.dll afterward to no prevail. I tried getting the ror_launch (
https://github.com/SammyJames/ror_launch) to work, tried the exe under wine and compiling it from source but maybe I just don't get it since it just gives me an error.
Anyone knows some soluting? I at least learned some things about Wine and compiling!

Re: [Guide] RoR Under Linux
Posted: Fri Jan 05, 2018 5:09 pm
by Amitrya
guran wrote:I have tried to get Return of Reckoning running under Linux for about two days now. I cant get the RoRLauncher.exe to work under Wine. The problem is that it needs .NET 4.0 (which I have installed from Winetricks) and it doesn't work, the error I get is about mscoree.dll that's missing. Winetricks seems to remove it when it installs dotnet40 because of some bug when you leave it there.
I've tried pretty much everything I can find on google about that now, creating a 32 bit WINEPREFIX, trying different overrides in the winecfg for mscoree and even adding the mscoree.dll afterward to no prevail. I tried getting the ror_launch (
https://github.com/SammyJames/ror_launch) to work, tried the exe under wine and compiling it from source but maybe I just don't get it since it just gives me an error.
Anyone knows some soluting? I at least learned some things about Wine and compiling!

What compile error are you seeing when compiling my launcher?
Re: [Guide] RoR Under Linux
Posted: Fri Jan 05, 2018 6:31 pm
by guran
Amitrya wrote:What compile error are you seeing when compiling my launcher?
None just that I cant use it correctly. Says:
Code: Select all
command line Return of Reckoning launcher (by Sammy)
thread 'main' panicked at 'invalid username / password', src/client.rs:147:23
note: Run with `RUST_BACKTRACE=1` for a backtrace.
When I run it.
This is how I start it:
Code: Select all
~/.wine_WARROR/drive_c/Program\ Files\ \(x86\)/WARROR/ror_launch username password
Re: [Guide] RoR Under Linux
Posted: Sat Jan 06, 2018 4:16 pm
by Amitrya
yeah you have your username or password incorrect...
Re: [Guide] RoR Under Linux
Posted: Sat Jan 06, 2018 6:19 pm
by guran
Sound logical bucause of the message but it's 100% the same as I use to log in to the forums. I have done a password reset once, maybe that's why, all the databases doesn't update correctly or something when you change the password.. I'll try creating a new account then..
Edit: Well it worked creating a new account! Thanks for the hint.
It even says in the sticky
viewtopic.php?f=4&t=2889 about password changes that "
It may take some days before working with login server". Sorry about that.