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.
 

Exefile STARTUP Error

Author
Emelie Che
TradeINC
#1 - 2016-11-18 16:32:49 UTC  |  Edited by: Emelie Che
Hello,

I'm Using Fedora24 64bit with the "official" eve Linux client, my launcher works fine but when i try to start the game i get an error:
OopsExefile STARTUP and no additional errors.
Any ideas how i can fix it?
Neuntausend
Republic Military School
Minmatar Republic
#2 - 2016-11-18 18:23:34 UTC
I'd say launch it in a terminal and post the output here. If it's too long, maybe use pastebin or somesuch.
Emelie Che
TradeINC
#3 - 2016-11-18 19:48:49 UTC
./evelauncher.sh 
[1118/204646:WARNING:resource_bundle.cc(291)] locale_file_path.empty() for locale
Installed Qt WebEngine locales directory not found at location /home/username/EVE/evelauncher/translations/qtwebengine_locales. Trying application directory...
Qt WebEngine locales directory not found at location /home/username/EVE/evelauncher/qtwebengine_locales. Trying fallback directory... Translations MAY NOT not be correct.
[1118/204646:WARNING:resource_bundle.cc(291)] locale_file_path.empty() for locale
[S_API FAIL] SteamAPI_Init() failed; SteamAPI_IsSteamRunning() failed.
[S_API FAIL] SteamAPI_Init() failed; unable to locate a running instance of Steam, or a local steamclient.so.
Neuntausend
Republic Military School
Minmatar Republic
#4 - 2016-11-18 21:21:27 UTC
Ok, that doesn't tell us anything. Maybe have a look at this topic: https://forums.eveonline.com/default.aspx?g=posts&t=500327&find=unread

Try running Loglite as suggested there, and check what it says.
Emelie Che
TradeINC
#5 - 2016-11-18 21:45:35 UTC
Neuntausend wrote:
Ok, that doesn't tell us anything. Maybe have a look at this topic: https://forums.eveonline.com/default.aspx?g=posts&t=500327&find=unread

Try running Loglite as suggested there, and check what it says.


i maybe was a bit unclear..my only red error in loglite is: Exefile STARTUP
Neuntausend
Republic Military School
Minmatar Republic
#6 - 2016-11-18 22:29:15 UTC
Back in the day, you could just call wine ./bin/exefile.exe directly and see what happens, but I'm not sure if that still works nowadays. I'll check once I get home.
Neuntausend
Republic Military School
Minmatar Republic
#7 - 2016-11-19 00:52:29 UTC
Try this:

WINEPREFIX=~/.eve/wineenv/ wine ~/.eve/wineenv/drive_c/tq/bin/exefile.exe


Maybe that will produce any helpful output.
Emelie Che
TradeINC
#8 - 2016-11-19 16:04:24 UTC
Neuntausend wrote:
Try this:

WINEPREFIX=~/.eve/wineenv/ wine ~/.eve/wineenv/drive_c/tq/bin/exefile.exe


Maybe that will produce any helpful output.


fixme:winediag:start_process Wine Staging 1.9.22 is a testing version containing experimental patches.
fixme:winediag:start_process Please mention your exact version when filing bug reports on winehq.org.
fixme:heap:RtlSetHeapInformation 0x490000 0 0x32fc74 4 stub
fixme:heap:RtlSetHeapInformation (nil) 1 (nil) 0 stub
Network layer using: CarbonIO
fixme:heap:RtlSetHeapInformation 0x490000 0 0x3281d4 4 stub
fixme:d3d:wined3d_dxtn_init Wine cannot find the txc_dxtn library, DXTn software support unavailable.
libGL error: No matching fbConfigs or visuals found
libGL error: failed to load driver: swrast
X Error of failed request:  BadValue (integer parameter out of range for operation)
  Major opcode of failed request:  153 (GLX)
  Minor opcode of failed request:  3 (X_GLXCreateContext)
  Value in failed request:  0x0
  Serial number of failed request:  163
  Current serial number in output stream:  167
fixme:winediag:start_process Wine Staging 1.9.22 is a testing version containing experimental patches.
fixme:winediag:start_process Please mention your exact version when filing bug reports on winehq.org.
fixme:heap:RtlSetHeapInformation 0x490000 0 0x32fc74 4 stub
fixme:heap:RtlSetHeapInformation (nil) 1 (nil) 0 stub
Network layer using: CarbonIO
fixme:heap:RtlSetHeapInformation 0x490000 0 0x3281d4 4 stub
fixme:d3d:wined3d_dxtn_init Wine cannot find the txc_dxtn library, DXTn software support unavailable.
libGL error: No matching fbConfigs or visuals found
libGL error: failed to load driver: swrast
X Error of failed request:  BadValue (integer parameter out of range for operation)
  Major opcode of failed request:  153 (GLX)
  Minor opcode of failed request:  3 (X_GLXCreateContext)
  Value in failed request:  0x0
  Serial number of failed request:  163
  Current serial number in output stream:  167
thats the output
Neuntausend
Republic Military School
Minmatar Republic
#9 - 2016-11-19 22:50:45 UTC  |  Edited by: Neuntausend
Do you actually have 3d capable graphics drivers installed? swrast implies software rendering, so hardware support probably doesn't work correctly on your system. I guess swrast in turn doesn't load because you have a 64 bit system and are lacking the 32 bit libraries for it, and Eve is a 32bit program.

Try installing a video driver package such as xorg-x11-drv-nvidia-libs if you have an nvidia card. You'd have to install both xorg-x11-drv-nvidia-libs.i686 and xorg-x11-drv-nvidia-libs.x86_64 in order for it to work with wine.

Which packages you need to install exactly I cannot tell you, as I don't know your hardware, and also don't know fedora very well, so you might want to refer to the documentation or wiki.

Another thing I notice is this:

fixme:d3d:wined3d_dxtn_init Wine cannot find the txc_dxtn library, DXTn software support unavailable.


This will typically not prevent eve from working, but textures will likely be rendered black. Install libtxc_dxtn.686 as suggested to avoid that.
Emelie Che
TradeINC
#10 - 2016-11-20 07:03:20 UTC
Neuntausend wrote:
Do you actually have 3d capable graphics drivers installed? swrast implies software rendering, so hardware support probably doesn't work correctly on your system. I guess swrast in turn doesn't load because you have a 64 bit system and are lacking the 32 bit libraries for it, and Eve is a 32bit program.

Try installing a video driver package such as xorg-x11-drv-nvidia-libs if you have an nvidia card. You'd have to install both xorg-x11-drv-nvidia-libs.i686 and xorg-x11-drv-nvidia-libs.x86_64 in order for it to work with wine.

Which packages you need to install exactly I cannot tell you, as I don't know your hardware, and also don't know fedora very well, so you might want to refer to the documentation or wiki.

Another thing I notice is this:

fixme:d3d:wined3d_dxtn_init Wine cannot find the txc_dxtn library, DXTn software support unavailable.


This will typically not prevent eve from working, but textures will likely be rendered black. Install libtxc_dxtn.686 as suggested to avoid that.


thank you, now it works fine.. i was missing the 32bit libraries :)