Various errors are constantly printed to your logs if the right conditions are met. They don't affect gameplay or cause crashes fortunately, but some of them really pile up and clog the logs.
CLIENTSIDE: FMOD Error: Can't play event 'yotc_2022_2/common/decor2/place', An invalid parameter was passed to this function. FMOD Error: Can't play event 'yotc_2022_2/common/decor2/play1', An invalid parameter was passed to this function. FMOD Error: Can't play event 'yotc_2022_2/common/decor2/play2', An invalid parameter was passed to this function. FMOD Error: Can't play event 'monkeyisland/dock/run_dock_large', The requested event, event group, event category or event property could not be found. SERVERSIDE: Could not find anim [dismount] in bank [wilson]
The FMOD errors for yotc_2022_2/common/decor2 (Gobbler Wobbler):
When placing the Gobbler Wobbler Kit, activating it or a Kitcoon playing with it, no sound is played. FMOD is looking under the `yotc_2022_2.fev` file for the `common/decor2/place`, `common/decor2/play1`, and `common/decor2/play2` sounds.
Using the FMOD event player, I could only find in `yotc_2022_2/common` the files `xxxx` and `LOOP`, neither of which play any sounds on their own.
Under `yotc_2022_1` there is only a `decor1` folder. Even if FMOD looked in here, there is nothing for `decor2`.
The FMOD error for 'monkeyisland/dock/run_dock_large' (Docks, tile walk sound):
Normally, when you, the player, walk on Docks, you hear the tile sound 'monkeyisland/dock/run_dock'.
Riding Beefalo on Docks does not trigger this sound or any similar one; you only hear faint steps/hooves.
As the error says, FMOD is trying to look for a nonexistent 'monkeyisland/dock/run_dock_large'.
`Could not find anim [dismount] in bank [wilson]` is exactly what it says:
When dismounting a Beefalo, this error prints out.
The funny thing is that the dismount animation actually runs correctly ingame, so I'm not sure why this error is being printed to my log.
The FMOD related errors are Client-sided. The Anim error is Server-sided.
Can't play event 'yotc_2022_2/common/decor2/'
1. Befriend a Kitcoon.
2. Craft a Gobbler Wobbler Kit (will require a Catcoon Shrine with a feather offered).
3. Place the Gobbler Wobbler Kit.
This should print in the client log:
FMOD Error: Can't play event 'yotc_2022_2/common/decor2/place', An invalid parameter was passed to this function.
4. Click the Gobbler Wobbler to 'Activate' it or wait for your Kitcoon to play with it.
This should print in the client log:
FMOD Error: Can't play event 'yotc_2022_2/common/decor2/play1', An invalid parameter was passed to this function.
(instead of `play1`, it may say `play2`)
Can't play event 'monkeyisland/dock/run_dock_large'
1. Saddle up and mount a Beefalo.
2. Run on the Docks.
This should print in the client log:
FMOD Error: Can't play event 'monkeyisland/dock/run_dock_large', The requested event, event group, event category or event property could not be found.
Could not find anim [dismount] in bank [wilson]
1. Saddle up and mount a Beefalo.
2. Dismount.
This should print in the server log:
Could not find anim [dismount] in bank [wilson]
(if you're on a Forest-only world which is hosted from the in-game menu, then this will be included in the Client log as such worlds don't have their own Server logs.)
There are no comments to display.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now