AE2 still crashing with the one probe 7.0.0
mindforger opened this issue ยท 9 comments
Describe the bug
Failure message: Mod ae2 only supports theoneprobe 1.19-6.1.0 or above, and below 1.19-7.0.0
Currently, theoneprobe is 1.19.3-7.0.0
Mod Version: 13.0.9-beta
How to reproduce the bug
install both AE2 13.0.9-beta and the one probe 7.0.0
Expected behavior
well, not to crash ;D
Additional details
i might have missed a follow up issue but #6816 was the only one i found and stated it should be fixed after 13.03-alpha
Which minecraft version are you using?
1.19
On which mod loaders does it happen?
Forge
Crash log
isn't it a bit strange that the upper end of compat list is not considered to be within the allowed version range ? is that a forge thing?
modified the toml like in
#6911
but added the .3 after the 19 and made 7.0.1 the upper limit
Hmmmmmmmmm that's a good point, but this has worked in the past I believe, so the parser skips it? I hope? :-D
But for real, did we forget to release it?
What does your toml actually say?
It should say [1.19.3-7.0.0,1.19.3-8.0.0)
will give it a test with the other bracket tomorrow and close if it is enough, can not access my game yet
no it still says 1.19-7.0.0 at least in the 13.0.9-beta from curse launcher ( got i as zip since i use Multi MC) can tell exact content when back on my pc
yeah it is still, i just downloaded a fresh 13.0.9-beta
[[dependencies.ae2]]
modId="theoneprobe"
mandatory=false
versionRange="[1.19-6.1.0,1.19-7.0.0)"
ordering="AFTER"
side="BOTH"
and
[[dependencies.ae2]]
modId="theoneprobe"
mandatory=false
versionRange="[1.19-6.1.0,1.19-7.0.0]"
ordering="AFTER"
side="BOTH"
does not work but
[[dependencies.ae2]]
modId="theoneprobe"
mandatory=false
versionRange="[1.19.3-6.1.0,1.19.3-7.0.0]"
ordering="AFTER"
side="BOTH"
does, thnx for the hints how to read the formatting :)
Duplicate of #6910.