Java.io.IOException: Truncated Zip file

Trying to download a mod for FAF and this error constantly pops up for it exclusively:

java.util.concurrent.CompletionException: java.io.IOException: Truncated ZIP file
at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:331)
at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:346)
at java.base/java.util.concurrent.CompletableFuture$UniRun.tryFire(CompletableFuture.java:777)
at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506)
at java.base/java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:2152)
at com.faforever.client.task.CompletableTask.lambda$new$1(CompletableTask.java:18)
at com.sun.javafx.event.CompositeEventHandler.dispatchBubblingEvent(CompositeEventHandler.java:86)
at com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(EventHandlerManager.java:234)
at com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(EventHandlerManager.java:191)
at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:58)
at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:114)
at com.sun.javafx.event.EventUtil.fireEventImpl(EventUtil.java:74)
at com.sun.javafx.event.EventUtil.fireEvent(EventUtil.java:54)
at javafx.event.Event.fireEvent(Event.java:198)
at javafx.concurrent.EventHelper.fireEvent(EventHelper.java:219)
at javafx.concurrent.Task.fireEvent(Task.java:1358)
at javafx.concurrent.Task.setState(Task.java:709)
at javafx.concurrent.Task$TaskCallable.lambda$call$2(Task.java:1455)
at com.sun.javafx.application.PlatformImpl.lambda$runLater$10(PlatformImpl.java:428)
at java.base/java.security.AccessController.doPrivileged(AccessController.java:391)
at com.sun.javafx.application.PlatformImpl.lambda$runLater$11(PlatformImpl.java:427)
at com.sun.glass.ui.InvokeLaterDispatcher$Future.run(InvokeLaterDispatcher.java:96)
at com.sun.glass.ui.win.WinApplication._runLoop(Native Method)
at com.sun.glass.ui.win.WinApplication.lambda$runLoop$3(WinApplication.java:174)
at java.base/java.lang.Thread.run(Thread.java:832)
Caused by: java.io.IOException: Truncated ZIP file
at org.apache.commons.compress.archivers.zip.ZipArchiveInputStream.readDeflated(ZipArchiveInputStream.java:590)
at org.apache.commons.compress.archivers.zip.ZipArchiveInputStream.read(ZipArchiveInputStream.java:488)
at java.base/java.io.InputStream.read(InputStream.java:218)
at com.faforever.commons.io.ByteCopier.copy(ByteCopier.java:65)
at com.faforever.commons.io.Unzipper.unzip(Unzipper.java:67)
at com.faforever.client.mod.InstallModTask.extractMod(InstallModTask.java:100)
at com.faforever.client.mod.InstallModTask.call(InstallModTask.java:72)
at com.faforever.client.mod.InstallModTask.call(InstallModTask.java:30)
at javafx.concurrent.Task$TaskCallable.call(Task.java:1425)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:630)
... 1 more

Can someone translate this into something that can be a solution to the problem or direct me to a thread that has had this same problem and found a solution?

Looks like the mod got corrupted. Which mod is it?

@sheikah Extremewars by Team: Asdrubaelvect (version 14 uploaded 1/18/2021).

I've already uninstalled/reinstalled the mod multiple times and it replicates this error without fail.

Any other suggestions?

so it seems that the mods are downloading to my Onedrive folder and i do not know how to stop that. Thoughts?

You have to turn on the vault fallback location in the client settings

Yes the mod looks fine on the server so I suspect anti virus or something is stopping the download on your machine

@sheikah Client settings in FAF or in Onedrive? If FAF, how do I do that?

In the client. Click on the three bars at the top right and there will be a vault fallback option

i have the same problem any help appreciated