#57: Should fix the 'playlist' bug + other bugs that have to do with music in
trunk.
-----------------------+----------------------------------------------------
Reporter: Buginator | Owner:
Type: defect | Status: new
Priority: blocker | Milestone:
Component: other | Version: svn/trunk
Keywords: | Operating_system: All
-----------------------+----------------------------------------------------
Issue was that we had (in this case) a open file handle to the music track
(menu.ogg).
We then tried to remove the directory '''''base''''' from the search path.
This was '''NOT''' possible, since we had the above open file handle.
This resulted in us using the '''wrong''' search path order, and cause all
these strange crashes.
It should fix bug https://gna.org/bugs/?12280 &
https://gna.org/bugs/?11847 and maybe others.
The patch now assumes the following:
{{{
Warzone/data
Warzone/data/base
Warzone/data/mods
Warzone/data/mp
Warzone/data/music
Warzone/data/music/music*
}}}
*since the source has 'music' hardcoded (static const char UserMusicPath[]
= "music";), rather than changing allot of things around, I did it the
simplest way to prove this is the problem.
--
Ticket URL: <http://developer.wz2100.net/ticket/57>
Warzone 2100 Trac <http://wz2100.net/>
The Warzone 2100 Resurrection Project
_______________________________________________
Warzone-dev mailing list
[email protected]
https://mail.gna.org/listinfo/warzone-dev