Frictional Games Forum (read-only)
Couldn't find any suitable frontend - Printable Version

+- Frictional Games Forum (read-only) (https://www.frictionalgames.com/forum)
+-- Forum: Technical Support (https://www.frictionalgames.com/forum/forum-57.html)
+--- Forum: Technical Support - Penumbra Series (https://www.frictionalgames.com/forum/forum-22.html)
+---- Forum: Linux - Penumbra (https://www.frictionalgames.com/forum/forum-25.html)
+---- Thread: Couldn't find any suitable frontend (/thread-1061.html)

Pages: 1 2


RE: Couldn't find any suitable frontend - Urkle - 05-08-2010

try
Code:
./Downloads/penumbra_overture_1.1.sh -f ncurses
or
Code:
./Downloads/penumbra_overture_1.1.sh -f fltk

and I just checked though and the version of nixstaller I'm using doesn't have the old libstdc++ requirement of previous versions.. it only depends on libc and X.

IF neither of those two above work try this
Code:
./Downloads/penumbra_overture_1.1.sh --keep --target TEMP --noexec

Then run
Code:
ldd TEMP/bin/linux/*/*/*

and paste the output here.


RE: Couldn't find any suitable frontend - kweinert - 05-08-2010

(05-08-2010, 12:11 AM)Urkle Wrote: try
Code:
./Downloads/penumbra_overture_1.1.sh -f ncurses

Code:
kenw@fortytwo:~/Downloads$ ./penumbra_overture_1.1.sh -f ncurses
Verifying archive integrity... All good.
Uncompressing Installer for Penumbra: Overture.............
Uncompressing sub archive..............................................................................................
Collecting info for this system...
Operating system: linux
CPU Arch: x86_64
Error: Couldn't find any suitable frontend for your system

kenw@fortytwo:~$ sudo apt-get install libncurses5
Reading package lists... Done
Building dependency tree      
Reading state information... Done
libncurses5 is already the newest version.

(05-08-2010, 12:11 AM)Urkle Wrote:
Code:
./Downloads/penumbra_overture_1.1.sh -f fltk

Code:
kenw@fortytwo:~/Downloads$ ./penumbra_overture_1.1.sh -f fltk
Verifying archive integrity... All good.
Uncompressing Installer for Penumbra: Overture.............
Uncompressing sub archive..............................................................................................
Collecting info for this system...
Operating system: linux
CPU Arch: x86_64
Error: Couldn't find any suitable frontend for your system


kenw@fortytwo:~$ sudo apt-get install libfltk1.1
Reading package lists... Done
Building dependency tree      
Reading state information... Done
libfltk1.1 is already the newest version.

(05-08-2010, 12:11 AM)Urkle Wrote:
Code:
./Downloads/penumbra_overture_1.1.sh --keep --target TEMP --noexec

Then run
Code:
ldd TEMP/bin/linux/*/*/*

and paste the output here.

Code:
kenw@fortytwo:~/Downloads$ ./penumbra_overture_1.1.sh --keep --target TEMP --noexec
Creating directory TEMP
Verifying archive integrity... All good.
Uncompressing Installer for Penumbra: Overture.............
kenw@fortytwo:~/Downloads$ ldd TEMP/bin/linux/*/*/*
TEMP/bin/linux/x86_64/libc.so.6/lzma-decode:
    linux-vdso.so.1 =>  (0x00007fff2bfde000)
    libc.so.6 => /lib/libc.so.6 (0x00007f0a2949c000)
    /lib64/ld-linux-x86-64.so.2 (0x00007f0a2984a000)
TEMP/bin/linux/x86/libc.so.6/lzma-decode:
    linux-gate.so.1 =>  (0xf77bc000)
    libc.so.6 => /lib32/libc.so.6 (0xf7635000)
    /lib/ld-linux.so.2 (0xf77bd000)



RE: Couldn't find any suitable frontend - Urkle - 05-08-2010

Ncurses and fltk are statically linked so no need to install them.

Ok. Go into the TEMP directory and run the startupinstqller.sh script. And then rerun the ldd statementp (you should have more binaries)


RE: Couldn't find any suitable frontend - kweinert - 05-08-2010

(05-08-2010, 03:36 PM)Urkle Wrote: Ncurses and flak are statically linked so no need to install them.

Ok. Go into the TEMP directory and run the startupinstqller.sh script. And then rerun the ldd statementp (you should have more binaries)

Ah, didn't realize that and just wanted to be sure.

So, I run the startupinstaller.sh script and it installs.

Now I have a different problem (not all the image shows on the screen) but I'll head back to the forum to look for a solution to that. Best not to pollute this thread with a non-related branch.

My issue is resolved, but feel free to contact me if you have something you'd like me to test out so the installer works without having to run this workaround.


RE: Couldn't find any suitable frontend - Urkle - 05-08-2010

(05-08-2010, 03:54 PM)kweinert Wrote: My issue is resolved, but feel free to contact me if you have something you'd like me to test out so the installer works without having to run this workaround.

I'm going to link this thread with to the author of the installer I'm using to see if he can make any sense out of it.. But glad it finally installed. oh.. I wonder if you didn't have enough disk space in your tmp dir???


RE: Couldn't find any suitable frontend - kweinert - 05-08-2010

Code:
df /tmp
Filesystem           1K-blocks      Used Available Use% Mounted on
tmpfs                   524288       128    524160   1% /tmp

Good thought - I don't know how much is needed.

Seems like a strange error message for an out of space error, especially since the md5sum is checked after unpacking. Could be a later step though.

Thanks again for your help in getting it resolved.


RE: Couldn't find any suitable frontend - Snospar - 06-02-2010

Just wanted to confirm that I had exactly the same issue on Ubuntu 9.10 (with the correct 32-bit libs installed) and it was caused by a lack of space on /tmp. For info, I had less than 512MB space when the install failed and when I increased the /tmp size to 1G the problem was solved.

A less cryptic message from the installer would be nice Wink


RE: Couldn't find any suitable frontend - Urkle - 06-03-2010

I'll pass that along to the developer.. another option would be to pass a --target parameter when running the install script so it uses a different directory for extracting the installer.