Zotero freezes after style changes
Hi everybody,
each time I try to prompt a style change in Word and try to use the style 'Politische Vierteljahresschrift' Zotero freezes... This happens on two different computers. Anybody else having the same issue?
Best,
Johannes
each time I try to prompt a style change in Word and try to use the style 'Politische Vierteljahresschrift' Zotero freezes... This happens on two different computers. Anybody else having the same issue?
Best,
Johannes
/Johannes
Does the problem also manifest itself in a fresh Word document?
2. No it seems to me that works out just fine.
Thanks for picking this up. - J.
[JavaScript Application]
Ein Fehler ist aufgetreten bei dem Versuch, das Literaturverzeichnis zu erstellen. Bitte erneut versuchen.
I think this might be the fileInterface.bibliographyGenerationError
When it freezes in Word, how long have you let it go?
In the "year-date" macro, try adding a year-suffix line in both branches of the macro conditional, so:
<choose>
<if variable="issued">
<date variable="issued">
<date-part name="year"/>
</date>
<text variable="year-suffix"/>
</if>
<else>
<text term="no date" form="short"/>
<text variable="year-suffix"/>
</else>
</choose>
This would need a little more tuning to format nicely, but if the style no longer freezes, that's the best way to fix it. (The processor shouldn't freeze, obviously, but replacing implicit year-suffix disambiguation with the more up-to-date and reliable explicit code is a good move.)
I submitted two error reports (35931178, 876114153) with regard to the problem.
I am not sure whether the first error report accurately captures what has gone awry, since the whole program freezes immediately after I try to change the style in Word.
The second error report refers to creating citations in Zotero in the PVS style.
@Dan: couple minutes. In the time I gave it the program never recovered...
After installing the plugin, please submit a Debug ID:
http://www.zotero.org/support/debug_output
@Dan Stillman: The output I'm looking for has "XXX" at the beginning of the line. There may be a lot of lines, depending on the complexity of disambiguation required by the document. Email is probably the best medium.
(Edit: Link amended to point at the primary version of the processor update plugin.)
Can I check somewhere whether the plugin you have provided is correctly installed?
Does Zotero write the debug output in a file that I could submit manually?
Debug output has been sent to the Zotero server.
The Debug ID is D740856657.
Did that debug output actually cover the error? Can you restart Zotero and try again?
If I can make it fail, I can fix it.
With regard to right-click - create bibliography from selected entries: I have uploaded a new debug output that looks a lot bigger - maybe it is covered in there.
Debug output has been sent to the Zotero server.
The Debug ID is D859029648.
@fbennett: I have assembled a set of references that when right-clicking - create bibliography do not give a java-script error message, but actually freeze Zotero completely. These references are also in the document that orginally triggered the problem.
https://gist.github.com/3713208
/edit: grammar
Magic, thanks. The cause of the crash is the two "Bolivien" cites, which both have a value in the (last) name field, and nothing in the (first) name field. The processor is trying to apply givenname disambiguation to this pair, and since there is nothing to act on, it never performs an operation, and never clears the loop it's in.
It will be a simple problem to fix; we just need to give the same treatment to these names that we do to single-field (institutional) names (which is to say, ignore them).
You may be able to avoid the error by clicking on the icon to the right of each such name, converting it to single-field entry format. If that doesn't help, a complete fix will be available in a day or so.
Anyway, thanks again for the support. Looking forward to the fix.
Hoping for good news ...
After testing, it does not seem to fix the problem.
https://gist.github.com/3716718
If you install from this link now, you should have better luck. I have tested it locally with Zotero 3.0.8 and your test entries. Generating a bibliography with this update plugin installed succeeds (and produces a correct bibliography). With the plugin disabled, it freezes Firefox.
It does not freeze as long as I don't select both of the Bolivien entries, so my guess is either I did not install your alternative plugin correctly or something else is still awry. :-(