XNA Creators Club Online
Page 1 of 1 (2 items)
Sort Posts: Previous Next

XACT/XNA is not creating .xgs, .xwb, .xsb files in debug

Last post 04-03-2008 5:47 AM by Giblet. 1 replies.
  • 04-02-2008 7:17 PM

    XACT/XNA is not creating .xgs, .xwb, .xsb files in debug

    man, I'm full of trouble while working with XACT...

    so, I finally got my XACT project to not crash when trying to create sounds and cues....and I figured out from a different thread how to fix the problem with it not finding my .wav files.

    Now, however, I can't run my program, because it tells me that it can't find the debug/audio/[insert file anem here].xgs/.xwb/.xsb

    I looked around and couldn't find any solutions to this problem, so I decided to post yet another thread, hoping someone who has had this problem figured out how to fix it

     

    edit: I figured it out(I think).  I had changed the paths in my program to Audio\\TutorialAudio.xgs, etc. when I was trying to fix the path problem with my .wav files.

    For some reason, it had no problem with that change until it tries to create the .xgs/.xsb/.xwb files in the debug folder.  When I changed the path in my code back to Content\\Audio\\TutorialAudio.xgs, etc...it had no problem with it and ran my sound effects perfectly.

  • 04-03-2008 5:47 AM In reply to

    Re: XACT/XNA is not creating .xgs, .xwb, .xsb files in debug

    Remember that all content files go into the Content directory in the debug folder. In your solution workspace you should have the .xap file loaded only. You can open it in visual studio and look at the paths to verify. My xap file is in Content/Audio and my xgs etc are in Content/Audio/Win
Page 1 of 1 (2 items) Previous Next