AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Store (https://forums.alliedmods.net/forumdisplay.php?f=157)
-   -   Release Sourcemod Store (Includes Download - Patch 1.2.7) (https://forums.alliedmods.net/showthread.php?t=255418)

namine 04-30-2015 09:14

Re: Store Beta [1.2.4a] [Sourcemod 1.7] (Last Updated: April 17th, 2015)
 
Would any of these errors be contributing to it?

Quote:

L 04/30/2015 - 08:12:45: [SM] Native "Call_StartFunction" reported: Plugin handle 450044 is invalid (error 3)
L 04/30/2015 - 08:12:45: [SM] Displaying call stack trace for plugin "store/store-inventory.smx":
L 04/30/2015 - 08:12:45: [SM] [0] Line 553, C:\Users\blocp_000\Desktop\sourcemod\addons\s ourcemod\scripting\store-inventory.sp::Native_CallItemAttrsCallback()
L 04/30/2015 - 08:12:45: [SM] Native "Store_CallItemAttrsCallback" reported: Error encountered while processing a dynamic native
L 04/30/2015 - 08:12:45: [SM] Displaying call stack trace for plugin "store/store-backend.smx":
L 04/30/2015 - 08:12:45: [SM] [0] Line 411, C:\Users\blocp_000\Desktop\sourcemod\addons\s ourcemod\scripting\store-backend.sp::T_GetItemsCallback()
L 04/30/2015 - 08:12:53: [SM] Plugin encountered error 15: Array index is out of bounds
L 04/30/2015 - 08:12:53: [SM] Displaying call stack trace for plugin "store/store-backend.smx":
L 04/30/2015 - 08:12:53: [SM] [0] Line 1542, C:\Users\blocp_000\Desktop\sourcemod\addons\s ourcemod\scripting\store-backend.sp::Native_GetItemName()
L 04/30/2015 - 08:12:53: [SM] Plugin encountered error 15: Array index is out of bounds
L 04/30/2015 - 08:12:53: [SM] Native "Store_GetItemName" reported: Error encountered while processing a dynamic native
L 04/30/2015 - 08:12:53: [SM] Displaying call stack trace for plugin "store/store-trails.smx":
L 04/30/2015 - 08:12:53: [SM] [0] Line 361, store-trails.sp::OnGetPlayerTrail()
L 04/30/2015 - 08:12:53: [SM] Plugin encountered error 15: Array index is out of bounds
L 04/30/2015 - 08:12:53: [SM] Displaying call stack trace for plugin "store/store-backend.smx":
L 04/30/2015 - 08:12:53: [SM] [0] Line 1542, C:\Users\blocp_000\Desktop\sourcemod\addons\s ourcemod\scripting\store-backend.sp::Native_GetItemName()
L 04/30/2015 - 08:12:53: [SM] Plugin encountered error 15: Array index is out of bounds

keehanroberts 04-30-2015 10:26

Re: Store Beta [1.2.4a] [Sourcemod 1.7] (Last Updated: April 17th, 2015)
 
I believe it is the backend plugin..
Code:

[SM] Plugin encountered error 15: Array index is out of bounds
[SM] Displaying call stack trace for plugin "store-backend.smx":
[SM]  [0]  Line 1542, D:\SourcePawn\store\scripting\store-backend.sp::Native_GetItemName()
[SM] Plugin encountered error 15: Array index is out of bounds
[SM] Native "Store_GetItemName" reported: Error encountered while processing a dynamic native

[SM] Unable to load plugin "store-distributor.smx": Native "Store_RegisterPluginModule" was not found
[SM] Unable to load plugin "store-inventory.smx": Native "Store_RegisterPluginModule" was not found
[SM] Unable to load plugin "store-logging.smx": Native "Store_RegisterPluginModule" was not found
[SM] Unable to load plugin "store-refunds.smx": Native "Store_RegisterPluginModule" was not found
[SM] Unable to load plugin "store-core.smx": Native "Store_RegisterPluginModule" was not found

[SM] Native "Store_GetLoadoutGame" reported: Error encountered while processing a dynamic native
[SM] Displaying call stack trace for plugin "store-loadout.smx":
[SM]  [0]  Line 227, D:\SourcePawn\store\scripting\store-loadout.sp::IsLoadoutAvailableFor()
[SM]  [1]  Line 138, D:\SourcePawn\store\scripting\store-loadout.sp::Event_PlayerSpawn()
[SM] Plugin encountered error 15: Array index is out of bounds

Do you know how I could fix this? I believe it is connecting to the SQL server just fine as I have my credits still

Drixevel 04-30-2015 17:12

Re: Store Beta [1.2.4a] [Sourcemod 1.7] (Last Updated: April 17th, 2015)
 
Quote:

Originally Posted by keehanroberts (Post 2291844)
I believe it is the backend plugin..
Code:

[SM] Plugin encountered error 15: Array index is out of bounds
[SM] Displaying call stack trace for plugin "store-backend.smx":
[SM]  [0]  Line 1542, D:\SourcePawn\store\scripting\store-backend.sp::Native_GetItemName()
[SM] Plugin encountered error 15: Array index is out of bounds
[SM] Native "Store_GetItemName" reported: Error encountered while processing a dynamic native

[SM] Unable to load plugin "store-distributor.smx": Native "Store_RegisterPluginModule" was not found
[SM] Unable to load plugin "store-inventory.smx": Native "Store_RegisterPluginModule" was not found
[SM] Unable to load plugin "store-logging.smx": Native "Store_RegisterPluginModule" was not found
[SM] Unable to load plugin "store-refunds.smx": Native "Store_RegisterPluginModule" was not found
[SM] Unable to load plugin "store-core.smx": Native "Store_RegisterPluginModule" was not found

[SM] Native "Store_GetLoadoutGame" reported: Error encountered while processing a dynamic native
[SM] Displaying call stack trace for plugin "store-loadout.smx":
[SM]  [0]  Line 227, D:\SourcePawn\store\scripting\store-loadout.sp::IsLoadoutAvailableFor()
[SM]  [1]  Line 138, D:\SourcePawn\store\scripting\store-loadout.sp::Event_PlayerSpawn()
[SM] Plugin encountered error 15: Array index is out of bounds

Do you know how I could fix this? I believe it is connecting to the SQL server just fine as I have my credits still

Quote:

Originally Posted by namine (Post 2291832)
Would any of these errors be contributing to it?

Make sure you both have 1 item module loaded without problems? It's definitely on your ends since I've tested it multiple times and they worked not to mention it works for others as well.

keehanroberts 05-01-2015 02:10

Re: Store Beta [1.2.4a] [Sourcemod 1.7] (Last Updated: April 17th, 2015)
 
so how do you "upgrade" store.. I just overwrite the old files with the new ones and enter the details back into database.cfg so I don't see how something could be wrong seeing as it used to work perfectly. Is there anything else I have to do? I also tried re-importing the store.sql file into the database

Sorry and Thankyou for your support!

Edit: sm plugins shows that all the store plugins and modules are loaded and I am also running the latest source/metamod

Drixevel 05-01-2015 05:54

Re: Store Beta [1.2.4a] [Sourcemod 1.7] (Last Updated: April 17th, 2015)
 
Quote:

Originally Posted by keehanroberts (Post 2292044)
so how do you "upgrade" store.. I just overwrite the old files with the new ones and enter the details back into database.cfg so I don't see how something could be wrong seeing as it used to work perfectly. Is there anything else I have to do? I also tried re-importing the store.sql file into the database

Sorry and Thankyou for your support!

Edit: sm plugins shows that all the store plugins and modules are loaded and I am also running the latest source/metamod

Make sure you're running the latest versions....? No idea what to tell you dude, it works fine for myself and others.

keehanroberts 05-03-2015 22:59

Re: Store Beta [1.2.4a] [Sourcemod 1.7] (Last Updated: April 17th, 2015)
 
I've been looking into it a lot and still at a dead end. However I saw you mentioned something about the server_id located in core.cfg and I get the following error. What even is a server_id and how can I retrieve it?

SM] Native "Store_GetServerID" reported: Invalid ServerID currently set, please check core configuration file field 'server_id'.

Drixevel 05-04-2015 00:22

Re: Store Beta [1.2.4a] [Sourcemod 1.7] (Last Updated: April 17th, 2015)
 
Quote:

Originally Posted by keehanroberts (Post 2293149)
I've been looking into it a lot and still at a dead end. However I saw you mentioned something about the server_id located in core.cfg and I get the following error. What even is a server_id and how can I retrieve it?

SM] Native "Store_GetServerID" reported: Invalid ServerID currently set, please check core configuration file field 'server_id'.

