CrumpLab / rstatsmethods

Course website for Psyc 7765G & 7766G (previously Psyc 7709G)
https://crumplab.github.io/rstatsmethods/
Creative Commons Attribution 4.0 International
4 stars 5 forks source link

Problem with MiKTeX/papaja #16

Open ksrm opened 2 years ago

ksrm commented 2 years ago

I'm still working on producing a pdf. My error seems to do with reaching MiKTeX (?). Part of the latest log file reads,

FATAL pdflatex.core - GUI framework cannot be initialized.

I've updated MiKTeX from the MiKTeX console. If anyone has any suggestions dealing with this type of error, please let me know. I will continue to work on it. I'm unsure about how R loads package info from my PCs directories. Curious if this is some issue with the location of files. Thanks !

Error:

! Sorry, but C:\Users\12055\AppData\Local\Programs\MiKTeX\miktex\bin\x64\pdflatex.exe did not succeed.

CrumpLab commented 2 years ago

It looks like a few other people have had a similar error:

https://tex.stackexchange.com/questions/267299/how-to-fix-the-sorry-but-c-miktex-pdftex-exe-did-not-succeed-error

I'm happy to help troubleshoot over zoom, just let me know

ksrm commented 2 years ago

I am not sure what worked to overcome this error. It might've just been resolved with tinytex, but I also experienced other errors before successfully knitting pdf, including error running lua filters. Likely did not run this recommended line at the time of papaja installation (?)

devtools::install_github("crsh/papaja@devel")

Helpful thread from developer pertaining to error running filters : https://github.com/crsh/papaja/issues/225