Raised This Month: $32 Target: $400
 8% 

Server Cvars Unlocker


Post New Thread Reply   
 
Thread Tools Display Modes
s0cks
Member
Join Date: Sep 2011
Old 07-02-2012 , 14:58   Re: Server Cvars Unlocker
Reply With Quote #211

yes i did

this is server start log
Code:
                                Searching for name "ReadMultiplayCvars__FP18CHalfLifeMultiplay"... NOT FOUND
                                Searching for name "_Z18ReadMultiplayCvarsP18CHalfLifeMultiplay"... NOT FOUND
                                Searching for signature "[0x55][0x89][0xe5][0x83][0xec](...)" ... NOT FOUND
                                Searching for signature "[0x55][0x53][0x48][0x89][0xfb](...)" ... NOT FOUND
                                Searching for signature "[0x83][*][*][0x53][0x8b](...)" ... FOUND


and this is plugin debug log
Code:
L 07/02/2012 - 21:58:39: [AMXX] Displaying debug trace (plugin "server_cvars_unlocker.amxx")
L 07/02/2012 - 21:58:39: [AMXX] Run time error 10: native error (native "OrpheuMemorySet")
L 07/02/2012 - 21:58:39: [AMXX]    [0] server_cvars_unlocker.sma::PatchMe (line 564)
L 07/02/2012 - 21:58:39: [AMXX]    [1] float.inc::operator/(_:,Float:) (line 114)
L 07/02/2012 - 21:58:39: [AMXX]    [2] server_cvars_unlocker.sma::TogglePatchMemory (line 426)
L 07/02/2012 - 21:58:39: [AMXX]    [3] server_cvars_unlocker.sma::DisablePlugin (line 228)
L 07/02/2012 - 21:58:39: [AMXX]    [4] server_cvars_unlocker.sma::DisablePlugin (line 187)
L 07/02/2012 - 21:58:39: [AMXX]    [5] server_cvars_unlocker.sma::DisablePlugin (line 145)
s0cks is offline
Arkshine
AMX Mod X Plugin Approver
Join Date: Oct 2005
Old 07-02-2012 , 17:02   Re: Server Cvars Unlocker
Reply With Quote #212

No the signature is no more a problem. Not sure to understand how you get the native error. Are you sure it's an error which has happened after you update the signature file ? What did you do exactly ?
__________________
Arkshine is offline
s0cks
Member
Join Date: Sep 2011
Old 07-04-2012 , 06:10   Re: Server Cvars Unlocker
Reply With Quote #213

OS: debian-5.0
version : 48/1.1.2.6/Stdio 5447 secure (10)
First i download Orpheu2.3a
next i download server_cvars_unlocker.amxx and [signatures]server_cvars_unlocker.zip and add this to server files
after i download http://forums.alliedmods.net/showpos...&postcount=158 and replace it
and replace ReadMultiplayCvars file to this code
Code:
{
    "name"      : "ReadMultiplayCvars",
    "library"   : "mod",
    "arguments" :
    [
        {
            "type" : "CHalfLifeMultiplay *"
        }
    ],
    "identifiers" :
    [
        {
            "os"    : "windows",
            "mod"   : "cstrike",
            "value" : [0x56,0x8b,0x74,0x24,0x08,0x68,"*","*","*","*",0xff,0x15,"*","*","*","*",0xd8,0x0d,"*","*","*","*",0xe8,"*","*","*","*",0x68]
        },
        {
            "os"    : "linux",
            "mod"   : "cstrike",
            "value" : "ReadMultiplayCvars__FP18CHalfLifeMultiplay"
        },
        {
            "os"    : "linux",
            "mod"   : "cstrike",
            "value" : "_Z18ReadMultiplayCvarsP18CHalfLifeMultiplay"
        },
        {
            "os"    : "linux",
            "mod"   : "cstrike",
            "value" : [0x55,0x89,0xE5,0x83,0xEC,"*",0x57,0x56,0x53,0xE8,"*","*","*","*",0x81,0xC3,"*","*","*","*",0x8B,0x83,"*","*","*","*",0x83,"*","*",0x89,"*","*",0x8D,0x93,"*","*","*","*",0x89,"*","*",0x52]
        },
        {
            "os"    : "linux",
            "mod"   : "cstrike",
            "value" : [0x55,0x53,0x48,0x89,0xFB,0x48,0x8D,0x3D,"*","*","*","*",0x48,0x83,"*","*",0x48,0x8B,0x2D,"*","*","*","*",0xFF,0x95,"*","*","*","*",0x48,0x8D]
        },
        {
            "os"    : "linux",
            "mod"   : "cstrike",
            "value" : [0x83,"*","*",0x53,0x8B,0x5C,"*","*",0xA1,"*","*","*","*",0x83,"*","*",0x68,"*","*","*","*",0xFF,"*",0xD8,"*","*","*","*","*",0xD9,"*","*","*",0x66]
        }
    ]
}
on server start log i see

