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

Module: Custom Entity Data


Post New Thread Reply   
 
Thread Tools Display Modes
+ARUKARI-
AlliedModders Donor
Join Date: Jul 2004
Location: Japan
Old 08-23-2022 , 20:11   Re: Module: Custom Entity Data
Reply With Quote #21

If you don't get warning messages and it doesn't crash, you can use the official version.

1. it's a false positive, but I'll check again.
2. it is an environment-dependent problem because I am bundling it as it is running on my server.
Is there a detailed error message saved in the log file?

Edit:
1. Deleted now. Will recompile and upload again. => Reuploaded.

[TEST]
__________________
GitHub
SteamWishlist

六四天安門事件

Last edited by +ARUKARI-; 08-23-2022 at 20:58.
+ARUKARI- is offline
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
+ARUKARI-
AlliedModders Donor
Join Date: Jul 2004
Location: Japan
Old 08-24-2022 , 10:28   Re: Module: Custom Entity Data
Reply With Quote #23

Check installed libstdc++.so
Code:
[root ~]# ls -l /usr/lib/libstdc++* lrwxrwxrwx. 1 root root      23 12月 14  2020 /usr/lib/libstdc++.so -> /usr/lib/libstdc++.so.6
lrwxrwxrwx. 1 root root      19  6月 29 15:39 /usr/lib/libstdc++.so.6 -> libstdc++.so.6.0.25
-rwxr-xr-x. 1 root root 1652868  6月 29 15:41 /usr/lib/libstdc++.so.6.0.25
If it is old, it must be updated.

If /usr/lib/libstdc++.so.6 does not exist, then placing a symbolic link may help.
Code:
ln -s /usr/lib/libstdc++.so.x.x.xx /usr/lib/libstdc++.so.6
__________________
GitHub
SteamWishlist

六四天安門事件

Last edited by +ARUKARI-; 08-24-2022 at 10:32.
+ARUKARI- is offline
grs4
Senior Member
Join Date: Dec 2010
Location: Poland
Old 08-24-2022 , 11:00   Re: Module: Custom Entity Data
Reply With Quote #24

I don't have acces to bash to do upgrade manually so I downloaded that libstdc++.so.6.0.25 version from network (it was hard to find working .dll) and replaced `libstdc++.so.6` on server with my new .dll.

Now it works

Code:
 [ 8] Custom Entity Data  RUN   -    customentdata_amxx_i386.so  v1.0.3       pl3  ANY   ANY
Thanks for help ;)
grs4 is offline
Reply


Thread Tools
Display Modes

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 13:22.


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