|
Author |
Thread Statistics | Show CCP posts - 32 post(s) |

Kuran Sincomil
Caldari Provisions Caldari State
0
|
Posted - 2017.03.12 14:46:59 -
[1] - Quote
Hi folks, trying to return back to EVE Universe, but faced with a problem in my home OS: Debian Stretch 9. Trying to run ./evelauncher.sh but it runs without any errors and do nothing just hanging on terminal window and no output at all, and no launcher window appers :(. I found EVE LogLite in "evelaucher" diretory, it runs ok and when I start ./evelauncher one client get connected with "[0]" ID, but no messages written in LogLite output. Where should I look to get game to run? |

Kuran Sincomil
Caldari Provisions Caldari State
1
|
Posted - 2017.04.26 07:51:44 -
[2] - Quote
So i'm finally in. On Debian Stretch 9 64-bit mith multiarch And I'm tested native evelauncher - it actually does not work, seems to because of openssl 1.1 in Debian 9 But it works with windows native binary launcher quite well I've tested on different wine versions 1.8 / 1.9 / 2.0 / 2.1 / 2,5
1. There is no matter what WINEARCH version to set - works ok in win32 and win64 I did not see any differences 2. Main thing you need to set is emulated windows version to Windows XP, in my tests only setting to Windows XP makes launcher to function normally, but if you run directly exefile.exe it will run ok in any version of emulation you set, but you can not login to game without a launcher. So only solution at this time is setting this option to "Windows XP" 3. Once you run launcher you need to set checkbox in launcher options to run game in DX9 - if you do not set this - game silently will no run 4. If you using multi-monitor setup or want to run more than one client in a single monitor better to use Virtual Desktop feature of Wine so you can run multiple clients setting them as Fullscreen in game options but actually they will run as tiny windows on Linux desktop - it very convenient because each virtual desktop may have any screen resolution you want to set! 5. For better UX you can disable Global Hotkeys on wine windows and disable window decorations so all instances will run borderless and pretty nice |

Kuran Sincomil
Caldari Provisions Caldari State
1
|
Posted - 2017.04.27 09:31:21 -
[3] - Quote
May be will be a good offer if Linux Native Launcher will be statically bundled in one package with all of the required dependencies, like it is done for QT-libs? |

Kuran Sincomil
Caldari Provisions Caldari State
1
|
Posted - 2017.04.28 08:10:53 -
[4] - Quote
I'm investigated further and found that in case of Debian Stretch there is still possible to run Linux Launcher, but it is not run very well it is white all entire window and not possible to enter login/password in it but launcher menu is working ok, and settings can be changed.
To run launcher in Debian you need to provide SSL libraries ( and I found that this libs actually installed in system), I have done it with this commands:
Quote: ln -s /usr/lib/x86_64-linux-gnu/libssl.so.1.0.0 libssl.so ln -s /usr/lib/x86_64-linux-gnu/libssl.so.1.0.0 libssl.so.1.0.0 ln -s /usr/lib/x86_64-linux-gnu/libcrypto.so.1.0.0 libcrypto.so ln -s /usr/lib/x86_64-linux-gnu/libcrypto.so.1.0.0 libcrypto.so.1.0.0
this libs provided by installed package: libssl1.0.0:amd64 After this I run ./evelauncher and it showed up as white window, and on terminal I've got this output:
Quote: ./evelauncher.sh [0428/104540:WARNING:resource_bundle.cc(291)] locale_file_path.empty() for locale Installed Qt WebEngine locales directory not found at location /home/stannum/Soft/evelauncher/translations/qtwebengine_locales. Trying application directory... Qt WebEngine locales directory not found at location /home/stannum/Soft/evelauncher/qtwebengine_locales. Trying fallback directory... Translations MAY NOT not be correct. [0428/104540: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.
Launcher window screenshot
After click on some entries in Launchers menu got this on terminal window:
Quote: kde-open5: /home/stannum/Soft/evelauncher/./libQt5Core.so.5: version `Qt_5.7' not found (required by kde-open5) kde-open5: /home/stannum/Soft/evelauncher/./libQt5Core.so.5: version `Qt_5.7' not found (required by /usr/lib/x86_64-linux-gnu/libKF5KIOWidgets.so.5) kde-open5: /home/stannum/Soft/evelauncher/./libQt5Core.so.5: version `Qt_5.7' not found (required by /usr/lib/x86_64-linux-gnu/libKF5KIOCore.so.5) kde-open5: /home/stannum/Soft/evelauncher/./libQt5Core.so.5: version `Qt_5.7' not found (required by /usr/lib/x86_64-linux-gnu/libKF5Service.so.5) kde-open5: /home/stannum/Soft/evelauncher/./libQt5Core.so.5: version `Qt_5.7' not found (required by /usr/lib/x86_64-linux-gnu/libKF5I18n.so.5) kde-open5: /home/stannum/Soft/evelauncher/./libQt5Core.so.5: version `Qt_5.7' not found (required by /usr/lib/x86_64-linux-gnu/libKF5CoreAddons.so.5) kde-open5: /home/stannum/Soft/evelauncher/./libQt5Core.so.5: version `Qt_5.7' not found (required by /usr/lib/x86_64-linux-gnu/libKF5JobWidgets.so.5) kde-open5: /home/stannum/Soft/evelauncher/./libQt5Core.so.5: version `Qt_5.7' not found (required by /usr/lib/x86_64-linux-gnu/libKF5Completion.so.5) kde-open5: /home/stannum/Soft/evelauncher/./libQt5Core.so.5: version `Qt_5.7' not found (required by /usr/lib/x86_64-linux-gnu/libKF5IconThemes.so.5) kde-open5: /home/stannum/Soft/evelauncher/./libQt5Core.so.5: version `Qt_5.7' not found (required by /usr/lib/x86_64-linux-gnu/libKF5WindowSystem.so.5) kde-open5: /home/stannum/Soft/evelauncher/./libQt5Core.so.5: version `Qt_5.7' not found (required by /usr/lib/x86_64-linux-gnu/libKF5ConfigWidgets.so.5) kde-open5: /home/stannum/Soft/evelauncher/./libQt5Core.so.5: version `Qt_5.7' not found (required by /usr/lib/x86_64-linux-gnu/libKF5WidgetsAddons.so.5) kde-open5: /home/stannum/Soft/evelauncher/./libQt5Core.so.5: version `Qt_5.7' not found (required by /usr/lib/x86_64-linux-gnu/libKF5ConfigGui.so.5) kde-open5: /home/stannum/Soft/evelauncher/./libQt5Core.so.5: version `Qt_5.7' not found (required by /usr/lib/x86_64-linux-gnu/libKF5ConfigCore.so.5) kde-open5: /home/stannum/Soft/evelauncher/./libQt5Core.so.5: version `Qt_5.7' not found (required by /usr/lib/x86_64-linux-gnu/libQt5Xml.so.5) kde-open5: /home/stannum/Soft/evelauncher/./libQt5Core.so.5: version `Qt_5.7' not found (required by /usr/lib/x86_64-linux-gnu/libKF5DBusAddons.so.5) kde-open5: /home/stannum/Soft/evelauncher/./libQt5Core.so.5: version `Qt_5.7' not found (required by /usr/lib/x86_64-linux-gnu/libKF5Archive.so.5) kde-open5: /home/stannum/Soft/evelauncher/./libQt5Core.so.5: version `Qt_5.7' not found (required by /usr/lib/x86_64-linux-gnu/libKF5ItemViews.so.5) kde-open5: /home/stannum/Soft/evelauncher/./libQt5Core.so.5: version `Qt_5.7' not found (required by /usr/lib/x86_64-linux-gnu/libKF5Codecs.so.5) kde-open5: /home/stannum/Soft/evelauncher/./libQt5Core.so.5: version `Qt_5.7' not found (required by /usr/lib/x86_64-linux-gnu/libKF5Auth.so.5) kde-open5: /home/stannum/Soft/evelauncher/./libQt5Core.so.5: version `Qt_5.7' not found (required by /usr/lib/x86_64-linux-gnu/libKF5GuiAddons.so.5)
I've checked that all files that is listed in list above are installed as requierments of KDE SC:
Quote: libkf5kiowidgets5:amd64 libkf5kiocore5:amd64 libkf5service5:amd64 libkf5i18n5:amd64 libkf5coreaddons5:amd64 libkf5jobwidgets5:amd64 libkf5completion5:amd64 libkf5iconthemes5:amd64 libkf5windowsystem5:amd64 libkf5configwidgets5:amd64 libkf5widgetsaddons5:amd64 libkf5configgui5:amd64 libkf5configcore5:amd64 libqt5xml5:amd64 libkf5dbusaddons5:amd64 libkf5archive5:amd64 libkf5itemviews5:amd64 libkf5codecs5:amd64 libkf5auth5:amd64 libkf5guiaddons5:amd64
|

Kuran Sincomil
Caldari Provisions Caldari State
1
|
Posted - 2017.04.28 12:06:18 -
[5] - Quote
Tray Odin, try to install Steam, to be sure that all required driver dependecies and etc. are satisfied |

Kuran Sincomil
Caldari Provisions Caldari State
1
|
Posted - 2017.04.29 11:11:31 -
[6] - Quote
Now I've got evelauncher work properly, but on home computer not on work, ssl symlinks did the trick and launcher works ok. But errors on clicking menu entries in Show in File Browser cause error that I've listed above.
Quote: kde-open5: /Steam/evelauncher/./libQt5Core.so.5: version `Qt_5.7' not found (required by kde-open5) kde-open5: /Steam/evelauncher/./libQt5Core.so.5: version `Qt_5.7' not found (required by /usr/lib/x86_64-linux-gnu/libKF5KIOWidgets.so.5) kde-open5: /Steam/evelauncher/./libQt5Core.so.5: version `Qt_5.7' not found (required by /usr/lib/x86_64-linux-gnu/libKF5KIOCore.so.5) ...
Another thing that I found: after entering a game any external links from chat channels can not be opened by clicking on them - just silently nothing happens there. So I think this is related to the same issue with kde-open5 above. It is very inconvient to copy things to clipboard and paste them in external browser.
On the same computer when EVE Online running with Windows launcher from WINE and all external links there working ok |

Kuran Sincomil
Sofa Kingdom
1
|
Posted - 2017.05.30 21:50:49 -
[7] - Quote
I think your shell is not compatible with shell script . try to run explicitly pointing to /bin/bash:
/bin/bash ./evelauncher.sh
|

Kuran Sincomil
Sofa Kingdom
1
|
Posted - 2017.05.31 16:50:40 -
[8] - Quote
I think your Installed Linux is 32-bit version, so evelauncher is ELF64 format and could not be run on 32-bit system |

Kuran Sincomil
Sofa Kingdom
1
|
Posted - 2017.06.01 16:54:53 -
[9] - Quote
Since there no ELF32 binaries you have to use wine to run windows binary launcher instead of Linux Native, it works almost same. |

Kuran Sincomil
Sofa Kingdom
1
|
Posted - 2017.06.01 22:06:46 -
[10] - Quote
run winecfg and set windows version to Windows XP emulation, when launcher runs make sure to set option to run game in DX9 |
|
|
|
|