Code:
L 07/04/2012 - 12:54:44: [AMXX] Failed to allocate memory (plugin "server_cvars_unlocker.amxx")

Orpheu functions search started.

        Parsing functions started.
                Parsing file "WriteByte" started
                                Function structure is updated
                Parsing file "WriteByte" ended
                Parsing file "WriteLong" started
                                Function structure is updated
                Parsing file "WriteLong" ended
                Parsing file "SV_ConnectClient" started
                                Function is updated
                Parsing file "SV_ConnectClient" ended
                Parsing file "WriteCoord" started
                                Function structure is updated
                Parsing file "WriteCoord" ended
                Parsing file "WriteString" started
                                Function structure is updated
                Parsing file "WriteString" ended
                Parsing file "Con_Printf" started
                                Function is updated
                Parsing file "Con_Printf" ended
                Parsing file "ReadMultiplayCvars" started
                                Argument type "CHalfLifeMultiplay *" validated
                                Searching for name "ReadMultiplayCvars__FP18CHalfLifeMultiplay"... NOT FOUND
                                Searching for name "_Z18ReadMultiplayCvarsP18CHalfLifeMultiplay"... NOT FOUND
                                Searching for signature "[0x55][0x89][0xe5][0x83][0xec](...)" ... NOT FOUND
                                Searching for signature "[0x55][0x53][0x48][0x89][0xfb](...)" ... NOT FOUND
                                Searching for signature "[0x83][*][*][0x53][0x8b](...)" ... FOUND
                Parsing file "ReadMultiplayCvars" ended
                Parsing file "MessageEnd" started
                                Function structure is updated
                Parsing file "MessageEnd" ended
                Parsing file "EmitAmbientSound" started
                                Function structure is updated
                Parsing file "EmitAmbientSound" ended
                Parsing file "WriteShort" started
                                Function structure is updated
                Parsing file "WriteShort" ended
                Parsing file "EmitSound" started
                                Function structure is updated
                Parsing file "EmitSound" ended
                Parsing file "PrecacheSound" started
                                Function structure is updated
                Parsing file "PrecacheSound" ended
                Parsing file "WriteChar" started
                                Function structure is updated
                Parsing file "WriteChar" ended
                Parsing file "NET_QueuePacket" started
                                Function is updated
                Parsing file "NET_QueuePacket" ended
                Parsing file "patchServerCvars" started
                                File incorrectly formatted
                                FAILED
                Parsing file "patchServerCvars" ended
                Parsing file "MessageBegin" started
                                Function structure is updated
                Parsing file "MessageBegin" ended
                Parsing file "CVarSetFloat" started
                                Function structure is updated
                Parsing file "CVarSetFloat" ended
                Parsing file "WriteEntity" started
                                Function structure is updated
                Parsing file "WriteEntity" ended
                Parsing file "WriteAngle" started
                                Function structure is updated
                Parsing file "WriteAngle" ended
                Parsing folder "CBasePlayerWeapon" started
                        Parsing file "ReloadSound" started
                                Function is updated
                        Parsing file "ReloadSound" ended
                        Parsing file "patchServerCvars" started
                                File incorrectly formatted
                                FAILED
                        Parsing file "patchServerCvars" ended
                Parsing folder "CBasePlayerWeapon" ended
        Parsing functions ended.

