Het forum

POL stuck in a loop when starting

Auteur Antwoorden
morphizer Vrijdag 5 Juni\ 2009 om 14:20
morphizerAnonymous

Hi all,

Installed POL from the archlinuxfr repos (on arch linux, i686, kde4). When starting it does not give any gui but process stays running. From the terminal it gives no output.

Also tried using the standalone package from this site and received the same problem.

Ran it with set -x and it gets stuck doing this:

+++ cat /home/andrew/.PlayOnLinux/configurations/guis/loJk4Ynb6w5XmIezCbR85BAeNWHd6xfudZBnLrFYhDH9CEFoJQ
+++ grep '^MsgOut$'
++ MESSAGE=
++ sleep 0.1
++ '[' '!' '' = MsgOut ']'


Checked the forums here and one was solved via missing dependencies (which i've made sure i have, at least all the ones listed) and the other was a python error, but i'm using the latest python available.

Anyone had this before that could give me some ideas where to go from here?

Thanks,
NSLW Vrijdag 5 Juni\ 2009 om 14:38
NSLW

Tried point 1 b)?
morphizer Vrijdag 5 Juni\ 2009 om 16:09
morphizerAnonymous

Yup, made no difference. Also tried as a new user as suggested in another thread but still has the same result.
NSLW Vrijdag 5 Juni\ 2009 om 18:08
NSLW

Installing from repository will usually install all dependencies. Type "playonlinux" (without quotes) in terminal an post what does it give.
morphizer Zaterdag 6 Juni\ 2009 om 2:40
morphizerAnonymous

it doesn't give any output when run from the terminal. Using set -x to increase debugging results in the message from original post being repeated until i manually cancel it.
NSLW Zaterdag 6 Juni\ 2009 om 8:18
NSLW

Sorry but i don't know what's going on. Maybe other admin (the one who wrote POL) will help you.
morphizer Zaterdag 6 Juni\ 2009 om 8:56
morphizerAnonymous

No problem, thanks anyway for your time
Ghostofkendo Zondag 7 Juni\ 2009 om 22:53
Ghostofkendo

Hi morphizer,

Strange issue you've got here, I run Arch i686 and use the archlinuxfr's pacakge too but POL runs without troubles. (all the packages are up-to-date of course)

Have you uncommented a language in /etc/locale.gen then run locale-gen during the installation of Arch?

Bye
morphizer Maandag 8 Juni\ 2009 om 12:53
morphizerAnonymous

Thank you!

I usuall do uncomment my locale during install but must have not done it during the last install. After uncommenting and doing locale-gen it works.

Thanks again