AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Snippets and Tutorials (https://forums.alliedmods.net/forumdisplay.php?f=112)
-   -   [FIX] HowTo fix _ZNSs9_M_mutateEjjj (https://forums.alliedmods.net/showthread.php?t=276486)

Chaya_ 12-22-2015 10:44

[FIX] HowTo fix _ZNSs9_M_mutateEjjj
 
Today i was searching a bit with IDA Hexrays and reverse a bit of some files... i found a way to fix error in title...

If you see in your error log this ...

Quote:

/addons/sourcemod/extensions/curl.ext.so: undefined symbol: _ZNSs9_M_mutateEjjj
Than you missed a linking bibliothek from "libc.so.6"

You can fix this by running this command on Linux as root :

Quote:

sudo ln -s /lib/i386-linux-gnu/libc.so.6 /lib/libc.so.6
If sudo is not installed, install it.

Dr. Greg House 12-22-2015 11:27

Re: [FIX] HowTo fix _ZNSs9_M_mutateEjjj
 
Judging by asherkin's reply this should rather be a tutorial on "how to google and use searches".
Now no one is going to find this, because the people who need this can't search properly.

Chaya_ 12-22-2015 12:31

Re: [FIX] HowTo fix _ZNSs9_M_mutateEjjj
 
He asked me only find a fix by waiting, i say NO, and than i have searh... So pls your membertitle says all, i do not like this, go troll other peoples mister funny...

zipcore 12-23-2015 05:45

Re: [FIX] HowTo fix _ZNSs9_M_mutateEjjj
 
Quote:

Originally Posted by Dr. Greg House (Post 2375171)
Judging by asherkin's reply this should rather be a tutorial on "how to google and use searches".
Now no one is going to find this, because the people who need this can't search properly.

You are not providing any useful keywords in your posting as well :P

BTW: Wasn't I gentle enough? Miss you, my favorite stalker.

asherkin 12-23-2015 06:40

Re: [FIX] HowTo fix _ZNSs9_M_mutateEjjj
 
Quote:

Originally Posted by Chaya_ (Post 2375190)
He asked me only find a fix by waiting

No I didn't, the fix (a re-linked binary against the updated CS:GO SDK) was on the previous fucking page of the thread.

Chaya_ 12-24-2015 10:02

Re: [FIX] HowTo fix _ZNSs9_M_mutateEjjj
 
Quote:

Originally Posted by asherkin (Post 2375471)
No I didn't, the fix (a re-linked binary against the updated CS:GO SDK) was on the previous fucking page of the thread.

Thats a lie, i was searching some pages before i pushed ... MÄÄÄH !:bacon!:

WildCard65 12-24-2015 10:57

Re: [FIX] HowTo fix _ZNSs9_M_mutateEjjj
 
Quote:

Originally Posted by Chaya_ (Post 2375880)
Thats a lie, i was searching some pages before i pushed ... MÄÄÄH !:bacon!:

Actually asherkin is correct, this is the reply asherkin was talking about: https://forums.alliedmods.net/showpo...&postcount=155

Bara 12-24-2015 11:09

Re: [FIX] HowTo fix _ZNSs9_M_mutateEjjj
 
Ups, dl links fixed.

Franc1sco 12-25-2015 18:24

Re: [FIX] HowTo fix _ZNSs9_M_mutateEjjj
 
Quote:

Originally Posted by Chaya_ (Post 2375190)
He asked me only find a fix by waiting, i say NO, and than i have searh... So pls your membertitle says all, i do not like this, go troll other peoples mister funny...

Yeah he troll me a lot of times (maybe I am his favorite?) but I begin to see funny his criticism :lol:

Chaya_ 06-05-2016 17:41

Re: [FIX] HowTo fix _ZNSs9_M_mutateEjjj
 
L 06/05/2016 - 21:31:16: Info (map "surf_greatriver_2015") (file "errors_20160605.log")
L 06/05/2016 - 21:31:16: [SM] Unable to load extension "curl.ext": /home/csgoserver/serverfiles/csgo/addons/sourcemod/extensions/curl.ext.so: undefined symbol: _ZNSs9_M_mutateEjjj
L 06/05/2016 - 21:31:16: [SM] Unable to load plugin "curl_self_test.smx": Required extension "curl" file("curl.ext") not running

Use latest Version of CSGO MM and SM Fix want work again ... what is wrong ????


All times are GMT -4. The time now is 13:32.

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