Orpheu functions search ended.

Orpheu virtual functions search started.

        Parsing virtual functions started.
        Parsing virtual functions ended.

Orpheu virtual functions search ended.

Orpheu memory structures search started.

        Parsing memory structures started.
                Parsing memory file "PM"
                        File "PM" is updated
                Parsing memory file "Con_Printf"
                        File "Con_Printf" is updated
                Parsing memory file "patchServerCvars"
                        File "patchServerCvars" is updated
                Parsing memory file "patchMultiplayCvars"
                        File "patchMultiplayCvars" is updated
        Parsing memory structures ended.

Orpheu memory structures search ended.
==============================================
in plugin debug log

Code:
L 07/03/2012 - 00:38:21: [ORPHEU] Invalid memory structure "minBuyTime@CBasePlayer::CanPlayerBuy()#Check"
L 07/03/2012 - 00:38:21: [AMXX] Displaying debug trace (plugin "server_cvars_unlocker.amxx")
L 07/03/2012 - 00:38:21: [AMXX] Run time error 10: native error (native "OrpheuMemorySet")
L 07/03/2012 - 00:38:21: [AMXX]    [0] server_cvars_unlocker.sma::PatchMe (line 564)
L 07/03/2012 - 00:38:21: [AMXX]    [1] float.inc::operator/(_:,Float:) (line 114)
L 07/03/2012 - 00:38:21: [AMXX]    [2] server_cvars_unlocker.sma::TogglePatchMemory (line 426)
L 07/03/2012 - 00:38:21: [AMXX]    [3] server_cvars_unlocker.sma::DisablePlugin (line 228)
L 07/03/2012 - 00:38:21: [AMXX]    [4] server_cvars_unlocker.sma::DisablePlugin (line 187)
L 07/03/2012 - 00:38:21: [AMXX]    [5] server_cvars_unlocker.sma::DisablePlugin (line 145)
s0cks is offline
Arkshine
AMX Mod X Plugin Approver
Join Date: Oct 2005
Old 07-04-2012 , 06:27   Re: Server Cvars Unlocker
Reply With Quote #214

First, remove the patchServerCvars file from orpheu/functions/ and orpheu/functions/CBasePlayerWeapon/ , don't get why you have copied it here.

About the error "Failed to allocate memory", how do you have compiled the plugin ? It should be done locally.
__________________
Arkshine is offline
s0cks
Member
Join Date: Sep 2011
Old 07-04-2012 , 08:27   Re: Server Cvars Unlocker
Reply With Quote #215

i remove the files and fix the error failed to allocate memory
but now alredy have this error


Code:
L 07/04/2012 - 15:13:55: [ORPHEU] Invalid memory structure "minBuyTime@CBasePlayer::CanPlayerBuy()#Check"
L 07/04/2012 - 15:13:55: [AMXX] Displaying debug trace (plugin "server_cvars_unlocker.amxx")
L 07/04/2012 - 15:13:55: [AMXX] Run time error 10: native error (native "OrpheuMemorySet")
L 07/04/2012 - 15:13:55: [AMXX]    [0] money.sma::PatchMe (line 564)
L 07/04/2012 - 15:13:55: [AMXX]    [1] float.inc::operator/(_:,Float:) (line 114)
L 07/04/2012 - 15:13:55: [AMXX]    [2] money.sma::TogglePatchMemory (line 426)
L 07/04/2012 - 15:13:55: [AMXX]    [3] money.sma::DisablePlugin (line 228)
L 07/04/2012 - 15:13:55: [AMXX]    [4] money.sma::DisablePlugin (line 187)
L 07/04/2012 - 15:13:55: [AMXX]    [5] money.sma::ConsoleCommand_TogglePlugin (line 164)
maybe you have skype? i give to you my vps acc and you connect and see
s0cks is offline
Arkshine
AMX Mod X Plugin Approver
Join Date: Oct 2005
Old 07-04-2012 , 08:36   Re: Server Cvars Unlocker
Reply With Quote #216

Give me again the server log at start.

