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

curl bad load cs1.6 server


Post New Thread Reply   
 
Thread Tools Display Modes
Elit59
Member
Join Date: Feb 2016
Old 04-01-2018 , 11:44   Re: curl bad load cs1.6 server
Reply With Quote #11

Quote:
Auto-restarting the server on crash

Console initialized.
Using breakpad crash handler
Setting breakpad minidump AppID = 10
Forcing breakpad minidump interfaces to load
Looking up breakpad interfaces from steamclient
Calling BreakpadMiniDumpSystemInit
Protocol version 48
Exe version 1.1.2.7/Stdio (cstrike)
Exe build: 17:47:13 Feb 21 2018 (1411)
STEAM Auth Server

Server IP address ---

Metamod-r version 1.3.0.121 Copyright (c) 2016-2018 ReHLDS Team (rebuild of original Metamod by Will Day and Jussi Kivilinna)
Metamod-r comes with ABSOLUTELY NO WARRANTY; for details type `meta gpl'.
This is free software, and you are welcome to redistribute it
under certain conditions; type `meta gpl' for details.

Metamod-r v1.3.0.121, API (5:13)
Metamod-r build: 22:55:16 Mar 12 2018
Metamod-r from: https://github.com/theAsmodai/metamod-r/commit/89b29af
[SO LOADER] Loaded: libcrypto.so.1.0.0
[SO LOADER] Loaded: libssl.so.1.0.0

AMX Mod X version 1.8.2 Copyright (c) 2004-2006 AMX Mod X Development Team
AMX Mod X comes with ABSOLUTELY NO WARRANTY; for details type `amxx gpl'.
This is free software and you are welcome to redistribute it under
certain conditions; type 'amxx gpl' for details.

stray key in process_key: item_getiteminfo 61
ReGameDLL version: 5.7.0.295-dev
L 04/01/2018 - 17:40:52: -------- Mapchange to de_dust2 --------
L 04/01/2018 - 17:40:52: [AMXX] Plugin "testcurl.amxx" failed to load: Module/Library "curl" required for plugin. Check modules.ini.
Executing ReGameDLL Configuration File
[AMXX] Loaded 1 admin from file
[S_API FAIL] SteamAPI_Init() failed; SteamAPI_IsSteamRunning() failed.
Looking up breakpad interfaces from steamclient
Calling BreakpadMiniDumpSystemInit

Executing AMX Mod X Configuration File
Scrolling message displaying frequency: 10:00 minutes
"sv_contact" is ""
couldn't exec listip.cfg
couldn't exec banned.cfg
Menu item 17 added to Menus Front-End: "Plugin Cvars" from plugin "pluginmenu.amxx"
Menu item 18 added to Menus Front-End: "Plugin Commands" from plugin "pluginmenu.amxx"
Connection to Steam servers successful.
VAC secure mode is activated.
Quote:
L 04/01/2018 - 17:40:52: -------- Mapchange to de_dust2 --------
L 04/01/2018 - 17:40:52: [AMXX] Plugin "testcurl.amxx" failed to load: Module/Library "curl" required for plugin. Check modules.ini.
there is nothing other than this mistake.
Elit59 is offline
haZh
Member
Join Date: May 2017
Location: Sri Lanka
Old 04-02-2018 , 01:51   Re: curl bad load cs1.6 server
Reply With Quote #12

Error clearly states that your AMX MOD X is lacking a module called "curl" to execute your "testcurl.amxx" plugin. I hope you know where to find it, most probably it came with the plugin that you are trying to run.
__________________

Last edited by haZh; 04-02-2018 at 01:51.
haZh is offline
klippy
AlliedModders Donor
Join Date: May 2013
Location: Serbia
Old 04-02-2018 , 04:23   Re: curl bad load cs1.6 server
Reply With Quote #13

Try setting "developer" cvar to 1 first, then load again. It should print more messages from Metamod.
__________________
klippy is offline
Elit59
Member
Join Date: Feb 2016
Old 04-02-2018 , 06:04   Re: curl bad load cs1.6 server
Reply With Quote #14

i tried something, i added 'soloader / libraries.cfg' to "libpthread.so.0" i added this file so it was crash. can not be missing 1 file does not bother to launch it?

Quote:
Auto-restarting the server on crash

Console initialized.
Using breakpad crash handler
Setting breakpad minidump AppID = 10
Forcing breakpad minidump interfaces to load
Looking up breakpad interfaces from steamclient
Calling BreakpadMiniDumpSystemInit
Protocol version 48
Exe version 1.1.2.7/Stdio (cstrike)
Exe build: 17:47:13 Feb 21 2018 (1411)
STEAM Auth Server

Server IP address ---

Metamod-r version 1.3.0.121 Copyright (c) 2016-2018 ReHLDS Team (rebuild of original Metamod by Will Day and Jussi Kivilinna)
Metamod-r comes with ABSOLUTELY NO WARRANTY; for details type `meta gpl'.
This is free software, and you are welcome to redistribute it
under certain conditions; type `meta gpl' for details.

Metamod-r v1.3.0.121, API (5:13)
Metamod-r build: 22:55:16 Mar 12 2018
Metamod-r from: https://github.com/theAsmodai/metamod-r/commit/89b29af
[SO LOADER] Loaded: libcrypto.so.1.0.0
[SO LOADER] Loaded: libssl.so.1.0.0
[SO LOADER] Loaded: libpthread.so.0

AMX Mod X version 1.8.2 Copyright (c) 2004-2006 AMX Mod X Development Team
AMX Mod X comes with ABSOLUTELY NO WARRANTY; for details type `amxx gpl'.
This is free software and you are welcome to redistribute it under
certain conditions; type 'amxx gpl' for details.

stray key in process_key: item_getiteminfo 61
ReGameDLL version: 5.7.0.295-dev
L 04/02/2018 - 11:57:21: -------- Mapchange to de_dust2 --------
Executing ReGameDLL Configuration File
[AMXX] Loaded 1 admin from file
curl start
terminate called after throwing an instance of 'std::system_error'
what(): Operation not permitted
Aborted (core dumped)
Quote:
Originally Posted by KliPPy View Post
Try setting "developer" cvar to 1 first, then load again. It should print more messages from Metamod.
exactly what do you mean by what do I do?

Last edited by Elit59; 04-02-2018 at 06:05.
Elit59 is offline
klippy
AlliedModders Donor
Join Date: May 2013
Location: Serbia
Old 04-02-2018 , 11:44   Re: curl bad load cs1.6 server
Reply With Quote #15

Type "developer 1" in server console, launch options, wherever before starting it up. It's just a cvar.
__________________
klippy is offline
Hernandez
New Member
Join Date: Oct 2018
Old 10-09-2018 , 14:21   Re: curl bad load cs1.6 server
Reply With Quote #16

The module doesn't work with ReHLDS, that's why you're getting that error
Hernandez is offline
Ghosted
Veteran Member
Join Date: Apr 2015
Location: Georgia
Old 10-09-2018 , 14:30   Re: curl bad load cs1.6 server
Reply With Quote #17

If you want more details use "log on"
__________________

[MOD] CS Weapon Mod V1.7.1
[MM] MetaMod-C V1.0
[MOD] CS NPC Mod (5%)


Probably Left AM

Last edited by Ghosted; 10-09-2018 at 14:30.
Ghosted 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 21:36.


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