Search found 8 matches

>
by Amitrya
Wed Jan 10, 2018 3:27 am
Forum: Technical Support Center
Topic: [deprecated] RoR Under Linux
Replies: 170
Views: 112994

Re: [Guide] RoR Under Linux

I just cant get it to work, there is just problem after problem although it feels like I'm close. :)

As I have written before I have tried with winetricks and the original launcher with huge .Net problems. Now I've been trying with the ror_launch, the game starts and I get to the start screen ...
by Amitrya
Tue Jan 09, 2018 3:06 pm
Forum: Technical Support Center
Topic: [deprecated] RoR Under Linux
Replies: 170
Views: 112994

Re: [Guide] RoR Under Linux

Does linux wine have the terrain shader bug or is that only mac wine?
by Amitrya
Sat Jan 06, 2018 4:16 pm
Forum: Technical Support Center
Topic: [deprecated] RoR Under Linux
Replies: 170
Views: 112994

Re: [Guide] RoR Under Linux

yeah you have your username or password incorrect...
by Amitrya
Fri Jan 05, 2018 5:09 pm
Forum: Technical Support Center
Topic: [deprecated] RoR Under Linux
Replies: 170
Views: 112994

Re: [Guide] RoR Under Linux

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 ...
by Amitrya
Wed Jan 03, 2018 12:09 am
Forum: Technical Support Center
Topic: [deprecated] RoR Under Linux
Replies: 170
Views: 112994

Re: [Guide] RoR Under Linux

I'll look into it
by Amitrya
Fri Dec 29, 2017 6:53 pm
Forum: Technical Support Center
Topic: [deprecated] RoR Under Linux
Replies: 170
Views: 112994

Re: [Guide] RoR Under Linux

@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_launch/commit/71fa0758109f5581ea21e40d5a745975b989521a

adds support, specify the prefix as your third param:
./ror_launch <username> <password ...
by Amitrya
Thu Dec 21, 2017 12:51 am
Forum: Technical Support Center
Topic: [deprecated] RoR Under Linux
Replies: 170
Views: 112994

Re: [Guide] RoR Under Linux

Radoc wrote:Thank you, your cli launcher works great! Also nice to see it is written in Rust :)
I've been trying to spend more and more time in rust, don't get much opportunity to use it at work.
by Amitrya
Sun Dec 17, 2017 7:07 am
Forum: Technical Support Center
Topic: [deprecated] RoR Under Linux
Replies: 170
Views: 112994

Re: [Guide] RoR Under Linux

In an effort to get around some of the C# + wine issues related to the launcher. I wrote a small command line launcher that will launch the game through wine on linux / mac. Should also work on windows, but I haven't got a windows machine at the moment.

Anyways, source is here. Should be fairly ...