also:
1. Run WME as Admin don't solve problem.
2. Create new project at c:\users\...\Documents\WME projects\ don't solve problem
compiled exe run fine, except some strange things:
1. my project structure:
Data [primary package]
some script, with Game.PlaySound( "sounds/gui/click.ogg" );
and other script, with Game.PlaySound( "sounds/steps/wood_step.ogg" );
Sounds [package]
gui/click.ogg
steps/wood_step.ogg
Video [Package]
ok. at the first instance (yep Windows 7, beta 7000), all sounds played good, all works fine.
but at second (current Windows) instance - some sounds won't to be played, and some sounds played good.
if i removed package name from sound path (like "sounds/gui/click.ogg" -> "gui/click.ogg") sound starts playing...
All this is looks like path determine error... not a User\Admin Rights\UAC settings bug.
Modified:
BUT (it is VERY strange) sound from Game.PlaySound( "sounds/steps/wood_step.ogg" ); played good!!! without any changing the sound file path... i have no idea WTF. may be more logs can help? is it present "more debug" version of the projectman (or engine)?