I have a brand new install of debian testing, brand new install of minecraft today. Launcher is 1.3.7. When I try to launch the game, I get the following in the console:
[03:56:32 ERROR]: Couldn't unpack natives!
java.util.zip.ZipException: zip file is empty
at java.util.zip.ZipFile.open(Native Method) ~[?:1.7.0_21]
at java.util.zip.ZipFile.<init>(ZipFile.java:214) ~[?:1.7.0_21]
at java.util.zip.ZipFile.<init>(ZipFile.java:144) ~[?:1.7.0_21]
at java.util.zip.ZipFile.<init>(ZipFile.java:158) ~[?:1.7.0_21]
at net.minecraft.launcher.GameLauncher.unpackNatives(GameLauncher.java:469) ~[launcher.jar:?]
at net.minecraft.launcher.GameLauncher.launchGame(GameLauncher.java:213) [launcher.jar:?]
at net.minecraft.launcher.GameLauncher.onDownloadJobFinished(GameLauncher.java:619) [launcher.jar:?]
at net.minecraft.launcher.updater.download.DownloadJob.popAndDownload(DownloadJob.java:120) [launcher.jar:?]
at net.minecraft.launcher.updater.download.DownloadJob.access$000(DownloadJob.java:12) [launcher.jar:?]
at net.minecraft.launcher.updater.download.DownloadJob$1.run(DownloadJob.java:89) [launcher.jar:?]
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471) [?:1.7.0_21]
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334) [?:1.7.0_21]
at java.util.concurrent.FutureTask.run(FutureTask.java:166) [?:1.7.0_21]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) [?:1.7.0_21]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) [?:1.7.0_21]
at java.lang.Thread.run(Thread.java:722) [?:1.7.0_21]
Trying to launch 1.7.2 and 1.7.4. Tried 1.6.1 for the heck of it, same thing. More info:
$ java -version
java version "1.7.0_21"
OpenJDK Runtime Environment (IcedTea 2.3.9) (7u21-2.3.9-5)
OpenJDK 64-Bit Server VM (build 23.7-b01, mixed mode)
I have a brand new install of debian testing, brand new install of minecraft today. Launcher is 1.3.7. When I try to launch the game, I get the following in the console:
[03:56:32 ERROR]: Couldn't unpack natives! java.util.zip.ZipException: zip file is empty at java.util.zip.ZipFile.open(Native Method) ~[?:1.7.0_21] at java.util.zip.ZipFile.<init>(ZipFile.java:214) ~[?:1.7.0_21] at java.util.zip.ZipFile.<init>(ZipFile.java:144) ~[?:1.7.0_21] at java.util.zip.ZipFile.<init>(ZipFile.java:158) ~[?:1.7.0_21] at net.minecraft.launcher.GameLauncher.unpackNatives(GameLauncher.java:469) ~[launcher.jar:?] at net.minecraft.launcher.GameLauncher.launchGame(GameLauncher.java:213) [launcher.jar:?] at net.minecraft.launcher.GameLauncher.onDownloadJobFinished(GameLauncher.java:619) [launcher.jar:?] at net.minecraft.launcher.updater.download.DownloadJob.popAndDownload(DownloadJob.java:120) [launcher.jar:?] at net.minecraft.launcher.updater.download.DownloadJob.access$000(DownloadJob.java:12) [launcher.jar:?] at net.minecraft.launcher.updater.download.DownloadJob$1.run(DownloadJob.java:89) [launcher.jar:?] at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471) [?:1.7.0_21] at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334) [?:1.7.0_21] at java.util.concurrent.FutureTask.run(FutureTask.java:166) [?:1.7.0_21] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) [?:1.7.0_21] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) [?:1.7.0_21] at java.lang.Thread.run(Thread.java:722) [?:1.7.0_21]Trying to launch 1.7.2 and 1.7.4. Tried 1.6.1 for the heck of it, same thing. More info:
Thanks!