Running Elder Scrolls Online
-
- Newbie
- Posts: 3
- Joined: Sat Mar 29, 2014 8:09 am
Running Elder Scrolls Online
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.
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.
Re: Running Elder Scrolls Online
@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
Did you follow some of the suggestions for the WineHQ AppDB page for Elder Scrolls Online?
The first source for all your solutions!
Bob
-
- Newbie
- Posts: 3
- Joined: Sat Mar 29, 2014 8:09 am
Re: Running Elder Scrolls Online
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.
Thanks,
Ste.
-
- Newbie
- Posts: 3
- Joined: Sat Mar 29, 2014 8:09 am
Re: Running Elder Scrolls Online. Update.
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.
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.
Re: Running Elder Scrolls Online. Update.
Could be this bug: http://bugs.winehq.org/show_bug.cgi?id=32342.ModifiedMuffin wrote: I'm wanting to know if there is anyway to fix the AwesomiumProcess.exe that keeps popping up as program error.
Re: Running Elder Scrolls Online
Hello, i have do that but it's not work i always have this message " Certificate authentication failed, please reinstall to correct the problem "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
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#
Re: Running Elder Scrolls Online
@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 ("):
are unicode garbage = not really double quotes (as far as BASH is concerned)...
Bob
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
Bob
Re: Running Elder Scrolls Online
thank you, it's working, just because (") wow, i will pay attention to this now, thank you again.