Raised This Month: $ Target: $400
 0% 

CSDM 2.1.1 NOT WORKING RIGHT!


Post New Thread Reply   
 
Thread Tools Display Modes
lassiter
Junior Member
Join Date: Aug 2006
Old 10-24-2008 , 20:39   Re: CSDM 2.1.1 NOT WORKING RIGHT!
Reply With Quote #31

sawce your patch is working. Now only if a patch for windows was out there.
lassiter is offline
Darknightcze2
Junior Member
Join Date: Oct 2008
Location: Czech Republic! - Middle
Old 10-25-2008 , 02:39   Re: CSDM 2.1.1 NOT WORKING RIGHT!
Reply With Quote #32

Quote:
Originally Posted by marcellus View Post
your csdm.inc is an old version i guess
i used this one.
I used csdm.inc v2.1.1 but you have 2.1j < Thanks..

Now compiled done. With 2 Warnings.
Code:
Warning: Symbol is assigned a value that is never used: "g_StayTime" on line 838
Warning: Symbol is assigned a value that is never used: "g_drop_fwd" on line 838
2 Warnings.
Done.
Darknightcze2 is offline
Send a message via ICQ to Darknightcze2
Tramp
Senior Member
Join Date: Aug 2005
Old 10-25-2008 , 04:54   Re: CSDM 2.1.1 NOT WORKING RIGHT!
Reply With Quote #33

Hmm if you are using sawce update, how much memory DM is eating on your server? On my it takes about 1gb ram
__________________
STER-Gaming.pl - The Best Multigaming Club, CS 1.6, CS:S, ET, COD 2 more and more ! Check forum forum.ster-gaming.pl

amxmodx - Polish support about amxx.
Tramp is offline
Orangutanz
Veteran Member
Join Date: Apr 2006
Old 10-25-2008 , 11:03   Re: CSDM 2.1.1 NOT WORKING RIGHT!
Reply With Quote #34

Hopefully the win32 binary works ok, I got Arkshine to do the testing and it seemed to be working fine.
I packaged sawce's lin32 binary inside the zip as well.

Can you please report back if these patches work so Sawce/Bail can update CSDM asap!


If you have problems with the supplied Win32 binary use this version
Attached Files
File Type: zip csdm_amxx.zip (51.4 KB, 270 views)
__________________
|<-- Retired from everything Small/Pawn related -->|
You know when you've been Rango'd

Last edited by Orangutanz; 10-26-2008 at 12:49.
Orangutanz is offline
rory535
Member
Join Date: Aug 2005
Old 10-25-2008 , 11:27   Re: CSDM 2.1.1 NOT WORKING RIGHT!
Reply With Quote #35

Orangu....thank you, thank you!
rory535 is offline
VulturEMaN
Member
Join Date: Jan 2008
Old 10-25-2008 , 11:38   Re: CSDM 2.1.1 NOT WORKING RIGHT!
Reply With Quote #36

I'm gonna give it a try, but its dramatically smaller than the .dll that I have right now...about half as small. Sure this is ok?
VulturEMaN is offline
Orangutanz
Veteran Member
Join Date: Apr 2006
Old 10-25-2008 , 11:53   Re: CSDM 2.1.1 NOT WORKING RIGHT!
Reply With Quote #37

I think Bail used VC7 or even MinGW, this is compiled using VC9.
If you type meta list it should say 2.1.1a.
__________________
|<-- Retired from everything Small/Pawn related -->|
You know when you've been Rango'd

Last edited by Orangutanz; 10-25-2008 at 11:56.
Orangutanz is offline
VulturEMaN
Member
Join Date: Jan 2008
Old 10-25-2008 , 12:31   Re: CSDM 2.1.1 NOT WORKING RIGHT!
Reply With Quote #38

didn't work at all

i stopped my server and replaced the dll, and restarted it, and csdm didn't work at all.

instead of:
Code:
L 10/25/2008 - 11:39:28: [AMXX] Plugin "csdm_main.amxx" failed to load: Plugin uses an unknown function (name "csdm_respawn") - check your modules.ini.
L 10/25/2008 - 11:39:28: [AMXX] Plugin "csdm_spawn_preset.amxx" failed to load: Plugin uses an unknown function (name "csdm_trace_hull") - check your modules.ini.
L 10/25/2008 - 11:39:28: [AMXX] Plugin "csdm_misc.amxx" failed to load: Plugin uses an unknown function (name "csdm_active") - check your modules.ini.
L 10/25/2008 - 11:39:28: [AMXX] Plugin "csdm_protection.amxx" failed to load: Plugin uses an unknown function (name "csdm_active") - check your modules.ini.
L 10/25/2008 - 11:39:29: [CSDM2] CSDM failed to load, contact author...
I got:
Code:
L 10/25/2008 - 11:42:54: [AMXX] Plugin "csdm_main.amxx" failed to load: Module/Library "csdm" required for plugin.  Check modules.ini.
L 10/25/2008 - 11:42:54: [AMXX] Plugin "csdm_spawn_preset.amxx" failed to load: Module/Library "csdm" required for plugin.  Check modules.ini.
L 10/25/2008 - 11:42:54: [AMXX] Plugin "csdm_misc.amxx" failed to load: Module/Library "csdm" required for plugin.  Check modules.ini.
L 10/25/2008 - 11:42:54: [AMXX] Plugin "csdm_protection.amxx" failed to load: Module/Library "csdm" required for plugin.  Check modules.ini.

