Author Topic: "Segmentation fault" when installing game by terminal  (Read 1117 times)

numayis

  • Wayfarer
  • *
  • Posts: 2
    • View Profile
"Segmentation fault" when installing game by terminal
« on: September 13, 2009, 04:49:53 pm »
Hi,

I am a newbie to linux, opensuse 11.0,
I have downloaded the game binary.

I have tried that:
numa@linux-5r7j:~> cd /home/numa/Downloads
numa@linux-5r7j:~/Downloads> chmod 755 PlaneShift-v0.4.03-x86.bin
numa@linux-5r7j:~/Downloads> ./PlaneShift-v0.4.03-x86.bin                          - in there, a window opened from the game and asked the language for installation, i have chosen the language and... terminal says:   -
Segmentation fault

- these time i have tried as it: -
numa@linux-5r7j:~/Downloads> chmod u+x PlaneShift-v0.4.03-x86.bin
numa@linux-5r7j:~/Downloads> ./PlaneShift-v0.4.03-x86.bin
Trace/breakpoint trap

What will I do?
« Last Edit: September 13, 2009, 05:01:26 pm by numayis »

peeg

  • Testers
  • Hydlaa Notable
  • *
  • Posts: 560
    • View Profile
Re: "Segmentation fault" when installing game by terminal
« Reply #1 on: September 13, 2009, 04:54:11 pm »
Try to add "--mode text" as param and see if that helps. :)
[ PSde ] - Join the german community!
Peeg Chaoswind - Mentor in The Rangers Of Yliakum

numayis

  • Wayfarer
  • *
  • Posts: 2
    • View Profile
Re: "Segmentation fault" when installing game by terminal
« Reply #2 on: September 13, 2009, 05:06:29 pm »
Try to add "--mode text" as param and see if that helps. :)

Thank you, now its started to install !
 :thumbup: