All Questions
10 questions
-1
votes
1
answer
89
views
C# Monogame Xamarin build gets stuck randomly in Visual Studio for Mac
I use Visual Studio for Mac on M1 MacBook Air, specifically targeting Android using Monogame.
The build gets stuck randomly and at any point in time, so the first time I build after opening VS, it ...
3
votes
0
answers
2k
views
Run app on iOS device in Visual Studio for Mac
I have problem with running my iOS app (Monogame) on my physical iPhone X device in Visual Studio for Mac (former Xamarin Studio).
I can test it in emulator, but I don't see option for physical ...
0
votes
0
answers
64
views
Using Xamarin Studio and Monogame Application won't run
I'm trying to set up my Xamarin Studio in conjunction with the Monogame framework and it seemed to work until I tried to actually build and run the default Monogame Mac Application Template. When I do ...
2
votes
2
answers
951
views
Monogame Pipeline Error on Mac: System.DllNotFoundException: libfreeimage.dylib
I started a new project and I use Monogame (Pipeline) and the Xamarin Studio on my Mac. I installed Mono, Xamarin Studio and the latest version of Monogame (including Pipeline) for Mac. I've created a ...
2
votes
0
answers
184
views
Cocossharp support for Xamarin.Mac
I am looking to develop a game using cocossharp targeting Mac. When I am trying to add NuGet packages, CocosSharp packages are failing to add with the following error:
Could not install package '...
0
votes
1
answer
127
views
Monogame Xamarin on Mac show this error . This add-in can't be loaded due to missing dependencies.
how to fix this issue. Please help.
2
votes
1
answer
80
views
How to reverse Xamarin update?
The latest Xamarin update for mac has several severe issues. The mac 'apple' menu is duplicated, and the monogame plugin is not recognized anymore. To me, this makes Xamarin unusable. How can I ...
1
vote
0
answers
37
views
Spritefont Files not Drawing Monogame
I am working with Xamarin on Mac and my spritefonts are not drawing on IOS.
they seem to not be appearing at all, despite all the files being loaded into ContentManager. does anyone know what a ...
1
vote
1
answer
315
views
C#/Monogame: shift keys blocked by arrow keys?
I often found useful informations here, now it was time to create an account on my own and say thanks to this community for it helped me so often!
I am currently coding a game in Monogame 3.2 in Mac ...
2
votes
2
answers
2k
views
NullReferenceException when creating instance of Game class (OpenTKGameWindow.Initialize)
I just installed xamarin and monogame on OSX I have tried to run a really basic demo project that works perfectly on windows. But I get the following error:
System.NullReferenceException: Object ...