Show the output of server commands : amxx list
__________________
Arkshine is offline
s0cks
Member
Join Date: Sep 2011
Old 07-04-2012 , 09:56   Re: Server Cvars Unlocker
Reply With Quote #217

wtf when i download comple plugin in this topic t.y server_cvars_unlocker.amxx i got this error
L 07/04/2012 - 16:15:41: [AMXX] Failed to allocate memory (plugin "server_cvars_unlocker.amxx")

but when i download server_cvars_unlocker.sma and dont change anythink in code and complite in linux plugin run
this is log of start
Code:
stray key in process_key: item_getiteminfo 63

Orpheu configuration started.

        Parsing mods configuration started.
        Parsing mod file "tfc"
        Parsing mod file "ts"
        Parsing mod file "ns"
        Parsing mod file "dod"
        Parsing mod file "cstrike"
        Parsing mod file "SvenCoop"
        Parsing mod file "valve"
        Parsing mod file "esf"
        Parsing mod file "esf_openbeta"
        Parsing mods configuration ended.

        Parsing libraries configuration started.
                Parsing file "podbot"
                        Added library podbot identified by cvar pb_version
                Parsing file "monstermod"
                        Added library monstermod identified by cvar monster_spawn
        Parsing libraries configuration ended.

        Parsing type aliases started.
                Parsing folder "CMBaseMonster"
                Adding alias"CMBaseMonster *"
                Parsing folder "CGameRules"
                Adding alias"CGameRules *"
                Parsing folder "VectorPointer"
                Adding alias"Vector *"
                Parsing folder "long"
                Adding alias"long"
                Parsing folder "charPointer"
                Adding alias"char *"
                Parsing folder "CBaseEntity"
                Adding alias"CBaseEntity *"

        Parsing type aliases ended.

Orpheu configuration ended.
scandir failed:/root/server/SAVE
scandir failed:/root/server/./valve/SAVE
scandir failed:/root/server/./platform/SAVE

Orpheu functions search started.

        Parsing functions started.
                Parsing file "SV_Rcon" started
                                Argument type "pointer" validated
                                Searching for name "SV_Rcon"... FOUND
                Parsing file "SV_Rcon" ended
                Parsing file "ReadMultiplayCvars" started
                                Argument type "CHalfLifeMultiplay *" validated
                                Searching for name "ReadMultiplayCvars__FP18CHalfLifeMultiplay"... NOT FOUND
                                Searching for name "_Z18ReadMultiplayCvarsP18CHalfLifeMultiplay"... NOT FOUND
                                Searching for signature "[0x55][0x89][0xe5][0x83][0xec](...)" ... NOT FOUND
                                Searching for signature "[0x55][0x53][0x48][0x89][0xfb](...)" ... NOT FOUND
                                Searching for signature "[0x83][*][*][0x53][0x8b](...)" ... FOUND
                Parsing file "ReadMultiplayCvars" ended
                Parsing file "SV_Rcon_Validate" started
                                Searching for name "SV_Rcon_Validate"... FOUND
                Parsing file "SV_Rcon_Validate" ended
                Parsing file "CVarSetFloat" started
                                Argument type "char *" validated
                                Argument type "float" validated
                Parsing file "CVarSetFloat" ended
        Parsing functions ended.

Orpheu functions search ended.

Orpheu virtual functions search started.

        Parsing virtual functions started.
        Parsing virtual functions ended.

Orpheu virtual functions search ended.

Orpheu memory structures search started.

        Parsing memory structures started.
                Parsing memory file "patchServerCvars"
                File incorrectly formatted
                Parsing memory file "patchMultiplayCvars"
                        Processing memory structure "roundTime@g_pGameRules"
                                Added memory search structure "roundTime@g_pGameRules"
                        Processing memory structure "freezeTime@g_pGameRules"
                                Added memory search structure "freezeTime@g_pGameRules"
                        Processing memory structure "c4Timer@g_pGameRules"
                                Added memory search structure "c4Timer@g_pGameRules"
                        Processing memory structure "limitTeams@g_pGameRules"
                                Added memory search structure "limitTeams@g_pGameRules"
        Parsing memory structures ended.

Orpheu memory structures search ended.

