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

[EXTENSION] cURL & Hash


Post New Thread Reply   
 
Thread Tools Display Modes
maningrey
Member
Join Date: Sep 2014
Location: Farswitch Newton 1
Old 03-21-2015 , 13:59   Re: [EXTENSION] cURL & Hash
Reply With Quote #131

Quote:
Originally Posted by Fastmancz View Post
Hi,

I have big problem. I have SM version 1.7.1 - 5165 and cURL Extension loaded, but when I connect on server, server crash.

Where is problem?
Thanks for reply.
Same here
maningrey is offline
enHanced
Junior Member
Join Date: Mar 2015
Old 04-01-2015 , 12:59   Re: [EXTENSION] cURL & Hash
Reply With Quote #132

Quote:
Originally Posted by Yuera View Post
SourcePawn Compiler 1.7.0-dev+5112
Copyright (c) 1997-2006 ITB CompuPhase
Copyright (c) 2004-2014 AlliedModders LLC

curl_self_test.sp(349) : error 178: cannot coerce char[] to any[]; storage classes differ
curl_self_test.sp(366) : error 178: cannot coerce char[] to any[]; storage classes differ
curl_self_test.sp(382) : error 178: cannot coerce char[] to any[]; storage classes differ
curl_self_test.sp(385) : error 178: cannot coerce char[] to any[]; storage classes differ
curl_self_test.sp(404) : error 178: cannot coerce char[] to any[]; storage classes differ
curl_self_test.sp(421) : error 178: cannot coerce char[] to any[]; storage classes differ
curl_self_test.sp(446) : error 178: cannot coerce char[] to any[]; storage classes differ
curl_self_test.sp(467) : error 178: cannot coerce char[] to any[]; storage classes differ
curl_self_test.sp(46 : error 178: cannot coerce char[] to any[]; storage classes differ

9 Errors.
Same here - how to fix this ?
enHanced is offline
Bara
AlliedModders Donor
Join Date: Apr 2012
Location: Germany
Old 04-01-2015 , 13:10   Re: [EXTENSION] cURL & Hash
Reply With Quote #133

Quote:
Originally Posted by enHanced View Post
Same here - how to fix this ?
https://forums.alliedmods.net/showpo...&postcount=129
__________________
Discord (Bara#5006) | My Plugins (GitHub)
You like my work? Support is not a crime.
Bara is offline
painkiller
Senior Member
Join Date: Jun 2011
Old 05-15-2015 , 16:37   Re: [EXTENSION] cURL & Hash
Reply With Quote #134

hi, i have this problem in Black Mesa Source

SM] Unable to load extension "curl.ext": /home/gameserver/server/bms/bms/addons/sourcemod/extensions/curl.ext.so: undefined symbol: _ZNSs9_M_mutateEjjj
painkiller is offline
whtevrwt
AlliedModders Donor
Join Date: Apr 2015
Old 05-20-2015 , 14:47   Re: [EXTENSION] cURL & Hash
Reply With Quote #135

I'm running a CS:GO server (Ubuntu 14.04) and I keep receiving this error in the logs:

Code:
[SM] Unable to load plugin "curl_self_test.smx": Required extension "curl" file("curl.ext") not running
I'm trying to use it with tEasyFTP but I get the same error:

Code:
[SM] Unable to load plugin "tEasyFTP.smx": Required extension "curl" file("curl.ext") not running

Last edited by whtevrwt; 05-20-2015 at 14:47.
whtevrwt is offline
Chaya_
BANNED
Join Date: Jul 2014
Location: Germany
Old 06-03-2015 , 07:50   Re: [EXTENSION] cURL & Hash
Reply With Quote #136

Quote:
Originally Posted by Bara View Post
Try this.
(Untested)

SPEdit Output
This resolved the Problem !
Chaya_ is offline
Send a message via ICQ to Chaya_ Send a message via Skype™ to Chaya_
Delusional.
Junior Member
Join Date: Mar 2015
Old 06-11-2015 , 11:15   Re: [EXTENSION] cURL & Hash
Reply With Quote #137

I'm getting this error
Code:
[SM] Unable to load plugin "tEasyFTP.smx": Required extension "curl" file("curl.ext") not running
Has anyone found a fix for this? I've tried loading Curl with commands and with .autoload files.
Delusional. is offline
versatile_bfg
Veteran Member
Join Date: Feb 2012
Old 06-11-2015 , 19:30   Re: [EXTENSION] cURL & Hash
Reply With Quote #138

Quote:
Originally Posted by Delusional. View Post
I'm getting this error
Code:
[SM] Unable to load plugin "tEasyFTP.smx": Required extension "curl" file("curl.ext") not running
Has anyone found a fix for this? I've tried loading Curl with commands and with .autoload files.
I'm guessing you are using Linux. What OS? Post your sm exts list [All of it] and what game is it for?
__________________
versatile_bfg is offline
Delusional.
Junior Member
Join Date: Mar 2015
Old 06-12-2015 , 13:37   Re: [EXTENSION] cURL & Hash
Reply With Quote #139

Quote:
Originally Posted by versatile_bfg View Post
I'm guessing you are using Linux. What OS? Post your sm exts list [All of it] and what game is it for?
It's a CS:GO server, running on a Windows machine.

Code:
] sm exts list
 "Automatic Updater" (1.7.2-dev+5201) by AlliedModders LLC: Updates SourceMod gamedata files
 "Webternet" (1.7.2-dev+5201) by AlliedModders LLC: Extension for interacting with URLs
 "CS Tools" (1.7.2-dev+5201) by AlliedModders LLC: CS extended functionality
 "BinTools" (1.7.2-dev+5201) by AlliedModders LLC: Low-level C/C++ Calling API
 "SDK Tools" (1.7.2-dev+5201) by AlliedModders LLC: Source SDK Tools
 "Top Menus" (1.7.2-dev+5201) by AlliedModders: Creates sorted nested menus
 "Client Preferences" (1.7.2-dev+5201) by AlliedModders: Saves client preference settings
 "SQLite" (1.7.2-dev+5201) by AlliedModders LLC: SQLite Driver
 "SDK Hooks" (1.7.2-dev+5201) by AlliedModders LLC: Source SDK Hooks
 "GeoIP" (1.7.2-dev+5201) by AlliedModders LLC: Geographical IP information
