Can't Start Latest Version
Hi,
I'm running 10.4 on a G4 PowerBook and I can't seem to open the
latest version of TenFourFox. I can use 17.
When I launch it normally, it displays as loading and immediately closes. When I launch it from the terminal I get following error.
` mishas-powerbook67:~/Desktop/TenFourFox7450.app Misha$
./Contents/MacOS/firefox
dyld: lazy symbol binding failed: Symbol not found:
___floatundidf
Referenced from:
/Users/Misha/Desktop/TenFourFox7450.app/Contents/MacOS/XUL Expected
in: /usr/lib/libgcc_s.1.dylib
dyld: Symbol not found: ___floatundidf
Referenced from:
/Users/Misha/Desktop/TenFourFox7450.app/Contents/MacOS/XUL Expected
in: /usr/lib/libgcc_s.1.dylib
Trace/BPT trap
`
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
Support Staff 1 Posted by Chris (chtrusch... on 27 Mar, 2014 07:02 AM
Mikhail, make sure the TFF .zip file was downloaded completely (for 24.4.0 7450 it's 33,545,259 bytes) and that it's unpacked with the built-in Mac OS X utility: Right-click the downloaded .zip file, choose Open With… and then "Archive Utility" if you're on 10.5 or "BomArchiveHelper" if you're on 10.4. Some third-party utilities don't work right with application packages.
2 Posted by Mikahil on 11 Nov, 2014 08:11 AM
I tried again and still no dice, this is for the 7450 version.
I wonder if the error is real, maybe GCC doesn't have library:
mishas-powerbook67:~/Desktop Misha$ md5 TenFourFox7450-31.2.0.app.zip
MD5 (TenFourFox7450-31.2.0.app.zip) = 1e00eb09504c5dc7bdabaa83c459fbfa
mishas-powerbook67:~/Desktop Misha$ unzip TenFourFox*
mishas-powerbook67:~/Desktop Misha$ TenFourFox7450.app/Contents/MacOS/firefox
dyld: lazy symbol binding failed: Symbol not found: ___floatundidf
Referenced from: /Users/Misha/Desktop/TenFourFox7450.app/Contents/MacOS/XUL
Expected in: /usr/lib/libgcc_s.1.dylib
dyld: Symbol not found: ___floatundidf
Referenced from: /Users/Misha/Desktop/TenFourFox7450.app/Contents/MacOS/XUL
Expected in: /usr/lib/libgcc_s.1.dylib
Trace/BPT trap
Support Staff 3 Posted by Chris (chtrusch... on 11 Nov, 2014 04:15 PM
Hm, at this point I would probably re-install the OS (keeping existing users). Maybe Cameron has a better answer.
Support Staff 4 Posted by Cameron Kaiser on 11 Nov, 2014 04:36 PM
OS reinstallation unfortunately won't help -- this is an issue with dylib linkage.
Mikhail, before continuing, please verify the RIPEMD160 hash as stated on https://code.google.com/p/tenfourfox/wiki/Hashes
The symbol it's looking for is contained in TenFourFox's included libgcc, but yours is checking against the system. I specifically test these on systems that have no developer tools at all, so this should not occur (I'm typing this on one), and if it was a pervasive problem there should be substantially more reports since it wouldn't run on nearly every system. It should be linking against /Users/Misha/Desktop/TenFourFox7450.app/Contents/MacOS/libgcc_s.1.dylib as well, like this:
Did you change something on your system to alter linking order?