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

[EXTENSION] cURL & Hash


Post New Thread Reply   
 
Thread Tools Display Modes
Drixevel
AlliedModders Donor
Join Date: Sep 2009
Location: Somewhere headbangin'
Old 12-29-2011 , 03:12   Re: [EXTENSION] cURL & Hash
Reply With Quote #31

I'm not sure if i'm missing something but this plugin isn't loading correct for me. Maybe because i'm running windows server 2008...?

Code:
L 12/28/2011 - 17:36:29: Info (map "vsh_Hakurei_Winter") (file "errors_20111228.log")
L 12/28/2011 - 17:36:29: [SM] Unable to load plugin "tReplayCleanupCurl.smx": Required extension "curl" file("curl.ext") not running
L 12/28/2011 - 18:01:39: Error log file session closed.
L 12/28/2011 - 18:01:39: SourceMod error session started
L 12/28/2011 - 18:01:39: Info (map "vsh_megaman6_b4") (file "errors_20111228.log")
L 12/28/2011 - 18:01:39: [SM] Unable to load plugin "tReplayCleanupCurl.smx": Required extension "curl" file("curl.ext") not running
L 12/28/2011 - 18:47:18: Error log file session closed.
L 12/28/2011 - 18:47:18: SourceMod error session started
L 12/28/2011 - 18:47:18: Info (map "vsh_oilrig_holiday") (file "errors_20111228.log")
L 12/28/2011 - 18:47:18: [SM] Unable to load plugin "tReplayCleanupCurl.smx": Required extension "curl" file("curl.ext") not running
L 12/28/2011 - 19:31:54: Error log file session closed.
L 12/28/2011 - 19:31:54: SourceMod error session started
L 12/28/2011 - 19:31:54: Info (map "vsh_Hakurei_Shrine_v3") (file "errors_20111228.log")
L 12/28/2011 - 19:31:54: [SM] Unable to load plugin "tReplayCleanupCurl.smx": Required extension "curl" file("curl.ext") not running
L 12/28/2011 - 19:43:09: Error log file session closed.
L 12/28/2011 - 19:43:09: SourceMod error session started
L 12/28/2011 - 19:43:09: Info (map "vsh_2fortdesk_v8") (file "errors_20111228.log")
L 12/28/2011 - 19:43:09: [SM] Unable to load plugin "tReplayCleanupCurl.smx": Required extension "curl" file("curl.ext") not running
L 12/28/2011 - 20:29:14: Error log file session closed.
L 12/28/2011 - 20:29:14: SourceMod error session started
L 12/28/2011 - 20:29:14: Info (map "vsh_dunger_a5") (file "errors_20111228.log")
L 12/28/2011 - 20:29:14: [SM] Unable to load plugin "tReplayCleanupCurl.smx": Required extension "curl" file("curl.ext") not running
L 12/29/2011 - 01:23:48: Error log file session closed.
L 12/29/2011 - 01:23:48: SourceMod error session started
L 12/29/2011 - 01:23:48: Info (map "vsh_factoryhell") (file "errors_20111229.log")
L 12/29/2011 - 01:23:48: [SM] Unable to load plugin "tReplayCleanupCurl.smx": Required extension "curl" file("curl.ext") not running
Drixevel is offline
Powerlord
AlliedModders Donor
Join Date: Jun 2008
Location: Seduce Me!
Old 12-29-2011 , 11:25   Re: [EXTENSION] cURL & Hash
Reply With Quote #32

Quote:
Originally Posted by Peace-Maker View Post
Still same error.

Code:
Linux version 2.6.26-2-amd64 (Debian 2.6.26-21lenny4) ([email protected]) (gcc version 4.1.3 20080704 (prerelease) (Debian 4.1.2-25)) #1 SMP Tue Mar 9 22:29:32 UTC 2010
Is there any particular reason you're using Debian oldstable (lenny) instead of Debian stable (squeeze)?

The 64-bit version of Lenny has known issues with SourceMod, particularly Lenny's DNS libraries don't work with SourceMod, meaning that you get neat errors from the GameData Updater that it can't resolve updates.sourcemod.net.

Personally, I compile my Linux extensions using Ubuntu 10.4 64-bit (the latest LTS release).
__________________
Not currently working on SourceMod plugin development.

Last edited by Powerlord; 12-29-2011 at 11:25.
Powerlord is offline
Peace-Maker
SourceMod Plugin Approver
Join Date: Aug 2008
Location: Germany
Old 12-29-2011 , 22:23   Re: [EXTENSION] cURL & Hash
Reply With Quote #33

