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

PUBNite: BattleRoyale MOD - FINAL VERSION RELEASED!!!


Post New Thread Reply   
 
Thread Tools Display Modes
hsky
Junior Member
Join Date: Feb 2019
Old 02-25-2019 , 05:22   Re: PUBNITE - BattleGround (PUBG + FORTNITE) - [2.0 VERSION RELEASED]
Reply With Quote #251

Sup, I got a new error in my console. It doesn´t happen like right after I start the server, it happens like after 30 mins and idk why. I heard it´s caused by some write messages that aren´t ended or they don´t have an if(is_user_connected(index)) verification, but idk anything ´bout it.

FATAL ERROR (shutting down): Host_Error: WriteDest_Parm: not a client

Does anyone know what´s the problem?

Last edited by hsky; 02-25-2019 at 05:23.
hsky is offline
By.King
Member
Join Date: Jan 2019
Old 02-25-2019 , 08:00   Re: PUBNITE - BattleGround (PUBG + FORTNITE) - [2.0 VERSION RELEASED]
Reply With Quote #252

Server is shutting down.I do not know the reason
By.King is offline
HamletEagle
AMX Mod X Plugin Approver
Join Date: Sep 2013
Location: Romania
Old 02-25-2019 , 11:21   Re: PUBNITE - BattleGround (PUBG + FORTNITE) - [2.0 VERSION RELEASED]
Reply With Quote #253

Quote:
Originally Posted by hsky View Post
Sup, I got a new error in my console. It doesn´t happen like right after I start the server, it happens like after 30 mins and idk why. I heard it´s caused by some write messages that aren´t ended or they don´t have an if(is_user_connected(index)) verification, but idk anything ´bout it.

FATAL ERROR (shutting down): Host_Error: WriteDest_Parm: not a client

Does anyone know what´s the problem?
The error is likely because the code tries to send a message to an invalid client/another entity than a player.
__________________

Last edited by HamletEagle; 02-25-2019 at 11:21.
HamletEagle is offline
EFFx
Veteran Member
Join Date: Feb 2016
Location: São Paulo, Brasil
Old 02-25-2019 , 21:47   Re: PUBNITE - BattleGround (PUBG + FORTNITE) - [2.0 VERSION RELEASED]
Reply With Quote #254

Quote:
Originally Posted by hsky View Post
Sup, I got a new error in my console. It doesn´t happen like right after I start the server, it happens like after 30 mins and idk why. I heard it´s caused by some write messages that aren´t ended or they don´t have an if(is_user_connected(index)) verification, but idk anything ´bout it.

FATAL ERROR (shutting down): Host_Error: WriteDest_Parm: not a client

Does anyone know what´s the problem?
I never got that issue before. My server is using it for weeks without any crash. I'm about to share the 2.1 version and will check again if I'm missing some checks before sending any message to a player, just to make sure.

Quote:
Originally Posted by By.King View Post
Server is shutting down.I do not know the reason
That's hard to help. Are you sure that there are 0 logs? When that happens? When you start it or after some rounds? Give me more details so I can help you.
__________________
• Ranking System • AutoMix 5vs5 System
• Web Ban System • Plugins for free

____________________________________________
For private works:
• Discord: EFFEXo#8850 • Steam: EFFEXo
EFFx is offline
hsky
Junior Member
Join Date: Feb 2019
Old 02-26-2019 , 08:18   Re: PUBNITE - BattleGround (PUBG + FORTNITE) - [2.0 VERSION RELEASED]
Reply With Quote #255

I checked every single message, if it´s ended or verified if is user connected and others... Those messages were only in 3 plugins if I remember correctly. I added verify to every single message but it´s still shutting down. Btw. I am not running any other plugin on my server.
hsky is offline
CrazY.
Veteran Member
Join Date: May 2015
Location: SP, Brazil
Old 02-26-2019 , 10:00   Re: PUBNITE - BattleGround (PUBG + FORTNITE) - [2.0 VERSION RELEASED]
Reply With Quote #256

If you start a message with EngFunc_MessageBegin and do not pass the last parameter it may cause crash too.

Code:
EngFunc_MessageBegin //(int msg_dest, int msg_type, const float *pOrigin, edict_t *ed)
__________________








CrazY. is offline
hsky
Junior Member
Join Date: Feb 2019
Old 02-26-2019 , 10:29   Re: PUBNITE - BattleGround (PUBG + FORTNITE) - [2.0 VERSION RELEASED]
Reply With Quote #257

Quote:
Originally Posted by CrazY. View Post
If you start a message with EngFunc_MessageBegin and do not pass the last parameter it may cause crash too.

Code:
EngFunc_MessageBegin //(int msg_dest, int msg_type, const float *pOrigin, edict_t *ed)
I checked every single one if there was some, but everything is correct. I tried to edit a default PUBG_Main.sma now, so I hope it´s fixed now, first 34 mins and everything is running.
hsky is offline
EFFx
Veteran Member
Join Date: Feb 2016
Location: São Paulo, Brasil
Old 02-26-2019 , 13:44   Re: PUBNITE - BattleGround (PUBG + FORTNITE) - [2.0 VERSION RELEASED]
Reply With Quote #258

This looks weird, the server I'm running it is using the lastest amxx version, are you sure you're using too? Does it crash randomly or after some events? Like after using guspe, throwing the impulse grenade?
__________________
• Ranking System • AutoMix 5vs5 System
• Web Ban System • Plugins for free

