Ilesh Thiada
Ilesh Thiada
Ferium add doesn't work if the version number of *any available build doesn't match the profile game version*. It doesn't just check the latest version but checks every version available...
Hmm I don't think a separate info subcommand is needed, I was thinking something like that would be added to the list command instead.
I'm really sorry @T3sT3ro but I genuinely forgot about this PR when implementing these features. I've implemented most of these features in 52cd45558e13dc26fc5d3dc9047c3f54a51ea00a
Hmm I have no idea why this occurs. More importantly, I can't replicate this on my machine. Is this on x64 Windows or some other architecture?
Thanks for the info. I don't have a working Windows installation, but I'll try debugging this in docker and see if I can replicate this.
Ok I was able to reproduce this issue but I have no idea where the stack overflow is occuring because rust-lang/rust#51405. But I'll try to debug this nevertheless.
Fixed in gorilla-devs/libium@130055b78b47eb6e91cc0642b3f485ecb66b2bba
Sorry I didn't really understand, could you provide an example?
Ah I get it. The problem is this type of information is usually included in the mod's manifest files (e.g. `fabric.mod.json`) which is only available after downloading the mod file....
> Some times it can be fetched from the site Hmm yes, sometimes incompatibilities are listed alongside dependencies on the website, but these are rarely maintained properly. I will keep...