[Server Cvars Unlocker] Plugin is now enabled!
[Server Cvars Unlocker] Applying multiplay cvars memory patches...

L 07/04/2012 - 16:38:37: [ORPHEU] Invalid memory structure "minBuyTime@CBasePlayer::CanPlayerBuy()#Check"
L 07/04/2012 - 16:38:37: [AMXX] Displaying debug trace (plugin "unlocker.amxx")
L 07/04/2012 - 16:38:37: [AMXX] Run time error 10: native error (native "OrpheuMemorySet")
L 07/04/2012 - 16:38:37: [AMXX]    [0] unlocker.sma::PatchMe (line 564)
L 07/04/2012 - 16:38:37: [AMXX]    [1] float.inc::operator/(_:,Float:) (line 114)
L 07/04/2012 - 16:38:37: [AMXX]    [2] unlocker.sma::TogglePatchMemory (line 426)
L 07/04/2012 - 16:38:37: [AMXX]    [3] unlocker.sma::DisablePlugin (line 228)
L 07/04/2012 - 16:38:37: [AMXX]    [4] unlocker.sma::DisablePlugin (line 187)
L 07/04/2012 - 16:38:37: [AMXX]    [5] unlocker.sma::DisablePlugin (line 145)

[Server Cvars Unlocker] Reading/setting multiplay cvars...

        [OK] mp_roundtime 5.0
        [OK] mp_c4timer 44.9
        [OK] mp_freezetime 6.0
        [OK] mp_limitteams 2.0

        * All multiplay cvars set properly.

Looking up breakpad interfaces from steamclient
Calling BreakpadMiniDumpSystemInit
Master server communication disabled.

[AMXBANS] amxbans.cfg is executed
Executing AMX Mod X Configuration File
amxx list

Code:
Currently loaded plugins:
       name                    version     author            file             status   
 [  1] AMXBans                 5.1rc       YoMama/Lux & lan  amxbans.amxx     running  
 [  2] AMXBans Admin rc5.1     1.8.1.3746  AMXBans Dev Team  admin_amxbans.a  running  
 [  3] VIP sistema             1.8.1.3746  AMXBans Dev Team  sms.amxx         running  
 [  4] Admin Commands          1.8.1.3746  AMXX Dev Team     admincmd.amxx    running  
 [  5] Slots Reservation       1.8.1.3711  AMXX Dev Team     adminslots.amxx  running  
 [  6] Admin Votes             1.8.1.3746  AMXX Dev Team     adminvote.amxx   running  
 [  7] Players Menu            1.8.1.3746  AMXX Dev Team     plmenu.amxx      running  
 [  8] Maps Menu               1.8.1.3746  AMXX Dev Team     mapsmenu.amxx    running  
 [  9] Admin Chat              1.8.1.3746  AMXX Dev Team     adminchat.amxx   running  
 [ 10] Anti Flood              1.8.1.3746  AMXX Dev Team     antiflood.amxx   running  
 [ 11] TimeLeft                1.8.1.3746  AMXX Dev Team     timeleft.amxx    running  
 [ 12] Nextmap Chooser 4       3.41        AMX Dev & KWo     mapchooser4.amx  running  
 [ 13] NextMap                 1.8.1.3746  AMXX Dev Team     nextmap.amxx     running  
 [ 14] AMX SSBan               2.6         God@Dorin\Fysiks  amx_ssban.amxx   running  

 [ 15] Server Cvars Unlocker   1.0.1       Arkshine          unlocker.amxx    debug    
 [ 16] CSDM Main               2.1.1       CSDM Team         csdm_main.amxx   running  
 [ 17] CSDM Equip              2.1.1       CSDM Team         csdm_equip.amxx  running  
 [ 18] CSDM Mod                2.1.1       CSDM Team         csdm_spawn_pres  running  
 [ 19] CSDM Spawn Editor       2.1.1       CSDM Team         spawn_editor.am  running  
 [ 20] CSDM Misc               2.1.1       CSDM Team         csdm_misc.amxx   running  
 [ 21] CSDM Protection         2.1.1       BAILOPAN          csdm_protection  running  
 [ 22] CSDM Main               2.1.1       CSDM Team         csdm_ffa.amxx    running  
 [ 23] CSDM Item Mode          2.1.1       FALUCO            csdm_itemmode.a  running  
 [ 24] WeaponMod               1.2a        DevconeS          weaponmod.amxx   running  
 [ 25] WPN GameInfo CS         0.82        DevconeS          wpn_gameinfo_cs  running  
 [ 26] WPN Crossbow ( HL1 )    1.0.2       Arkshine          wpn_crossbow.am  running  
 [ 27] WPN DISRUPTOR           5.1         DevconeS          wpn_disruptor.a  running  
 [ 28] WPN Buysystem           0.8         DevconeS          wpn_buysystem.a  running  
 [ 29] Weapon Drop Blocker     0.53        DevconeS          wpn_dropblocker  running  

 [ 30] AMXBans: Screens        0.3         GmStaff           amxbans_ssban.a
