WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: PlayOnLinux.tcz  (Read 79930 times)

Offline xor

  • Hero Member
  • *****
  • Posts: 1271
Re: PlayOnLinux.tcz
« Reply #60 on: December 19, 2021, 04:54:13 AM »
virtual machine does not allow 64-bit OS over 32-bit! :(
I prefer to use linux on ram, as I had data loss due to linux disk format before.


Since I'm going back and forth between 2 different systems on a single PC,
When I get stuck somewhere because of a command I don't know!
i have to rebuild everything from -0-,
because of this ; I cannot proceed comfortably without being sure of the command instructions. ! :(

and when I am 100% sure it works, I convert it to an iso file and use it :) 

« Last Edit: December 19, 2021, 05:45:35 AM by Juanito »

Offline gadget42

  • Hero Member
  • *****
  • Posts: 914
Re: PlayOnLinux.tcz
« Reply #61 on: December 19, 2021, 05:25:38 AM »
@xor - are you still using google translation for all your forum posting/reading?

re: a forum search for "google translation" has plenty of your previous posts.

also, what are the chances that you can get a second computer to make it much easier to experiment and learn?

what region of the planet are you located(if you feel comfortable revealing that)? we are usa.
** WARNING: connection is not using a post-quantum kex exchange algorithm.
** This session may be vulnerable to "store now, decrypt later" attacks.
** The server may need to be upgraded. See https://openssh.com/pq.html

Offline xor

  • Hero Member
  • *****
  • Posts: 1271
Re: PlayOnLinux.tcz
« Reply #62 on: December 19, 2021, 05:41:28 AM »
Check out the annual chart! :(
https://finance.yahoo.com/quote/TRYUSD=X?p=TRYUSD=X&.tsrc=fin-srch

2 months ago it was okay even if everything wasn't perfect, now it's very bad! :(
For someone using 4gb ram american dollars it can be 10$
but not in the currency of the country I live in
In order for you to understand our local unit currency, I have to express it with an example;
What if someone in America pays $200 for 4gb!
that's the emotional equivalent in our local economy! :)


good news ; If the world economy continues like this
The number of TCL users will increase day by day :D

@xor - are you still using google translation for all your forum posting/reading?

re: a forum search for "google translation" has plenty of your previous posts.

also, what are the chances that you can get a second computer to make it much easier to experiment and learn?

what region of the planet are you located(if you feel comfortable revealing that)? we are usa.
« Last Edit: December 19, 2021, 05:47:09 AM by xor »

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 15225
Re: PlayOnLinux.tcz
« Reply #63 on: December 19, 2021, 05:48:22 AM »
and when I am 100% sure it works, I convert it to an iso file and use it


If you search this forum for how to unpack a *deb file you will get several hits. If you search the internet in english you will get hundreds of hits. I would also guess that you will get several hits searching the internet in your own language.

Offline gadget42

  • Hero Member
  • *****
  • Posts: 914
Re: PlayOnLinux.tcz
« Reply #64 on: December 19, 2021, 06:11:21 AM »
definitely the language barrier is frustrating, not to mention only having one computer.
(of course there are those who only have a non-featured cellphone and not even anything else)
** WARNING: connection is not using a post-quantum kex exchange algorithm.
** This session may be vulnerable to "store now, decrypt later" attacks.
** The server may need to be upgraded. See https://openssh.com/pq.html

Offline xor

  • Hero Member
  • *****
  • Posts: 1271
Re: PlayOnLinux.tcz
« Reply #65 on: December 19, 2021, 06:21:26 AM »
computer is not everything
but roughly
100 years ago, newspaper and letter !
50 years ago, radio !
20 years ago, TV !
10 years ago, the phone !
today's communication tool is the computer. !!!
communication is the only thing that shapes our collective civilization.

big companies ; hinders social communication and social development.
according to the capital system; You can't run a PC if you don't have money!
« Last Edit: December 19, 2021, 06:28:34 AM by xor »

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 12211
Re: PlayOnLinux.tcz
« Reply #66 on: December 19, 2021, 09:40:40 AM »
Hi xor
How do I open the .deb file!? ...
Code: [Select]
ar -x file.deb

Offline xor

  • Hero Member
  • *****
  • Posts: 1271
Re: PlayOnLinux.tcz
« Reply #67 on: December 20, 2021, 03:34:55 AM »
Hi xor
How do I open the .deb file!? ...
Code: [Select]
ar -x file.deb

Code: [Select]
tc@box:~$  tce-load -i glibc32_ml bash
glibc32_ml.tcz: OK
bash.tcz not found!
tc@box:~$  tce-load -wi glibc32_ml bash
glibc32_ml is already installed!
bash.tcz.dep OK
readline.tcz.dep OK
Downloading: ncursesw.tcz
Connecting to repo.tinycorelinux.net (89.22.99.37:80)
saving to 'ncursesw.tcz'
ncursesw.tcz         100% |********************************|  240k  0:00:00 ETA
'ncursesw.tcz' saved
ncursesw.tcz: OK
Downloading: readline.tcz
Connecting to repo.tinycorelinux.net (89.22.99.37:80)
saving to 'readline.tcz'
readline.tcz         100% |********************************|  144k  0:00:00 ETA
'readline.tcz' saved
readline.tcz: OK
Downloading: bash.tcz
Connecting to repo.tinycorelinux.net (89.22.99.37:80)
saving to 'bash.tcz'
bash.tcz             100% |********************************|  432k  0:00:00 ETA
'bash.tcz' saved
bash.tcz: OK
tc@box:~$ cd /
tc@box:/$ sudo tar xf glibc64_ml.tce
tc@box:/$ sudo ldconfig
tc@box:/$ sudo rm glibc64_ml.tce
tc@box:/$ ldd /usr/lib32/libanl.so
        linux-gate.so.1 (0xf7f8d000)
        libpthread.so.0 => /usr/lib32/libpthread.so.0 (0xf7f20000)
        libc.so.6 => /usr/lib32/libc.so.6 (0xf7d38000)
        /lib/ld-linux.so.2 (0xf7f60000)
tc@box:/$ ldd /usr/lib/libanl.so
        linux-vdso.so.1 (0x00007ffe7bf63000)
        libpthread.so.0 => /lib/libpthread.so.0 (0x00007eff737b8000)
        libc.so.6 => /lib/libc.so.6 (0x00007eff735f0000)
        /lib/ld-linux-x86-64.so.2 (0x00007eff737f8000)
tc@box:/$ which ldd
/usr/bin/ldd
Code: [Select]
tc@box:/$ ar -x steam_latest.deb
Code: [Select]
Please wait...

readlink: invalid option -- 'e'
BusyBox v1.31.1 (2020-03-21 15:41:47 UTC) multi-call binary.

Usage: readlink [-fnv] FILE

Display the value of a symlink

-f Canonicalize by following all symlinks
-n Don't add newline
-v Verbose
bin_steam.sh[7811]: Repairing installation, linking /home/tc/.steam/steam to /home/tc/.local/share/Steam
readlink: invalid option -- 'e'
BusyBox v1.31.1 (2020-03-21 15:41:47 UTC) multi-call binary.
Code: [Select]
Please wait...

Couldn't import apt, please install python3-apt or update steamdeps for your distribution.

>>>> END OF COMMAND <<<<

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 12211
Re: PlayOnLinux.tcz
« Reply #68 on: December 20, 2021, 09:20:14 AM »
Hi xor
...
Code: [Select]
Please wait...

readlink: invalid option -- 'e'

 ----- SNIP -----

Install  coreutils.tcz.

Offline xor

  • Hero Member
  • *****
  • Posts: 1271
Re: PlayOnLinux.tcz
« Reply #69 on: December 20, 2021, 10:39:51 AM »
coreutils.tcz ! OK

looks like progress :D
I was very excited for a moment :)

look >>> steam.txt :(



Hi xor
...
Code: [Select]
Please wait...

readlink: invalid option -- 'e'

 ----- SNIP -----

Install  coreutils.tcz.
« Last Edit: March 27, 2023, 11:29:07 PM by Rich »

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 12211
Re: PlayOnLinux.tcz
« Reply #70 on: December 20, 2021, 11:12:41 AM »
Hi xor
From steam.txt:
Quote
... xz: unrecognized option '--robot' ...
Install  xz.tcz.

Offline xor

  • Hero Member
  • *****
  • Posts: 1271
Re: PlayOnLinux.tcz
« Reply #71 on: December 21, 2021, 07:11:04 AM »
report


« Last Edit: December 21, 2021, 07:52:12 AM by Juanito »

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 15225
Re: PlayOnLinux.tcz
« Reply #72 on: December 21, 2021, 07:57:45 AM »
You need to load python3.6, gudev-lib and sdl2 if not already loaded.

I presume you're running a gui in CorePure64, therefore it must be looking for 32-bit versions of libGL.so.1 and libdrm.so.2.

This means that you will need to manually download the 32-bit versions of the libGL and libdrm extensions and all of their recursive dependencies, mount them somewhere and copy the libraries to /usr/local/lib32.
« Last Edit: December 21, 2021, 08:03:13 AM by Juanito »

Offline xor

  • Hero Member
  • *****
  • Posts: 1271
Re: PlayOnLinux.tcz
« Reply #73 on: December 21, 2021, 08:32:53 AM »
This means that you will need to manually download the 32-bit versions of the libGL and libdrm extensions and all of their recursive dependencies, mount them somewhere and copy the libraries to /usr/local/lib32.

where can i download these files!?
can you give me the link please!?

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 15225
Re: PlayOnLinux.tcz
« Reply #74 on: December 21, 2021, 08:47:41 AM »