If you are using the fmopl audio driver, it needs to load stuff from the static directory in blackgate for music on the main exult menu.
Unfortunately, the static directory at that point is only defined as "static", so on a system like the xbox, which requires absolute paths for everything, it can't find them. Additionally, it does not currently allow you to read the value in from the config before that happens, as the static dir is only defined on a per-game basis and we have not yet picked a game yet.
A bug sorta
Forum rules
NOTICE: This forum is archived as read only.
Please use the Github Discussions at https://github.com/exult/exult/discussions
NOTICE: This forum is archived as read only.
Please use the Github Discussions at https://github.com/exult/exult/discussions
Re: A bug sorta
Could you submit this as a bug in our bug tracker?
http://sourceforge.net/tracker/?group_i ... tid=102335
Thanks.
http://sourceforge.net/tracker/?group_i ... tid=102335
Thanks.
Re: A bug sorta
This should be fixed now. Thanks for catching it