Author Topic: Running MB under Debian Sid (unstable)  (Read 2089 times)

Sharaz

  • Hydlaa Resident
  • *
  • Posts: 81
    • View Profile
Running MB under Debian Sid (unstable)
« on: June 10, 2003, 12:44:17 pm »
Before everybody starts....
Yes I know there\'s a MB under Linux thread in this forum, but it\'s getting so polluted it\'s almost impossible to keep a sane thread.
So I did the evil thing and started this new one...;(

After a bit of trouble (my version of Sid uses g++/gcc3.3, so I had to use some configure options to use 2.95) I managed to compile everything.
CS: Walktest works
CEL: celtest works
PS: psclient gives the following error:

crystalspace.font.freefont2: Could not open fontfile /fonts/ttf/arial.ttf!

  loading definitions file /planeshift/gui/psgui.def...
   load successful (0 windows, 1 skins loaded.)
aws-debug: setting up global AWS palette...
aws-debug: finished palette setup.
planeshift.application.client: No iDialogManager plugin!
planeshift.application.client: Failed to init app!

Please anybody, how do I fix this. I\'ve been trying to get PS to run ever since MB came out. :-(

Ow yeah, I used the \'Building from CVS in Linux\' guide by Acraig
« Last Edit: June 10, 2003, 12:45:30 pm by Sharaz »
The two most common things in the Universe are hydrogen and stupidity. Just look at the number of Windoze users ;)
     -- Harlan Ellison (Edited by me)

--->  Join the BISM  <---

acraig

  • Administrator
  • Veteran
  • *
  • Posts: 1562
    • View Profile
(No subject)
« Reply #1 on: June 11, 2003, 01:14:43 am »
This looks like the dialogplugin was not built in PlaneShift.  You can try to:

jam -aq psgui

( that should try to rebuild it and then quit on the first error it sees. )
----------
Andrew
"For all I know, she's lying, everyone's lying; welcome to the Internet"

Sharaz

  • Hydlaa Resident
  • *
  • Posts: 81
    • View Profile
(No subject)
« Reply #2 on: June 11, 2003, 09:12:05 am »
Quote
jam -aq psgui

 
I tried this and it compiled without any errors....
But the problem still remained.
Any other possibilities?
The two most common things in the Universe are hydrogen and stupidity. Just look at the number of Windoze users ;)
     -- Harlan Ellison (Edited by me)

--->  Join the BISM  <---

Sharaz

  • Hydlaa Resident
  • *
  • Posts: 81
    • View Profile
(No subject)
« Reply #3 on: June 12, 2003, 09:09:26 pm »
*bump*

Any devs or other Linux users have any ideas?
The two most common things in the Universe are hydrogen and stupidity. Just look at the number of Windoze users ;)
     -- Harlan Ellison (Edited by me)

--->  Join the BISM  <---

scrythe

  • Traveller
  • *
  • Posts: 16
    • View Profile
(No subject)
« Reply #4 on: June 13, 2003, 03:15:16 am »
Sharaz, I doubt that this is the full listing of all error messages. Did it complain about psgui.so ? Did you try to run it with -verbose option ?

Sharaz

  • Hydlaa Resident
  • *
  • Posts: 81
    • View Profile
(No subject)
« Reply #5 on: June 13, 2003, 01:07:27 pm »
OK, this is the full listing of psclient -verbose
*edit: Fixed the missing csjngimg *

Warning: Failed to load `psgui\'; reason(s):
DLERROR (psgui): ./psgui.so: undefined symbol: GetPlLayer__7CelBase
Warning: Failed to load `psgui\'; reason(s):
DLERROR (psgui): ./psgui.so: undefined symbol: GetPlLayer__7CelBase
WARNING: could not load plugin \'planeshift.gui.dialogmanager\'
Warning: Failed to load `psadmin\'; reason(s):
DLERROR (psadmin): ./psadmin.so: undefined symbol: GetMainActor__11psCelClient
Warning: Failed to load `psadmin\'; reason(s):
DLERROR (psadmin): ./psadmin.so: undefined symbol: GetMainActor__11psCelClient
WARNING: could not load plugin \'planeshift.admin.adminmanager\'
block_size: 8192
Mounting maps: podium.
planeshift.application.client: Planeshift Molecular Blue
planeshift.application.client: This game uses Crystal Space Engine created by Jorrit and others
planeshift.application.client: 0.97 rdev [Unix-x86-GCC]
crystalspace.font.freefont2: Could not open fontfile /fonts/ttf/arial.ttf!

   loading definitions file /planeshift/gui/psgui.def...
   load successful (0 windows, 1 skins loaded.)
