These forums have been archived and are now read-only.

The new forums are live and can be found at https://forums.eveonline.com/

Linux

 
  • Topic is locked indefinitely.
 

In-Game Browser giving Error: -9 problems

Author
Chris Turing
Task Force 641
Empyrean Edict
#1 - 2015-08-26 02:55:17 UTC
Folks:

Has anyone seen a solution to the In-Game browser throwing Error: -9 problems. According to this thread (https://forums.eveonline.com/default.aspx?g=posts&t=421605&find=unread) it looks like an issue with Ubuntu 15.04. The -9 errors are not consistent. My PAPLinks to do work, nor does my corporate web site, but imgur.com pictures and cnn.com does work in the in-game browser.

I'm currently running Ubuntu 15.04 (kernel 3.19.0-26-generic #28-Ubuntu SMP) and Wine version 1.7.44.

Any thoughts. Anyone in this environment have an in-game browser working?

Thanks!

Chris Turing, New Gallentean Combine Manufacturer & POS Flunkie

Adrick Celestes
Center for Advanced Studies
Gallente Federation
#2 - 2015-08-26 23:48:42 UTC
I'm having the same exact issue on Ubuntu 15.04. No updates have seemed to help. Haven't been able to find a fix.
Chocolate Mooses
The Conference Elite
The Conference
#3 - 2015-09-01 08:36:51 UTC
I bashed my head against this one for hours, but I have a ugly hack that will solve it :P

Assuming you are getting errors like:

err:winediag:schan_imp_init Failed to load libgnutls, secure connections will not be available.
err:winediag:SECUR32_initNTLMSP ntlm_auth was not found or is outdated. Make sure that ntlm_auth >= 3.0.25 is in your path. Usually, you can find it in the winbind package of your distribution.

When trying to load any https based side in the in game browser, here's your solution:

Pop open a terminal and issue the following command:

sudo cp /usr/lib/i386-linux-gnu/libgnutls-deb0.so.28 /usr/lib/i386-linux-gnu/libgnutls.so.26

That should sort you out.
Piepel Aurilen
Caldari Provisions
Caldari State
#4 - 2015-09-28 18:47:44 UTC
Hello,

Have same issue with SSL webpages, used your command, but now in browser I have:
Error Loading Requested URL

Error Code: -2


And in terminal still error message:

err:winsock:interface_bind Failed to bind to interface, receiving broadcast packets will not work on socket 0668.
fixme:imm:NotifyIME NI_CLOSECANDIDATE
browserSession is None
err:winediag:SECUR32_initNTLMSP ntlm_auth was not found or is outdated. Make sure that ntlm_auth >= 3.0.25 is in your path. Usually, you can find it in the winbind package of your distribution.
Xocotli Akar
Brave Newbies Inc.
Brave Collective
#5 - 2015-09-28 19:09:24 UTC
I'm sticking to the LTS build of Ubuntu for this very reason.
Kismeteer
Bat Country
Pandemic Horde
#6 - 2015-09-30 17:41:06 UTC
Piepel Aurilen wrote:
Hello,

Have same issue with SSL webpages, used your command, but now in browser I have:


Update your wine version, either through a shared repo, or compiling it. I go through in my thread how to update wine:
sudo add-apt-repository ppa:ubuntu-wine/ppa; sudo apt-get update ; sudo apt-get install wine1.7

https://forums.eveonline.com/default.aspx?g=posts&m=4568464#post4568464 for more detail.
MAnuOmNama
Republic University
Minmatar Republic
#7 - 2015-12-02 15:09:29 UTC
My experience of the error 9 IGB browser issue:

OS: Arch 64bit
Wine: 1.8-rc2

I read around a whole load and found a lot of suggestions that didn't work for me.

In the end it turned out I was missing lib32-gnutls (version 3.4.6-1 from Arch repos). Since installing that the IGB has been working perfectly.