WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: PlayOnLinux.tcz  (Read 41641 times)

Online Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14546
Re: PlayOnLinux.tcz
« Reply #135 on: December 28, 2021, 09:29:26 AM »
I downloaded these files; In which folder of TCL should I drop these files before commanding!?

Either:

Load them from the same folder you downloaded them to
or
Copy them to your tce/optional folder and load them

Online Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14546
Re: PlayOnLinux.tcz
« Reply #136 on: December 28, 2021, 09:30:07 AM »
should I ignore this message content!?

No

Offline xor

  • Hero Member
  • *****
  • Posts: 1262
Re: PlayOnLinux.tcz
« Reply #137 on: December 28, 2021, 09:33:18 AM »
Reply #127
« Last Edit: December 28, 2021, 09:34:23 AM by Juanito »

Online Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14546
Re: PlayOnLinux.tcz
« Reply #138 on: December 28, 2021, 09:35:07 AM »
You haven't got an error message about vulkan yet, but you will soon..

Offline xor

  • Hero Member
  • *****
  • Posts: 1262
Re: PlayOnLinux.tcz
« Reply #139 on: December 28, 2021, 09:42:24 AM »
Since it coincides with the internet speed quota hours, I have to abandon the experiment for now. I'll try again in 12 hours.

Offline xor

  • Hero Member
  • *****
  • Posts: 1262
Re: PlayOnLinux.tcz
« Reply #140 on: December 29, 2021, 02:20:52 AM »
one more step :)

Can you tell me what needs to be done by looking at the bug report!?



« Last Edit: December 29, 2021, 02:23:53 AM by xor »

Online Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14546
Re: PlayOnLinux.tcz
« Reply #141 on: December 29, 2021, 02:30:28 AM »
Download the steam fonts:
Code: [Select]
wget https://support.steampowered.com/downloads/1974-YFKL-4947/SteamFonts.zip

