nuclearsilo583 / zephyrus-store-preview-new-syntax

My rewritten zephyrus store
61 stars 40 forks source link

Not enough space on the stack on custom weapons #87

Closed laterre39 closed 2 years ago

laterre39 commented 2 years ago

error logs link https://pastebin.com/rsHCU51L

L 07/17/2022 - 14:42:57: [SM] Exception reported: Not enough space on the stack L 07/17/2022 - 14:42:57: [SM] Blaming: store_item_grenskins.smx L 07/17/2022 - 14:42:57: [SM] Call stack trace: L 07/17/2022 - 14:42:57: [SM] [1] Line 276, C:\Users\kk971\Desktop\Server\sourcemod-1.11.0-git6905-linux\addons\sourcemod\scripting\store_item_grenskins.sp::Downloader_AddFileToDownloadsTable L 07/17/2022 - 14:42:57: [SM] [2] Line 695, C:\Users\kk971\Desktop\Server\sourcemod-1.11.0-git6905-linux\addons\sourcemod\scripting\include\zephstocks.inc::Downloader_AddFileToDownloadsTable L 07/17/2022 - 14:42:57: [SM] [3] Line 681, C:\Users\kk971\Desktop\Server\sourcemod-1.11.0-git6905-linux\addons\sourcemod\scripting\include\zephstocks.inc::Downloader_AddFileToDownloadsTable L 07/17/2022 - 14:42:57: [SM] [4] Line 79, C:\Users\kk971\Desktop\Server\sourcemod-1.11.0-git6905-linux\addons\sourcemod\scripting\store_item_grenskins.sp::GrenadeSkins_OnMapStart L 07/17/2022 - 14:42:57: [SM] [6] Call_Finish L 07/17/2022 - 14:42:57: [SM] [7] Line 785, C:\Users\kk971\Desktop\Server\sourcemod-1.11.0-git6905-linux\addons\sourcemod\scripting\store.sp::OnMapStart

I'm trying to put a custom sword skin, but I'm having trouble.

Does it have anything to do with that error log?

If you restart after setting it in the item cfg, it will be displayed normally in the shop menu, and one of the sword skins will be worn normally, but the other skins will not be applied.

I tested it with other plugins and it works fine.

azalty commented 2 years ago

Check #83

TL;DR:

laterre39 commented 2 years ago

You are already using an external plugin. I already know about the linked answer.

The linked one is a pet, this is a custom weapon.

First, the developers patched it last time and are reporting the same issue. I'll take action first. Thank you.

azalty commented 2 years ago

Oh yea you created the other issue too 😵

laterre39 commented 2 years ago

Yes, I think the developer would probably fix it in the same way if the circumstances were right.