You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using a Core 2 Duo Late 2007 MacBook Pro with Mac OS X 10.4.11 installed. Discord Lite will crash upon launch with the following error.
dyld: Library not loaded: /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
Referenced from: /Applications/Discord Lite.app/Contents/MacOS/Discord Lite
Reason: no suitable image found. Did find:
/System/Library/Frameworks/Foundation.framework/Versions/C/Foundation: no matching architecture in universal wrapper
/System/Library/Frameworks/Foundation.framework/Versions/C/Foundation: no matching architecture in universal wrapper
Trace/BPT trap
logout
[Process completed]
A workaround is to run the app using PPC Rosetta, however performance is bad and eventually becomes entirely unusable, where Discord will hang indefinitely on an empty screen with no servers or channels.
Edit: These issues are not present in Snow Leopard where DIscord Lite can run in native AMD64 mode.
The text was updated successfully, but these errors were encountered:
Intel Tiger uses some weird load commands I haven't been able to figure out how to properly incorporate into an executable, so unfortunately it doesn't work natively there. But this is not an issue with Intel 10.5 and later.
This should now be resolved, though for 10.4 will require thinning the FAT binary to be i386-only using Lipo. You can do so by executing the following on a machine that has Xcode command-line tools installed: lipo -thin i386 Discord\ Lite.app/Contents/MacOS/Discord\ Lite -output Discord\ Lite.app/Contents/MacOS/Discord\ Lite
Or of course you can build it from source for i386 only.
I'm using a Core 2 Duo Late 2007 MacBook Pro with Mac OS X 10.4.11 installed. Discord Lite will crash upon launch with the following error.
A workaround is to run the app using PPC Rosetta, however performance is bad and eventually becomes entirely unusable, where Discord will hang indefinitely on an empty screen with no servers or channels.
Edit: These issues are not present in Snow Leopard where DIscord Lite can run in native AMD64 mode.
The text was updated successfully, but these errors were encountered: