Here is the error, I think it might be a memory leak? My game was getting slower after playing for some hours, I just assumed it was the complexity/increase in objects loading due to getting further in the game that slowed it down:
Code: Select all
ERROR:
Game version: tome-1.7.6
Addons: neka_qol01a-1.7.5[X], hz-escorts-1.7.0[X], items-vault-1.7.6[O], pf_fixes-1.7.2[X], possessors-1.7.4[O], turn_separators_v2-1.6.0[X!], easy_map_v2-1.6.0[X!], ashes-urhrok-1.7.4[O], improved_combat_text_v2-1.6.0[X!], inv_tiers-1.7.2[X], better_item_desc-1.7.4[X], orcs-1.7.4[O], zomnibus-1.7.4[X], cults-1.7.4[O]
Game version (character creation): tome-1.7.6
Lua Error: /mod/class/Player.lua:1515: not enough memory
At [C]:-1
At [C]:-1 error
At /mod/class/Player.lua:1515 action
At /mod/dialogs/ShowEquipInven.lua:245 use
At /mod/dialogs/ShowEquipInven.lua:94 fct
At /engine/ui/Inventory.lua:136 fct
At /engine/ui/ListColumns.lua:463 onUse
At /engine/ui/ListColumns.lua:135 fct
At /engine/Mouse.lua:71 receiveMouse
At /engine/Mouse.lua:111 delegate
At /engine/ui/Inventory.lua:204 mouseEvent
At /engine/ui/Inventory.lua:150 fct
At /engine/Mouse.lua:71 receiveMouse
At /engine/Mouse.lua:111 delegate
At /engine/ui/Dialog.lua:817 mouseEvent
At /engine/ui/Dialog.lua:510 fct
At /engine/Mouse.lua:71

Let me know if I need to provide any additional information for the situation or how I might be able to fix it.