dessalines / torrenttunes-client

DEPRECATED: A BitTorrent-based music streaming service.
GNU General Public License v3.0
358 stars 47 forks source link

The torrenttunes-launcher.jar throws exception on start #102

Open lextiz opened 6 years ago

lextiz commented 6 years ago

I have downloaded the torrenttunes-launcher.jar, tried to execute java -jar torrenttunes-launcher.jar and got the following exception:

Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: 1
        at com.torrenttunes.launcher.tools.Updater.checkForUpdate(Updater.java:33)
        at com.torrenttunes.launcher.Main.doMain(Main.java:52)
        at com.torrenttunes.launcher.Main.main(Main.java:123)

I have Windows 10 and Java(TM) SE Runtime Environment (build 1.8.0_144-b01).