aws-debug: setting up global AWS palette...
aws-debug: finished palette setup.
planeshift.application.client: No iDialogManager plugin!
planeshift.application.client: Failed to init app!
« Last Edit: June 13, 2003, 04:54:56 pm by Sharaz »
The two most common things in the Universe are hydrogen and stupidity. Just look at the number of Windoze users ;)
     -- Harlan Ellison (Edited by me)

--->  Join the BISM  <---

scrythe

  • Traveller
  • *
  • Posts: 16
    • View Profile
(No subject)
« Reply #6 on: June 13, 2003, 05:16:39 pm »
Quote
Originally posted by Sharaz
Warning: Failed to load `psgui\'; reason(s):
DLERROR (psgui): ./psgui.so: undefined symbol: GetPlLayer__7CelBase
Warning: Failed to load `psgui\'; reason(s):
DLERROR (psgui): ./psgui.so: undefined symbol: GetPlLayer__7CelBase
WARNING: could not load plugin \'planeshift.gui.dialogmanager\'
Warning: Failed to load `psadmin\'; reason(s):
DLERROR (psadmin): ./psadmin.so: undefined symbol: GetMainActor__11psCelClient
Warning: Failed to load `psadmin\'; reason(s):
DLERROR (psadmin): ./psadmin.so: undefined symbol: GetMainActor__11psCelClient
WARNING: could not load plugin


I run Debian Woody and I got the same errors. IMHO the compilation of psgui.so just does not work under Debian. I was trying to fix this but I ended up fighting with this weird \"jam\" thing.

Sharaz

  • Hydlaa Resident
  • *
  • Posts: 81
    • View Profile
(No subject)
« Reply #7 on: June 13, 2003, 08:40:37 pm »
Ok, that makes (at least) 2 Debian users with the same problem.
Please devs, any ideas?
The two most common things in the Universe are hydrogen and stupidity. Just look at the number of Windoze users ;)
     -- Harlan Ellison (Edited by me)

--->  Join the BISM  <---

Sharaz

  • Hydlaa Resident
  • *
  • Posts: 81
    • View Profile
(No subject)
« Reply #8 on: June 16, 2003, 11:34:13 am »
Come on everybody, doesn\'t anyone have a clue on how to help us?!?

I searched the entire forum, found one real reference, tried that sollution (compile CS, copy cs-config to CEL, compile CEL, compile PS) and it still doesn\'t work.
I really want to play PS, but this is getting real depressing. :(
The two most common things in the Universe are hydrogen and stupidity. Just look at the number of Windoze users ;)
     -- Harlan Ellison (Edited by me)

--->  Join the BISM  <---

Vengeance

  • Veteran
  • *
  • Posts: 1452
    • View Profile
(No subject)
« Reply #9 on: June 16, 2003, 06:21:51 pm »
What version of PS are you trying to build?  What -r tag did you use when you cvs checkout\'d everything?

scrythe

  • Traveller
  • *
  • Posts: 16
    • View Profile
(No subject)
« Reply #10 on: June 16, 2003, 07:45:01 pm »
-rMB010

Sharaz

  • Hydlaa Resident
  • *
  • Posts: 81
    • View Profile
(No subject)
« Reply #11 on: June 17, 2003, 12:16:35 am »
I followed acraig\' s CVS  building for Linux guide, just like scrythe. So yes, -rMB010
The two most common things in the Universe are hydrogen and stupidity. Just look at the number of Windoze users ;)
     -- Harlan Ellison (Edited by me)

--->  Join the BISM  <---

Sharaz

  • Hydlaa Resident
  • *
  • Posts: 81
    • View Profile
(No subject)
« Reply #12 on: June 18, 2003, 11:40:24 pm »
*bump*
Come on people, I\'ve been trying to get in since the release of MB!
Please help. :-(
The two most common things in the Universe are hydrogen and stupidity. Just look at the number of Windoze users ;)
     -- Harlan Ellison (Edited by me)

--->  Join the BISM  <---

Rulzern

  • Hydlaa Resident
  • *
  • Posts: 134
    • View Profile
(No subject)
« Reply #13 on: June 19, 2003, 06:10:10 pm »
I built from the source tarball, that seems to work fine, except HW redrering, but i suspect my drivers are the source of that problem. On Debian SID that is.

Haven\'t tried the guide\'s way of building it.
Thanks a lot Venge...

Vengeance

  • Veteran
  • *
  • Posts: 1452
    • View Profile
(No subject)
« Reply #14 on: June 19, 2003, 08:52:25 pm »
Sharaz, it just doesn\'t look like it was built successfully.

If it can\'t find the .so files, that means your make or jam didn\'t work.  Paste in those errors and we\'ll try to help.