Raised This Month: $32 Target: $400
 8% 

Galileo v5.9.1-925 (a feature rich map voting plugin) | Last Update: 2018-07-16


Post New Thread Reply   
 
Thread Tools Display Modes
RaZ_HU
Senior Member
Join Date: May 2015
Location: Hungary
Old 08-24-2018 , 14:01   Re: Galileo v5.9.1-925 (a feature rich map voting plugin) | Last Update: 2018-07-16
Reply With Quote #901

An idea:
Map statistics - list maps by played time / most played maps

RaZ_HU is offline
Old 09-26-2018, 20:50
CrazY.
This message has been deleted by CrazY.. Reason: nvm
damnyourefine
Junior Member
Join Date: Aug 2010
Old 01-20-2019 , 16:51   Re: Galileo v5.9.1-925 (a feature rich map voting plugin) | Last Update: 2018-07-16
Reply With Quote #902

Has anyone seen this plugin cause a server crash due to lack of memory? I am attempting to have it cycle through nearly 2000 maps, but it crashes around 650 maps. I have already ruled out the specific maps.
damnyourefine is offline
Old 01-20-2019, 17:06
fysiks
This message has been deleted by fysiks. Reason: nvm, I'm not going to suppor this plugin
addons_zz
Veteran Member
Join Date: Aug 2015
Location: Dreams, zz
Old 01-23-2019 , 11:43   Re: Galileo v5.9.1-925 (a feature rich map voting plugin) | Last Update: 2018-07-16
Reply With Quote #903

Quote:
Originally Posted by damnyourefine View Post
Has anyone seen this plugin cause a server crash due to lack of memory? I am attempting to have it cycle through nearly 2000 maps, but it crashes around 650 maps. I have already ruled out the specific maps.
Ha. I do not believe I had I wrote anything which will make a server run out of memory. But if I did so, I would like to know what I did wrong. As Amxmodx plugins usually does not operate directly with memory, it could either be a bug on Amxmodx not cleaning memory properly.

I had a similar problem with CSDM mode. After my server had cycled about 500 mapcycle changes, HLDS would just crash. But, I did not noticed this problem when not running CSDM.

For starters, can you lock your server, i.e., put a password so nobody enters and run the command `gal_look_for_crashes`?

It should make your server cycle through all server maps more fast, i.e., each 7 seconds it will do a changelevel. But cannot be any players on the server, otherwise the map change will happen only after 120 seconds.

If the command `gal_look_for_crashes` can cycle through all 2000 server maps, successfully, without crashing anytime, then, it could mean the bug is being triggered by something as the mapvote. Or maybe some other plugin is doing it, as CSDM did.
__________________
Plugin: Sublime Text - ITE , Galileo
Multi-Mod: Manager / Plugin / Server

Support me on Patreon, Ko-fi, Liberapay or Open Collective
addons_zz is offline
damnyourefine
Junior Member
Join Date: Aug 2010
Old 01-24-2019 , 01:18   Re: Galileo v5.9.1-925 (a feature rich map voting plugin) | Last Update: 2018-07-16
Reply With Quote #904

Quote:
Originally Posted by addons_zz View Post
Ha. I do not believe I had I wrote anything which will make a server run out of memory. But if I did so, I would like to know what I did wrong. As Amxmodx plugins usually does not operate directly with memory, it could either be a bug on Amxmodx not cleaning memory properly.

I had a similar problem with CSDM mode. After my server had cycled about 500 mapcycle changes, HLDS would just crash. But, I did not noticed this problem when not running CSDM.

For starters, can you lock your server, i.e., put a password so nobody enters and run the command `gal_look_for_crashes`?

It should make your server cycle through all server maps more fast, i.e., each 7 seconds it will do a changelevel. But cannot be any players on the server, otherwise the map change will happen only after 120 seconds.

If the command `gal_look_for_crashes` can cycle through all 2000 server maps, successfully, without crashing anytime, then, it could mean the bug is being triggered by something as the mapvote. Or maybe some other plugin is doing it, as CSDM did.
That is what I am doing now, using that command to verify all of my maplist is stable - no need to disable plugins on any particular map.

What logs would you need?

Every so often as it is cycling through maps, I will get this crash:

FATAL ERROR (shutting down): Cache_Free: not allocated
cat: hlds.23163.pid: No such file or directory
email debug.log to [email protected]
Wed Jan 23 20:41:09 PST 2019: Server Quit
damnyourefine is offline
addons_zz
Veteran Member
Join Date: Aug 2015
Location: Dreams, zz
Old 01-24-2019 , 08:39   Re: Galileo v5.9.1-925 (a feature rich map voting plugin) | Last Update: 2018-07-16
Reply With Quote #905

Quote:
Originally Posted by damnyourefine View Post
What logs would you need?
The most aggressive logging would help. But this is a lot of text. Can you enabled HLDS condebug and Galileo DEBUG_LEVEL 82? See https://forums.alliedmods.net/showthread.php?t=273019#Support. These things will stress the server the most possible.

Then, run the command `gal_look_for_crashes`. The galileo log file `_galileo_log.txt` will not be necessary because everything it has will also be included on the `condebug` log. Then, you can PM the `condebug.log` (but zip it first because it will probably have few Giga Bytes, but zipped should be reduced to few Mega Bytes).

Quote:
Originally Posted by damnyourefine View Post
FATAL ERROR (shutting down): Cache_Free: not allocated
Never heard of this error, and search it on Google shows this result:
  1. https://github.com/unnamed10/openhlds/blob/master/Memory.pas#L705
  2. https://www.google.com/search?&q=%22Cache_Free%3A+not+allocated%22+h lds

Quote:
Originally Posted by damnyourefine View Post
email debug.log to [email protected]
I did not know this file. If it exists, send it so I can give look.

Quote:
Originally Posted by damnyourefine View Post
no need to disable plugins on any particular map
You can also try disabling all other third part server plugins, and let Galileo running alone `gal_look_for_crashes` and see what happens.
__________________
Plugin: Sublime Text - ITE , Galileo
Multi-Mod: Manager / Plugin / Server

Support me on Patreon, Ko-fi, Liberapay or Open Collective
addons_zz is offline
damnyourefine
Junior Member
Join Date: Aug 2010
Old 01-28-2019 , 20:35   Re: Galileo v5.9.1-925 (a feature rich map voting plugin) | Last Update: 2018-07-16
Reply With Quote #906

Quote:
Originally Posted by addons_zz View Post
=


pm sent

Last edited by damnyourefine; 01-29-2019 at 12:54.
damnyourefine is offline
edimilton2018
Member
Join Date: Jan 2019
Old 02-07-2019 , 07:27   Re: Galileo v5.9.1-925 (a feature rich map voting plugin) | Last Update: 2018-07-16
Reply With Quote #907

Hi, I do not know what was the result of approval or non approval of the plugin, but I downloaded and installed and liked it.

but there is only one thing I can not resolve when I ask for the rtv and then the map name I want, for example
I ask rtv
and just before the vote, the map name de_dust2
but the chat returns me a suggestion message failed the vote is already in progress, but the vote has not even begun.
edimilton2018 is offline
fysiks
Veteran Member
Join Date: Sep 2007
Location: Flatland, USA
Old 02-07-2019 , 21:54   Re: Galileo v5.9.1-925 (a feature rich map voting plugin) | Last Update: 2018-07-16
Reply With Quote #908

nominate the map first then do rtv.
__________________
fysiks is offline
edimilton2018
Member
Join Date: Jan 2019
Old 02-09-2019 , 23:16   Re: Galileo v5.9.1-925 (a feature rich map voting plugin) | Last Update: 2018-07-16
Reply With Quote #909

I did and did not work out, my appointment does not show to be voted on.
edimilton2018 is offline
DJEarthQuake
Veteran Member
Join Date: Jan 2014
Location: Astral planes
Old 02-18-2019 , 08:52   Re: Galileo v5.9.1-925 (a feature rich map voting plugin) | Last Update: 2018-07-16
Reply With Quote #910

Quote:
Originally Posted by damnyourefine View Post
Has anyone seen this plugin cause a server crash due to lack of memory? I am attempting to have it cycle through nearly 2000 maps, but it crashes around 650 maps. I have already ruled out the specific maps.
I thought this was solely responsible for some crashing because when I was using Amxx 1.83 to play Gungame the server would not work until I disabled Galileo. This version I believe. Ad_Manager was the real likely culprit using msg_one when other plugins are sending a lot of messages.
__________________

Last edited by DJEarthQuake; 11-30-2020 at 13:55.
DJEarthQuake 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 19:32.


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