tonikelope / megabasterd

Yet another unofficial (and ugly) cross-platform MEGA downloader/uploader/streaming suite.
GNU General Public License v3.0
4.41k stars 597 forks source link

Application Crashes on Start Up #658

Open zbrasseaux opened 4 months ago

zbrasseaux commented 4 months ago

System

OS: macOS 14.1.1 23B81 x86_64 
Kernel: 23.1.0 
CPU: Apple M1
openjdk 11.0.11 2021-04-20 LTS
OpenJDK Runtime Environment Zulu11.48+21-CA (build 11.0.11+9-LTS)
OpenJDK 64-Bit Server VM Zulu11.48+21-CA (build 11.0.11+9-LTS, mixed mode)

Method java -jar MegaBasterd_7.13.jar

Result

Mar 05, 2024 9:14:46 AM com.tonikelope.megabasterd.SqliteSingleton getConn
SEVERE: Error opening connection
Exception in thread "main" java.lang.NullPointerException
    at com.tonikelope.megabasterd.DBTools.setupSqliteTables(DBTools.java:24)
    at com.tonikelope.megabasterd.MainPanel.<init>(MainPanel.java:242)
    at com.tonikelope.megabasterd.MainPanel.main(MainPanel.java:116)

Additionally, the startup screen shows for a few seconds before the crash occurs. Any advice is appreciated