To see more, type "sm exts 11"
] sm exts 11
 "Regex" (1.7.2-dev+5201) by AlliedModders LLC: Provides regex natives for plugins
 "MySQL-DBI" (1.7.2-dev+5201) by AlliedModders LLC: MySQL driver implementation for DBI
Delusional. is offline
Malak101
Member
Join Date: May 2009
Old 06-12-2015 , 13:57   Re: [EXTENSION] https://www.sourcemodplugins.org/vtableoffsets & Hash
Reply With Quote #140

Quote:
Originally Posted by Delusional. View Post
It's a CS:GO server, running on a Windows machine.

Code:
] sm exts list
 "Automatic Updater" (1.7.2-dev+5201) by AlliedModders LLC: Updates SourceMod gamedata files
 "Webternet" (1.7.2-dev+5201) by AlliedModders LLC: Extension for interacting with URLs
 "CS Tools" (1.7.2-dev+5201) by AlliedModders LLC: CS extended functionality
 "BinTools" (1.7.2-dev+5201) by AlliedModders LLC: Low-level C/C++ Calling API
 "SDK Tools" (1.7.2-dev+5201) by AlliedModders LLC: Source SDK Tools
 "Top Menus" (1.7.2-dev+5201) by AlliedModders: Creates sorted nested menus
 "Client Preferences" (1.7.2-dev+5201) by AlliedModders: Saves client preference settings
 "SQLite" (1.7.2-dev+5201) by AlliedModders LLC: SQLite Driver
 "SDK Hooks" (1.7.2-dev+5201) by AlliedModders LLC: Source SDK Hooks
 "GeoIP" (1.7.2-dev+5201) by AlliedModders LLC: Geographical IP information
To see more, type "sm exts 11"
] sm exts 11
 "Regex" (1.7.2-dev+5201) by AlliedModders LLC: Provides regex natives for plugins
 "MySQL-DBI" (1.7.2-dev+5201) by AlliedModders LLC: MySQL driver implementation for DBI
Place curl.ext.so in your extensions folder and then from your server console type this:

Code:
sm exts load curl.ext.so
Copy/paste the error you receive.
Malak101 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 01:01.


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