meta list

Code:
      description      stat pend  file              vers      src  load  unlod
 [ 1] <metamod_i386.s  badf load  metamod_i386.so   v -       ini   -     -   
 [ 2] AMX Mod X        RUN   -    amxmodx_mm_i386.  v1.8.2-d  ini  Start ANY  
 [ 3] CSDM2            RUN   -    csdm_amxx_i386.s  v2.1.2    pl3  ANY   ANY  
 [ 4] CStrike          RUN   -    cstrike_amxx_i38  v1.8.1.3  pl3  ANY   ANY  
 [ 5] CSX              RUN   -    csx_amxx_i386.so  v1.8.1.3  pl3  ANY   ANY  
 [ 6] EngineX          RUN   -    engine_amxx_i386  v1.8.1.3  pl3  ANY   ANY  
 [ 7] FakeMeta         RUN   -    fakemeta_amxx_i3  v1.8.1.3  pl3  ANY   ANY  
 [ 8] Fun              RUN   -    fun_amxx_i386.so  v1.8.1.3  pl3  ANY   ANY  
 [9] Ham Sandwich     RUN   -    hamsandwich_amxx  v1.8.1.3  pl3  ANY   ANY  
 [10] MySQL            RUN   -    mysql_amxx_i386.  v1.8.1.3  pl3  ANY   ANY  
 [11] Orpheu           RUN   -    orpheu_amxx_i386  v2.3      pl3  ANY   ANY  
 [12] SQLite           RUN   -    sqlite_amxx_i386  v1.8.1.3  pl3
s0cks is offline
Arkshine
AMX Mod X Plugin Approver
Join Date: Oct 2005
Old 07-04-2012 , 10:02   Re: Server Cvars Unlocker
Reply With Quote #218

Quote:
wtf when i download comple plugin in this topic t.y server_cvars_unlocker.amxx i got this error
L 07/04/2012 - 16:15:41: [AMXX] Failed to allocate memory (plugin "server_cvars_unlocker.amxx")
Because you have to compile locally. Orpheu is not an official module, thus the .inc are not available for the webcompiler. Yes, it compiles when it should not, the webcompiler is stupid, you could check the plugin size and it should be wrong. Anyway, compile locally.

Quote:
Parsing memory file "patchServerCvars"
File incorrectly formatted
You have modified this file or whatever. Re-upload it from the package.
__________________
Arkshine is offline
s0cks
Member
Join Date: Sep 2011
Old 07-04-2012 , 10:20   Re: Server Cvars Unlocker
Reply With Quote #219

i alredy do this download this package http://forums.alliedmods.net/showpos...&postcount=158 delete old patchServerCvars and copy the new this error with new patchServerCvars file
s0cks is offline
Arkshine
AMX Mod X Plugin Approver
Join Date: Oct 2005
Old 07-04-2012 , 10:42   Re: Server Cvars Unlocker
Reply With Quote #220

Ah, this file. I see, you're right, checked and there is a typo.

Try this one :
Attached Files
File Type: zip patchServerCvars.zip (1.8 KB, 131 views)
__________________

Last edited by Arkshine; 07-04-2012 at 10:42.
Arkshine 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 02:19.


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