Running Elder Scrolls Online

Questions about Wine on Linux
Locked
ModifiedMuffin
Newbie
Newbie
Posts: 3
Joined: Sat Mar 29, 2014 8:09 am

Running Elder Scrolls Online

Post by ModifiedMuffin »

Hey, I'm new to the forums and was hoping that someone could tell me if they got Elder Scrolls Online launcher to work after the Beta.

I have getting past the certificate authentication issue, but once I load the launcher it will not do the updates. I was hoping to get it sorted before early access tomorrow. I can't run on Windows due to major BSOD issues. Any help on getting the launcher to update would be appreciated.

Thanks in advance.
User avatar
Bob Wya
Level 12
Level 12
Posts: 3068
Joined: Sat Oct 16, 2010 7:40 pm

Re: Running Elder Scrolls Online

Post by Bob Wya »

@ModifiedMuffin,

Did you follow some of the suggestions for the WineHQ AppDB page for Elder Scrolls Online?

The first source for all your solutions!

Bob
ModifiedMuffin
Newbie
Newbie
Posts: 3
Joined: Sat Mar 29, 2014 8:09 am

Re: Running Elder Scrolls Online

Post by ModifiedMuffin »

I will take a look at it, see if it will help. I notice some of the things here I have done but can see a few that I have not.

Thanks,

Ste.
ModifiedMuffin
Newbie
Newbie
Posts: 3
Joined: Sat Mar 29, 2014 8:09 am

Re: Running Elder Scrolls Online. Update.

Post by ModifiedMuffin »

I have Elder Scrolls Online working. Found that my Wine was not updated. I had version 1.4. I updated to 1.7 and the game runs very well. I do get some miner issues but nothing as bad as when running under windows.

There is something I would like to ask, if someone could help me out I would be grateful. I'm wanting to know if there is anyway to fix the AwesomiumProcess.exe that keeps popping up as program error. The game still runs when I close this but wondering if it can be fixed. I have searched online for answers but not having much look.

Thanks in advance.

Ste.
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: Running Elder Scrolls Online. Update.

Post by dimesio »

ModifiedMuffin wrote: I'm wanting to know if there is anyway to fix the AwesomiumProcess.exe that keeps popping up as program error.
Could be this bug: http://bugs.winehq.org/show_bug.cgi?id=32342.
totry
Level 3
Level 3
Posts: 64
Joined: Wed Jun 22, 2011 12:52 am

Re: Running Elder Scrolls Online

Post by totry »

Bob Wya wrote:@ModifiedMuffin,

Did you follow some of the suggestions for the WineHQ AppDB page for Elder Scrolls Online?

The first source for all your solutions!

Bob
Hello, i have do that but it's not work i always have this message " Certificate authentication failed, please reinstall to correct the problem "
and when i try to log the game i have a error 201. Can you help me please?

this is what i do in the terminal:

ytsejam@ytsejam-HP-Pavilion-P6000-Series: cd /usr/share/ca-certificates/
ytsejam@ytsejam-HP-Pavilion-P6000-Series:/usr/share/ca-certificates$ sudo mkdir custom
[sudo] password for ytsejam:
ytsejam@ytsejam-HP-Pavilion-P6000-Series:/usr/share/ca-certificates$ sudo nano /usr/share/ca-certificates/custom/Thawte_CS_CA_G2.crt
ytsejam@ytsejam-HP-Pavilion-P6000-Series:/usr/share/ca-certificates$ sudo su
root@ytsejam-HP-Pavilion-P6000-Series:/usr/share/ca-certificates# echo “custom/Thawte_CS_CA_G2.crt” >> /etc/ca-certificates.conf
root@ytsejam-HP-Pavilion-P6000-Series:/usr/share/ca-certificates# update-ca-certificates
Updating certificates in /etc/ssl/certs... W: /usr/share/ca-certificates/“custom/Thawte_CS_CA_G2.crt” not found, but listed in /etc/ca-certificates.conf.
W: /usr/share/ca-certificates/“custom/Thawte_CS_CA_G2.crt” not found, but listed in /etc/ca-certificates.conf.
W: /usr/share/ca-certificates/“Thawte_CS_CA_G2/Thawte_CS_CA_G2.crt” not found, but listed in /etc/ca-certificates.conf.
W: /usr/share/ca-certificates/“Thawte_CS_CA_G2/Thawte_CS_CA_G2.crt” not found, but listed in /etc/ca-certificates.conf.
W: /usr/share/ca-certificates/“Thawte_CS_CA_G2/Thawte_CS_CA_G2.crt” not found, but listed in /etc/ca-certificates.conf.
W: /usr/share/ca-certificates/“custom/Thawte_CS_CA_G2.crt” not found, but listed in /etc/ca-certificates.conf.
0 added, 0 removed; done.
Running hooks in /etc/ca-certificates/update.d....
done.
done.
root@ytsejam-HP-Pavilion-P6000-Series:/usr/share/ca-certificates#
User avatar
Bob Wya
Level 12
Level 12
Posts: 3068
Joined: Sat Oct 16, 2010 7:40 pm

Re: Running Elder Scrolls Online

Post by Bob Wya »

@ModifiedMuffin,

Simply put... If you blindly copy and paste Linux terminal commands, which someone else has put online, you will run into problems sooner, rather than later...

Your "copied" double quotes ("):

Code: Select all

 echo “custom/Thawte_CS_CA_G2.crt” | hexdump -C
00000000  e2 80 9c 63 75 73 74 6f  6d 2f 54 68 61 77 74 65  |...custom/Thawte|
00000010  5f 43 53 5f 43 41 5f 47  32 2e 63 72 74 e2 80 9d  |_CS_CA_G2.crt...|
00000020  0a                                                |.|
00000021
are unicode garbage = not really double quotes (as far as BASH is concerned)...

Bob
totry
Level 3
Level 3
Posts: 64
Joined: Wed Jun 22, 2011 12:52 am

Re: Running Elder Scrolls Online

Post by totry »

thank you, it's working, just because (") wow, i will pay attention to this now, thank you again.
Locked