hitman249 / wine-launcher

Wine Launcher - Running Windows games under Linux
http://wine.hostronavt.ru
GNU General Public License v3.0
273 stars 11 forks source link

Please,Hi, I have a bug. please help me #39

Closed KirMozor closed 3 years ago

KirMozor commented 3 years ago

Here is the log from the console:

--2021-10-29 09:42:32--  https://github.com/hitman249/wine-launcher/releases/download/v1.5.10/start

SSL_INIT
Загружен сертификат CA «/etc/ssl/certs/ca-certificates.crt»
Распознаётся github.com (github.com)… 140.82.121.3
Подключение к github.com (github.com)|140.82.121.3|:443... соединение установлено.
HTTP-запрос отправлен. Ожидание ответа… 302 Found
Адрес: https://github-releases.githubusercontent.com/243064754/eea682e2-234b-4e38-a87a-66a38c0e7ebc?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20211029%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20211029T034233Z&X-Amz-Expires=300&X-Amz-Signature=43c647913cd5f3bf16faf7ce3cd72c907859f03512a55741ee7a30eb1abe7564&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=243064754&response-content-disposition=attachment%3B%20filename%3Dstart&response-content-type=application%2Foctet-stream [переход]
--2021-10-29 09:42:33--  https://github-releases.githubusercontent.com/243064754/eea682e2-234b-4e38-a87a-66a38c0e7ebc?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20211029%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20211029T034233Z&X-Amz-Expires=300&X-Amz-Signature=43c647913cd5f3bf16faf7ce3cd72c907859f03512a55741ee7a30eb1abe7564&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=243064754&response-content-disposition=attachment%3B%20filename%3Dstart&response-content-type=application%2Foctet-stream
SSL_INIT
Распознаётся github-releases.githubusercontent.com (github-releases.githubusercontent.com)… 185.199.109.154, 185.199.111.154, 185.199.110.154, ...
Подключение к github-releases.githubusercontent.com (github-releases.githubusercontent.com)|185.199.109.154|:443... соединение установлено.
HTTP-запрос отправлен. Ожидание ответа… 200 OK
Длина: 83338432 (79M) [application/octet-stream]
Сохранение в: «start»

start                                  100%[============================================================================>]  79,48M   238KB/s    за 6m 48s  

2021-10-29 09:49:22 (200 KB/s) - «start» сохранён [83338432/83338432]

Created symlink /home/kirill/.config/systemd/user/default.target.wants/appimagelauncherd.service → /usr/lib/systemd/user/appimagelauncherd.service.
[AppImageLauncher] Warning: can't find fallback icon for namedialog-ok
[AppImageLauncher] Warning: can't find fallback icon for namedialog-cancel
[AppImageLauncher] Warning: can't find fallback icon for namedocument-revert
A JavaScript error occurred in the main process
Uncaught Exception:
Error: /usr/lib/libc.so.6: version `GLIBC_2.34' not found (required by /tmp/.org.chromium.Chromium.FqUUnv)
    at process.func [as dlopen] (electron/js2c/asar_bundle.js:5:1812)
    at Object.Module._extensions..node (internal/modules/cjs/loader.js:1203:18)
    at Object.func [as .node] (electron/js2c/asar_bundle.js:5:2039)
    at Module.load (internal/modules/cjs/loader.js:992:32)
    at Module._load (internal/modules/cjs/loader.js:885:14)
    at Function.f._load (electron/js2c/asar_bundle.js:5:12633)
    at Module.require (internal/modules/cjs/loader.js:1032:19)
    at require (internal/modules/cjs/helpers.js:72:18)
    at bindings (/tmp/.mount_startbFvTg1/resources/app.asar/node_modules/bindings/bindings.js:112:48)
    at Object.<anonymous> (/tmp/.mount_startbFvTg1/resources/app.asar/node_modules/node-gamepad/gamepad.js:1:34)

Here is the output of neofetch:

 kirill@KirillPC 
 --------------- 
OS: Manjaro Linux x86_64 
Kernel: 5.10.18-zen-1-zen-lts510-g513e3c94a40f 
Uptime: 46 mins 
Packages: 1296 (pacman) 
Shell: zsh 5.8 
Resolution: 1280x1024 
DE: Plasma 5.22.5 
WM: KWin 
Theme: Breeze Light [Plasma] 
Icons: Papirus [Plasma], Papirus [GTK2/3] 
Terminal: konsole 
CPU: Pentium E5800 (2) @ 1.212GHz 
GPU: NVIDIA GeForce GT 630 
Memory: 2524MiB / 5938MiB                                                  
hitman249 commented 3 years ago

Error: /usr/lib/libc.so.6: version GLIBC_2.34 not found
Your version of Glibc is too old.
Please use version v1.5.9.

I have no way to build for older versions of Glibc yet, but I will try to do it later.

hitman249 commented 3 years ago

Rebuilded the latest release on ubuntu 20.04 Please recheck v1.5.10 release

WasteOfO2 commented 3 years ago

encountering a similar issue on Fedora 34

the repos arent updated yet, weirldy enough

KirMozor commented 3 years ago

Thank you!