I believe this is not the issue - I haven't seen these:
[code]Exception in thread Thread-2:
Traceback (most recent call last):
File "/usr/lib64/python2.7/threading.py", line 551, in __bootstrap_inner
self.run()
File "mainwindow.py", line 111, in run
self.real_check()
File "mainwindow.py", line 82, in real_check
line = p.stdout.readline()
IOError: [Errno 4] Interrupted system call
Exception in thread Thread-3:
Traceback (most recent call last):
File "/usr/lib64/python2.7/threading.py", line 551, in __bootstrap_inner
self.run()
File "/home/poncho/Devel/playonlinux/python/gui_server.py", line 109, in run
self.connection, self.addr = self.acceptor.accept()
File "/usr/lib64/python2.7/socket.py", line 202, in accept
sock, addr = self._sock.accept()
error: [Errno 4] Interrupted system call[/code]
It might be caused by the amount of [code]/usr/share/games/playonlinux/bash/pol_update_list: line 33: echo: write[/code]
though, because before I can kill the console, it's history is already completely stuffed with those.
Edit: tried just a moment ago. This time it didn't try to update repos, this time I got:
[code][main] Message: PlayOnLinux (4.1.9) is starting[clean_tmp] Message: Cleaning temp directory[POL_System_CheckFS] Message: Checking filesystem for /home/Firalus/.PlayOnLinux/[main] Message: Filesystem is compatiblepython2: Fatal IO error 11 (Resources temporarily unavailable) on X server :0.0.[/code]
and another startup try with:
[code]python2.6: Fatal IO error 11 (Resources temporarily unavailable) on X server :0.0.[/code]
And again an error with "Unable to reserve proper port" or whatever does it translate to into english.
Possible cause: x11 almost fully built with version 9999?
Edited by Firalus