[Version 0.8.25] Some Files Disappear After Using Console to Give an Item, Saving, and then Loading that Same Save File

RandomFu

New Member
Mar 1, 2026
1
0
18
Was searching on how to get tall Lyric and came across this post that said to use "pc.safeAddItem(ITEMS.Dragonsblood)" in the developer console in order to get DragonsBlood without having to directly edit the save file, but after using the command, saving and then attempting to load that save, some files would come up missing, thus causing the save to be unable to load. Error always happens when attempting to load the save file from a working save file.

1292690_8.jpgScreenshot 2026-03-01 003916.png
The following is the error that was asked to be copied:
version: 0.8.25

TypeError: Cannot read property 'is' of undefined
at file:///C:/Program%20Files%20(x86)/Steam/steamapps/common/Corruption%20of%20Champions%20II/resources/app/505.f4b8a194e6c24daacb63.js:1:425283
at Array.some ()
at file:///C:/Program%20Files%20(x86)/Steam/steamapps/common/Corruption%20of%20Champions%20II/resources/app/505.f4b8a194e6c24daacb63.js:1:425256
at Array.filter ()
at e.value (file:///C:/Program%20Files%20(x86)/Steam/steamapps/common/Corruption%20of%20Champions%20II/resources/app/505.f4b8a194e6c24daacb63.js:1:425221)
at e.value (file:///C:/Program%20Files%20(x86)/Steam/steamapps/common/Corruption%20of%20Champions%20II/resources/app/505.f4b8a194e6c24daacb63.js:1:425065)
at window.mainGameMenu (file:///C:/Program%20Files%20(x86)/Steam/steamapps/common/Corruption%20of%20Champions%20II/resources/app/673.fa7539886077318d361d.js:1:5367608)
at window.navTo (file:///C:/Program%20Files%20(x86)/Steam/steamapps/common/Corruption%20of%20Champions%20II/resources/app/673.fa7539886077318d361d.js:1:5366418)
at Object.func (file:///C:/Program%20Files%20(x86)/Steam/steamapps/common/Corruption%20of%20Champions%20II/resources/app/673.fa7539886077318d361d.js:1:5370431)
at doClick (file:///C:/Program%20Files%20(x86)/Steam/steamapps/common/Corruption%20of%20Champions%20II/resources/app/103.11b92030a1f2f57a9fe2.js:1:39502)
at l (file:///C:/Program%20Files%20(x86)/Steam/steamapps/common/Corruption%20of%20Champions%20II/resources/app/673.fa7539886077318d361d.js:1:5290428)
at o (file:///C:/Program%20Files%20(x86)/Steam/steamapps/common/Corruption%20of%20Champions%20II/resources/app/473.7238030b3edf4c923f04.js:2:40902)

The following image is what happens when attempting to load the save file from the main menu:

1292690_9.jpg1292690_10.jpg
 

Tarnakus

Well-Known Member
Oct 31, 2020
545
285
Using the console instead of save editing isn't a 'get-out-of-jail-free' card for reporting bugs (even if there is no pop-up). Like any form of manipulation, using the console is an at-your-own-risk endeavor.

The error message shows where (in the code) the crash happens. Whatever you did in console it was wrong and after saving/loading -> something in your save file causes a crash.

I assume other save files work (after restarting the game).
 
Last edited: