You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Getting the following type error on my M1 Mac when trying to debug the example project in README!
From this line. GuiRenderer = new ImGUIRenderer(this).Initialize().RebuildFontAtlas();
The error is the following:
System.BadImageFormatException: Expected reference type but got type kind 17
File name: 'MonoGame.ImGui'
at MonoGame.ImGui.ImGUIRenderer.Initialize () [0x0000e] in /Monogame.ImGui/MonoGame.ImGui/ImGUIRenderer.cs:66
at RabbitEngine.SceneView.Initialize () [0x0007c] in /Users/myname/Repositories/RabbitEngine/RabbitEngine/SceneView.cs:40
at Microsoft.Xna.Framework.Game.DoInitialize () [0x0002c] in <8f3f3a1b6ac843848b40be60a3b6f853>:0
at Microsoft.Xna.Framework.Game.Run (Microsoft.Xna.Framework.GameRunBehavior runBehavior) [0x0002d] in <8f3f3a1b6ac843848b40be60a3b6f853>:0
at Microsoft.Xna.Framework.Game.Run () [0x0000c] in <8f3f3a1b6ac843848b40be60a3b6f853>:0
at RabbitEngine.Program.Main () [0x00018] in /Users/myname/Repositories/RabbitEngine/RabbitEngine/Program.cs:12
Thank you for your help in advance!
The text was updated successfully, but these errors were encountered:
Hello!
Getting the following type error on my M1 Mac when trying to debug the example project in README!
From this line.
GuiRenderer = new ImGUIRenderer(this).Initialize().RebuildFontAtlas();
The error is the following:
Thank you for your help in advance!
The text was updated successfully, but these errors were encountered: