Jump to content
  • 0

Error in Intersect Engine


leoXP

Question

Hello everyone, I have an error in the Intersect engine, when I open the client it's an error and closes, checking the log, the error that appears to me is this:

 

 

 

Message :HRESULT: [0x80070057], Module: [General], ApiCode: [E_INVALIDARG/Invalid Arguments], Message: Parâmetro incorreto.
<br/>
StackTrace :   em SharpDX.Result.CheckError()
   em SharpDX.Direct3D11.Device.CreatePixelShader(IntPtr shaderBytecodeRef, PointerSize bytecodeLength, ClassLinkage classLinkageRef, PixelShader pixelShaderOut)
   em SharpDX.Direct3D11.PixelShader..ctor(Device device, Byte[] shaderBytecode, ClassLinkage linkage)
   em Microsoft.Xna.Framework.Graphics.Shader.CreatePixelShader()
   em Microsoft.Xna.Framework.Graphics.Shader.PlatformConstruct(BinaryReader reader, Boolean isVertexShader, Byte[] shaderBytecode)
   em Microsoft.Xna.Framework.Graphics.Shader..ctor(GraphicsDevice device, BinaryReader reader)
   em Microsoft.Xna.Framework.Graphics.Effect.ReadEffect(BinaryReader reader)
   em Microsoft.Xna.Framework.Graphics.Effect..ctor(GraphicsDevice graphicsDevice, Byte[] effectCode, Int32 index, Int32 count)
   em Microsoft.Xna.Framework.Content.EffectReader.Read(ContentReader input, Effect existingInstance)
   em Microsoft.Xna.Framework.Content.ContentTypeReader`1.Read(ContentReader input, Object existingInstance)
   em Microsoft.Xna.Framework.Content.ContentReader.InnerReadObject[T](T existingInstance)
   em Microsoft.Xna.Framework.Content.ContentReader.ReadObject[T](T existingInstance)
   em Microsoft.Xna.Framework.Content.ContentReader.ReadObject[T]()
   em Microsoft.Xna.Framework.Content.ContentReader.ReadAsset[T]()
   em Microsoft.Xna.Framework.Content.ContentManager.ReadAsset[T](String assetName, Action`1 recordDisposableObject)
   em Microsoft.Xna.Framework.Content.ContentManager.Load[T](String assetName)
   em Intersect_Client_MonoGame.Classes.SFML.Graphics.MonoShader..ctor(String shaderName, ContentManager content) na C:\Users\JC Snider\Desktop\Intersect-Engine\Intersect Client\Classes\MonoGame\Graphics\MonoShader.cs:linha 43
   em Intersect_Client_MonoGame.Classes.SFML.Graphics.MonoRenderer.LoadShader(String shaderName) na C:\Users\JC Snider\Desktop\Intersect-Engine\Intersect Client\Classes\MonoGame\Graphics\MonoRenderer.cs:linha 413
   em Intersect_Client.Classes.Bridges_and_Interfaces.SFML.File_Management.MonoContentManager.LoadShaders() na C:\Users\JC Snider\Desktop\Intersect-Engine\Intersect Client\Classes\MonoGame\File Management\MonoContentManager.cs:linha 244
   em IntersectClientExtras.File_Management.GameContentManager.LoadAll() na C:\Users\JC Snider\Desktop\Intersect-Client-Extras\IntersectClientExtras\File Management\GameContentManager.cs:linha 87
   em Intersect_Client.Classes.Core.GameGraphics.InitGraphics() na C:\Users\JC Snider\Desktop\Intersect-Engine\Intersect Client\Classes\Core\GameGraphics.cs:linha 103
   em Intersect_Client.Classes.Core.GameMain.Start() na C:\Users\JC Snider\Desktop\Intersect-Engine\Intersect Client\Classes\Core\GameMain.cs:linha 51
   em Intersect_Client_MonoGame.Intersect.Initialize() na C:\Users\JC Snider\Desktop\Intersect-Engine\Intersect Client\Intersect.cs:linha 80
   em Microsoft.Xna.Framework.Game.DoInitialize()
   em Microsoft.Xna.Framework.Game.Run(GameRunBehavior runBehavior)
   em Microsoft.Xna.Framework.Game.Run()
   em Intersect_MonoGameDx.Program.Main() na C:\Users\JC Snider\Desktop\Intersect-Engine\Intersect Client\Program.cs:linha 19
Date :23/10/2016 21:09:31

-----------------------------------------------------------------------------

 

 

Does anyone have a solution?

 

 

Link to comment
Share on other sites

17 answers to this question

Recommended Posts

  • 1
2 hours ago, leoXP said:


   em Intersect_MonoGameDx.Program.Main() na C:\Users\JC Snider\Desktop\Intersect-Engine\Intersect Client\Program.cs:linha 19
 

 

Don't know if you noticed it tried to point to the "JC Snider" user account in Windows during most of the error message. That would be a problem, right?

Link to comment
Share on other sites

  • 0

on the processor is intel pentium 4 (very old), I noticed that the problem is in shaders, for example I deleted the folder shaders and took usually the only problem is the creation of maps, just do not handle

Link to comment
Share on other sites

×
×
  • Create New...