Dotnet Core Monogame mgcb.exe exit code 1

Hi, I’m new to these forums so I apologise if this is in the wrong section.

Anyway, I’ve been trying to create a Monogame application using the dotnet core packages on nuget as I do not have administrative control over the computer I am developing developing on. I have successfully created a project using the templates but when I compile the example code it fails as mgcb.exe returns code 1. Despite this error when I manually run the mgcb command it works fine.

I am using windows 10

:face_with_monocle: I appear to have discovered discovered the problem you are facing…

Joking aside, Hi @CowboyJed and Welcome to the forums

Any reason you do not have access to admin privileges? try moving your project to C:\New Folder [Or give it a name at least] and see if you still have the same issue.

Would make your life a whole lot easier if you could gain an admin account.

Happy Coding!

Hi, I don’t have Admin because it is a school computer, and my admins blocked Command Prompt which I am currently assuming to be the problem