WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: PlayOnLinux.tcz  (Read 39725 times)

Offline xor

  • Hero Member
  • *****
  • Posts: 1259
PlayOnLinux.tcz
« on: May 09, 2019, 02:46:38 AM »
 PlayOnLinux.tcz

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11178
Re: PlayOnLinux.tcz
« Reply #1 on: May 09, 2019, 04:40:37 AM »
Hi xor
You need to specify architecture (ARM, x86, x86_64) and version (TC9, TC10, dcore).

Offline xor

  • Hero Member
  • *****
  • Posts: 1259
Re: PlayOnLinux.tcz
« Reply #2 on: May 09, 2019, 09:22:36 PM »
Hi xor
You need to specify architecture (ARM, x86, x86_64) and version (TC9, TC10, dcore).

TC10 x86_32-bit
TC10 x86_64-bit

Offline xor

  • Hero Member
  • *****
  • Posts: 1259
Re: PlayOnLinux.tcz
« Reply #3 on: May 12, 2019, 11:27:48 PM »
Hi xor
You need to specify architecture (ARM, x86, x86_64) and version (TC9, TC10, dcore).

TC10 x86_32-bit
TC10 x86_64-bit

I'm waiting :)

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: PlayOnLinux.tcz
« Reply #4 on: May 12, 2019, 11:32:06 PM »
You will first need to get your hardware working with Xorg-7.7 instead of Xvesa/Xfbdev before almost any of these windows/wine or games software will work.

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10957
Re: PlayOnLinux.tcz
« Reply #5 on: May 13, 2019, 01:01:46 AM »
Extensions are user-contributed. Instead of filing so many requests, you should start making extensions yourself.
The only barriers that can stop you are the ones you create yourself.

Offline xor

  • Hero Member
  • *****
  • Posts: 1259
Re: PlayOnLinux.tcz
« Reply #6 on: May 13, 2019, 08:49:26 AM »
Extensions are user-contributed. Instead of filing so many requests, you should start making extensions yourself.

i am writing with google converter

I haven't been used to linux for 20 years,
but TCL is very different :)

The week I started using TCL I created my own personalized iso

From the perspective of this new user experience,
This is a very beautiful thing

I, everyone to experience a nice linux experience
who come from different operating systems,
I want the possible distributions to be in the library as tcz file of existing distributions.

request list is not too exaggeration
this is not my personal system expectation
I am not in an infinite anticipation

I am aware of your efforts
I don't want to take your time
just ; a list for the ease of transition of new users to linux

Offline neonix

  • Sr. Member
  • ****
  • Posts: 302
Re: PlayOnLinux.tcz
« Reply #7 on: May 13, 2019, 09:34:56 AM »
I consider to test this program in TC10.x (x86) and it require wxPython. I'm not specialist about Python.

Code: [Select]
tce-load -iw wget
tce-load -iw bash
tce-load -iw python
wget --no-check-certificate https://www.playonlinux.com/script_files/PlayOnLinux/4.3.4/PlayOnLinux_4.3.4.tar.gz
tar xzj PlayOnLinux_4.3.4.tar.gz
cd playonlinux
./playonlinux

Looking for python...
2.7.14 - Traceback (most recent call last):
  File "/home/tc/playonlinux/python/check_python.py", line 1, in <module>
    import os, wxversion
ImportError: No module named wxversion
failed tests
Looking for python2.7... 2.7.14 - Traceback (most recent call last):
  File "/home/tc/playonlinux/python/check_python.py", line 1, in <module>
    import os, wxversion
ImportError: No module named wxversion
failed tests
Looking for python2.6...
Looking for python2... 2.7.14 - Traceback (most recent call last):
  File "/home/tc/playonlinux/python/check_python.py", line 1, in <module>
    import os, wxversion
ImportError: No module named wxversion
failed tests
Please install python before trying to run this program

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: PlayOnLinux.tcz
« Reply #8 on: May 14, 2019, 12:43:03 AM »
for testing purposes (since wx extensions exist in the repo) you could use python pip to install wxpython

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: PlayOnLinux.tcz
« Reply #9 on: May 21, 2019, 02:31:00 AM »
I got playonlinux to start on tc-10.x x86 - it downloads its own version(s) of multi-lib wine to match the app selected for installation (rather than use the tc version of wine) so it will not work.

Offline neonix

  • Sr. Member
  • ****
  • Posts: 302
Re: PlayOnLinux.tcz
« Reply #10 on: May 21, 2019, 03:37:22 AM »
I got playonlinux to start on tc-10.x x86 - it downloads its own version(s) of multi-lib wine to match the app selected for installation (rather than use the tc version of wine) so it will not work.
Why it won't work? Because it require multi-lib Linux distribution? And is there a chance to create multi-lib TC version? Is it worth a time, is it difficult? Is it possible?

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: PlayOnLinux.tcz
« Reply #11 on: May 21, 2019, 03:44:13 AM »
Yes, it will not work because it requires a multi-lib environment.

It is possible to create a multi-lib tinycore, but I don't see the point if the only purpose is to be able to play windows games.

Of course you're welcome to create your own multi-lib tinycore  :)

Offline neonix

  • Sr. Member
  • ****
  • Posts: 302
Re: PlayOnLinux.tcz
« Reply #12 on: May 21, 2019, 04:01:54 AM »
Yes, it will not work because it requires a multi-lib environment.

It is possible to create a multi-lib tinycore, but I don't see the point if the only purpose is to be able to play windows games.

Of course you're welcome to create your own multi-lib tinycore  :)
There could be more purposes in the future. Like, for example. someone want to run 32-bit Windows program in machine with more than 4 GB RAM. Unfortunately I'm not skilled to create such project but maybe some volunteer will arrive.

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: PlayOnLinux.tcz
« Reply #13 on: May 21, 2019, 05:55:48 AM »
Like, for example. someone want to run 32-bit Windows program in machine with more than 4 GB RAM.

I'd suggest using 64-bit windows (actually 32/64-bit multi-lab) for that...

You could also try Core64, which would give up to 4gb to each 32-bit app that needed it.
« Last Edit: May 21, 2019, 06:08:43 AM by Juanito »

Offline neonix

  • Sr. Member
  • ****
  • Posts: 302
Re: PlayOnLinux.tcz
« Reply #14 on: May 22, 2019, 03:30:17 AM »
Like, for example. someone want to run 32-bit Windows program in machine with more than 4 GB RAM.

I'd suggest using 64-bit windows (actually 32/64-bit multi-lab) for that...

You could also try Core64, which would give up to 4gb to each 32-bit app that needed it.
I was thinking about wine users who don't have Windows at all, and use 64-bit Linux for that purpose. You mean dCore64, not pureCore64? Does dCore64 is multi-lib?

BTW. Is there an official instruction how to compile TC from scratch?