nuclearsilo583 / zephyrus-store-preview-new-syntax

My rewritten zephyrus store
62 stars 40 forks source link

It does not work in SM 1.10 #2

Closed crashzk closed 3 years ago

crashzk commented 3 years ago
Errors:
store_item_playerskins.smx (Store - Player Skin module): Native "ZR_IsClientZombie" was not found
store.smx (Store - The Resurrection with preview rewritten compilable with SM 1.10): Error detected in plugin startup (see error logs)
store_item_pet.smx (Store - Pet item module): Native "Store_RegisterHandler" was not found
store_item_mvpsound.smx (Store - MVP sound item module): Native "Store_RegisterHandler" was not found
store_gamble_roulette.smx (Store - Roulette gamble module): Native "Store_GetClientCredits" was not found
store_gamble_jackpot.smx (Store - Jackpot gamble module): Native "Store_GetClientCredits" was not found
store_gamble_crowns.smx (Store - Crowns gamble module): Native "Store_GetClientCredits" was not found
store_item_link.smx (Store - Link item module): Native "Store_RegisterHandler" was not found
store_item_zrclass.smx (Store - Zombie:Reloaded Player Classes Module): Native "Store_RegisterHandler" was not found
L 03/16/2021 - 01:10:11: [SM] Unable to load plugin "store_item_playerskins.smx": Native "ZR_IsClientZombie" was not found
L 03/16/2021 - 01:10:11: [SM] Error parsing gameconfig file "/home/clientes/OGP_User_Files/whmcs/4274/csgo/addons/sourcemod/gamedata/store.gamedata.txt":
L 03/16/2021 - 01:10:11: [SM] Error 1 on line 0, col 0: Stream failed to open
L 03/16/2021 - 01:10:11: [SM] Exception reported: Unable to open store.gamedata: File could not be opened: No such file or directory
L 03/16/2021 - 01:10:11: [SM] Blaming: store.smx
L 03/16/2021 - 01:10:11: [SM] Call stack trace:
L 03/16/2021 - 01:10:11: [SM]   [0] LoadGameConfigFile
L 03/16/2021 - 01:10:11: [SM]   [1] Line 65, store/hats.sp::Hats_OnPluginStart
L 03/16/2021 - 01:10:11: [SM]   [2] Line 303, C:\Users\Administrator\Downloads\New folder (7)\addons\sourcemod\scripting\store.sp::OnPluginStart
L 03/16/2021 - 01:10:11: [SM] Unable to load plugin "store.smx": Error detected in plugin startup (see error logs)
L 03/16/2021 - 01:10:11: [SM] Unable to load plugin "store_item_pet.smx": Native "Store_RegisterHandler" was not found
L 03/16/2021 - 01:10:11: [SM] Unable to load plugin "store_item_mvpsound.smx": Native "Store_RegisterHandler" was not found
L 03/16/2021 - 01:10:11: [SM] Unable to load plugin "store_gamble_roulette.smx": Native "Store_GetClientCredits" was not found
L 03/16/2021 - 01:10:11: [SM] Unable to load plugin "store_gamble_jackpot.smx": Native "Store_GetClientCredits" was not found
L 03/16/2021 - 01:10:11: [SM] Unable to load plugin "store_gamble_crowns.smx": Native "Store_GetClientCredits" was not found
L 03/16/2021 - 01:10:11: [SM] Unable to load plugin "store_item_link.smx": Native "Store_RegisterHandler" was not found
L 03/16/2021 - 01:10:19: Error log file session closed.
L 03/16/2021 - 01:10:20: SourceMod error session started
L 03/16/2021 - 01:10:20: Info (map "workshop/1440818854/cs_noffice") (file "/home/clientes/OGP_User_Files/whmcs/4274/csgo/addons/sourcemod/logs/errors_20210316.log")
L 03/16/2021 - 01:10:20: [SM] Unable to load plugin "store_item_zrclass.smx": Native "Store_RegisterHandler" was not found
SourceMod Version Information:
    SourceMod Version: 1.10.0.6502
    SourcePawn Engine: 1.10.0.6502, jit-x86 (build 1.10.0.6502)
    SourcePawn API: v1 = 5, v2 = 12
    Compiled on: Dec 18 2020 04:15:26
    Built from: https://github.com/alliedmodders/sourcemod/commit/617fb77
    Build ID: 6502:617fb77
    http://www.sourcemod.net/
crashzk commented 3 years ago

Fix - The store's gamedata was missing.

rodopoulos1 commented 1 year ago

Hey crash for me doing this error:

