@Drixevel. Thanks for updating your work.
Getting some fatal errors with the new store.
Running a dev version of Sourcemod (1.13.0-git7213) due to Sourcemod being broken by the recent update at the moment. I was running an older version of and just swapped out all the files.
L 02/21/2025 - 19:16:52: [SM] Fatal error encountered parsing translation file "store-sounds.phrases.txt"
L 02/21/2025 - 19:16:52: [SM] Error (line 0, column 0): Stream failed to open
L 02/21/2025 - 19:16:52: [SM] Exception reported: Array index out-of-bounds (index 10000, limit 100)
L 02/21/2025 - 19:16:52: [SM] Blaming: store-logging.smx
L 02/21/2025 - 19:16:52: [SM] Call stack trace:
L 02/21/2025 - 19:16:52: [SM] [1] Line 225, D:\projects\scripts\sourcemod\sm-store\scripting\store-logging.sp:

repareLogLine
L 02/21/2025 - 19:16:52: [SM] [2] Line 211, D:\projects\scripts\sourcemod\sm-store\scripting\store-logging.sp::WriteMessageToLog
L 02/21/2025 - 19:16:52: [SM] [3] Line 119, D:\projects\scripts\sourcemod\sm-store\scripting\store-logging.sp::CreateLogFileOrTurnOffLogging
L 02/21/2025 - 19:16:52: [SM] [4] Line 47, D:\projects\scripts\sourcemod\sm-store\scripting\store-logging.sp::_CL_OnPluginStart
L 02/21/2025 - 19:16:52: [SM] [5] Line 755, D:\projects\scripts\sourcemod\sm-store\scripting\include\colorlib.inc::OnPlugi nStart
L 02/21/2025 - 19:16:52: [SM] Unable to load plugin "store-logging.smx": Error detected in plugin startup (see error logs)
Errors:
store-backend.smx ([Store] Backend): Library not found: store-logging
store-refund.smx ([Store] Refund): Library not found: store-logging
store-distributor.smx ([Store] Distributor): Library not found: store-logging
store-core.smx ([Store] Core): Library not found: store-logging
store-loadout.smx ([Store] Loadout): Library not found: store-logging
store-items-titles.smx ([Store] Titles): Library not found: store-logging
store-inventory.smx ([Store] Inventory): Library not found: store-logging
store-shop.smx ([Store] Shop): Library not found: store-logging
store/store-sounds.smx ([Store] Sounds): Library not found: store-logging
store/store-titles.smx ([Store] Titles): Library not found: store-logging
store/store-trails.smx ([Store] Trails): Library not found: store-logging
store/store-skins.smx ([Store] Skins): Library not found: store-logging
store-logging.smx ([Store] Logging): Error detected in plugin startup (see error logs)
===================================
So I did the only rational thing and set logging to 0
Those errors disappeared and now I get.....
L 02/21/2025 - 19:28:47: [SM] Exception reported: Invalid data pack position, 16 is out of bounds (4)
L 02/21/2025 - 19:28:47: [SM] Blaming: store-inventory.smx
L 02/21/2025 - 19:28:47: [SM] Call stack trace:
L 02/21/2025 - 19:28:47: [SM] [0] SetPackPosition
L 02/21/2025 - 19:28:47: [SM] [1] Line 594, D:\projects\scripts\sourcemod\sm-store\scripting\store-inventory.sp::Native_CallItemAttrsCallback
L 02/21/2025 - 19:28:47: [SM] [3] Store_CallItemAttrsCallback
L 02/21/2025 - 19:28:47: [SM] [4] Line 475, D:\projects\scripts\sourcemod\sm-store\scripting\store-backend.sp::T_GetItemsCallback