View Single Post
Chik3n
Junior Member
Join Date: Jan 2008
Old 03-19-2013 , 12:32   Re: AMX Mod X 1.8.2 for 2013 HLDS Update
Reply With Quote #166

Sorry for double post but i've learn a little bit more about my problem.
In the plugin i need actually there is these lines :
Code:
public plugin_modules() {
    require_module("fakemeta");
    require_module("engine");
    require_module("hamsandwich");
    require_module("sockets");
    require_module("orpheu");
}
If i comment them, the plugin works, except a command (executable by a menu) and show me these error :
Code:
L 03/19/2013 - 17:29:21: L 03/19/2013 - 17:37:44: -------- Mapchange to bruderkz_runbhop_ez -------- 
L 03/19/2013 - 17:37:44: [ORPHEU] Function "InstallGameRules" not found 
L 03/19/2013 - 17:37:44: [AMXX] Displaying debug trace (plugin "kz_demo.amxx") 
L 03/19/2013 - 17:37:44: [AMXX] Run time error 10: native error (native "OrpheuGetFunction") 
L 03/19/2013 - 17:37:44: [AMXX]    [0] kz_demo.sma::plugin_precache (line 240) 
Warning: Couldn't get duration of phrase 'sound\radio\bot\cooked\well_cover_you_you_defuse.wav' 
[AMXX] Loaded 1 admin from file 
L 03/19/2013 - 17:37:45: [ORPHEU] Memory structure doesn't have a library defined 
L 03/19/2013 - 17:37:45: [AMXX] Displaying debug trace (plugin "kz_demo.amxx") 
L 03/19/2013 - 17:37:45: [AMXX] Run time error 10: native error (native "OrpheuMemorySetAtAddress") 
L 03/19/2013 - 17:37:45: [AMXX]    [0] kz_demo.sma::fnRestartRound (line 1569) 
L 03/19/2013 - 17:37:45: [AMXX]    [1] kz_demo.sma::plugin_cfg (line 251)
So, i can deduce that my orpheu module is bugged. Nevertheless, i've downloaded it from your site to be sure that it is the most recent version without bugs. Maybe there is a compatibility problem with linux ?

What do you think of it ?

Last edited by Chik3n; 03-19-2013 at 12:36.
Chik3n is offline