@mikeatuconn wrote:
I've been trying to get into Monogame for a while now, but I have never been able to get the pipeline tool to work for any content. I can open it, and add files without problem, but when I try to build, it always says there was an unexpected failure. I've searched the forums and tried things that have worked for other people, but have been unsuccessful.
Steps I have tried.
-Getting Monogame from Nuget
-Getting Monogame from the Installer
-Getting Monogame from source
-Installing every Visual C++ redistributable I can find, since that seems to help other people who run into this issue.
-Replacing the Cppnet.dll file in my pipeline "Tools" folder with the version from the Monogame Git repoPLEASE HELP
When I run it in debug mode and try to build one PNG, this is what I get for my console output:
'MGCB.exe' (CLR v4.0.30319: MGCB.exe): Loaded 'C:\WINDOWS\Microsoft.Net\assembly\GAC_64\mscorlib\v4.0_4.0.0.0__b77a5c561934e089\mscorlib.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'MGCB.exe' (CLR v4.0.30319: MGCB.exe): Loaded 'C:\Program Files (x86)\MSBuild\MonoGame\v3.0\Tools\MGCB.exe'. Module was built without symbols.
'MGCB.exe' (CLR v4.0.30319: MGCB.exe): Loaded 'C:\Program Files (x86)\MSBuild\MonoGame\v3.0\Tools\MonoGame.Framework.Content.Pipeline.dll'. Module was built without symbols.
'MGCB.exe' (CLR v4.0.30319: MGCB.exe): Loaded 'C:\Program Files (x86)\MSBuild\MonoGame\v3.0\Tools\MonoGame.Framework.dll'. Module was built without symbols.
'MGCB.exe' (CLR v4.0.30319: MGCB.exe): Loaded 'C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System\v4.0_4.0.0.0__b77a5c561934e089\System.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'MGCB.exe' (CLR v4.0.30319: MGCB.exe): Loaded 'C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System.Core\v4.0_4.0.0.0__b77a5c561934e089\System.Core.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'MGCB.exe' (CLR v4.0.30319: MGCB.exe): Loaded 'C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System.Runtime.Serialization\v4.0_4.0.0.0__b77a5c561934e089\System.Runtime.Serialization.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'MGCB.exe' (CLR v4.0.30319: MGCB.exe): Loaded 'C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System.Xml\v4.0_4.0.0.0__b77a5c561934e089\System.Xml.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'MGCB.exe' (CLR v4.0.30319: MGCB.exe): Loaded 'C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System.Configuration\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Configuration.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'MGCB.exe' (CLR v4.0.30319: MGCB.exe): Loaded 'Microsoft.GeneratedCode'.
'MGCB.exe' (CLR v4.0.30319: MGCB.exe): Loaded 'C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System.Drawing\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Drawing.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'MGCB.exe' (CLR v4.0.30319: MGCB.exe): Loaded 'C:\Program Files (x86)\MSBuild\MonoGame\v3.0\Tools\CppNet.dll'. Cannot find or open the PDB file.
'MGCB.exe' (CLR v4.0.30319: MGCB.exe): Loaded 'Microsoft.GeneratedCode'.
'MGCB.exe' (CLR v4.0.30319: MGCB.exe): Loaded 'C:\Program Files (x86)\MSBuild\MonoGame\v3.0\Tools\FreeImageNET.dll'. Module was built without symbols.
The program '[11164] MGCB.exe' has exited with code 1 (0x1).
Posts: 1
Participants: 1