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

Errors with null pointer exception #1

Open
mtraton opened this issue Jun 30, 2015 · 1 comment
Open

Errors with null pointer exception #1

mtraton opened this issue Jun 30, 2015 · 1 comment

Comments

@mtraton
Copy link

mtraton commented Jun 30, 2015

Exception in thread "main" java.lang.NullPointerException
at it.zielke.a2pdf.Anki2PDF.main(Anki2PDF.java:129)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at com.intellij.rt.execution.application.AppMain.main(AppMain.java:134)

@nordicway
Copy link
Owner

Hi!
Thanks for the report. What is the location of your deck file? Does the file exist?

As a workaround If you don't have any images in your deck, you can comment that statement out.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants