Jump to content
  • 0

MGFX Error


seethingword

Question

2020-05-20 23:26:07.323 [Error] 
  Message: This MGFX effect seems to be for a newer release of MonoGame.
    Stack:    at Microsoft.Xna.Framework.Graphics.Effect.ReadHeader(Byte[] effectCode, Int32 index)
   at Microsoft.Xna.Framework.Graphics.Effect..ctor(GraphicsDevice graphicsDevice, Byte[] effectCode, Int32 index, Int32 count)
   at Microsoft.Xna.Framework.Content.EffectReader.Read(ContentReader input, Effect existingInstance)
   at Microsoft.Xna.Framework.Content.ContentTypeReader`1.Read(ContentReader input, Object existingInstance)
   at Microsoft.Xna.Framework.Content.ContentReader.InnerReadObject[T](T 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 Intersect.Client.MonoGame.Graphics.MonoShader..ctor(String shaderName, ContentManager content) in C:\Users\seeth\Documents\GitHub\Intersect-Engine\Intersect.Client\MonoGame\Graphics\MonoShader.cs:line 21
   at Intersect.Client.MonoGame.Graphics.MonoRenderer.LoadShader(String shaderName) in C:\Users\seeth\Documents\GitHub\Intersect-Engine\Intersect.Client\MonoGame\Graphics\MonoRenderer.cs:line 854
   at Intersect.Client.MonoGame.File_Management.MonoContentManager.LoadShaders() in C:\Users\seeth\Documents\GitHub\Intersect-Engine\Intersect.Client\MonoGame\File Management\MonoContentManager.cs:line 223
   at Intersect.Client.Framework.File_Management.GameContentManager.LoadAll() in C:\Users\seeth\Documents\GitHub\Intersect-Engine\Intersect.Client.Framework\File Management\GameContentManager.cs:line 113
   at Intersect.Client.Core.Graphics.InitGraphics() in C:\Users\seeth\Documents\GitHub\Intersect-Engine\Intersect.Client\Core\Graphics.cs:line 98
   at Intersect.Client.Core.Main.Start() in C:\Users\seeth\Documents\GitHub\Intersect-Engine\Intersect.Client\Core\Main.cs:line 33
   at Intersect.Client.MonoGame.IntersectGame.Initialize() in C:\Users\seeth\Documents\GitHub\Intersect-Engine\Intersect.Client\MonoGame\IntersectGame.cs:line 102
   at Microsoft.Xna.Framework.Game.DoInitialize()
   at Microsoft.Xna.Framework.Game.Run(GameRunBehavior runBehavior)

Any Help? Version 0.6.2.0

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

×
×
  • Create New...