Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[COL] After update to .40 #14

Open
drakray opened this issue Aug 15, 2018 · 5 comments
Open

[COL] After update to .40 #14

drakray opened this issue Aug 15, 2018 · 5 comments
Assignees
Labels

Comments

@drakray
Copy link

drakray commented Aug 15, 2018

https://pastebin.com/LLFsKYVq

net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from Additional Loot Tables (alt)
Caused by: java.lang.UnsupportedOperationException
	at com.sun.nio.zipfs.ZipPath.toFile(ZipPath.java:597)
	at com.mcmoddev.alt.api.PluginLoader.lambda$loadResources$0(PluginLoader.java:127)
	at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(Unknown Source)
	at java.util.stream.ReferencePipeline$Head.forEach(Unknown Source)
	at com.mcmoddev.alt.api.PluginLoader.loadResources(PluginLoader.java:87)
	at com.mcmoddev.alt.AdditionalLootTables.init(AdditionalLootTables.java:69)
@dshadowwolf
Copy link
Contributor

Well, sh... oot - okay, I've been seeing something similar crop up over in MMD OreSpawn so... soon as I get my head out of some work I've been doing on a feature for *Metals, I'll get to this. I think its something with a change to how the FileSystem stuff works.

@dshadowwolf dshadowwolf self-assigned this Aug 15, 2018
@brisingraerowing
Copy link

Was this supposed to be fixed in .42? It still breaks on the same line. Apparently ZipPath can't be converted to a file. You might try the solution here.

@jriwanek
Copy link
Member

Unfortunately build 42 heading to curse was a screwup on my part, (thanks autopushing), dshad is still working on it.

@R0gu3P403n1x
Copy link

Was going to start a new thread, but this seems to be the issue exactly... ALT .40+ seems to work fine for me until I add in Base Metals. The Base Metals revision doesn't seem to mater. Base Metals runs fine without ALT as well. Reverting to .39 lets everything work fine except MMD Buckets, but I suspect that is just because it hasn't been updated as recently. Hope this information is helpful.

@jriwanek
Copy link
Member

jriwanek commented Oct 6, 2018

Very, thank you very much!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants