Z standalone 3.0b2.1 Mac OS X does not start
Z standalone 3.0b2.1 Mac OS X does not start. The symbol just blinks up in the Dock and disappears.
No error logs under ~/Library/Logs/Crashreporter.
OSX 10.6.8
Sophos Anti-Virus 7.3.3
FF6.0.1 with addons Zotero 2.1.8 and MacWord-Plugin 3.1.6 and OO-Plugin 3.5b1 installed
LibreOffice 3.4.3
Uninstalling WordprocessorPlugins does not help, neither does forcing Z standalone in 32bit mode (cmd + i and enabling 32bit mode).
Anyone any ideas ?
Thanks in advance
No error logs under ~/Library/Logs/Crashreporter.
OSX 10.6.8
Sophos Anti-Virus 7.3.3
FF6.0.1 with addons Zotero 2.1.8 and MacWord-Plugin 3.1.6 and OO-Plugin 3.5b1 installed
LibreOffice 3.4.3
Uninstalling WordprocessorPlugins does not help, neither does forcing Z standalone in 32bit mode (cmd + i and enabling 32bit mode).
Anyone any ideas ?
Thanks in advance
This is an old discussion that has not been active in a long time. Before commenting here, you should strongly consider starting a new discussion instead. If you think the content of this discussion is still relevant, you can link to it from your new discussion.
This discussion has been closed.
/Applications/Zotero.app/Contents/MacOS/zotero -jsconsole
Does that give you anything?
It says in Terminal :
Could not find the Mozilla runtime.
when I start Standalone out of the Diskimage, it starts just fine.
Yet, Zotero.app in the Applications folder does not start.
Unfortunately, the result is the same.
Mac OS Extended (Groß-/Kleinschreibung und Journaled)
which translates into :
mac os extended case-sensitive journaled
Standalone finds Mozilla's runtime only on NON-case-sensitive formated drives.
The disk image is not case-sensitive, therefore the runtime is found.
Thank you very much for your time and your help ( and for fixing this in the next version)
ln -s XUL.framework /Applications/Zotero.app/Contents/Frameworks/XUL.Framework
But running a case-sensitive file system is really not recommended, and will break a lot of other applications too.
The workaround works great! Thanks a lot for your help.