Standalone not responding after opening
A few days ago I began experiencing a problem with Zotero Standalone. I am able to open the application, but before my library appears on the screen the application stops responding, forcing me to do a "force quit" to exit.
I tried to recover the error message and Report ID via the Terminal, but the program also stops responding when I open it this way, so all I could recover was the following information: (1) "Warning: Unknown property 'align-self'. Declaration dropped." (2) "Warning: Unknown property 'order'. Declaration dropped."
The only explanation I can think of is that, at the time the problem started, I was approaching the limit on my Zotero online storage (2GB). I upgraded to 6GB hoping that would solve the problem, but it hasn't so far. Any help would be greatly appreciated!
I'm running the latest version of Zotero Standalone on Mac 10.8.4.
I tried to recover the error message and Report ID via the Terminal, but the program also stops responding when I open it this way, so all I could recover was the following information: (1) "Warning: Unknown property 'align-self'. Declaration dropped." (2) "Warning: Unknown property 'order'. Declaration dropped."
The only explanation I can think of is that, at the time the problem started, I was approaching the limit on my Zotero online storage (2GB). I upgraded to 6GB hoping that would solve the problem, but it hasn't so far. Any help would be greatly appreciated!
I'm running the latest version of Zotero Standalone on Mac 10.8.4.
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.
To debug this, it may help to generate real-time debug output for the startup. Unfortunately Zotero won't put out debug output unless you change the prefs, which is currently hard if you can't access Zotero to begin with, but you can open prefs.js in the profile directory (which is one directory up from the default Zotero data directory location) in a text editor and add this line:
user_pref("extensions.zotero.debug.log", true);
Save the file, and then restart from Terminal and see if anything shows up. (If it's long, you can email it to support@zotero.org with a link to this thread.)
You can also try installing Zotero for Firefox, which will share your existing data directory by default, and see if the problem happens there too. (If it does, it's pretty likely that there's some issue with your data directory.)
Is it working now when you start it the normal way? If so, try opening about:config from the Advanced pane of the preferences and double-clicking extensions.zotero.debug.log to set it to false, and then restart Zotero. If it continues to work, you're all set. If it doesn't, that's something we'll have to investigate further.