These forums have been archived and are now read-only.
The new forums are live and can be found at https://forums.eveonline.com/
Bumblebee won't start Client
#!/bin/shappname=`basename $0 | sed s,\.sh$,,`dirname=`dirname $0`tmp="${dirname#?}"if [ "${dirname%$tmp}" != "/" ]; thendirname=$PWD/$dirnamefiLD_LIBRARY_PATH=$dirnameexport LD_LIBRARY_PATH#$dirname/$appname "$@"LIBGL_DEBUG=verbose primusrun $dirname/$appname "$@"
libGL: OpenDriver: trying /usr/lib/xorg/modules/dri/tls/i965_dri.solibGL: OpenDriver: trying /usr/lib/xorg/modules/dri/i965_dri.solibGL: Can't open configuration file /home/neutronst4r/.drirc: No such file or directory.libGL: Using DRI2 for screen 0[0526/193728:ERROR:resource_bundle.cc(691)] Failed to load /home/neutronst4r/EVE/evelauncher/qtwebengine_resources.pakSome features may not be available.[0526/193728:ERROR:resource_bundle.cc(691)] Failed to load /home/neutronst4r/EVE/evelauncher/qtwebengine_resources_100p.pakSome features may not be available.[0526/193728:ERROR:resource_bundle.cc(691)] Failed to load /home/neutronst4r/EVE/evelauncher/qtwebengine_resources_200p.pakSome features may not be available.[0526/193728:WARNING:resource_bundle.cc(304)] locale_file_path.empty()Installed Qt WebEngine locales directory not found at location /home/neutronst4r/EVE/evelauncher/translations/qtwebengine_locales. Trying application directory...Qt WebEngine locales directory not found at location /home/neutronst4r/EVE/evelauncher/qtwebengine_locales. Trying fallback directory... Translations MAY NOT not be correct.[0526/193728:ERROR:resource_bundle.cc(691)] Failed to load /home/neutronst4r/EVE/evelauncher/qtwebengine_resources.pakSome features may not be available.[0526/193728:ERROR:resource_bundle.cc(691)] Failed to load /home/neutronst4r/EVE/evelauncher/qtwebengine_resources_100p.pakSome features may not be available.[0526/193728:ERROR:resource_bundle.cc(691)] Failed to load /home/neutronst4r/EVE/evelauncher/qtwebengine_resources_200p.pakSome features may not be available.[0526/193728:WARNING:resource_bundle.cc(304)] locale_file_path.empty()[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.libGL: OpenDriver: trying /usr/lib/xorg/modules/dri/tls/i965_dri.solibGL: OpenDriver: trying /usr/lib/xorg/modules/dri/i965_dri.soATTENTION: default value of option force_s3tc_enable overridden by environment.libGL: Can't open configuration file /home/neutronst4r/.drirc: No such file or directory.libGL: Using DRI2 for screen 0libGL: Can't open configuration file /home/neutronst4r/.drirc: No such file or directory.
# vim:set ft=sh# MODULES# The following modules are loaded before any boot hooks are# run. Advanced users may wish to specify all system modules# in this array. For instance:# MODULES="piix ide_disk reiserfs"MODULES="i915 nvidia"# BINARIES# This setting includes any additional binaries a given user may# wish into the CPIO image. This is run last, so it may be used to# override the actual binaries included by a given hook# BINARIES are dependency parsed, so you may safely ignore librariesBINARIES=""[...]