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

FF2 Werid Issue with Boss Packs


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Scoot Sauce
Senior Member
Join Date: Feb 2015
Location: vsh_2fortdesk_v8
Old 11-02-2015 , 14:59   Werid Issue with Boss Packs
Reply With Quote #1

Okay, when I first start the server, only 20% of the bosses in the pack are avaliable to play, if I pick another map another 20% becomes avaliable, it's very werid...

When I try to select boss pack 1 with FF2 menu and change the map it doesn't change the pack at all, I am very confused to why this is happening.

Can I get some help?

If anyone wants, I can make a video of whats happening
__________________
Scoot Sauce is offline
xXDeathreusXx
Veteran Member
Join Date: Mar 2013
Location: pPlayer->GetOrigin();
Old 11-02-2015 , 16:49   Re: Werid Issue with Boss Packs
Reply With Quote #2

Quote:
Originally Posted by Scoot Sauce View Post
Okay, when I first start the server, only 20% of the bosses in the pack are avaliable to play, if I pick another map another 20% becomes avaliable, it's very werid...

When I try to select boss pack 1 with FF2 menu and change the map it doesn't change the pack at all, I am very confused to why this is happening.

Can I get some help?

If anyone wants, I can make a video of whats happening
This is most likely due to the new FileExists checks, it's very strenuous to servers that don't have high processor affinity, and can cause script timeouts(Where sourcemod kills execution of code to prevent server hangs), if a script timeout occurs on a certain boss, all bosses after it won't be loaded

This usually occurs to bosses that have none of his files located on the server, since the plugin is running several FileExists checks and returns nothing for many files it will make the watchdog timer think that the script is hanging and cause a timeout, which then all bosses after that one won't be loaded
__________________
Plugins|Profile
Requests closed

I'm a smartass by nature, get used to it
xXDeathreusXx is offline
Scoot Sauce
Senior Member
Join Date: Feb 2015
Location: vsh_2fortdesk_v8
Old 11-02-2015 , 19:50   Re: Werid Issue with Boss Packs
Reply With Quote #3

Okay, thanks for clearing that part up.

Does anyone know how to fix this, plx :/
__________________
Scoot Sauce is offline
Wliu
Veteran Member
Join Date: Apr 2013
Old 11-02-2015 , 21:59   Re: Werid Issue with Boss Packs
Reply With Quote #4

If the function is timing out it should be listed in your errors log - can you go check that just to make sure?
__________________
~Wliu
Wliu is offline
Transit Of Venus
Senior Member
Join Date: May 2014
Location: Australia
Old 11-03-2015 , 06:24   Re: Werid Issue with Boss Packs
Reply With Quote #5

This is my Boss Pack set up on my server, It has no issues at all.
Attached Files
File Type: cfg characters.cfg (3.9 KB, 195 views)
__________________

Click on the banner to explore my servers and more
Transit Of Venus is offline
Send a message via ICQ to Transit Of Venus Send a message via Skype™ to Transit Of Venus
Scoot Sauce
Senior Member
Join Date: Feb 2015
Location: vsh_2fortdesk_v8
Old 11-04-2015 , 20:41   Re: Werid Issue with Boss Packs
Reply With Quote #6

It's not because my characters.cfg is set up wrong, if it was refreshing wouldn't do anything
__________________
Scoot Sauce is offline
Scoot Sauce
Senior Member
Join Date: Feb 2015
Location: vsh_2fortdesk_v8
Old 01-03-2016 , 13:52   Re: Werid Issue with Boss Packs
Reply With Quote #7

