You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Stable server on version 2.0.15 is downloading mods with base dependency of >=2.0.18 when using UPDATE_MODS_ON_START=true environment variable. This causes a version mismatch preventing the server from starting.
0.078 Error Util.cpp:81: Failed to load mod "mining-patch-planner":
• mining-patch-planner
• Dependency base >= 2.0.18 is not satisfied (active: base 2.0.15)
I discussed with one of the mod authors whose mod has the mismatch, and they claim the server should be able to differentiate which version of the mod to download from the mod portal based on the Dependency Base. What is happening behind the UPDATE_MODS_ON_START=true flag and can it be fixed to make sure stable base servers don't accidentally download mods with a mismatched base dependency?
The text was updated successfully, but these errors were encountered:
earthserpent89
changed the title
Environment variable to update mods downloading wrong version
Environment variable to update mods downloading Mods with mismatched base dependency.
Nov 19, 2024
Stable server on version 2.0.15 is downloading mods with base dependency of >=2.0.18 when using UPDATE_MODS_ON_START=true environment variable. This causes a version mismatch preventing the server from starting.
I discussed with one of the mod authors whose mod has the mismatch, and they claim the server should be able to differentiate which version of the mod to download from the mod portal based on the Dependency Base. What is happening behind the UPDATE_MODS_ON_START=true flag and can it be fixed to make sure stable base servers don't accidentally download mods with a mismatched base dependency?
The text was updated successfully, but these errors were encountered: