ficsit-cli icon indicating copy to clipboard operation
ficsit-cli copied to clipboard

Fails to install Refined_Power due to an error with "v1.0.0" as a version comparator

Open ThatWileyGuy opened this issue 10 months ago • 3 comments

What happened?

Full error text is

failed to resolve lockfile: could not resolve mods: failed resolving profile dependencies: failed to solve dependencies: failed to make decision: failed to get package versions: failed to parse constraint v1.0.0: failed to de-sugar range : invalid comparator string: v1.0.0

... and the same mod installs fine via SMM.

Currently digging to figure out where that string is appearing, exactly.

Version

0.6.0

What OS are you seeing the problem on?

Linux

What architecture are you seeing the problem on?

amd64

Relevant log output


Any extra info:

No response

ThatWileyGuy avatar Mar 16 '25 05:03 ThatWileyGuy

It looks like "v1.0.0" doesn't actually appear in the installed mod, so I'm not sure where this is coming from?

ThatWileyGuy avatar Mar 16 '25 05:03 ThatWileyGuy

Mod semantic versions are stored in their uplugin file

https://github.com/satisfactorymodding/ficsit-cli/pull/73 would probably fix this

budak7273 avatar Apr 28 '25 21:04 budak7273

I just tested, #73 does fix this

Image

Merith-TK avatar Jun 10 '25 19:06 Merith-TK