Code:
L 01/04/2016 - 05:57:21: SourceMod error session started
L 01/04/2016 - 05:57:21: Info (map "") (file "errors_20160104.log")
L 01/04/2016 - 05:57:21: [SM] Fatal error encountered parsing translation file "core.phrases.txt"
L 01/04/2016 - 05:57:21: [SM] Error (line 91, column 3): Section beginning without a matching ending
L 01/04/2016 - 05:57:24: Error log file session closed.
L 01/04/2016 - 05:57:24: SourceMod error session started
L 01/04/2016 - 05:57:24: Info (map "vsh_volcanic_b2") (file "errors_20160104.log")
L 01/04/2016 - 05:57:24: [SM] Fatal error encountered parsing translation file "core.phrases.txt"
L 01/04/2016 - 05:57:24: [SM] Error (line 91, column 3): Section beginning without a matching ending
L 01/04/2016 - 05:57:25: [SM] Native "CreateNative" reported: Fatal error creating dynamic native!
L 01/04/2016 - 05:57:25: [SM] Displaying call stack trace for plugin "saxtonhale.smx":
L 01/04/2016 - 05:57:25: [SM]   [0]  Line 649, C:\Users\Anne\Desktop\Stuff\PATH\sourcemod1.6\saxtonhale.sp::AskPluginLoad2()
L 01/04/2016 - 05:57:25: [SM] Warning(s) encountered in translation file "afterlife.phrases.txt"
L 01/04/2016 - 05:57:25: [SM] Invalid token ' ' in #format property on line 93.
L 01/04/2016 - 05:57:25: [SM] Unable to load plugin "nominations.smx": Could not find required plugin "mapchooser"
L 01/04/2016 - 05:57:25: [SM] Unable to load plugin "rockthevote.smx": Could not find required plugin "mapchooser"
L 01/04/2016 - 05:57:25: [SM] Unable to load plugin "saxtonhale.smx": Native "Steam_SetGameDescription" was not found
L 01/04/2016 - 05:57:25: [SM] Fatal error encountered parsing translation file "saysoundhe.phrases.txt"
L 01/04/2016 - 05:57:25: [SM] Error (line 0, column 0): Stream failed to open
L 01/04/2016 - 05:57:28: [admin-sql-prefetch.smx] Could not connect to database "default": [2003]: Can't connect to MySQL server on 'localhost' (10061)
L 01/04/2016 - 05:57:30: [admin-sql-prefetch.smx] Could not connect to database "default": [2003]: Can't connect to MySQL server on 'localhost' (10061)
L 01/04/2016 - 05:57:30: [admin-flatfile.smx] Error(s) detected parsing addons\sourcemod\configs\admins.cfg
L 01/04/2016 - 05:57:30: [admin-flatfile.smx]  (line 38) Line contained too many invalid tokens
L 01/04/2016 - 05:57:31: [admin-sql-prefetch.smx] Could not connect to database "default": [2003]: Can't connect to MySQL server on 'localhost' (10061)
L 01/04/2016 - 05:57:48: [freak_fortress_2.smx] [FF2 Bosses] Character ghost_rider is missing file 'models\freak_fortress_2\skulls\skulls.phys'!
L 01/04/2016 - 05:57:48: [freak_fortress_2.smx] [FF2 Bosses] Character high_heavy is missing file 'overlays/lsd.vtf'!
L 01/04/2016 - 05:57:48: [freak_fortress_2.smx] [FF2 Bosses] Character high_heavy is missing file 'overlays/lsd.vmt'!
L 01/04/2016 - 05:57:48: [freak_fortress_2.smx] [FF2] Character invisisble_woman does not exist!
L 01/04/2016 - 05:57:48: [freak_fortress_2.smx] [FF2 Bosses] Character jokerv3 is missing file 'sound\freak_fortress_2\batman_joker\bgm2.mp3'!
L 01/04/2016 - 05:57:48: [freak_fortress_2.smx] [FF2 Bosses] Character jokerv3 is missing file 'sound\freak_fortress_2\batman_joker\bgm2.mp3'!
L 01/04/2016 - 05:57:49: [freak_fortress_2.smx] [FF2 Bosses] Character pyro is missing file 'models\freak_fortress_2\pinkie\pp'!
L 01/04/2016 - 05:57:49: [freak_fortress_2.smx] [FF2 Bosses] Character piss_cakehole is missing file 'materials\models\piscke\sniper\sniper_normal.vmt'!
L 01/04/2016 - 05:57:49: [freak_fortress_2.smx] [FF2 Bosses] Character piss_cakehole is missing file 'materials\models\piscke\sniper\eyeball_invun.vtf'!
L 01/04/2016 - 05:57:49: [freak_fortress_2.smx] [FF2 Bosses] Character piss_cakehole is missing file 'materials\models\piscke\sniper\eyeball_l.vtf'!
L 01/04/2016 - 05:57:49: [freak_fortress_2.smx] [FF2 Bosses] Character piss_cakehole is missing file 'materials\models\piscke\sniper\eyeball_r.vtf'!
L 01/04/2016 - 05:57:49: [freak_fortress_2.smx] [FF2 Bosses] Character piss_cakehole is missing file 'materials\models\piscke\sniper\sniper_hand_normal.vmt'!
L 01/04/2016 - 05:57:49: [freak_fortress_2.smx] [FF2 Bosses] Character piss_cakehole is missing file 'materials\models\piscke\sniper\sniper_head.vmt'!
L 01/04/2016 - 05:57:49: [freak_fortress_2.smx] [FF2 Bosses] Character piss_cakehole is missing file 'materials\models\piscke\sniper\sniper_head_blue.vtf'!
L 01/04/2016 - 05:57:49: [freak_fortress_2.smx] [FF2 Bosses] Character piss_cakehole is missing file 'materials\models\piscke\sniper\sniper_head_red.vtf'!
L 01/04/2016 - 05:57:49: [freak_fortress_2.smx] [FF2 Bosses] Character scs is missing file 'sound\freak_fortress_2\scs\medic2.wav'!
L 01/04/2016 - 05:57:49: [freak_fortress_2.smx] [FF2 Bosses] Character shrek is missing file 'sound\freak_fortress_2\ogre\shrek_anthem.mp3'!
L 01/04/2016 - 05:57:50: [freak_fortress_2.smx] [FF2 Bosses] Character the_engineer is missing file 'freak_fortress_2\teamfortress2\engineer\bgm1.mp3'!
L 01/04/2016 - 05:57:50: [freak_fortress_2.smx] [FF2 Bosses] Character the_engineer is missing file 'freak_fortress_2\teamfortress2\engineer\bgm2.mp3'!
L 01/04/2016 - 05:57:50: [freak_fortress_2.smx] [FF2 Bosses] Character the_engineer is missing file 'freak_fortress_2\teamfortress2\engineer\bgm3.mp3'!
L 01/04/2016 - 05:57:50: [freak_fortress_2.smx] [FF2 Bosses] Character the_engineer is missing file 'freak_fortress_2\teamfortress2\engineer\bgm4.mp3'!
L 01/04/2016 - 05:57:50: [freak_fortress_2.smx] [FF2 Bosses] Character the_engineer is missing file 'freak_fortress_2\teamfortress2\engineer\bgm5.mp3'!
L 01/04/2016 - 05:57:50: [freak_fortress_2.smx] [FF2 Bosses] Character the_real_chucky is missing file 'materials\freak_fortress_2\childs_play\scary_chucky.vtf'!
L 01/04/2016 - 05:57:50: [freak_fortress_2.smx] [FF2 Bosses] Character the_real_chucky is missing file 'materials\freak_fortress_2\childs_play\scary_chucky.vmt'!
L 01/04/2016 - 05:57:50: [freak_fortress_2.smx] [FF2 Bosses] Character the_real_chucky is missing file 'materials\freak_fortress_2\childs_play\phong'!
L 01/04/2016 - 05:57:50: [freak_fortress_2.smx] [FF2 Bosses] Character the_real_chucky is missing file 'sound\freak_fortress_2\childs_play\chucky_theme2.mp3'!
L 01/04/2016 - 05:57:50: [freak_fortress_2.smx] [FF2 Bosses] Character the_real_chucky is missing file 'sound\freak_fortress_2\childs_play\chucky_theme3.mp3'!
L 01/04/2016 - 05:57:50: [freak_fortress_2.smx] [FF2 Bosses] Character witchdoctor is missing file 'sound/rektkid.mp3.mdl'!
L 01/04/2016 - 05:57:50: [freak_fortress_2.smx] [FF2 Bosses] Character witchdoctor is missing file 'sound/rektkid.mp3.dx80.vtx'!
L 01/04/2016 - 05:57:50: [freak_fortress_2.smx] [FF2 Bosses] Character witchdoctor is missing file 'sound/rektkid.mp3.dx90.vtx'!
L 01/04/2016 - 05:57:50: [freak_fortress_2.smx] [FF2 Bosses] Character witchdoctor is missing file 'sound/rektkid.mp3.sw.vtx'!
L 01/04/2016 - 05:57:50: [freak_fortress_2.smx] [FF2 Bosses] Character witchdoctor is missing file 'sound/rektkid.mp3.vvd'!
L 01/04/2016 - 05:58:00: [admin-sql-threaded.smx] Failed to connect to database: [2003]: Can't connect to MySQL server on 'localhost' (10061)

