-
Notifications
You must be signed in to change notification settings - Fork 97
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
Fatal pdflatex error on Linux: memory dump file could not be found. #1053
Comments
I've done some code reading in Searching my system for Out of curiosity, I checked on a working MiKTeX install on a Windows computer I have, and on that system I do indeed have a file called Would I be correct in assuming that this file is missing from my installation? If so, how did that happen and how can I fix it? Also note that this is a fresh OS install, and hence I have not upgraded MiKTeX from an earlier version (which therefore excludes the possibility of old files remaining from earlier versions of MiKTeX). |
Now after installing updates I get a similar error with
|
When I was getting the above errors I was attempting to use MiKTeX with a system-wide installation. Here is a workaround for anyone facing the same issue: choose user mode instead of system-wide configuration on the inital run of the MiKTeX console. I removed the I also separately attempted to reinstall and then choose a system-wide setup of MiKTeX on the first run of the MiKTeX console, and I got the same errors as reported above, so it seems that the above error can be reproduced when using a system-wide configuration. |
Thank you. The first log snippet mentions the
So the next step, if this happens again, would be to inspect |
Thanks for your reply. Would it be possible to update https://miktex.org/howto/bug-report to include the directories on Linux where the I did try to follow the instructions, but section "1.4. MiKTeX history" is only described for Windows, so I assumed it was Windows-specific. If I can, I will try to reproduce this and include the |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Leaving this for the record. For me, the solution was
|
Thanks for this, it also solved this issue for me! |
For me the solution was to us Miktex-Console and Upgrade to the standard version. |
I had the same issue, and the following steps helped me:
This will upgrade the minimal TeX installation to a standard TeX installation |
Submitting a MiKTeX problem report
I am running MiKTeX on elementary OS 6.1, which is a derivative of Ubuntu 20.04 LTS (it uses a different desktop environment).
I have a file
example.txt
with the following contents:When I attempt to run
pdflatex
I always get the following error:Here is the contents of the log:
Any advice for additional debugging steps?
I have given all possible permissions to
~/.miktex/
by runningchmod -R ugo=rwx ~/.miktex/
but this makes no difference (I get the same error).Could it be because the memory dump file does not exist or could not be created? Or is this not relevant?
Strangely
xelatex
works just fine. It is onlypdflatex
that has the problem.Attached is the MiKTeX installation report:
miktex-report.txt
The text was updated successfully, but these errors were encountered: