Menu Content/Inhalt
Home arrow Forum

Login






Lost Password?
No account yet? Register
PokerTH - Forum
Welcome, Guest
Please Login or Register.    Lost Password?
No images (1 viewing) (1) Guest
Go to bottom Post Reply Favoured: 0
TOPIC: No images
#2061
BB_DaKraxor (User)
Fresh Boarder
Posts: 8
graphgraph
User Offline Click here to see the profile of this user
No images 1 Month, 3 Weeks ago Karma: 0  
Hi,

I'm running a 64-bit Gentoo Linux, and have some problems.

I've tried to download a pre-compiled binary first, but it wasn't able to run because of dependency problems. (This website only supplies us with 32-bit binaries as far as I know, they have 32-bit library dependencies and I only have some of those in 64-bit version.)

So I decided to compile the game from source. After doing it successfully, I tried to run it, and encountered a strange problem: most of the images are missing from the main window making the game completely unplayable. I've attached a screenshot to demonstrate.

Then I saw there is an ebuild for Gentoo in a specific portage layout (sunrise), so I tried to install it from there. The result was the same: no images in the game.

Is this a bug, or do I have something wrong in my system?

Again, I compiled the unmodified source without errors, using QT4.

Thanks in advance for any advices.
 
Report to moderator   Logged Logged  
 
Last Edit: 2008/06/24 16:40 By BB_DaKraxor.
  The administrator has disabled public write access.
#2062
BB_DaKraxor (User)
Fresh Boarder
Posts: 8
graphgraph
User Offline Click here to see the profile of this user
Re:No images 1 Month, 3 Weeks ago Karma: 0  
Here it is in .zip format too, if .gz would mean a problem to anyone.
File Attachment:
File Name: snapshot.zip
File Size: 15673
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#2063
BB_DaKraxor (User)
Fresh Boarder
Posts: 8
graphgraph
User Offline Click here to see the profile of this user
Re:No images 1 Month, 3 Weeks ago Karma: 0  
Alright, attaching the first file failed, so I'll just try it again...
File Attachment:
File Name: snapshot.gz
File Size: 15547
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#2064
doitux (Admin)
Admin
Posts: 335
graph
User Offline Click here to see the profile of this user
Re:No images 1 Month, 3 Weeks ago Karma: 18  
It must be a problem with the path to data/ directory. Where is the binary? And where is the data/ dir?
 
Report to moderator   Logged Logged  
 
regards
doitux
________________________________
doitux@pokerth.net
  The administrator has disabled public write access.
#2066
BB_DaKraxor (User)
Fresh Boarder
Posts: 8
graphgraph
User Offline Click here to see the profile of this user
Re:No images 1 Month, 3 Weeks ago Karma: 0  
This is the directory tree:

Code:

kraxor@localhost ~/Temp/PokerTH-0.6.2-src $ ls -lAh total 3.3M -rw-r--r-- 1 kraxor kraxor 18K May 21 23:52 COPYING -rwxr-xr-x 1 kraxor kraxor 4.1K May 21 23:52 ChangeLog -rw-r--r-- 1 kraxor kraxor 1.1K May 21 23:52 INSTALL -rw-r--r-- 1 kraxor kraxor 11K Jun 25 09:39 Makefile -rw-r--r-- 1 kraxor kraxor 63K Jun 25 09:42 Makefile.pokerth_game -rw-r--r-- 1 kraxor kraxor 60K Jun 25 09:40 Makefile.pokerth_lib -rw-r--r-- 1 kraxor kraxor 11K Jun 25 09:47 Makefile.pokerth_server -rw-r--r-- 1 kraxor kraxor 258 May 21 23:52 TODO drwxr-xr-x 2 kraxor kraxor 4.0K Jun 25 09:47 bin drwxr-xr-x 7 kraxor kraxor 4.0K May 21 23:54 data drwxr-xr-x 3 kraxor kraxor 4.0K May 21 23:54 docs drwxr-xr-x 2 kraxor kraxor 4.0K Jun 25 09:42 lib -rwxr-xr-x 1 kraxor kraxor 2.7K May 21 23:52 mac_post_make.sh drwxr-xr-x 2 kraxor kraxor 4.0K Jun 25 09:47 mocs drwxr-xr-x 2 kraxor kraxor 4.0K Jun 25 09:47 obj -rwxr-xr-x 1 kraxor kraxor 2.9M Jun 25 09:47 pokerth -rw-r--r-- 1 kraxor kraxor 379 May 21 23:52 pokerth.desktop -rw-r--r-- 1 kraxor kraxor 52K May 21 23:52 pokerth.icns -rw-r--r-- 1 kraxor kraxor 102K May 21 23:52 pokerth.ico -rw-r--r-- 1 kraxor kraxor 7.6K May 21 23:52 pokerth.png -rwxr-xr-x 1 kraxor kraxor 129 May 21 23:52 pokerth.pro -rw-r--r-- 1 kraxor kraxor 49 May 21 23:52 pokerth.rc -rw-r--r-- 1 kraxor kraxor 14K May 21 23:52 pokerth_game.pro -rw-r--r-- 1 kraxor kraxor 6.4K May 21 23:52 pokerth_lib.pro -rw-r--r-- 1 kraxor kraxor 6.5K May 21 23:52 pokerth_server.pro drwxr-xr-x 8 kraxor kraxor 4.0K May 21 23:54 src drwxr-xr-x 2 kraxor kraxor 4.0K May 21 23:54 tests drwxr-xr-x 2 kraxor kraxor 4.0K May 21 23:54 ts drwxr-xr-x 2 kraxor kraxor 4.0K Jun 25 09:42 uics
To compile, I did:
Code:

qmake pokerth.pro make ./pokerth (to run the compiled executable...)
The result is what you can see in the attached screenshots. I also think I have the appropriate QT version:
Code:

$ qmake --version QMake version 2.01a Using Qt version 4.3.3 in /usr/lib64/qt4
What do you think?
 
Report to moderator   Logged Logged  
 
Last Edit: 2008/06/25 09:56 By BB_DaKraxor.
  The administrator has disabled public write access.
#2067
doitux (Admin)
Admin
Posts: 335
graph
User Offline Click here to see the profile of this user
Re:No images 1 Month, 3 Weeks ago Karma: 18  
Can you please add:

cout << myQtToolsInterface->getDataPathStdString(myArgv0) << endl;

to src/config/configfile.cpp:49
and take a look at the console output?
 
Report to moderator   Logged Logged  
 
regards
doitux
________________________________
doitux@pokerth.net
  The administrator has disabled public write access.
Go to top Post Reply
Powered by FireBoardget the latest posts directly to your desktop
designed by www.madeyourweb.com