CPM Live Map not responding

threadPage 1 of 1
Saturday, September 13, 2025
Avatar for a12f6e80e9d89b5470e3311f9d8388d6d4bc834b3825be85bf1f6a4e71dd314f
User a12f6e
Oy good call, I think the other admin restored from a backup and didn't tell me. It's on 25.8, which is funny because I just updated it to 26.0 like two days ago lol.
Thanks, fixing that now. That's probably the problem here.
Avatar for 2fc02addfc2b08cf731c591ce3ec1458095131979eff88a05d79d32a80be0d20
User 2fc02a
I always go back to basics, though I know you're an advanced user.
Can you do
version
in the console?
Avatar for a12f6e80e9d89b5470e3311f9d8388d6d4bc834b3825be85bf1f6a4e71dd314f
User a12f6e
Ok np, in the meantime I suppose we can set reset regions with commands
Avatar for 602ca815dc7501e6a962147ab179d09dca96d576877ccc458c8656c35bc7361b
User 602ca8
Not sure than maybe prisma can shed more light
Avatar for a12f6e80e9d89b5470e3311f9d8388d6d4bc834b3825be85bf1f6a4e71dd314f
User a12f6e
Also it's an IndexOutOfRangeException, which is presumably not related to port binding.
Avatar for a12f6e80e9d89b5470e3311f9d8388d6d4bc834b3825be85bf1f6a4e71dd314f
User a12f6e
I don't think that's our problem heh. We only use server side mods and don't install any mods to our local machines. And as I said above, definitely nothing is binding that port.
Avatar for 602ca815dc7501e6a962147ab179d09dca96d576877ccc458c8656c35bc7361b
User 602ca8
Avatar for a12f6e80e9d89b5470e3311f9d8388d6d4bc834b3825be85bf1f6a4e71dd314f
User a12f6e
We have port set in CPMSettings. That hasn't changed from 2.2 when it was working fine. But I can confirm via Powershell that nothing is binding that port. It seems the web service is failing to start because of the above error.
Avatar for 602ca815dc7501e6a962147ab179d09dca96d576877ccc458c8656c35bc7361b
User 602ca8
if any regions are set they should be there 1 under the other. The cpm map is hosted by the game server itself using whatever port you set. So if there is a timeout problem than it's coming from the host side maybe port issue cannot be sure I don't know your setup.
Avatar for a12f6e80e9d89b5470e3311f9d8388d6d4bc834b3825be85bf1f6a4e71dd314f
User a12f6e
But the file is definitely empty. It was 1 kiB and its only content was two line breaks.
Avatar for a12f6e80e9d89b5470e3311f9d8388d6d4bc834b3825be85bf1f6a4e71dd314f
User a12f6e
Well I thought our other admin set it up but I can't access the map at this time so I'm not positive heh
Avatar for 602ca815dc7501e6a962147ab179d09dca96d576877ccc458c8656c35bc7361b
User 602ca8
and your seeing reset regions on the map?
Avatar for a12f6e80e9d89b5470e3311f9d8388d6d4bc834b3825be85bf1f6a4e71dd314f
User a12f6e
I know of
\SaveGame\Saves\{map}\{saveName}\ResetRegions
, but the regions.txt file in that folder is apparently empty...
Avatar for 8aa88c3efb234c0cb8e10aeda354934f5962c758666d3ea6bb0c3677e2a3bdba
User 8aa88c
I couldn't find relevant information for your question. Try rephrasing or check the documentation directly.
Avatar for 602ca815dc7501e6a962147ab179d09dca96d576877ccc458c8656c35bc7361b
User 602ca8
there should be a file in your saved game folder forgot the exact name and type
Avatar for 602ca815dc7501e6a962147ab179d09dca96d576877ccc458c8656c35bc7361b
User 602ca8
If you clear them and restart do you still see that error?
Avatar for a12f6e80e9d89b5470e3311f9d8388d6d4bc834b3825be85bf1f6a4e71dd314f
User a12f6e
Yep
Avatar for 602ca815dc7501e6a962147ab179d09dca96d576877ccc458c8656c35bc7361b
User 602ca8
You set reset regions?
Avatar for a12f6e80e9d89b5470e3311f9d8388d6d4bc834b3825be85bf1f6a4e71dd314f
User a12f6e
Hi, I'm seeing timeouts recently when I try to access the CPM Live Map. I see the below error relating to CPM in the server log file. Is this an issue with our configuration maybe or a CPM bug in need of fixing?
2025-09-13T08:40:22 61.231 INF [CSMM_Patrons] CpmStrings loaded from CpmStrings.xml.
2025-09-13T08:40:22 61.245 INF [CSMM_Patrons] CpmSettings loaded from CpmSettings.xml.
2025-09-13T08:40:22 61.259 ERR [MODS] Error while executing ModEvent "GameStartDone" on mod "1CSMM_Patrons"
2025-09-13T08:40:22 61.261 EXC Index was outside the bounds of the array.
  at CSMM_Patrons.RegionReset.SyncRegionClaims () [0x00249] in <a6b5378db39146b8b10ec1606cf809b1>:0 
  at CSMM_Patrons.RegionReset.LoadRegions () [0x000a5] in <a6b5378db39146b8b10ec1606cf809b1>:0 
  at CSMM_Patrons.API.GameAwake (ModEvents+SGameStartDoneData& _data) [0x00601] in <a6b5378db39146b8b10ec1606cf809b1>:0 
  at ModEvents+ModEvent`1[TData].Invoke (TData& _data) [0x00016] in <ab0fe27c5b8e49a587e4412a961c7085>:0 ```