____________________________________________
For private works:
• Discord: EFFEXo#8850 • Steam: EFFEXo
EFFx is offline
Sanjay Singh
Veteran Member
Join Date: Sep 2016
Old 02-28-2019 , 06:25   Re: PUBNITE - BattleGround (PUBG + FORTNITE) - [2.0 VERSION RELEASED]
Reply With Quote #259

Quote:
Originally Posted by EFFx View Post
This looks weird, the server I'm running it is using the lastest amxx version, are you sure you're using too? Does it crash randomly or after some events? Like after using guspe, throwing the impulse grenade?
Getting this error EEFX on my multimod server i tried recompiling thrice but same result.

Using AMX 1.8.2

Code:
L 02/28/2019 - 11:08:47: -------- Mapchange to battleroyale_island --------
L 02/28/2019 - 11:08:47: [AMXX] Plugin "PUBG_RedZone.amxx" failed to load: Plugin uses an unknown function (name "pubg_get_knockerid") - check your modules.ini.
L 02/28/2019 - 11:08:47: [AMXX] Plugin "PUBG_WinsTop15.amxx" failed to load: Plugin uses an unknown function (name "pubg_get_user_wins") - check your modules.ini.
[AMXX] Loaded 7 admins from file
no_amxx_uncompress
Menu item 1 added to Menus Front-End: "Multimod Manager" from plugin "MultiMod Manager"
L 02/28/2019 - 11:08:47: [AMXX] Plugin ("PUBG_FakeTeamBot.amxx") is setting itself as failed.
L 02/28/2019 - 11:08:47: [AMXX] Plugin says: MOD DISABLED
L 02/28/2019 - 11:08:47: [AMXX] Run time error 1 (plugin "PUBG_FakeTeamBot.amxx") - forced exit
L 02/28/2019 - 11:08:47: [AMXX] Plugin ("PUBG_HudCustomizer.amxx") is setting itself as failed.
L 02/28/2019 - 11:08:47: [AMXX] Plugin says: MOD DISABLED
L 02/28/2019 - 11:08:47: [AMXX] Run time error 1 (plugin "PUBG_HudCustomizer.amxx") - forced exit
L 02/28/2019 - 11:08:47: [AMXX] Plugin ("PUBG_NoScoreReset.amxx") is setting itself as failed.
L 02/28/2019 - 11:08:47: [AMXX] Plugin says: MOD DISABLED
L 02/28/2019 - 11:08:47: [AMXX] Run time error 1 (plugin "PUBG_NoScoreReset.amxx") - forced exit
L 02/28/2019 - 11:08:47: [AMXX] Plugin ("PUBG_GrenadePrediction.amxx") is setting itself as failed.
L 02/28/2019 - 11:08:47: [AMXX] Plugin says: MOD DISABLED
L 02/28/2019 - 11:08:47: [AMXX] Run time error 1 (plugin "PUBG_GrenadePrediction.amxx") - forced exit
L 02/28/2019 - 11:08:47: [AMXX] Plugin ("PUBG_NoObjectives.amxx") is setting itself as failed.
L 02/28/2019 - 11:08:47: [AMXX] Plugin says: MOD DISABLED
L 02/28/2019 - 11:08:47: [AMXX] Run time error 1 (plugin "PUBG_NoObjectives.amxx") - forced exit
Executing AMX Mod X Configuration File
[ 29] Fix fast download to r 0.0.3 PomanoB \ Bos93 FIxFastDL.amxx running
[ 30] unknown unknown unknown PUBG_RedZone.am bad load
[ 31] Roundend Blocker 1.4 Jim PUBG_FakeTeamBo error
[ 32] Bullet Whizz 1.4 Cheap_Suit PUBG_BulletWhiz running
[ 33] [CS] Player Models API 1.2 WiLS PUBG_PlayersMod running
[ 34] No Timelimit Reset on 0.0.3 ConnorMcLeod PUBG_TimeLimit_ running
[ 35] PUBG: Win Sprite 1.0 Devil259/EFFx PUBG_VictoryRoy running
[ 36] unknown unknown unknown PUBG_WinsTop15. bad load
[ 37] PUBG: Compass 1.0 EFFx PUBG_Compass.am running
[ 38] HUD Customizer 0.4 0.4 Igoreso PUBG_HudCustomi error
[ 39] No Score Reset on sv_r 1.0 EFFx PUBG_NoScoreRes error
[ 40] Grenade Prediction 1.0.1 DruX PUBG_GrenadePre error
[ 41] No Objectives 0.3 VEN PUBG_NoObjectiv error
[ 42] PUBG: Punch Skin 1.0 EFFx PUBG_PunchSkin. running
( 30) Load fails: Plugin uses an unknown function (name "pubg_get_knockerid") - check your modules.ini.
( 31) Error: MOD DISABLED
( 36) Load fails: Plugin uses an unknown function (name "pubg_get_user_wins") - check your modules.ini.
( 3 Error: MOD DISABLED
( 39) Error: MOD DISABLED
( 40) Error: MOD DISABLED
( 41) Error: MOD DISABLED
42 plugins, 35 running
__________________
Sanjay Singh is offline
Send a message via AIM to Sanjay Singh
EFFx
Veteran Member
Join Date: Feb 2016
Location: São Paulo, Brasil
Old 02-28-2019 , 10:57   Re: PUBNITE - BattleGround (PUBG + FORTNITE) - [2.0 VERSION RELEASED]
Reply With Quote #260

As I see, the PUBG_Main wasn't even loaded. If it does load, check if you're using the lastest include file.
__________________
• Ranking System • AutoMix 5vs5 System
• Web Ban System • Plugins for free

____________________________________________
For private works:
• Discord: EFFEXo#8850 • Steam: EFFEXo
EFFx 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 10:42.


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