@Watercolor_Games wrote:
I'm slowly trying to migrate my development environment to Linux (Specifically, Ubuntu 17.04.) I'm trying to debug some Linux-only issues with my game and also migrating resources to Content Pipeline.
I prefer to use the Content Pipeline GUI, however, in my terminal, when I run
monogame-pipeline-tool
, this happens.michael@ubuntu:~$ monogame-pipeline-tool Unhandled Exception: System.TypeLoadException: Could not load type 'MonoGame.Tools.Pipeline.Styles' from assembly 'Pipeline, Version=3.6.0.1625, Culture=neutral, PublicKeyToken=null'.
Seems to me like either an issue with Reflection or a type that depends on an assembly that couldn't load. I just updated to Ubuntu 17.04 today from 16.04 LTS - haven't tried running the pipeline on the previous Ubuntu release, so I'm not sure if the distro upgrade is what caused the issue.
Not sure if
mgcb
itself works either, haven't tried that yet.Edit: It seems as though
mgcb
does work.
Posts: 8
Participants: 2