The Notebook Review forums were hosted by TechTarget, who shut down them down on January 31, 2022. This static read-only archive was pulled by NBR forum users between January 20 and January 31, 2022, in an effort to make sure that the valuable technical information that had been posted on the forums is preserved. For current discussions, many NBR forum users moved over to NotebookTalk.net after the shutdown.
Problems? See this thread at archive.org.

    Problem with steam games on asus u43jc

    Discussion in 'Asus' started by chuang7, Apr 15, 2011.

  1. chuang7

    chuang7 Notebook Enthusiast

    Reputations:
    0
    Messages:
    16
    Likes Received:
    0
    Trophy Points:
    5
    I recently did a clean install of windows 7 ultimate. So I'm having trouble playing steam games. I launch the game and it immediately crashes within a few seconds. I've tried a few different games and same thing happened. I believe I got the uptodate drivers for most. FYI the game I'm trying to play is magicka.
     
  2. ThmsLngbrd

    ThmsLngbrd Notebook Guru

    Reputations:
    14
    Messages:
    52
    Likes Received:
    0
    Trophy Points:
    15
    It might be due to required DirectX components not being installed automatically. Try to find a .exe-file in Magicka's "Dependencies" folder under Steam (\Steam\steamapps\common\magicka\Dependencies\) that has something to do with DirectX (should be called something like DXSETUP.EXE I believe) and run it. Let it install the components it needs and try to launch the game again.
     
  3. chuang7

    chuang7 Notebook Enthusiast

    Reputations:
    0
    Messages:
    16
    Likes Received:
    0
    Trophy Points:
    5
    No, I got the latest version of direct X. I found a .exe file you are saying and when I try to install it, it says I got a newer version.

    It's not just this game, I've tried other steam demos and they all crash after it was launched.

    Maybe this would help. It gave an error report after it crashes. Here's the text file:

    Version: 1.3.3.6
    Thread: LoaderThread
    System.TypeInitializationException: The type initializer for 'Magicka.Gamers.Gamer' threw an exception. ---> Microsoft.Xna.Framework.Content.ContentLoadException: Error loading "Models\Characters\Wizard\Thumb". GraphicsDevice component not found.
    at Microsoft.Xna.Framework.Content.ContentReader.get_GraphicsDevice()
    at Microsoft.Xna.Framework.Content.Texture2DReader.Read(ContentReader input, Texture2D existingInstance)
    at Microsoft.Xna.Framework.Content.ContentReader.InvokeReader[T](ContentTypeReader reader, Object existingInstance)
    at Microsoft.Xna.Framework.Content.ContentReader.ReadObjectInternal[T](Object existingInstance)
    at Microsoft.Xna.Framework.Content.ContentReader.ReadObject[T]()
    at Microsoft.Xna.Framework.Content.ContentReader.ReadAsset[T]()
    at Microsoft.Xna.Framework.Content.ContentManager.ReadAsset[T](String assetName, Action`1 recordDisposableObject)
    at Microsoft.Xna.Framework.Content.ContentManager.Load[T](String assetName)
    at Magicka.GameLogic.UI.PlayableAvatar..ctor(String iFileName)
    at Magicka.GameLogic.UI.GamerCustomizeMessageBox..ctor()
    at Magicka.GameLogic.UI.GamerCustomizeMessageBox.get_Instance()
    at Magicka.Gamers.Gamer..ctor(String iGamerTag)
    at Magicka.Gamers.Gamer..cctor()
    --- End of inner exception stack trace ---
    at Magicka.Gamers.Gamer..ctor(String iGamerTag)
    at Magicka.GameLogic.Profile.Read()
    at Magicka.Game.LoaderFunction()
     
  4. Support.3@XOTIC PC

    Support.3@XOTIC PC Company Representative

    Reputations:
    1,268
    Messages:
    7,186
    Likes Received:
    1,002
    Trophy Points:
    331
    I would try to install the video drivers again but this time directly from the original drivers disc or download the most current ones from Asus directly.

    I dont know if this case fits you but when people reformat they go to nvidia.com and download the drivers there. Doing that is great for desktops but not notebooks. Stick with the releases from Asus.
     
  5. ThmsLngbrd

    ThmsLngbrd Notebook Guru

    Reputations:
    14
    Messages:
    52
    Likes Received:
    0
    Trophy Points:
    15
    At the Steam forums there are lots of threads regarding this and similar problems, at least for Magicka. This one for example. Maybe you can find a solution there.

    Hutsady might be right as well. The current drivers for your laptop can be downloaded here.
     
  6. chuang7

    chuang7 Notebook Enthusiast

    Reputations:
    0
    Messages:
    16
    Likes Received:
    0
    Trophy Points:
    5
    Uninstalling and reinstalling the drivers doesn't work. I've tried running the game with the intel graphics and it didn't work either.

    @Thmslngbrd, thanks for the link, I'll look over it and see if I can a solution there.

    But its not just his game. I've tried the clonning clyde demo and it crashes. Some reason another game called " Anomaly warzone earth demo" worked.

    here's the error report when using intel graphics:

    Version: 1.3.3.6
    Thread: RenderThread
    System.ArgumentException: Texture width or height is larger than the device supports.
    Parameter name: width
    at Microsoft.Xna.Framework.Graphics.Texture3D.CreateTexture(GraphicsDevice graphicsDevice, Int32 width, Int32 height, Int32 depth, Int32 numberLevels, TextureUsage usage, SurfaceFormat format)
    at Microsoft.Xna.Framework.Graphics.Texture3D..ctor(GraphicsDevice graphicsDevice, Int32 width, Int32 height, Int32 depth, Int32 numberLevels, TextureUsage usage, SurfaceFormat format)
    at Microsoft.Xna.Framework.Content.Texture3DReader.Read(ContentReader input, Texture3D existingInstance)
    at Microsoft.Xna.Framework.Content.ContentReader.InvokeReader[T](ContentTypeReader reader, Object existingInstance)
    at Microsoft.Xna.Framework.Content.ContentReader.ReadObjectInternal[T](Object existingInstance)
    at Microsoft.Xna.Framework.Content.ContentReader.ReadObject[T]()
    at Microsoft.Xna.Framework.Content.ContentReader.ReadAsset[T]()
    at Microsoft.Xna.Framework.Content.ContentManager.ReadAsset[T](String assetName, Action`1 recordDisposableObject)
    at Microsoft.Xna.Framework.Content.ContentManager.Load[T](String assetName)
    at Magicka.Game.LoadContent()
    at Microsoft.Xna.Framework.Game.Initialize()
    at Magicka.Game.Initialize()
    at Microsoft.Xna.Framework.Game.Run()
    at Magicka.Program.Main(String[] args)