Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HRESULT: [0x887A0005], Module: [SharpDX.DXGI], ApiCode: [DXGI_ERROR_DEVICE_REMOVED/DeviceRemoved], Message: Unknown #27

Closed
GrantBartlett opened this issue Dec 15, 2016 · 4 comments · Fixed by #394

Comments

@GrantBartlett
Copy link
Member

https://forums.cncnet.org/index.php?topic=7038.0

14.12. 23:12:40.984 Checking if custom components are outdated.
14.12. 23:13:12.498 KABOOOOOOM!!! Info:
14.12. 23:13:12.500 Message: HRESULT: [0x887A0005], Module: [SharpDX.DXGI], ApiCode: [DXGI_ERROR_DEVICE_REMOVED/DeviceRemoved], Message: Unknown
14.12. 23:13:12.508 Source: SharpDX
14.12. 23:13:12.510 TargetSite.Name: CheckError
14.12. 23:13:12.515 Stacktrace: at SharpDX.Result.CheckError()
at SharpDX.Direct3D11.Device.CreateShaderResourceView(Resource resourceRef, Nullable1 descRef, ShaderResourceView sRViewOut) at SharpDX.Direct3D11.ShaderResourceView..ctor(Device device, Resource resource) at Microsoft.Xna.Framework.Graphics.Texture.GetShaderResourceView() at Microsoft.Xna.Framework.Graphics.TextureCollection.PlatformSetTextures(GraphicsDevice device) at Microsoft.Xna.Framework.Graphics.TextureCollection.SetTextures(GraphicsDevice device) at Microsoft.Xna.Framework.Graphics.GraphicsDevice.PlatformApplyState(Boolean applyShaders) at Microsoft.Xna.Framework.Graphics.GraphicsDevice.ApplyState(Boolean applyShaders) at Microsoft.Xna.Framework.Graphics.GraphicsDevice.PlatformDrawUserIndexedPrimitives[T](PrimitiveType primitiveType, T[] vertexData, Int32 vertexOffset, Int32 numVertices, Int16[] indexData, Int32 indexOffset, Int32 primitiveCount, VertexDeclaration vertexDeclaration) at Microsoft.Xna.Framework.Graphics.GraphicsDevice.DrawUserIndexedPrimitives[T](PrimitiveType primitiveType, T[] vertexData, Int32 vertexOffset, Int32 numVertices, Int16[] indexData, Int32 indexOffset, Int32 primitiveCount, VertexDeclaration vertexDeclaration) at Microsoft.Xna.Framework.Graphics.SpriteBatcher.FlushVertexArray(Int32 start, Int32 end, Effect effect, Texture texture) at Microsoft.Xna.Framework.Graphics.SpriteBatcher.DrawBatch(SpriteSortMode sortMode, Effect effect) at Microsoft.Xna.Framework.Graphics.SpriteBatch.End() at Rampastring.XNAUI.WindowManager.Draw(GameTime gameTime) at Microsoft.Xna.Framework.Game.<>c.<.cctor>b__114_0(IDrawable drawable, GameTime gameTime) at Microsoft.Xna.Framework.Game.SortingFilteringCollection1.ForEachFilteredItem[TUserData](Action`2 action, TUserData userData)
at Microsoft.Xna.Framework.Game.Draw(GameTime gameTime)
at Microsoft.Xna.Framework.Game.DoDraw(GameTime gameTime)
at Microsoft.Xna.Framework.Game.Tick()
at MonoGame.Framework.WinFormsGameWindow.RunLoop()
at MonoGame.Framework.WinFormsGamePlatform.RunLoop()
at Microsoft.Xna.Framework.Game.Run(GameRunBehavior runBehavior)
at Microsoft.Xna.Framework.Game.Run()
at ‎‌‍‭‭‏‏​‪‎‭‎‍‍‍‮‌‍‪‮‎‏‏‮.‌‪‎‪​​‭‮‭‎‍‌‌​‏‪‏‮‮‪‎‏‎‮​‭‎‮‍‬‮‮()
at ‪‫‏‭‫‬‮‍‬‏‏‬‬​‭​‍‪‏‭‪‍‎‬‮.‏‭‮‬‌‭‌‮‬‭‪‎‏‬​‏‬‪‪‭‪‫​‭‍‪‮(String[] )
at ‪‍‍‭‭‌​‮‮‏‬‪‮‮‮‏‍‏‬‭‬‌​‮‫‮‮.‏‬‬‬‫‭‪‌‭‪‫‮‫​‏‍‏‏‫‍‮(String[] )

@Rampastring
Copy link
Member

https://msdn.microsoft.com/fi-fi/library/windows/desktop/bb509553(v=vs.85).aspx

DXGI_ERROR_DEVICE_REMOVED: The video card has been physically removed from the system, or a driver upgrade for the video card has occurred.

Sounds like a potential graphics card / driver issue?

@GrantBartlett
Copy link
Member Author

Repairing .NET framework, updating video drivers apparently solved this.

@GrantBartlett
Copy link
Member Author

@Rampastring getting 2-3 reports of this error when people applied the latest update.
https://forums.cncnet.org/index.php?topic=6930.msg51758#msg51758
https://forums.cncnet.org/index.php?topic=7255.0

@GrantBartlett GrantBartlett reopened this Jan 24, 2017
@Rampastring
Copy link
Member

I can only give the same advice as before. The two linked crashes happened in completely different operations that aren't related to each other in any way.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants