Page 1 of 1

Need Help...

Posted: Fri May 25, 2018 5:25 am
by Jason Todd Voorhees
Ok so im getting this when I start up XPS.....
Exception: Error loading "BloomExtract". File not found.
Stack: at Microsoft.Xna.Framework.Content.ContentManager.OpenStream(String assetName)
at Microsoft.Xna.Framework.Content.ContentManager.ReadAsset[T](String assetName, Action`1 recordDisposableObject)
at Microsoft.Xna.Framework.Content.ContentManager.Load[T](String assetName)
at XNALara.BloomComponent.LoadContent()
at Microsoft.Xna.Framework.DrawableGameComponent.Initialize()
at Microsoft.Xna.Framework.Game.Initialize()
at XNALara.Game.Initialize()
at Microsoft.Xna.Framework.Game.Run()
at XNALara.Program.Main(String[] args)
So what do I do?

Re: Need Help...

Posted: Fri May 25, 2018 1:01 pm
by MisterHentai
Delete the XNA.cfg file in the main directory and then run the program?

If not, reinstall/reunzip the full XPS package back in since "BloomExtract.xnb" is missing from the Content folder?

Re: Need Help...

Posted: Sat May 26, 2018 4:07 am
by Love2Raid
I would just reinstall the program if I were you, that should fix it.

Re: Need Help...

Posted: Sat May 26, 2018 11:52 pm
by Jason Todd Voorhees
Love2Raid wrote:I would just reinstall the program if I were you, that should fix it.
MisterHentai wrote:Delete the XNA.cfg file in the main directory and then run the program?

If not, reinstall/reunzip the full XPS package back in since "BloomExtract.xnb" is missing from the Content folder?
Yup it worked and it's fixed thank you guys!

Re: Need Help...

Posted: Wed May 30, 2018 3:38 am
by Anx
Jason Todd Voorhees wrote:
Love2Raid wrote:I would just reinstall the program if I were you, that should fix it.
Yup it worked and it's fixed thank you guys!
If somebody want to "reproduce" the error, to see what was the reason for:
Jason Todd Voorhees wrote:Ok so im getting this when I start up XPS.....
Exception: Error loading "BloomExtract". File not found.
Stack: at Microsoft.Xna.Framework.Content.ContentManager.OpenStream(String assetName)
at Microsoft.Xna.Framework.Content.ContentManager.ReadAsset[T](String assetName, Action`1 recordDisposableObject)
at Microsoft.Xna.Framework.Content.ContentManager.Load[T](String assetName)
at XNALara.BloomComponent.LoadContent()
at Microsoft.Xna.Framework.DrawableGameComponent.Initialize()
at Microsoft.Xna.Framework.Game.Initialize()
at XNALara.Game.Initialize()
at Microsoft.Xna.Framework.Game.Run()
at XNALara.Program.Main(String[] args)
So what do I do?
then delete, rename or move the folder "XNALara_XPS\Content" (this folder contains the content "BloomExtract.xnb"), and you will get exactly the same error. ;)

So, the folder "Content" was missing. That is, why "reinstall XPS" has fixed the failure. :pi: