Kxnrl / MiniGames

CSGO Game mode. - Mini Games
https://build.kxnrl.com/MiniGames
GNU General Public License v3.0
18 stars 7 forks source link

spam logs #13

Closed ifrag-ru closed 3 years ago

ifrag-ru commented 3 years ago

L 10/06/2021 - 19:06:57: [SM] Blaming: MiniGames.smx L 10/06/2021 - 19:06:57: [SM] Call stack trace: L 10/06/2021 - 19:06:57: [SM] [1] TransmitManager_IsEntityHooked L 10/06/2021 - 19:06:57: [SM] [2] Line 1014, MiniGames.sp::Hooks_UpdateState L 10/06/2021 - 19:06:57: [SM] [3] Line 927, MiniGames.sp::Timer_Tick L 10/06/2021 - 19:06:57: [SM] Exception reported: Native is not boun errors_20211006.log d

Kxnrl commented 3 years ago

update to latest transmitmanager

ifrag-ru commented 3 years ago

Updated if I let you know. thanks

ifrag-ru commented 3 years ago

Updated, now it doesn't want to boot at all

L 10/08/2021 - 14:05:18: SourceMod error session started
L 10/08/2021 - 14:05:18: Info (map "mg_hideandseek_dxd") (file "/mnt/files/servers/csgo-mg/serverfiles/csgo/addons/sourcemod/logs/errors_20211008.log")
**L 10/08/2021 - 14:05:18: [SM] Unable to load extension "TransmitManager.ext": /mnt/files/servers/csgo-mg/serverfiles/csgo/addons/sourcemod/extensions/TransmitManager.ext.2.csgo.so: undefined symbol: Warning**
L 10/08/2021 - 14:05:18: [SM] Exception reported: PrepSDKCall_SetFromConf("CCSPlayer::InitVCollision" failed!
L 10/08/2021 - 14:05:18: [SM] Blaming: bspcvar.smx
L 10/08/2021 - 14:05:18: [SM] Call stack trace:
L 10/08/2021 - 14:05:18: [SM]   [0] SetFailState
L 10/08/2021 - 14:05:18: [SM]   [1] Line 89, bspcvar.sp::OnPluginStart
L 10/08/2021 - 14:05:18: [SM] Unable to load plugin "bspcvar.smx": Error detected in plugin startup (see error logs)

[15] <FAILED> file "TransmitManager.ext.2.csgo.so": /mnt/files/servers/csgo-mg/serverfiles/csgo/addons/sourcemod/extensions/TransmitManager.ext.2.csgo.so: undefined symbol: Warning

And what kind of module and where can I get it? How do I understand it is required for the mod?

<OPTIONAL> file "MovementManager.ext.so": /mnt/files/servers/csgo-mg/serverfiles/csgo/addons/sourcemod/extensions/MovementManager.ext.so: cannot open shared object file: No such file or directory

Kxnrl commented 3 years ago

this should be fine https://github.com/Kxnrl/sm-ext-TransmitManager/commit/b81d140ca6c066a4f6b39080323f9f6def087f59

ifrag-ru commented 3 years ago

this should be fine Kxnrl/sm-ext-TransmitManager@b81d140

Yes, everything works fine now, Thank you!

<OPTIONAL> file "MovementManager.ext.so": /mnt/files/servers/csgo-mg/serverfiles/csgo/addons/sourcemod/extensions/MovementManager.ext.so: cannot open shared object file: No such file or directory

What can you say about this extension? Does it somehow relate to fashion or not? As I understand it, it should be here, but there is a 404 error, the page does not exist, where can I get this extension?https://github.com/Kxnrl/sm-ext-Movement

Kxnrl commented 3 years ago

movement manager is optinal extension, ignore that message

tracked that in #12

ifrag-ru commented 3 years ago

movement manager is optinal extension, ignore that message

Ok, Thank you!