Here is the error log, still having this issue :\
__________________
Scoot Sauce is offline
Wliu
Veteran Member
Join Date: Apr 2013
Old 01-03-2016 , 15:35   Re: Werid Issue with Boss Packs
Reply With Quote #8

Something is going very wrong with your translations files. Try re-downloading them.
__________________
~Wliu
Wliu is offline
Naydef
Senior Member
Join Date: Dec 2015
Location: Doom Town, Nevada
Old 01-03-2016 , 16:35   Re: Werid Issue with Boss Packs
Reply With Quote #9

Actually, he is using my plugin (afterlife.phrases.txt error) which have non-critical warnings for using ".1f" in translation file:
Code:
	"T_GChange"
	{
	    "#format"  "{1:.1f} {2:.1f}" //Here is the error. 
	    "en"       "Your Gravity Multiplier: {1} Server Multiplier: {2}"
            "bg"       "Вашият умножител на гравитация: {1} Сървърен умножител: {2}"
	}
This is a bug in Sourcemod. I'm trying to hide zeroes after the floating point and the only way is to use instead of %f to use %.1f to show the first number after the floating point. This works, but in translation files causes warnings but otherwise it works. This is only warning. The other translation errors are real (critical).

Last edited by Naydef; 01-03-2016 at 16:37.
Naydef is offline
Scoot Sauce
Senior Member
Join Date: Feb 2015
Location: vsh_2fortdesk_v8
Old 01-03-2016 , 16:39   Re: Werid Issue with Boss Packs
Reply With Quote #10

Actually I just now installed you're plugin, this happened before I installed it.
__________________
Scoot Sauce 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:21.


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