Author Topic: No start  (Read 2685 times)

ProzacR

  • Traveller
  • *
  • Posts: 12
    • View Profile
No start
« on: January 13, 2011, 08:56:52 pm »
Code: [Select]
$ ./psclient.bin
bash: ./psclient.bin: /lib/ld-linux-x86-64.so.2: bad ELF interpreter: No such file or directory

glibc-2.12.90-21.x86_64
?
« Last Edit: January 13, 2011, 08:59:36 pm by ProzacR »

BoevenF

  • Hydlaa Notable
  • *
  • Posts: 543
  • Amdeneir citizen, mostly travelling
    • View Profile
    • The Doømed Ones SVG
Re: No start
« Reply #1 on: January 13, 2011, 09:27:18 pm »
as you recognized - to run it from console you should run psclient, not psclient.bin directly.
psclient is a little shell script that'll add the lib dir to LD_LIBRARY_PATH for the client, so it can actually find the required libs.

ProzacR

  • Traveller
  • *
  • Posts: 12
    • View Profile
Re: No start
« Reply #2 on: January 13, 2011, 09:31:33 pm »
I tired too:
Code: [Select]
$ ./psclient
./psclient: /home/vytautas/Downloads/PS/PlaneShift/psclient.bin: /lib/ld-linux-x86-64.so.2: bad ELF interpreter: No such file or directory
./psclient: line 5: /home/vytautas/Downloads/PS/PlaneShift/psclient.bin: Success

BoevenF

  • Hydlaa Notable
  • *
  • Posts: 543
  • Amdeneir citizen, mostly travelling
    • View Profile
    • The Doømed Ones SVG
Re: No start
« Reply #3 on: January 13, 2011, 09:38:20 pm »

ProzacR

  • Traveller
  • *
  • Posts: 12
    • View Profile
Re: No start
« Reply #4 on: January 13, 2011, 09:44:19 pm »
I do not want to try:
Code: [Select]
$ ln -s /lib64/ld-linux-x86-64.so.2 /lib/ld-linux-x86-64.so.2
Because I have both files and not sure what will happen then. it is ok?

I use Fedora 14.

Gilrond

  • Hydlaa Notable
  • *
  • Posts: 764
    • View Profile
Re: No start
« Reply #5 on: January 13, 2011, 11:19:49 pm »
What's your output of

Code: [Select]
uname -a
Did you mix 32 bit and 64 bit by chance?

ProzacR

  • Traveller
  • *
  • Posts: 12
    • View Profile
Re: No start
« Reply #6 on: January 14, 2011, 09:34:24 am »
64 bit I have. But yes I installed some 32bit stuff.

RlyDontKnow

  • Associate Developer
  • Hydlaa Citizen
  • *
  • Posts: 403
    • View Profile
Re: No start
« Reply #7 on: January 14, 2011, 02:06:47 pm »
I do not want to try:
Code: [Select]
$ ln -s /lib64/ld-linux-x86-64.so.2 /lib/ld-linux-x86-64.so.2
Because I have both files and not sure what will happen then. it is ok?

I use Fedora 14.

there won't happen anything bad if you do that.

Fedora (or RHEL in general) keeps ld-linux-x86-64.so.2 only in /lib64 while many system also have that symlink in /lib.
(note that you don't have that file in /lib, yet, there's only ld-linux-x86.so.2 (note the missing -64))

ProzacR

  • Traveller
  • *
  • Posts: 12
    • View Profile
Re: No start
« Reply #8 on: January 14, 2011, 04:40:00 pm »
Ahh ty for explanation. I linked and started game.  \\o//

ProzacR

  • Traveller
  • *
  • Posts: 12
    • View Profile
Re: No start
« Reply #9 on: January 14, 2011, 04:54:46 pm »
Now lag on quard core CPU and GF9800GTX. Maybe I should disable weather?

weltall

  • Moderator
  • Veteran
  • *
  • Posts: 1671
    • View Profile
    • http://weltall.heliohost.org
Re: No start
« Reply #10 on: January 14, 2011, 05:11:41 pm »
check the load on the single core ps isn't a multithreaded game so quad core will mean almost nothing.

ProzacR

  • Traveller
  • *
  • Posts: 12
    • View Profile
Re: No start
« Reply #11 on: January 14, 2011, 05:17:20 pm »
So maybe GF9800GTX means something? Or this game requires 1Gb video card?

Gilrond

  • Hydlaa Notable
  • *
  • Posts: 764
    • View Profile
Re: No start
« Reply #12 on: January 14, 2011, 06:54:21 pm »
check the load on the single core ps isn't a multithreaded game so quad core will mean almost nothing.

That's unexpected. Given that most modern CPUs are multicore, are you planning to change that? Or game engine parallelism is intended to be delegated only to GPU cores?

weltall

  • Moderator
  • Veteran
  • *
  • Posts: 1671
    • View Profile
    • http://weltall.heliohost.org
Re: No start
« Reply #13 on: January 14, 2011, 08:29:22 pm »
converting an application to multithreading is not easy to do and requires a lot of rework (even though the most expensive procedures are in cs not in ps)
bgloader is still giving a lot of issues and it's the only multithreaded part. i'd suggest anyway to have at least 2ghz in a core as minimum if you want 60fps in most places. if you want 60fps in all places i'd go even with 3ghz+.

Gilrond

  • Hydlaa Notable
  • *
  • Posts: 764
    • View Profile
Re: No start
« Reply #14 on: January 14, 2011, 09:18:44 pm »
Does it still mostly depend on GPU? Fermi based cards are pretty powerful.
« Last Edit: January 14, 2011, 09:20:40 pm by Gilrond »