L 07/30/2023 - 15:31:04: [SM] Unable to load plugin "store_gamble_teambet.smx": Native "Store_SQLLogMessage" was not found
L 07/30/2023 - 15:31:04: [store.smx] Simple Chat Processor isn't installed or failed to load. SCP support will be disabled. (http://forums.alliedmods.net/showthread.php?t=198501)
L 07/30/2023 - 15:31:04: [SM] Unable to load plugin "store_gamble_jackpot.smx": Native "Store_SQLLogMessage" was not found
L 07/30/2023 - 15:31:04: [SM] Unable to load plugin "store_gamble_blackjack.smx": Native "Store_SQLLogMessage" was not found
L 07/30/2023 - 15:31:04: [SM] Unable to load plugin "store_misc_dosh.smx": Native "Store_SQLLogMessage" was not found
L 07/30/2023 - 15:31:04: [SM] Unable to load plugin "store_misc_math.smx": Native "Store_SQLLogMessage" was not found
L 07/30/2023 - 15:31:04: [SM] Unable to load plugin "store_gamble_highorlow.smx": Native "Store_SQLLogMessage" was not found
L 07/30/2023 - 15:31:04: [SM] Unable to load plugin "store_gamble_coinflip.smx": Native "Store_SetClientRecurringMenu" was not found
L 07/30/2023 - 15:31:04: [SM] Exception reported: Invalid address 0x1 is pointing to reserved memory.
L 07/30/2023 - 15:31:04: [SM] Blaming: ServerLagExploitFix_3_7_2020.smx
L 07/30/2023 - 15:31:04: [SM] Call stack trace:
L 07/30/2023 - 15:31:04: [SM]   [0] LoadFromAddress
L 07/30/2023 - 15:31:04: [SM]   [1] Line 18, ServerLagExploitFix_3_7_2020.sp::OnPluginStart
L 07/30/2023 - 15:31:04: [SM] Unable to load plugin "ServerLagExploitFix_3_7_2020.smx": Error detected in plugin startup (see error logs)
L 07/30/2023 - 15:31:04: [SM] Unable to load plugin "advcommands.smx": Native "BfWriteByte" was not found
L 07/30/2023 - 15:31:04: [SM] Unable to load plugin "weaponrestrict_special.smx": Could not find required plugin "weaponrestrict"
L 07/30/2023 - 15:31:04: [SM] Unable to load plugin "store_misc_toplists.smx": Native "Store_SQLTransaction" was not found
L 07/30/2023 - 15:31:04: [SM] Unable to load plugin "store_gamble_crowns.smx": Native "Store_SQLLogMessage" was not found
L 07/30/2023 - 15:31:04: [SM] Unable to load plugin "store_misc_earnings.smx": Native "Store_SQLLogMessage" was not found
L 07/30/2023 - 15:31:04: [SM] Unable to load plugin "store_item_cpsupport.smx": Native "Store_SQLQuery" was not found
L 07/30/2023 - 15:31:04: [SM] Unable to load plugin "store_gamble_roulette.smx": Native "Store_SQLLogMessage" was not found
L 07/30/2023 - 15:31:04: [SM] Unable to load plugin "store_gamble_dice.smx": Native "Store_SetClientRecurringMenu" was not found
L 07/30/2023 - 15:31:04: [SM] Unable to load plugin "store_misc_voucher.smx": Native "Store_GetItemIdbyUniqueId" was not found
L 07/30/2023 - 15:31:04: [SM] Unable to load plugin "store_misc_giveaway_aidnversion.smx": Native "Store_SQLLogMessage" was not found
L 07/30/2023 - 15:31:04: [SM] Exception reported: Failed to get CreateInterface
L 07/30/2023 - 15:31:04: [SM] Blaming: dhooks-test.smx
L 07/30/2023 - 15:31:04: [SM] Call stack trace:
L 07/30/2023 - 15:31:04: [SM]   [0] SetFailState
L 07/30/2023 - 15:31:04: [SM]   [1] Line 100, /home/groups/sourcemod/upload_tmp/phpPOumeR.sp::OnPluginStart
L 07/30/2023 - 15:31:04: [SM] Unable to load plugin "dhooks-test.smx": Error detected in plugin startup (see error logs)
L 07/30/2023 - 15:31:04: [SM] Unable to load plugin "store_item_zrclass.smx": Native "ZR_GetClassByName" was not found
L 07/30/2023 - 15:31:04: [SM] Unable to load plugin "store_misc_giveaway.smx": Native "Store_SQLLogMessage" was not found
L 07/30/2023 - 15:31:04: [SM] Exception reported: Game event "match_end" does not exist
azalty commented 1 year ago

@rodopoulos1 Update metamod, sourcemod, and the plugin. Make sure the core plugin is running. Also remove all the other brokens plugin.

Don't run store_item_zrclass if you don't run ZR.