Facebook Twitter YouTube Frictional Games | Forum | Privacy Policy | Dev Blog | Dev Wiki | Support | Gametee


Couldn't find any suitable frontend
MrWibble Offline
Junior Member

Posts: 1
Threads: 0
Joined: Sep 2007
Reputation: 0
#5
Solved: 8 Years, 2 Months ago RE: Couldn't find any suitable frontend

I have this problem as well. Alas I am using Suse 9.2 64bit and I cannot seem to find a compatibility library. If I try and install the 32 bit version of libstdc++ I get faced with 'Dependency Hell' in Yast as every application installed is using the 32bit version.

Urkle Wrote:The linux32 wrapper only "fakes" the reported CPU as an x86 instead of an x86_64 to any command run as it's arguments.

The reason the installer would fail to find a frontend is if it can not find the 32 bit system libstdc++.so.6 . Make sure you have the 32-bit version of libstdc++ by locating yoru libstdc++.so.6 and running "file" on it.
$ find /usr/lib{,32,64} -name "libstdc*so.*"
/usr/lib/libstdc++-libc6.2-2.so.3
/usr/lib/libstdc++.so.6.0.8
/usr/lib/libstdc++.so.5.0.7
/usr/lib/libstdc++.so.5
/usr/lib/libstdc++.so.6
$ file -L /usr/lib/libstdc++.so.6
/usr/lib/libstdc++.so.6:     ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), stripped

Make sure it says 32-bit!!.. if all of the libstdc++ files you have installed say 64-bit then you need to install the 32bit version.

If it still failes run
nohup sh -x ./PenumbraOvertureDemo-1.0.1.sh

And attach the generated nohup.out to this thread.

hollandhards Wrote:i tried the linu32 wrapper
derk@derk-desktop:~/Desktop$ linux32 ./PenumbraOvertureDemo-1.0.1.sh
Verifying archive integrity... All good.
Uncompressing nixstaller............................
Collecting info for this system...
Operating system: linux
CPU Arch: x86
Error: Couldn't find any suitable frontend for your system
still same issue.
09-23-2007, 07:02 PM
Find


Messages In This Thread



Users browsing this thread: 1 Guest(s)