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
Describe the bug
When a mod name contains a colon ( ':' ), fluffy's mod manager throws an exception pointing towards said colon (see below) and breaks off the importing process. I assume it reads the mod name as a mapping value due to the colon (xml mapping works that way, apparently), which is not allowed.
Expected behavior
That it imports correctly...
Steps to reproduce
Start Rimworld with Fluffy's Mod Manager enabled
Copy a mod list which contains a mod that has a modname with a colon, like for example "Rim-Effect: Core"
Import mod list from string
Example:
Example list:
<?xml version="1.0" encoding="utf-8"?>
<ModList>
<Name>test123
<modIds>
<li>brrainz.harmony
<li>ludeon.rimworld
<li>fluffy.modmanager
<li>erdelf.humanoidalienraces
<li>oskarpotocki.vanillafactionsexpanded.core
<li>rimeffect.core
</modIds>
<modNames>
<li>Harmony
<li>Core
<li>Mod Manager
<li>Humanoid Alien Races 2.0
<li>Vanilla Expanded Framework
<li>Rim-Effect: Core
</modNames>
</ModList>
Error:
"Failed to import mod list from clipboard: (Line: 18, Col: 17, Idx: 468) - (Line: 18, Col: 17, Idx: 468): Mapping Values not allowed in this context."
Other mods
Harmony
Environment
OS: Win10
64bits
Game
64 bits
Steam
Version 1.2.3005
The text was updated successfully, but these errors were encountered:
Describe the bug
When a mod name contains a colon ( ':' ), fluffy's mod manager throws an exception pointing towards said colon (see below) and breaks off the importing process. I assume it reads the mod name as a mapping value due to the colon (xml mapping works that way, apparently), which is not allowed.
Expected behavior
That it imports correctly...
Steps to reproduce
Example:
Example list:
<?xml version="1.0" encoding="utf-8"?>
<ModList>
<Name>test123
<modIds>
<li>brrainz.harmony
<li>ludeon.rimworld
<li>fluffy.modmanager
<li>erdelf.humanoidalienraces
<li>oskarpotocki.vanillafactionsexpanded.core
<li>rimeffect.core
</modIds>
<modNames>
<li>Harmony
<li>Core
<li>Mod Manager
<li>Humanoid Alien Races 2.0
<li>Vanilla Expanded Framework
<li>Rim-Effect: Core
</modNames>
</ModList>
Error:
"Failed to import mod list from clipboard: (Line: 18, Col: 17, Idx: 468) - (Line: 18, Col: 17, Idx: 468): Mapping Values not allowed in this context."
Other mods
Harmony
Environment
Game
The text was updated successfully, but these errors were encountered: