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

Round Terminator


Post New Thread Reply   
 
Thread Tools Display Modes
yokomo
Surprise Ascot!
Join Date: May 2010
Location: Malaysia
Old 05-05-2013 , 05:13   Re: Round Terminator
Reply With Quote #181

Error on current windows hlds beta:
Code:
L 05/05/2013 - 17:01:36: Start of error session.
L 05/05/2013 - 17:01:36: Info (map "vb_zarok") (file "addons/amxmodx/logs/error_20130505.log")
L 05/05/2013 - 17:01:36: [ORPHEU] Function "CHalfLifeMultiplay::UpdateTeamScores" not found
L 05/05/2013 - 17:01:36: [AMXX] Displaying debug trace (plugin "round_terminator.amxx")
L 05/05/2013 - 17:01:36: [AMXX] Run time error 10: native error (native "OrpheuGetFunction")
L 05/05/2013 - 17:01:36: [AMXX]    [0] round_terminator.sma::UpdateTeamScores (line 753)
L 05/05/2013 - 17:01:36: [AMXX]    [1] round_terminator.sma::_TerminateRound (line 499)
L 05/05/2013 - 17:01:36: [AMXX]    [2] round_terminator.sma::Native_TerminateRound (line 288)
L 05/05/2013 - 17:01:36: Unhandled dynamic native error
Orpheu version:
Code:
orpheu version

 Orpheu 2.5.1
 -
 Support  : http://forums.alliedmods.net/showthread.php?t=116393
 Author   : joaquimandrade & Arkshine
 Compiled : Apr 14 2013, 16:36:37
__________________
Team-MMG CS1.6 Servers:
✅ MultiMod -- 103.179.44.152:27016
✅ Zombie Plague -- 103.179.44.152:27015
✅ Zombie Escape -- 103.179.44.152:27017
✅ Klassik Kombat -- 103.179.44.152:27018
✅ Boss-Battle -- 103.179.44.152:27019

Last edited by yokomo; 05-05-2013 at 05:13.
yokomo is offline
Arkshine
AMX Mod X Plugin Approver
Join Date: Oct 2005
Old 05-05-2013 , 05:15   Re: Round Terminator
Reply With Quote #182

I need to see "orpheu config" output.
__________________
Arkshine is offline
yokomo
Surprise Ascot!
Join Date: May 2010
Location: Malaysia
Old 05-05-2013 , 07:04   Re: Round Terminator
Reply With Quote #183

Quote:
Originally Posted by Arkshine View Post
I need to see "orpheu config" output.
Here we go the log file.

It need new signature maybe, use the mp.dll that i attached on Infinity Round thread that mp.dll is up to date. I updated 2 hours ago.
Attached Files
File Type: log orpheu-05-05-2013.log (23.8 KB, 131 views)
__________________
Team-MMG CS1.6 Servers:
✅ MultiMod -- 103.179.44.152:27016
✅ Zombie Plague -- 103.179.44.152:27015
✅ Zombie Escape -- 103.179.44.152:27017
✅ Klassik Kombat -- 103.179.44.152:27018
✅ Boss-Battle -- 103.179.44.152:27019
yokomo is offline
Arkshine
AMX Mod X Plugin Approver
Join Date: Oct 2005
Old 05-05-2013 , 07:34   Re: Round Terminator
Reply With Quote #184

Try that

Code:
{
    "name"        : "UpdateTeamScores",
    "class"       : "CHalfLifeMultiplay",
    "library"     : "mod",
    "identifiers" : 
    [
        {
            "os"    : "windows",
            "mod"   : "cstrike",
            "value" : [0xA1,"*","*","*","*",0x56,0x6A,"*",0x6A,"*",0x50,0x8B,"*",0x6A,"*",0xFF,"*","*","*","*","*",0x68,"*","*","*","*",0xFF,"*","*","*","*","*",0x0F]
        },
        {
            "os"    : "windows",
            "mod"   : "cstrike",
            "value" : [0xA1,"*","*","*","*",0x56,0x6A,"*",0x6A,"*",0x50,0x6A,"*",0x8B,"*",0xFF,"*","*","*","*","*",0x68,"*","*","*","*",0xFF,"*","*","*","*","*",0x0F]
        },
        {
            "os"    : "linux",
            "mod"   : "cstrike",
            "value" : "UpdateTeamScores__18CHalfLifeMultiplay"
        },
        {
            "os"    : "linux",
            "mod"   : "cstrike",
            "value" : "_ZN18CHalfLifeMultiplay16UpdateTeamScoresEv"
        }
    ]
}
__________________

Last edited by Arkshine; 05-05-2013 at 07:39.
Arkshine is offline
yokomo
Surprise Ascot!
Join Date: May 2010
Location: Malaysia
Old 05-05-2013 , 08:40   Re: Round Terminator
Reply With Quote #185

Quote:
Originally Posted by Arkshine View Post
Try that

Code:
{
    "name"        : "UpdateTeamScores",
    "class"       : "CHalfLifeMultiplay",
    "library"     : "mod",
    "identifiers" : 
    [
        {
            "os"    : "windows",
            "mod"   : "cstrike",
            "value" : [0xA1,"*","*","*","*",0x56,0x6A,"*",0x6A,"*",0x50,0x8B,"*",0x6A,"*",0xFF,"*","*","*","*","*",0x68,"*","*","*","*",0xFF,"*","*","*","*","*",0x0F]
        },
        {
            "os"    : "windows",
            "mod"   : "cstrike",
            "value" : [0xA1,"*","*","*","*",0x56,0x6A,"*",0x6A,"*",0x50,0x6A,"*",0x8B,"*",0xFF,"*","*","*","*","*",0x68,"*","*","*","*",0xFF,"*","*","*","*","*",0x0F]
        },
        {
            "os"    : "linux",
            "mod"   : "cstrike",
            "value" : "UpdateTeamScores__18CHalfLifeMultiplay"
        },
        {
            "os"    : "linux",
            "mod"   : "cstrike",
            "value" : "_ZN18CHalfLifeMultiplay16UpdateTeamScoresEv"
        }
    ]
}
Ok i can confirm this signature works fine on current windows beta hlds
__________________
Team-MMG CS1.6 Servers:
✅ MultiMod -- 103.179.44.152:27016
✅ Zombie Plague -- 103.179.44.152:27015
✅ Zombie Escape -- 103.179.44.152:27017
✅ Klassik Kombat -- 103.179.44.152:27018
✅ Boss-Battle -- 103.179.44.152:27019
yokomo is offline
Blizzard_87
Veteran Member
Join Date: Oct 2012
Old 06-14-2013 , 08:47   Re: Round Terminator
Reply With Quote #186

Code:
] terminate_round team terrorist
L 06/14/2013 - 22:46:33: [ORPHEU] Function "CHalfLifeMultiplay::UpdateTeamScores" not found
L 06/14/2013 - 22:46:33: [AMXX] Displaying debug trace (plugin "round_terminator.amxx")
L 06/14/2013 - 22:46:33: [AMXX] Run time error 10: native error (native "OrpheuGetFunction")
L 06/14/2013 - 22:46:33: [AMXX]    [0] round_terminator.sma::UpdateTeamScores (line 753)
L 06/14/2013 - 22:46:33: [AMXX]    [1] round_terminator.sma::_TerminateRound (line 499)
L 06/14/2013 - 22:46:33: [AMXX]    [2] round_terminator.sma::ClientCommand_TerminateRound (line 378)
ive followed the install instructions completely.
__________________
Blizzard_87 is offline
Arkshine
AMX Mod X Plugin Approver
Join Date: Oct 2005
Old 06-14-2013 , 12:38   Re: Round Terminator
Reply With Quote #187

Try that : check the post above you and use that content in orpheu/functions/CHalfLifeMultiplay/UpdateTeamScores.
__________________
Arkshine is offline
Blizzard_87
Veteran Member
Join Date: Oct 2012
Old 06-14-2013 , 16:18   Re: Round Terminator
Reply With Quote #188

Quote:
Originally Posted by Arkshine View Post
Try that : check the post above you and use that content in orpheu/functions/CHalfLifeMultiplay/UpdateTeamScores.
yep thanks i completely missed the above poster had same problem.. works now.. thanks...
__________________
Blizzard_87 is offline
kNowo
Senior Member
Join Date: Apr 2011
Location: Malaysia
Old 07-19-2013 , 12:10   Re: Round Terminator
Reply With Quote #189

Hi, I'm using the signature from post #184 on windows and it worked however I have the same error as post $181 on linux CentOS 6.3 32bit. Could you look into this? Also, why haven't you updated the first post?
kNowo is offline
Old 07-19-2013, 17:34
AwesomeMan
This message has been deleted by AwesomeMan. Reason: Nevermind
kNowo
Senior Member
Join Date: Apr 2011
Location: Malaysia
Old 07-19-2013 , 18:09   Re: Round Terminator
Reply With Quote #190

Sorry, this is the error that I got

Code:
L 07/20/2013 - 02:03:47: [ORPHEU] Function "EndRoundMessage" not found
L 07/20/2013 - 02:03:47: [AMXX] Displaying debug trace (plugin "round_terminator.amxx")
L 07/20/2013 - 02:03:47: [AMXX] Run time error 10: native error (native "OrpheuGetFunction")
L 07/20/2013 - 02:03:47: [AMXX]    [0] round_terminator.sma::EndRoundMessage (line 800)
L 07/20/2013 - 02:03:47: [AMXX]    [1] round_terminator.sma::_TerminateRound (line 502)
L 07/20/2013 - 02:03:47: [AMXX]    [2] round_terminator.sma::Native_TerminateRound (line 288)
kNowo 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 18:57.


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