Last edited by VulturEMaN; 10-25-2008 at 12:36.
VulturEMaN is offline
Orangutanz
Veteran Member
Join Date: Apr 2006
Old 10-25-2008 , 12:34   Re: CSDM 2.1.1 NOT WORKING RIGHT!
Reply With Quote #39

Strange which AMXX version are you using:
Code:
] meta list
Currently loaded plugins:
      description      stat pend  file              vers      src   load  unlod
 [ 1] AMX Mod X        RUN   -    amxmodx_mm.dll    v1.8.0.3  ini   Start ANY  
 [ 2] FakeMeta         RUN   -    fakemeta_amxx.dl  v1.8.0.3  pl1   ANY   ANY  
 [ 3] CSDM2            RUN   -    csdm_amxx.dll     v2.1.1a   pl1   ANY   ANY
__________________
|<-- Retired from everything Small/Pawn related -->|
You know when you've been Rango'd
Orangutanz is offline
papapnoi
Junior Member
Join Date: Nov 2007
Old 10-25-2008 , 12:49   Re: CSDM 2.1.1 NOT WORKING RIGHT!
Reply With Quote #40

Quote:
Originally Posted by Orangutanz View Post
Hopefully the win32 binary works ok, I got Arkshine to do the testing and it seemed to be working fine.
I packaged sawce's lin32 binary inside the zip as well.

Can you please report back if these patches work so Sawce/Bail can update CSDM asap!
I just tested it on my server...this does not work...it completely turned off CSDM.


Quote:
Currently running plugins:
[ 1] AMX Mod X, v1.8.1.3746, Aug 16 2008, by AMX Mod X Dev Team, see http://www.amxmodx.org
[ 2] POD-Bot mm, v3.0B19d, Feb 25 2008, by Count Floyd & Bots United, see http://www.bots-united.com
[ 3] Fun, v1.8.1.3746, Aug 16 2008, by AMX Mod X Dev Team, see http://www.amxmodx.org
[ 4] FakeMeta, v1.8.1.3746, Aug 16 2008, by AMX Mod X Dev Team, see http://www.amxmodx.org
[ 5] CStrike, v1.8.1.3746, Aug 16 2008, by AMX Mod X Dev Team, see http://www.amxmodx.org
[ 6] CSX, v1.8.1.3746, Aug 16 2008, by AMX Mod X Dev Team, see http://www.amxmodx.org/
[ 7] Engine, v1.8.1.3746, Aug 16 2008, by AMX Mod X Dev Team, see http://www.amxmodx.org
[ 8] CSDM2, v2.1.1, Nov 8 2007, by CSDM Team, see http://www.bailopan.net/

Quote:
L 10/25/2008 - 11:478: Start of error session.
L 10/25/2008 - 11:478: Info (map "de_dust2") (file "addons/amxmodx/logs/error_20081025.log")
L 10/25/2008 - 11:478: Called dynanative into a paused plugin.
L 10/25/2008 - 11:478: [AMXX] Run time error 10 (plugin "csdm_ffa.amxx") (native "csdm_main_menu") - debug not enabled!
L 10/25/2008 - 11:478: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).
L 10/25/2008 - 11:51:26: Start of error session.
L 10/25/2008 - 11:51:26: Info (map "de_dust2") (file "addons/amxmodx/logs/error_20081025.log")
L 10/25/2008 - 11:51:26: Called dynanative into a paused plugin.
L 10/25/2008 - 11:51:26: [AMXX] Displaying debug trace (plugin "csdm_ffa.amxx")
L 10/25/2008 - 11:51:26: [AMXX] Run time error 10: native error (native "csdm_main_menu")
L 10/25/2008 - 11:51:26: [AMXX] [0] csdm_ffa.sma::plugin_init (line 75)
Thanks,
papa

Last edited by papapnoi; 10-25-2008 at 12:56.
papapnoi 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 19:03.


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