Game crashing at menus
Posted: 03 September 2010 10:37 PM   [ Ignore ]
Newbie
Rank
Total Posts:  1
Joined  2010-08-27

Hello. I bought Plain Sight one week ago, and I’ve never been able to play it. It always crash when I select a game mode(Initiation or whatever, it’s always the same error). I tried all the solutions I could find here(all my drivers are up to date, Direct X too, I have re-installed the game at C:/Beatnik/..., XNA 3.1 is installed…).
I have an Ati X1950 PRO, Intel Core 2 Duo E6300(1.8Ghz) and Windows XP SP3.

Here’s my errorlog :

System.NullReferenceExceptionLa référence d'objet n'est pas définie à une instance d'un objet.
   à PlainSight.UILayer.UnloadTextures()
   à PlainSight.GameplayScreen.UnloadContent(Boolean hardExit)
   à BeatEngine.ScreenSystem.ScreenManager.UnloadContent()
   à Microsoft.Xna.Framework.DrawableGameComponent.Dispose(Boolean disposing)
   à Microsoft.Xna.Framework.GameComponent.Dispose()
   à Microsoft.Xna.Framework.Game.Dispose(Boolean disposing)
   à Microsoft.Xna.Framework.Game.Dispose()
   à PlainSight.Program.Main(String[] args) 

Thanks for your help !

Profile
 
 
Posted: 04 September 2010 06:01 PM   [ Ignore ]   [ # 1 ]
Newbie
Rank
Total Posts:  2
Joined  2010-08-30

Hi, I’m in the same situation. I bought the game from GamersGate and since then I’ve updated it twice but it always crashes when I want to play the tutorial.
I’m running the game on Windows XP SP3 and I have installed Microsoft XNA Framework 3.1 and DirectX 9.0c. My graphics card is an NVIDIA GeForce 8800 GTS.

System.NullReferenceException: Referencia a objeto no establecida como instancia de un objeto.
  en PlainSight.UILayer.UnloadTextures()
  en PlainSight.GameplayScreen.UnloadContent(Boolean hardExit)
  en BeatEngine.ScreenSystem.ScreenManager.UnloadContent()
  en Microsoft.Xna.Framework.DrawableGameComponent.Dispose(Boolean disposing)
  en Microsoft.Xna.Framework.GameComponent.Dispose()
  en Microsoft.Xna.Framework.Game.Dispose(Boolean disposing)
  en Microsoft.Xna.Framework.Game.Dispose()
  en PlainSight.Program.Main(String[] args)

What do I need to make this game work?

Profile
 
 
Posted: 15 September 2010 07:01 AM   [ Ignore ]   [ # 2 ]
Administrator
RankRankRankRank
Total Posts:  169
Joined  2009-11-27

Both these problems are the same and known. It’s basically down to your system software not being totally up to day.

http://beatnikgames.co.uk/index.php/forums/viewthread/7366/

Please update windows and .net to the latest service packs and this should go away.

Thanks!

Profile
 
 
Posted: 26 September 2010 05:08 PM   [ Ignore ]   [ # 3 ]
Newbie
Rank
Total Posts:  2
Joined  2010-08-30
Sherif - 15 September 2010 07:01 AM

Both these problems are the same and known. It’s basically down to your system software not being totally up to day.

http://beatnikgames.co.uk/index.php/forums/viewthread/7366/

Please update windows and .net to the latest service packs and this should go away.

Thanks!

I read that link but I’m using Windows XP 32-bit updated to Service Pack 3. I just checked and I have installed both XNA 3.1 and .NET Framework 3.5 but the problem persists.
What more do you need to know in order to fix it?

Profile