You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm having some issues getting Logos install on my Arch distro. After running the script, I select Install and choose Logos 10. But the progress bar gets stuck at "Chose winetricks binary..."
My terminal is spitting the following out. Can someone assist?
Copying icu-win-72.1-custom+4.tar.gz into /home/brandon/Downloads
/bin/sh: symbol lookup error: /bin/sh: undefined symbol: rl_trim_arg_from_keyseq
Exception in Tkinter callback
Traceback (most recent call last):
File "tkinter/init.py", line 1968, in call
File "ou_dedetai/gui_app.py", line 673, in run_installer
File "ou_dedetai/gui_app.py", line 179, in init
File "ou_dedetai/gui_app.py", line 193, in get_winetricks_options
File "ou_dedetai/utils.py", line 444, in get_winetricks_options
File "subprocess.py", line 466, in check_output
File "subprocess.py", line 571, in run
subprocess.CalledProcessError: Command '['winetricks', '--version']' returned non-zero exit status 127.
Downloading release list for Logos 10…
/bin/sh: symbol lookup error: /bin/sh: undefined symbol: rl_trim_arg_from_keyseq
Exception in thread <function ensure_installation_config at 0x71dbfa8f6480>:
Traceback (most recent call last):
File "threading.py", line 1075, in _bootstrap_inner
File "threading.py", line 1012, in run
File "ou_dedetai/installer.py", line 280, in ensure_installation_config
File "ou_dedetai/installer.py", line 267, in ensure_check_sys_deps_choice
File "ou_dedetai/installer.py", line 257, in ensure_install_fonts_choice
File "ou_dedetai/installer.py", line 228, in ensure_winetricks_choice
File "ou_dedetai/utils.py", line 444, in get_winetricks_options
File "subprocess.py", line 466, in check_output
File "subprocess.py", line 571, in run
subprocess.CalledProcessError: Command '['winetricks', '--version']' returned non-zero exit status 127.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm having some issues getting Logos install on my Arch distro. After running the script, I select Install and choose Logos 10. But the progress bar gets stuck at "Chose winetricks binary..."
My terminal is spitting the following out. Can someone assist?
2024-11-12 17:10:00 (3.52 MB/s) - ‘oudedetai.3’ saved [32241968/32241968]
Copying icu-win-72.1-custom+4.tar.gz into /home/brandon/Downloads
/bin/sh: symbol lookup error: /bin/sh: undefined symbol: rl_trim_arg_from_keyseq
Exception in Tkinter callback
Traceback (most recent call last):
File "tkinter/init.py", line 1968, in call
File "ou_dedetai/gui_app.py", line 673, in run_installer
File "ou_dedetai/gui_app.py", line 179, in init
File "ou_dedetai/gui_app.py", line 193, in get_winetricks_options
File "ou_dedetai/utils.py", line 444, in get_winetricks_options
File "subprocess.py", line 466, in check_output
File "subprocess.py", line 571, in run
subprocess.CalledProcessError: Command '['winetricks', '--version']' returned non-zero exit status 127.
Downloading release list for Logos 10…
/bin/sh: symbol lookup error: /bin/sh: undefined symbol: rl_trim_arg_from_keyseq
Exception in thread <function ensure_installation_config at 0x71dbfa8f6480>:
Traceback (most recent call last):
File "threading.py", line 1075, in _bootstrap_inner
File "threading.py", line 1012, in run
File "ou_dedetai/installer.py", line 280, in ensure_installation_config
File "ou_dedetai/installer.py", line 267, in ensure_check_sys_deps_choice
File "ou_dedetai/installer.py", line 257, in ensure_install_fonts_choice
File "ou_dedetai/installer.py", line 228, in ensure_winetricks_choice
File "ou_dedetai/utils.py", line 444, in get_winetricks_options
File "subprocess.py", line 466, in check_output
File "subprocess.py", line 571, in run
subprocess.CalledProcessError: Command '['winetricks', '--version']' returned non-zero exit status 127.
Beta Was this translation helpful? Give feedback.
All reactions