Version: 0.9.003-PUBLIC#2128 (also on a couple versions prior) - Storage crash under specific circumstances with imported save

LiquidMiro

New Member
Jun 7, 2022
1
0
36
A critical error has occurred. Please create a bug report on the forums here. Please include what you did before the error and a screen-shot or copy-paste of the error message below: ``` Version: 0.9.003-PUBLIC#2128 Message: Stockings requires it's canMergeWith call to be overridden if it has dynamic properties. Stack:
a@https://www.fenoxo.com/play/TiTS/release/vendors.9c947b42.js:1:565895
i@https://www.fenoxo.com/play/TiTS/release/vendors.9c947b42.js:1:566258
u/<@https://www.fenoxo.com/play/TiTS/release/main.1abb0bbe.js:1:10049503
o@https://www.fenoxo.com/play/TiTS/release/main.1abb0bbe.js:1:10049747
r@https://www.fenoxo.com/play/TiTS/release/main.1abb0bbe.js:1:9543922
value@https://www.fenoxo.com/play/TiTS/release/main.1abb0bbe.js:1:5585207
value/
value/<@https://www.fenoxo.com/play/TiTS/release/main.1abb0bbe.js:1:12271793
value@https://www.fenoxo.com/play/TiTS/release/main.1abb0bbe.js:1:12271643
value@https://www.fenoxo.com/play/TiTS/release/main.1abb0bbe.js:1:12270842
hu@https://www.fenoxo.com/play/TiTS/release/vendors.9c947b42.js:1:464274
Ts@https://www.fenoxo.com/play/TiTS/release/vendors.9c947b42.js:1:481135

Not sure what last public version my storage last worked, but it was working about a month ago? Anyway, all my imported saves of the same character crash upon attempting storage in my ship. Storage at Tavros and theoretically Tavira's room should still work. I can see a split second of something loaded in before the system crashes, but not much more.

As a bonus, my save file. Which was imported from the Mobile Flash version, and then resaved under the newest update. I can probably send the original imported flash save if needed. My guess is an issue with two identical Stocking and Panties items with Hardlight attached trying to stack and failing. Or maybe half succeeding?
 

Attachments

  • Sparky (F) - 4Hrs 40Mins, 548 Days - Tavros Station, Kalas.json
    777.1 KB · Views: 3

OrangeBurner

Well-Known Member
Mar 13, 2022
305
72
Here, I think I've managed to fix it on your file. (I can at least open your storage normally)

I just used the console to set those Stockings' .hasDynamicProperties = false; e.g:
  • locationStorage.shipInventory.storage[25].hasDynamicProperties = false;
  • And locationStorage.shipInventory.storage[34].hasDynamicProperties = false;
 

Attachments

  • Sparky (F) - Storage Fixed.json
    775.1 KB · Views: 4