No particular reason. Just lazy. We never had any issues with resolving any hosts though.
__________________
Peace-Maker is offline
Munra
Senior Member
Join Date: May 2004
Old 12-31-2011 , 13:28   Re: [EXTENSION] cURL & Hash
Reply With Quote #34

If you are having issues with this in windows

Make sure you have

Microsoft Visual C++ 2008 SP1 Redistributable Package (x64)
http://www.microsoft.com/download/en...s.aspx?id=2092

or

Microsoft Visual C++ 2008 SP1 Redistributable Package (x86)
http://www.microsoft.com/download/en...s.aspx?id=5582

installed
__________________
http://anbservers.net
My Plugins
PMs for support will be ignored please use the plugin topic for support.
Munra is offline
daleGEND
AlliedModders Donor
Join Date: Feb 2005
Location: USA
Old 12-31-2011 , 16:14   Re: [EXTENSION] cURL & Hash
Reply With Quote #35

I updated to 1.3.0 and I am getting this error message:
Quote:
[16] <FAILED> file "curl.ext.dll": The application has failed to start because its side-by-side configuration is incorrect. Please see the application event log or use the command-line sxstrace.exe tool for more detail.
__________________
Bor3d Gaming - A Mature Online Gaming Community

Feel free to add me on STEAM as well: https://steamcommunity.com/id/b0r3d
daleGEND is offline
psychonic

BAFFLED
Join Date: May 2008
Old 12-31-2011 , 17:01   Re: [EXTENSION] cURL & Hash
Reply With Quote #36

Quote:
Originally Posted by daleGEND View Post
I updated to 1.3.0 and I am getting this error message:
Read the post directly above yours. That will fix the error.
psychonic is offline
daleGEND
AlliedModders Donor
Join Date: Feb 2005
Location: USA
Old 12-31-2011 , 17:23   Re: [EXTENSION] cURL & Hash
Reply With Quote #37

Quote:
Originally Posted by psychonic View Post
Read the post directly above yours. That will fix the error.
I did and I still get the same error.
__________________
Bor3d Gaming - A Mature Online Gaming Community

Feel free to add me on STEAM as well: https://steamcommunity.com/id/b0r3d
daleGEND is offline
raydan
Senior Member
Join Date: Aug 2006
Old 01-01-2012 , 01:46   Re: [EXTENSION] cURL & Hash
Reply With Quote #38

Quote:
Originally Posted by Munra View Post
If you are having issues with this in windows

Make sure you have

Microsoft Visual C++ 2008 SP1 Redistributable Package (x64)
http://www.microsoft.com/download/en...s.aspx?id=2092

or

Microsoft Visual C++ 2008 SP1 Redistributable Package (x86)
http://www.microsoft.com/download/en...s.aspx?id=5582

installed
the windows version i used vc++ 2005, i think only windows 2003 have this problem

Microsoft Visual C++ 2005 SP1 Redistributable Package (x86)
http://www.microsoft.com/download/en...s.aspx?id=5638

or

Microsoft Visual C++ 2005 SP1 Redistributable Package (x64)
http://www.microsoft.com/download/en....aspx?id=18471
raydan is offline
daleGEND
AlliedModders Donor
Join Date: Feb 2005
Location: USA
Old 01-01-2012 , 11:42   Re: [EXTENSION] cURL & Hash
Reply With Quote #39

I tried 2008 and 2010, nothing worked. I don't know what to do then. I still have that error message. I'm using Windows Server 2008 SP1 64-bit. Anyone else having this issue?
__________________
Bor3d Gaming - A Mature Online Gaming Community

Feel free to add me on STEAM as well: https://steamcommunity.com/id/b0r3d

Last edited by daleGEND; 01-01-2012 at 11:45.
daleGEND is offline
daleGEND
AlliedModders Donor
Join Date: Feb 2005
Location: USA
Old 01-03-2012 , 18:35   Re: [EXTENSION] cURL & Hash
Reply With Quote #40

Quote:
Originally Posted by daleGEND View Post
I tried 2008 and 2010, nothing worked. I don't know what to do then. I still have that error message. I'm using Windows Server 2008 SP1 64-bit. Anyone else having this issue?
No one else having this issue?
__________________
Bor3d Gaming - A Mature Online Gaming Community

Feel free to add me on STEAM as well: https://steamcommunity.com/id/b0r3d
daleGEND 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 12:36.


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