Online Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14546
Re: PlayOnLinux.tcz
« Reply #142 on: December 29, 2021, 02:30:55 AM »
Uncompress the fonts and copy to the root file system:
Code: [Select]
unzip SteamFonts.zip
sudo mkdir -p /usr/local/share/fonts/SteamFonts
sudo mv A*TTF  [/usr/local/share/fonts/SteamFonts
sudo mv a*ttf [/usr/local/share/fonts/SteamFonts

Online Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14546
Re: PlayOnLinux.tcz
« Reply #143 on: December 29, 2021, 02:31:23 AM »
Load the fonts:
Code: [Select]
sudo fc-cache /usr/local/share/fonts/SteamFonts
run steam

Online Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14546
Re: PlayOnLinux.tcz
« Reply #144 on: December 29, 2021, 02:39:05 AM »
Can you tell me what needs to be done by looking at the bug report!?

What does this give:
Code: [Select]
file /usr/local/lib/dri/r600_dri.so
ldd /usr/local/lib/dri/r600_dri.so

Offline xor

  • Hero Member
  • *****
  • Posts: 1262
Re: PlayOnLinux.tcz
« Reply #145 on: December 29, 2021, 04:08:52 AM »
Another new mistake while moving forward :)

Can you tell me what needs to be done by looking at the bug report!?

What does this give:
Code: [Select]
file /usr/local/lib/dri/r600_dri.so
ldd /usr/local/lib/dri/r600_dri.so

Code: [Select]
tc@box:~$ file /usr/local/lib/dri/r600_dri.so
sh: file: not found
tc@box:~$ ldd /usr/local/lib/dri/r600_dri.so
        linux-gate.so.1 (0xf7eef000)
        libc.so.6 => /usr/lib32/libc.so.6 (0xf6ce0000)
        libglapi.so.0 => /usr/local/lib32/libglapi.so.0 (0xf6cb0000)
        libdrm.so.2 => /usr/local/lib32/libdrm.so.2 (0xf6c98000)
        libLLVM-8.so => /usr/local/lib32/libLLVM-8.so (0xf4658000)
        libexpat.so.1 => /usr/local/lib32/libexpat.so.1 (0xf4638000)
        libz.so.1 => /usr/lib32/libz.so.1 (0xf4620000)
        libzstd.so.1 => /usr/local/lib32/libzstd.so.1 (0xf45d0000)
        libdl.so.2 => /usr/lib32/libdl.so.2 (0xf45c8000)
        libdrm_radeon.so.1 => /usr/local/lib32/libdrm_radeon.so.1 (0xf45b8000)
        libelf.so.1 => /usr/local/lib32/libelf.so.1 (0xf45a0000)
        libdrm_amdgpu.so.1 => /usr/local/lib32/libdrm_amdgpu.so.1 (0xf4590000)
        libdrm_nouveau.so.2 => /usr/local/lib32/libdrm_nouveau.so.2 (0xf4580000)
        libstdc++.so.6 => /usr/local/lib32/libstdc++.so.6 (0xf43a0000)
        libm.so.6 => /usr/lib32/libm.so.6 (0xf42d0000)
        libgcc_s.so.1 => /usr/local/lib32/libgcc_s.so.1 (0xf42b0000)
        libpthread.so.0 => /usr/lib32/libpthread.so.0 (0xf4288000)
        /lib/ld-linux.so.2 (0xf7ef0000)
        libffi.so.6 => /usr/local/lib32/libffi.so.6 (0xf4280000)
        librt.so.1 => /usr/lib32/librt.so.1 (0xf4270000)
        libncursesw.so.6 => /usr/local/lib32/libncursesw.so.6 (0xf4228000)
        libxml2.so.2 => /usr/local/lib32/libxml2.so.2 (0xf4110000)
        liblzma.so.5 => /usr/local/lib32/liblzma.so.5 (0xf40e8000)
« Last Edit: December 29, 2021, 04:12:02 AM by xor »

Offline xor

  • Hero Member
  • *****
  • Posts: 1262
Re: PlayOnLinux.tcz
« Reply #146 on: December 29, 2021, 04:53:03 AM »



Code: [Select]
Please wait...

Couldn't import apt, please install python3-apt or update steamdeps for your distribution.
steam.sh[20812]: Running Steam on tinycore 11.1 64-bit
steam.sh[20812]: STEAM_RUNTIME is enabled automatically
setup.sh[20888]: Steam runtime environment up-to-date!
steam.sh[20812]: Steam client's requirements are satisfied
Installing breakpad exception handler for appid(steam)/version(1639697812)
Installing breakpad exception handler for appid(steam)/version(1639697812)
Loaded SDL version 2.0.19-6963453
steamwebhelper.sh[20977]: Runtime for steamwebhelper: defaulting to /home/tc/.local/share/Steam/ubuntu12_64/steam-runtime-heavy
Installing breakpad exception handler for appid(steam)/version(1639697812)
Fontconfig warning: ignoring tr_TR_UTF-8: not a valid region tag
Installing breakpad exception handler for appid(steam)/version(1639697812)
Installing breakpad exception handler for appid(steam)/version(1639697812)
Installing breakpad exception handler for appid(steam)/version(1639697812)
Installing breakpad exception handler for appid(steam)/version(1639697812)
Installing breakpad exception handler for appid(steam)/version(1639697812)
Warning: failed to set thread priority: set failed for 8: -1: setpriority() failed
Warning: failed to set thread priority: set failed for priority 8
Warning: support for elevated priorities is most likely unavailable, suppressing future warnings
Installing breakpad exception handler for appid(steam)/version(1639697812)
Installing breakpad exception handler for appid(steam)/version(1639697812)
Warning: failed to set thread priority: set failed for 8: -1: setpriority() failed
Installing breakpad exception handler for appid(steam)/version(1639697812)

(steam:20957): GLib-GIO-CRITICAL **: 15:47:11.957: g_dbus_proxy_call_internal: assertion 'G_IS_DBUS_PROXY (proxy)' failed

(steam:20957): GLib-GObject-WARNING **: 15:47:11.957: invalid (NULL) pointer instance

(steam:20957): GLib-GObject-CRITICAL **: 15:47:11.957: g_signal_connect_data: assertion 'G_TYPE_CHECK_INSTANCE (instance)' failed
Installing breakpad exception handler for appid(steam)/version(1639697812)
CreateBoundSocket: failed to create socket, error EAFNOSUPPORT (97)
PulseAudio connect failed (used only for Mic Volume Control) with error: Access denied
Installing breakpad exception handler for appid(steam)/version(1639697812)
Installing breakpad exception handler for appid(steam)/version(1639697812)
libGL error: MESA-LOADER: failed to open r600 (search paths /usr/local/lib/dri)
libGL error: failed to load driver: r600
libGL error: MESA-LOADER: failed to open r600 (search paths /usr/local/lib/dri)
libGL error: failed to load driver: r600
libGL error: MESA-LOADER: failed to open swrast (search paths /usr/local/lib/dri)
libGL error: failed to load driver: swrast
X Error of failed request:  GLXBadContext
  Major opcode of failed request:  152 (GLX)
  Minor opcode of failed request:  6 (X_GLXIsDirect)
  Serial number of failed request:  107
  Current serial number in output stream:  106
Installing breakpad exception handler for appid(steam)/version(1639697812)
Installing breakpad exception handler for appid(steam)/version(1639697812)
Installing breakpad exception handler for appid(steam)/version(1639697812)
Installing breakpad exception handler for appid(steam)/version(1639697812)
CAppInfoCacheReadFromDiskThread took 315 milliseconds to initialize
vkEnumeratePhysicalDevices failed, unable to init and enumerate GPUs with Vulkan.
BInit - Unable to initialize Vulkan!
Vulkan missing requested extension 'VK_KHR_surface'.
Vulkan missing requested extension 'VK_KHR_xlib_surface'.
BInit - Unable to initialize Vulkan!
steamwebhelper.sh[21049]: Runtime for steamwebhelper: defaulting to /home/tc/.local/share/Steam/ubuntu12_64/steam-runtime-heavy
steamwebhelper.sh[21085]: Runtime for steamwebhelper: defaulting to /home/tc/.local/share/Steam/ubuntu12_64/steam-runtime-heavy
Installing breakpad exception handler for appid(steam)/version(1639697812)
LogonFailure Invalid Password
Installing breakpad exception handler for appid(steam)/version(1639697812)
Installing breakpad exception handler for appid(steam)/version(1639697812)
steamwebhelper.sh[21124]: Runtime for steamwebhelper: defaulting to /home/tc/.local/share/Steam/ubuntu12_64/steam-runtime-heavy
« Last Edit: March 27, 2023, 08:37:04 PM by Rich »

Online Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14546
Re: PlayOnLinux.tcz
« Reply #147 on: December 29, 2021, 05:26:37 AM »
Did you install the SteamFonts as explained in the previous posts

Offline xor

  • Hero Member
  • *****
  • Posts: 1262
Re: PlayOnLinux.tcz
« Reply #148 on: December 29, 2021, 05:57:45 AM »
You haven't got an error message about vulkan yet, but you will soon..

I think I've come to this point

I guess you should also copy libvulkan_radeon.so from the 32-bit Xorg-7.7-3d.

What happens when you run steam now?

Code: [Select]
vkEnumeratePhysicalDevices failed, unable to init and enumerate GPUs with Vulkan.
BInit - Unable to initialize Vulkan!
Vulkan missing requested extension 'VK_KHR_surface'.
Vulkan missing requested extension 'VK_KHR_xlib_surface'.
BInit - Unable to initialize Vulkan!

which vulkan file with which command!?
« Last Edit: December 29, 2021, 06:01:51 AM by xor »

Online Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14546
Re: PlayOnLinux.tcz
« Reply #149 on: December 29, 2021, 06:04:42 AM »
Use the same commands as you used to copy r600_dri.so from the 32-bit Xorg-7.7-3d.

You probably also need to load libvulkan from the x86_64 repo with tce-load.