Several restarts didn't help. Replacing the FriBidi didn't directly solve the problem but threw another error message to the crash log:Dimmuxx wrote:I have no idea why that happend. I haven't touched that code and I think I build everything correctly in Xcode. I just selected Deployment-Debug in it. I'm used to compile it via the console but that doesn't work any longer so I had to use Xcode. But if it only requires a restart to make it work it might just be some weird bug and otherwise you can copy FriBidi from the official beta to this one.
Code: Select all
Exception Type: EXC_BREAKPOINT (SIGTRAP)
Exception Codes: 0x0000000000000001, 0x000000008fe0105c
Crashed Thread: 0
Dyld Error Message:
Library not loaded: @executable_path/../Frameworks/AutoHyperlinks.framework/Versions/A/AutoHyperlinks
Referenced from: /Applications/Adium.app/Contents/MacOS/Adium
Reason: no suitable image found. Did find:
/Applications/Adium.app/Contents/MacOS/../Frameworks/AutoHyperlinks.framework/Versions/A/AutoHyperlinks: mach-o, but wrong architecture
/Applications/Adium.app/Contents/MacOS/../Frameworks/AutoHyperlinks.framework/Versions/A/AutoHyperlinks: mach-o, but wrong architectureCode: Select all
Exception Type: EXC_BREAKPOINT (SIGTRAP)
Exception Codes: 0x0000000000000001, 0x000000008fe0105c
Crashed Thread: 0
Dyld Error Message:
Library not loaded: @executable_path/../Frameworks/RBSplitView.framework/Versions/A/RBSplitView
Referenced from: /Applications/Adium.app/Contents/MacOS/Adium
Reason: no suitable image found. Did find:
/Applications/Adium.app/Contents/MacOS/../Frameworks/RBSplitView.framework/Versions/A/RBSplitView: mach-o, but wrong architecture
/Applications/Adium.app/Contents/MacOS/../Frameworks/RBSplitView.framework/Versions/A/RBSplitView: mach-o, but wrong architecturethanks a lot for your support!