Raised This Month: $12 Target: $400
 3% 

[ANY] Plugin Updates Checker (1.6) [14-Jul-2022]


Post New Thread Reply   
 
Thread Tools Display Modes
thewintersoldier97
Senior Member
Join Date: Aug 2021
Location: Vietnam
Old 10-21-2021 , 07:19   Re: [ANY] Plugin Updates Checker (1.2) [20-Jul-2021]
Reply With Quote #11

Quote:
Originally Posted by Silvers View Post
Guessing it didn't connect to the SqlLite database. Strange. I'd try reloading the plugin, otherwise try setting "int g_iLastChecked = 1" in the source code and recompiling.
Tried recompiling but got this error
PHP Code:
//SourceMod Batch Compiler
// by the SourceMod Dev Team


//// plugin_updates_checker.sp
//
// D:\GAMES\SteamLibrary\steamapps\common\Left 4 Dead 2 Dedicated Server\left4dead2\addons\sourcemod\scripting\plugin_updates_checker.sp(59) : fatal error 183: cannot read from file: "SteamTools"
//
// Compilation aborted.
// 1 Error.
//
// Compilation Time: 0.16 sec
// ----------------------------------------

Press enter to exit ... 
__________________

Looking for some fun!

Last edited by thewintersoldier97; 10-21-2021 at 07:19.
thewintersoldier97 is offline
Silvers
SourceMod Plugin Approver
Join Date: Aug 2010
Location: SpaceX
Old 10-21-2021 , 09:04   Re: [ANY] Plugin Updates Checker (1.2) [20-Jul-2021]
Reply With Quote #12

It explains how to compile in first post.
__________________
Silvers is offline
thewintersoldier97
Senior Member
Join Date: Aug 2021
Location: Vietnam
Old 10-30-2021 , 05:13   Re: [ANY] Plugin Updates Checker (1.2) [20-Jul-2021]
Reply With Quote #13

Quote:
Originally Posted by Silvers View Post
It explains how to compile in first post.
Spoiler
__________________

Looking for some fun!

Last edited by thewintersoldier97; 10-30-2021 at 05:27.
thewintersoldier97 is offline
Silvers
SourceMod Plugin Approver
Join Date: Aug 2010
Location: SpaceX
Old 10-30-2021 , 07:03   Re: [ANY] Plugin Updates Checker (1.2) [20-Jul-2021]
Reply With Quote #14

Which version of SM are you compiling on? Where did you get the include file? I use the ones linked in the post and it compiles fine on SM 1.10.
__________________
Silvers is offline
thewintersoldier97
Senior Member
Join Date: Aug 2021
Location: Vietnam
Old 10-30-2021 , 07:44   Re: [ANY] Plugin Updates Checker (1.2) [20-Jul-2021]
Reply With Quote #15

I'm using the lastest inc files from this thread, my SourceMod Version: 1.11.0.6775.

Tried the inc file from your first post, I got this error instead:
Spoiler
__________________

Looking for some fun!

Last edited by thewintersoldier97; 10-30-2021 at 07:45.
thewintersoldier97 is offline
Silvers
SourceMod Plugin Approver
Join Date: Aug 2010
Location: SpaceX
Old 10-30-2021 , 08:10   Re: [ANY] Plugin Updates Checker (1.2) [20-Jul-2021]
Reply With Quote #16

I'm guessing this is an issue when compiling with 1.11. Not something I can help with since I'm using 1.10 and only supporting the latest stable version of SM until 1.11 is out of development and stable.
__________________
Silvers is offline
thewintersoldier97
Senior Member
Join Date: Aug 2021
Location: Vietnam
Old 11-05-2021 , 00:21   Re: [ANY] Plugin Updates Checker (1.2) [20-Jul-2021]
Reply With Quote #17

Quote:
Originally Posted by Silvers View Post
I'm guessing this is an issue when compiling with 1.11. Not something I can help with since I'm using 1.10 and only supporting the latest stable version of SM until 1.11 is out of development and stable.
Guess I'll checking update manually for now, thanks Silvers!
__________________

Looking for some fun!
thewintersoldier97 is offline
Silvers
SourceMod Plugin Approver
Join Date: Aug 2010
Location: SpaceX
Old 11-05-2021 , 20:34   Re: [ANY] Plugin Updates Checker (1.3) [06-Nov-2021]
Reply With Quote #18

Code:
1.3 (06-Nov-2021)
    - Removed timeout restriction for checking on updates.
    - Changes to fix warnings when compiling on SourceMod 1.11.
I've removed the restriction. Was more just to prevent overloading requests to the server (currently pastebin). The code is still in place for possible future changes, and for demonstration anyway.
__________________
Silvers is offline
thewintersoldier97
Senior Member
Join Date: Aug 2021
Location: Vietnam
Old 11-06-2021 , 03:51   Re: [ANY] Plugin Updates Checker (1.3) [06-Nov-2021]
Reply With Quote #19

Nice work Silvers! But idk why the plugin has been stuck like this for hours now, maybe it's my connection problems?
PHP Code:
sm_updates
[SMPlugin Updates CheckerChecking for updates...

------------------------------
>>> 
Downloading main list from: [https://pastebin.com/raw/T7Qr1iQw]
------------------------------ 
__________________

Looking for some fun!
thewintersoldier97 is offline
Psyk0tik
Veteran Member
Join Date: May 2012
Location: Homeless
Old 04-17-2022 , 16:36   Re: [ANY] Plugin Updates Checker (1.3) [06-Nov-2021]
Reply With Quote #20

Quote:
Originally Posted by thewintersoldier97 View Post
Nice work Silvers! But idk why the plugin has been stuck like this for hours now, maybe it's my connection problems?
PHP Code:
sm_updates
[SMPlugin Updates CheckerChecking for updates...

------------------------------
>>> 
Downloading main list from: [https://pastebin.com/raw/T7Qr1iQw]
------------------------------ 
I'm getting this issue as well, along with an error. I'm using SteamWorks by the way.
Code:
L 04/17/2022 - 13:31:13: [SM] Exception reported: Invalid memory access
L 04/17/2022 - 13:31:13: [SM] Blaming: plugin_updates_checker.smx
L 04/17/2022 - 13:31:13: [SM] Call stack trace:
L 04/17/2022 - 13:31:13: [SM]   [1] Line 592, plugin_updates_checker.sp::GetMainList
L 04/17/2022 - 13:31:13: [SM]   [2] Line 515, plugin_updates_checker.sp::OnRequestComplete
L 04/17/2022 - 13:31:32: [SM] Exception reported: Invalid memory access
L 04/17/2022 - 13:31:32: [SM] Blaming: plugin_updates_checker.smx
L 04/17/2022 - 13:31:32: [SM] Call stack trace:
L 04/17/2022 - 13:31:32: [SM]   [1] Line 592, plugin_updates_checker.sp::GetMainList
L 04/17/2022 - 13:31:32: [SM]   [2] Line 515, plugin_updates_checker.sp::OnRequestComplete
__________________

Last edited by Psyk0tik; 04-17-2022 at 18:16.
Psyk0tik is offline
Reply


Thread Tools
Display Modes

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 00:59.


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