If it's not there, add it. If it is there, make sure It's set to a number more than 1. It's meant to allow the web panel and the plugins to load and manage items per-server and control of versions for plugin updates, etc.

https://github.com/Drixevel/store/bl...e/core.cfg#L28

Drixevel 05-04-2015 04:53

Re: Store Beta [1.2.4a] [Sourcemod 1.7] (Last Updated: April 17th, 2015)
 
Pictures of 1.2.4a:
http://i.gyazo.com/e7c6ddbc3c2dca75b7b6d4061f3dfa93.png
http://i.gyazo.com/f95a58a81b01f865899a0cbd4eb60706.png

I can post more pictures for all the games but this is proof enough that 1.2.4a isn't broken as some people are thinking it is.

braak0327 05-04-2015 06:41

Re: Store Beta [1.2.4a] [Sourcemod 1.7] (Last Updated: April 17th, 2015)
 
super nice :)

Drixevel 05-06-2015 16:02

Re: Store Beta [1.2.4a] [Sourcemod 1.7] (Last Updated: April 17th, 2015)
 
Feature coming soon: Developer Mode

Allows admins with the root flag (changeable) to enable the ability to temporarily own all items and have unlimited credits. They can toggle this so it doesn't actually effect their actual items/credits.


All times are GMT -4. The time now is 03:17.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.