Raised This Month: $32 Target: $400
 8% 

Release Sourcemod Store (Includes Download - Patch 1.2.7)


Post New Thread Reply   
 
Thread Tools Display Modes
namine
SourceMod Donor
Join Date: Jul 2010
Old 04-30-2015 , 09:14   Re: Store Beta [1.2.4a] [Sourcemod 1.7] (Last Updated: April 17th, 2015)
Reply With Quote #101

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
__________________
namine is offline
keehanroberts
New Member
Join Date: Mar 2015
Location: Australia, SA
Old 04-30-2015 , 10:26   Re: Store Beta [1.2.4a] [Sourcemod 1.7] (Last Updated: April 17th, 2015)
Reply With Quote #102

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

Last edited by Arrow768; 04-30-2015 at 12:30. Reason: Added Code tags
keehanroberts is offline
Drixevel
AlliedModders Donor
Join Date: Sep 2009
Location: Somewhere headbangin'
Old 04-30-2015 , 17:12   Re: Store Beta [1.2.4a] [Sourcemod 1.7] (Last Updated: April 17th, 2015)
Reply With Quote #103

Quote:
Originally Posted by keehanroberts View Post
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 View Post
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.
Drixevel is offline
keehanroberts
New Member
Join Date: Mar 2015
Location: Australia, SA
Old 05-01-2015 , 02:10   Re: Store Beta [1.2.4a] [Sourcemod 1.7] (Last Updated: April 17th, 2015)
Reply With Quote #104

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

Last edited by keehanroberts; 05-01-2015 at 02:33.
keehanroberts is offline
Drixevel
AlliedModders Donor
Join Date: Sep 2009
Location: Somewhere headbangin'
Old 05-01-2015 , 05:54   Re: Store Beta [1.2.4a] [Sourcemod 1.7] (Last Updated: April 17th, 2015)
Reply With Quote #105

Quote:
Originally Posted by keehanroberts View Post
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.
Drixevel is offline
keehanroberts
New Member
Join Date: Mar 2015
Location: Australia, SA
Old 05-03-2015 , 22:59   Re: Store Beta [1.2.4a] [Sourcemod 1.7] (Last Updated: April 17th, 2015)
Reply With Quote #106

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'.
keehanroberts is offline
Drixevel
AlliedModders Donor
Join Date: Sep 2009
Location: Somewhere headbangin'
Old 05-04-2015 , 00:22   Re: Store Beta [1.2.4a] [Sourcemod 1.7] (Last Updated: April 17th, 2015)
Reply With Quote #107

Quote:
Originally Posted by keehanroberts View Post
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

Last edited by Drixevel; 05-04-2015 at 00:22.
Drixevel is offline
Drixevel
AlliedModders Donor
Join Date: Sep 2009
Location: Somewhere headbangin'
Old 05-04-2015 , 04:53   Re: Store Beta [1.2.4a] [Sourcemod 1.7] (Last Updated: April 17th, 2015)
Reply With Quote #108

Pictures of 1.2.4a:



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.
Drixevel is offline
braak0327
AlliedModders Donor
Join Date: Dec 2012
Location: NORT....SOUTH KOREA
Old 05-04-2015 , 06:41   Re: Store Beta [1.2.4a] [Sourcemod 1.7] (Last Updated: April 17th, 2015)
Reply With Quote #109

super nice
__________________
I'M KIMCHI
braak0327 is offline
Send a message via Skype™ to braak0327
Drixevel
AlliedModders Donor
Join Date: Sep 2009
Location: Somewhere headbangin'
Old 05-06-2015 , 16:02   Re: Store Beta [1.2.4a] [Sourcemod 1.7] (Last Updated: April 17th, 2015)
Reply With Quote #110

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.
Drixevel is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 21:31.


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