CPM Live Map not responding
threadPage 1 of 1
Saturday, September 13, 2025
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.
User 2fc02a
I always go back to basics, though I know you're an advanced user.
Can you do
Can you do
version in the console?User a12f6e
Ok np, in the meantime I suppose we can set reset regions with commands
User 602ca8
Not sure than maybe prisma can shed more light
User a12f6e
Also it's an IndexOutOfRangeException, which is presumably not related to port binding.
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.
User 602ca8
this guy seems to have had the same problem https://discord.com/channels/336821518250147850/427106880255426560/1203347086972813343
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.
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.
User a12f6e
But the file is definitely empty. It was 1 kiB and its only content was two line breaks.
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
User 602ca8
and your seeing reset regions on the map?
User a12f6e
I know of
\SaveGame\Saves\{map}\{saveName}\ResetRegions, but the regions.txt file in that folder is apparently empty...User 8aa88c
I couldn't find relevant information for your question. Try rephrasing or check the documentation directly.
User 602ca8
there should be a file in your saved game folder forgot the exact name and type
User 602ca8
If you clear them and restart do you still see that error?
User a12f6e
Yep
User 602ca8
You set reset regions?
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 ```