View Single Post
grs4
Senior Member
Join Date: Dec 2010
Location: Poland
Old 08-24-2022 , 09:46   Re: Module: Custom Entity Data
Reply With Quote #22

Thanks!
It crashes on every map change so I need to use fixed version.

Now no virus is detected by Windows Defender.
There's also another issue and it's not possible i'm doing something wrong.

It works for windows (listen server):

Code:
Currently loaded plugins:
      description      stat pend  file              vers      src  load  unlod
 [ 1] AMX Mod X        RUN   -    amxmodx_mm.dll    v1.9.0.5  ini  Start ANY  
 [ 2] Ham Sandwich     RUN   -    hamsandwich_amxx  v1.9.0.5  pl1  ANY   ANY  
 [ 3] CSX              RUN   -    csx_amxx.dll      v1.9.0.5  pl1  ANY   ANY  
 [ 4] Engine           RUN   -    engine_amxx.dll   v1.9.0.5  pl1  ANY   ANY  
 [ 5] FakeMeta         RUN   -    fakemeta_amxx.dl  v1.9.0.5  pl1  ANY   ANY  
 [ 6] CStrike          RUN   -    cstrike_amxx.dll  v1.9.0.5  pl1  ANY   ANY  
 [ 7] Custom Entity D  RUN   -    customentdata_am  v1.0.3    pl1  ANY   ANY  
 [ 8] Fun              RUN   -    fun_amxx.dll      v1.9.0.5  pl1  ANY   ANY  
8 plugins, 8 running
But in my server there's no file load.
Code:
 
Currently loaded plugins:
      description      stat pend  file                      vers         src  load  unload
 [ 1] AMX Mod X        RUN   -    amxmodx_mm_i386.so        v1.9.0.5271  ini  Start ANY  
 [ 2] Ham Sandwich     RUN   -    hamsandwich_amxx_i386.so  v1.9.0.5271  pl3  ANY   ANY  
 [ 3] CSX              RUN   -    csx_amxx_i386.so          v1.9.0.5271  pl3  ANY   ANY  
 [ 4] Engine           RUN   -    engine_amxx_i386.so       v1.9.0.5271  pl3  ANY   ANY  
 [ 5] FakeMeta         RUN   -    fakemeta_amxx_i386.so     v1.9.0.5271  pl3  ANY   ANY  
 [ 6] CStrike          RUN   -    cstrike_amxx_i386.so      v1.9.0.5271  pl3  ANY   ANY  
 [ 7] Fun              RUN   -    fun_amxx_i386.so          v1.9.0.5271  pl3  ANY   ANY  
7 plugins, 7 running
Instead this error is given:
Code:
L 08/25/2022 - 15:36:23: [AMXX] Module "cstrike/addons/amxmodx/modules/customentdata_amxx_i386.so" failed to load (./libstdc++.so.6: version `CXXABI_1.3.9' not found (required by cstrike/addons/amxmodx/modules/customentdata_amxx_i386.so))
L 08/25/2022 - 15:36:23: Error:
L 08/25/2022 - 15:36:23: [AMXX] Module is not a valid library (file "cstrike/addons/amxmodx/modules/customentdata_amxx_i386.so")
Do you have any idea?
For me it looks like there's something missing on the machine where server is hosted or bad configuration at build.

Check here, maybe it's a solution https://www.unknowncheats.me/forum/2529087-post28.html?

Also i'm wondering if it's maybe this change https://github.com/AoiKagase/Amxx-Mo...c491b229eee15c

Honestly i'm not good at C++ so i can't tell you more to help find solution.

Last edited by grs4; 08-24-2022 at 10:16.
grs4 is offline