QSpring (multiplatform lobby client in Qt4)
Moderator: Moderators
Quick bugreport: When server shuts down lobby doesn't notice it but spams the console with the following message:
Code: Select all
QAbstractSocket::waitForReadyRead() is not allowed in UnconnectedState
How to compile? How ready is it?
Hi,
I downloaded the source code, but there is no makefile or instructions..
Is qspring still under active development?
Also, I can't find any useful info about omni (the other linux lobby client), has anyone tried it?
Thanks
I downloaded the source code, but there is no makefile or instructions..
Is qspring still under active development?
Also, I can't find any useful info about omni (the other linux lobby client), has anyone tried it?
Thanks
Hi,
About omni, you can do this: (with ubuntu/debian)
-install those packages:
-go to the omni directory...
and launch it:
About omni, you can do this: (with ubuntu/debian)
-install those packages:
Code: Select all
python-wxversion python-wxgtk2.6 python-wxglade python-pythoncard python2.4-pythoncard python2.4-dev
Code: Select all
cd ~/trunk/omni
Code: Select all
./omni.py
oops
I get this error:

I get this error:
Code: Select all
Traceback (most recent call last):
File "./omni.py", line 37, in ?
from gui_lobby import gui_lobby
File "/home/vivien/Jeux/TASpring/omni/gui_lobby.py", line 35, in ?
from tab import *
File "/home/vivien/Jeux/TASpring/omni/tab.py", line 39, in ?
from gui_battleroom import gui_battleroom
File "/home/vivien/Jeux/TASpring/omni/gui_battleroom.py", line 30, in ?
import os,wx,misc,socket,unitsync
ImportError: No module named unitsync

Move into the 'trunk' folder
Code: Select all
cd ~/trunk
Code: Select all
scons unitsync
- clericvash
- Posts: 1394
- Joined: 05 Oct 2004, 01:05
after extraction, compile&run:
Code: Select all
qmake-qt4
make
./qspring
- clericvash
- Posts: 1394
- Joined: 05 Oct 2004, 01:05
- PauloMorfeo
- Posts: 2004
- Joined: 15 Dec 2004, 20:53