alabid / flylatex

FlyLatex: A Realtime Collaborative Environment (with a concurrent editor) in node-js.
766 stars 85 forks source link

pdf compilation error #8

Closed kaanaksit closed 11 years ago

kaanaksit commented 11 years ago

I have recently installed flylatex on my computer -ubuntu 12.10-. The interface seems to work fine on localhost:3000 in my case. I did not give a full try but as far as I see, I can not compile latex file into PDFs. I always receive these when I try it:

debug - served static content /socket.io.js new line saved successfully! new line saved successfully! [ { [Error: ENOENT, lstat '/tmp/pdfcreator11326-22335-bgeaca/514cf390f6e22d3f57000005.pdf'] errno: 34, code: 'ENOENT', path: '/tmp/pdfcreator11326-22335-bgeaca/514cf390f6e22d3f57000005.pdf' } ] debug - served static content /socket.io.js debug - served static content /socket.io.js debug - served static content /socket.io.js debug - served static content /socket.io.js q debug - served static content /socket.io.js new line saved successfully! [ { [Error: ENOENT, lstat '/tmp/pdfcreator11326-22335-19prn2e/514cf390f6e22d3f57000005.pdf'] errno: 34, code: 'ENOENT', path: '/tmp/pdfcreator11326-22335-19prn2e/514cf390f6e22d3f57000005.pdf' } ]

kaanaksit commented 11 years ago

Sorry my bad, there was a problem with the tex file.

alabid commented 11 years ago

@kunguz By the way, whenever there's an error in compilation, an error box appears on top. Also, the logs show you why the errors occur.