Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug: Out of memory error on Windows #2748

Closed
chiavez opened this issue Jan 11, 2024 · 4 comments
Closed

Bug: Out of memory error on Windows #2748

chiavez opened this issue Jan 11, 2024 · 4 comments

Comments

@chiavez
Copy link

chiavez commented Jan 11, 2024

Debug log ID

RCYJ3YSL-refs-euc/6.7.143-6

What happened?

This problem is really similar to that shown in: #1575

Steps to reproduce:

  1. open Zotero
  2. right click on "My Library" on the left panel
  3. click on "export library" in the context menu
  4. choose the "Better BibLaTeX" format in the pop-up menu
  5. uncheck all boxes in the 'Translator Options' of the pop-up menu
  6. click on the 'OK' button
  7. choose a file name and click on "Save" on the Windows Explorer pop-up menu

Expected behaviour:
exporting a .bib file for my whole library

Actual behaviour:
pop-up saying: "An error occurred while trying to export the selected file."

Notes
I tried to export each collection separately and no errors occur...

@retorquere
Copy link
Owner

You're actually running into #2315. I'm working on something that will relieve memory pressure, but that's a fair bit of work, and I don't know how long it will take. I see you've already turned off the cache, so short-term there's nothing that can be done about this (except moving to Zotero 7).

@retorquere
Copy link
Owner

The fix will be communicated on #2315, if you want to be kept updated, please join that issue.

@chiavez
Copy link
Author

chiavez commented Jan 11, 2024

Hi, Thank you very much for the answer. I'll look at #2315 then. Good luck with the fix!

(By the way, if the issue is about the memory i can just select a smaller portion of my library to be exported, i guess)

@github-actions github-actions bot reopened this Jan 11, 2024
@retorquere retorquere changed the title Bug: "An error occurred while trying to export the selected file" Bug: Out of memory error on Windows Jan 14, 2024
@github-actions github-actions bot removed the reopened label Jan 14, 2024
@chiavez
Copy link
Author

chiavez commented Jan 17, 2024

I wanted to add a quick tip to solve this problem easily (up to a certain extent at least). The issue is related to memory, therefore reducing the data to export fixes it. So, instead of exporting your library by splitting it into different .bib files, you can export your library altogether but with less information for each database entry. Anyway, many fields will not even show up in your bibliography (e.g. the 'abstract' field).

So i did the following:

  1. Tools --> better bibtex --> open better bibtex preferences --> Export --> Fields --> 'Fields to omit from export (comma-separated)'
  2. then I put in the following list (I prefer simple bibliographies, everyone uses Google Scholar anyway): 'url, doi, language, urldate, note, annotation, file, abstract, keywords'

@github-actions github-actions bot reopened this Jan 17, 2024
@github-actions github-actions bot removed the reopened label Jan 26, 2024
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Feb 25, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants