/
1.2(Jan 2019)
1.2(Jan 2019)
Digest NullPointerException Resolved
When the digest files are generated, java.lang.NullPointerException is raised if custom JVM does not exist.
Defects resolved
Issue No. | Details |
---|---|
N/A | Generating digest file 'F:\getdown\target\digesters\digest.txt'... Exception in thread "main" java.io.IOException: Error computing digest for: null at com.threerings.getdown.data.Digest$1.run(Digest.java:76) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) at java.lang.Thread.run(Thread.java:745) Caused by: java.lang.NullPointerException at com.threerings.getdown.data.Digest$1.run(Digest.java:73) ... 3 more |