Het forum

POL won`t start

no errors

Auteur Antwoorden
Rudy Zondag 3 Mei 2009 om 1:50
RudyAnonymous

Hy everyone ... i`m new at playonlinux. I got the package from the website, installed it, it said that the installation was succesefull, i rebooted and when i tryied to launch POL nothing happened. I did a google search, i read all "POL won`t start" topics from here, tryied to launch from terminal too ... nothing. No errors, no nothing ... what can i do ? can u pls give me an advice guys ? :cry: I`m running Suse 10.2. Tnx
NSLW Zondag 3 Mei 2009 om 9:17
NSLW


[...]
I did a google search, i read all "POL won`t start" topics from here
[...]

Quote from Rudy


I suppose you read
"Solutions for frequent problems" then please give the name of the package you installed and post what is in terminal when you type
playonlinux

Aangepast door NSLW

Rudy Zondag 3 Mei 2009 om 13:29
RudyAnonymous

i read all the posts from Solutions for frequent problems ... but nothing. i tryied everything that i found on that google search and from this forums. and nothing happends when i type playonlinux in my terminal. it just stands there forever ... until i press CTRL + C and finish the process. if i hit POL icon from my Start menu ... nothing ... just the icon bouncing and it dissapears after a while without errors, if i type in terminal playonlinux ...nothing ... no errors, no nothing ... I checked with Yast too ... all dependecies are ok ... i don`t know what to do .
Rudy Zondag 3 Mei 2009 om 13:33
RudyAnonymous

Ops ... sorry .. i forgot to tell u the name of the package : PlayOnLinux-3.4-1.pm.1.noarch.rpm for Suse 10.2
NSLW Zondag 3 Mei 2009 om 13:48
NSLW

Try the same with generic package which is here

Unpack it to your home directory then do:
cd ~/playonlinux
./playonlinux

Aangepast door NSLW

Rudy Zondag 3 Mei 2009 om 14:23
RudyAnonymous

:@ nothing happends ... the same thing...it`s just standing there and again i have to press CTRL + C to kill process:sad:eXodus:/home # cd playonlinux/
eXodus:/home/playonlinux # ./playonlinux

Aangepast door Rudy

NSLW Zondag 3 Mei 2009 om 15:40
NSLW


[...]
the same thing...
[...]

Quote from Rudy

Now we are sure it wasn't wrongly packaged or installed.
Do the same happen on freshly created user account?
Rudy Zondag 3 Mei 2009 om 16:04
RudyAnonymous

Do the same happen on freshly created user account?

Citeer

What do u mean by that ? Sry .. i don`t understand ... be more specific pls
NSLW Zondag 3 Mei 2009 om 16:08
NSLW

Before you login to your OpenSuse you have to choose User and give password for that user. I wanted you to create a new account (temporary) , login to it and check if you can start playonlinux.

Aangepast door NSLW

Rudy Zondag 3 Mei 2009 om 16:20
RudyAnonymous

well ... i installed POL on my account, but i did all the installation with root power !
NSLW Zondag 3 Mei 2009 om 16:23
NSLW

i installed POL on my account

Quote from Rudy


Now create another account (not yours, not root) and check if you can run playonlinux on another account (not yours, not root). You musn't again install playonlinux on this another account (not yours, not root).

Aangepast door NSLW

Rudy Zondag 3 Mei 2009 om 16:36
RudyAnonymous

Done that ... still same problem ! Still doesn`t do anything ... and i looked into yast and it says : Protected -- Do not modify ! What`s that !? Why is it protected ? and why can`t i modify it ?
NSLW Zondag 3 Mei 2009 om 16:49
NSLW


[...]
i looked into yast and it says : Protected -- Do not modify !
[...]

Quote from Rudy


I do not use OpenSuse. You have to figure it out on yourself. I doubt it may be the source of your problem, because you cannot run generic package too. However you can try to make it unprotected or uninstal playonlinux then download "PlayOnLinux-3.4-1.pm.1.noarch.rpm" on your desktop (on your personal -non root- account) and double click on it and enter password but only if prompted.

Aangepast door NSLW

Rudy Zondag 3 Mei 2009 om 16:51
RudyAnonymous

Ok .. tnx for all the help . have a good day !
NSLW Maandag 4 Mei 2009 om 18:16
NSLW

Do you use 64 bit OpenSuse?
Ghostofkendo Maandag 4 Mei 2009 om 21:25
Ghostofkendo

Hi Rudy,

Let's try to slightly modify a PlayOnLinux's file to make POL more talkative when run from a terminal (to get error messages to know from where the problem comes).

In order to avoid breaking your openSUSE rpm package, we will do this change in another version of POL.
So download the generic package then extract it in your normal user's home directory. You'll get a playonlinux directory.
We will modify the file called "source" in ~/playonlinux/lib/
Add the following code line at the beginning of the file: set -x So your file should now looks like this:
set -x
if [ ! "$INCLUDED" ]then
	INCLUDED="1"
	source "$PLAYONLINUX/lib/variables"
	source "$PLAYONLINUX/lib/check_depend"
	source "$PLAYONLINUX/lib/games"
	source "$PLAYONLINUX/lib/main"
	source "$PLAYONLINUX/lib/interface"
	source "$PLAYONLINUX/lib/interface_v3"
	source "$PLAYONLINUX/lib/wine"
	source "$PLAYONLINUX/lib/plugins"

	cfg_check 
	construire_repertoire_personnel
	if [ ! -d "$HOME/.PlayOnLinux/configurations/listes" ]
	then
		maj_check --first
	fi
	fonts_install
fi

Finally, in a terminal, go to ~/playonlinux/ and type ./playonlinux to run this modified version.
Thus, you should see error messages and we could tell you what to do to solve the problems.

Bye

Aangepast door Ghostofkendo