leezer3 / OpenBVE

OpenBVE- A free train simulator
http://www.openbve-project.net
273 stars 52 forks source link

Please document how to build on Linux #428

Open Talkless opened 4 years ago

Talkless commented 4 years ago

Description

It would be helpful to have readme instructing how to actually build on Linux (using xbuild or whatver).

Currently, naively running xbuild openbve.git/OpenBVE.sln /p:Configuration=Release produces:

 error CS0246: The type or namespace name `CSScriptLibrary' could not be found. Are you missing an assembly reference?

Full log:


>>>> xbuild tool is deprecated and will be removed in future updates, use msbuild instead <<<<

XBuild Engine Version 14.0
Mono, Version 5.18.0.240
Copyright (C) 2005-2013 Various Mono authors

Build started 02/01/2020 14:45:24.
__________________________________________________
/home/vincas/code/opensource/openbve/openbve.git/OpenBVE.sln:  warning : Don't know how to handle GlobalSection ExtensibilityGlobals, Ignoring.
Project "/home/vincas/code/opensource/openbve/openbve.git/OpenBVE.sln" (default target(s)):
    Target ValidateSolutionConfiguration:
        Building solution configuration "Release|Mixed Platforms".
    Target Build:
        Project "/home/vincas/code/opensource/openbve/openbve.git/source/OpenBveApi/OpenBveApi.csproj" (default target(s)):
            Target PrepareForBuild:
                Configuration: Release Platform: x86
            Target PreBuildEvent:
                Executing: 
                          cp -r "/home/vincas/code/opensource/openbve/openbve.git/dependencies/." "/home/vincas/code/opensource/openbve/openbve.git/bin_release/"

            Target ResolveAssemblyReferences:
/usr/lib/mono/xbuild/14.0/bin/Microsoft.Common.targets:  warning : Reference 'CSScriptLibrary, Version=3.29.0.0, Culture=neutral, PublicKeyToken=70fcc3d18c749033, processorArchitecture=MSIL' not resolved
                For searchpath {CandidateAssemblyFiles}
                Warning: {CandidateAssemblyFiles} not supported currently
                For searchpath {HintPathFromItem}
                Considered ../../packages/CS-Script.lib.3.29.0/lib/CSScriptLibrary.dll, but it does not exist.
                For searchpath {TargetFrameworkDirectory}
                Considered target framework dir /usr/lib/mono/4.6.1-api/, assembly named 'CSScriptLibrary' not found.
                Considered target framework dir /usr/lib/mono/4.6.1-api//Facades/, assembly named 'CSScriptLibrary' not found.
                For searchpath {PkgConfig}
                Considered CSScriptLibrary, Version=3.29.0.0, Culture=neutral, PublicKeyToken=70fcc3d18c749033, processorArchitecture=MSIL, but could not find in any pkg-config files.
                For searchpath {GAC}
                Considered CSScriptLibrary, Version=3.29.0.0, Culture=neutral, PublicKeyToken=70fcc3d18c749033, processorArchitecture=MSIL, but could not find in the GAC.
                For searchpath {RawFileName}
                Considered 'CSScriptLibrary, Version=3.29.0.0, Culture=neutral, PublicKeyToken=70fcc3d18c749033, processorArchitecture=MSIL' as a file, but the file does not exist
                For searchpath ../../bin_release/
                Considered '/home/vincas/code/opensource/openbve/openbve.git/bin_release/CSScriptLibrary' as a file, but the file does not exist
                Considered '/home/vincas/code/opensource/openbve/openbve.git/bin_release/CSScriptLibrary.exe' as a file, but the file does not exist
                Considered '/home/vincas/code/opensource/openbve/openbve.git/bin_release/CSScriptLibrary.dll' as a file, but the file does not exist
/usr/lib/mono/xbuild/14.0/bin/Microsoft.Common.targets:  warning : Reference 'SharpCompress, Version=0.24.0.0, Culture=neutral, PublicKeyToken=afb0a02973931d96, processorArchitecture=MSIL' not resolved
                For searchpath {CandidateAssemblyFiles}
                Warning: {CandidateAssemblyFiles} not supported currently
                For searchpath {HintPathFromItem}
                Considered ../../packages/SharpCompress.0.24.0/lib/net45/SharpCompress.dll, but it does not exist.
                For searchpath {TargetFrameworkDirectory}
                Considered target framework dir /usr/lib/mono/4.6.1-api/, assembly named 'SharpCompress' not found.
                Considered target framework dir /usr/lib/mono/4.6.1-api//Facades/, assembly named 'SharpCompress' not found.
                For searchpath {PkgConfig}
                Considered SharpCompress, Version=0.24.0.0, Culture=neutral, PublicKeyToken=afb0a02973931d96, processorArchitecture=MSIL, but could not find in any pkg-config files.
                For searchpath {GAC}
                Considered SharpCompress, Version=0.24.0.0, Culture=neutral, PublicKeyToken=afb0a02973931d96, processorArchitecture=MSIL, but could not find in the GAC.
                For searchpath {RawFileName}
                Considered 'SharpCompress, Version=0.24.0.0, Culture=neutral, PublicKeyToken=afb0a02973931d96, processorArchitecture=MSIL' as a file, but the file does not exist
                For searchpath ../../bin_release/
                Considered '/home/vincas/code/opensource/openbve/openbve.git/bin_release/SharpCompress' as a file, but the file does not exist
                Considered '/home/vincas/code/opensource/openbve/openbve.git/bin_release/SharpCompress.exe' as a file, but the file does not exist
                Considered '/home/vincas/code/opensource/openbve/openbve.git/bin_release/SharpCompress.dll' as a file, but the file does not exist
/usr/lib/mono/xbuild/14.0/bin/Microsoft.Common.targets:  warning : Reference 'Ude.NetStandard, Version=1.0.2.0, Culture=neutral, PublicKeyToken=103cb45fc06c90e4, processorArchitecture=MSIL' not resolved
                For searchpath {CandidateAssemblyFiles}
                Warning: {CandidateAssemblyFiles} not supported currently
                For searchpath {HintPathFromItem}
                Considered ../../packages/Ude.NetStandard.1.2.0/lib/net45/Ude.NetStandard.dll, but it does not exist.
                For searchpath {TargetFrameworkDirectory}
                Considered target framework dir /usr/lib/mono/4.6.1-api/, assembly named 'Ude.NetStandard' not found.
                Considered target framework dir /usr/lib/mono/4.6.1-api//Facades/, assembly named 'Ude.NetStandard' not found.
                For searchpath {PkgConfig}
                Considered Ude.NetStandard, Version=1.0.2.0, Culture=neutral, PublicKeyToken=103cb45fc06c90e4, processorArchitecture=MSIL, but could not find in any pkg-config files.
                For searchpath {GAC}
                Considered Ude.NetStandard, Version=1.0.2.0, Culture=neutral, PublicKeyToken=103cb45fc06c90e4, processorArchitecture=MSIL, but could not find in the GAC.
                For searchpath {RawFileName}
                Considered 'Ude.NetStandard, Version=1.0.2.0, Culture=neutral, PublicKeyToken=103cb45fc06c90e4, processorArchitecture=MSIL' as a file, but the file does not exist
                For searchpath ../../bin_release/
                Considered '/home/vincas/code/opensource/openbve/openbve.git/bin_release/Ude.NetStandard' as a file, but the file does not exist
                Considered '/home/vincas/code/opensource/openbve/openbve.git/bin_release/Ude.NetStandard.exe' as a file, but the file does not exist
                Considered '/home/vincas/code/opensource/openbve/openbve.git/bin_release/Ude.NetStandard.dll' as a file, but the file does not exist
            Target GenerateSatelliteAssemblies:
            No input files were specified for target GenerateSatelliteAssemblies, skipping.
            Target _GenerateTargetFrameworkMonikerAttribute:
            Skipping target "_GenerateTargetFrameworkMonikerAttribute" because its outputs are up-to-date.
            Target CoreCompile:
                Tool /usr/lib/mono/4.5/mcs.exe execution started with arguments: /noconfig /debug- /optimize+ /out:obj/x86/Release/OpenBveApi.dll /resource:obj/x86/Release/OpenBveApi.en-US.xlf FunctionScripts/AnimationScripts.cs FunctionScripts/FunctionScript.cs FunctionScripts/FunctionScript.Notation.cs FunctionScripts/Instructions.cs Graphics/Camera.RestrictionModes.cs Graphics/Colors.cs Interface/Input/InputDevice.cs Interface/Key.cs Interface/Logging/LogMessage.cs Interface/Logging/LogMessage.MessageType.cs Interface/Time.cs Interface/Translations/Language.cs Math/Matrix4.cs Math/Quaternion.cs Math/Vectors/Vector2f.cs Math/Vectors/Vector3f.cs Math/Vectors/Vector4.cs Objects/Glow.cs Objects/Helpers/Material.cs Objects/Helpers/MeshBuilder.cs Objects/Mesh.cs Objects/MeshFace.cs Objects/MeshFaceVertex.cs Objects/MeshMaterial.BlendMode.cs Objects/MeshMaterial.cs Objects/ObjectInterface.cs Objects/ObjectState.cs Objects/ObjectTypes/AnimatedObject.AnimatedObjectState.cs Objects/ObjectTypes/AnimatedObject.cs Objects/ObjectTypes/AnimatedObjectCollection.cs Objects/ObjectTypes/AnimatedWorldObject.cs Objects/ObjectTypes/AnimatedWorldObject.StateSound.cs Objects/ObjectTypes/StaticObject.cs Objects/ObjectTypes/TrackFollowingObject.cs Objects/ObjectTypes/UnifiedObject.cs Objects/ObjectTypes/WorldObject.cs Objects/ObjectTypes/WorldSound.cs Objects/Parsers/ObjParsers.cs Objects/Parsers/XParsers.cs Routes/Background.Handle.cs Routes/Background.TransitionModes.cs Routes/BackgroundObject.cs Routes/DynamicBackground.cs Routes/Events.cs Routes/Events.TriggerTypes.cs Routes/StaticBackground.cs Routes/Track.cs Routes/Track.TrackElement.cs Routes/Track.TrackFollower.cs Sounds/Sounds.PathOrigin.cs Sounds/Sounds.RawOrigin.cs Sounds/Sounds.SoundOrigin.cs Sounds/Sounds.SoundSourceState.cs Sounds/Sounds.SoundType.cs System/BaseOptions.cs System/FileSystem.cs Graphics/InterpolationModes.cs Graphics/TextAlignment.cs Graphics/TransparencyModes.cs System/GameMode.cs System/Hosts.cs Interface/Input/Commands.CommandInfo.cs Interface/Input/Commands.cs Interface/Translations/InterfaceStrings.cs Interface/Translations/KeyInfo.cs Interface/Translations/LanguageFile.cs Math/Math.cs Objects/Damping.cs Objects/Glow.AttenuationMode.cs Objects/ObjectType.cs System/TextEncoding.cs Train/AbstractCar.cs Train/AbstractTrain.cs Train/CarBrightness.cs Train/AbstractCoupler.cs Train/RequestStop.cs Train/StopSkipMode.cs Train/TrainStartMode.cs Train/TrainState.cs Train/TrainStopState.cs World/Orientation3.cs Packages/Packages.cs Packages/Packages.Database.cs Packages/Packages.Loksim3D.cs Packages/Packages.SkippedFiles.cs System/Path.cs System/Path.Loksim3D.cs Runtime/Runtime.cs Properties/AssemblyInfo.cs Runtime/Runtime.Station.cs System/Text.cs Textures/Textures.ClipRegion.cs Textures/Textures.OpenGLTexture.cs Textures/Textures.PathOrigin.cs Textures/Textures.RawOrigin.cs Textures/Textures.TextOverlay.cs Sounds/Sounds.cs Textures/Textures.cs Textures/Textures.Functions.cs Textures/Textures.OpenGLWrapMode.cs Textures/Textures.BitmapOrigin.cs Textures/Textures.TextureInterface.cs Textures/Textures.TextureOrigin.cs Textures/Textures.TextureParameters.cs Textures/Textures.TransparencyType.cs World/Transformations.cs Math/Vectors/Vector2.cs Math/Vectors/Vector3.cs World/Vertex.cs obj/x86/Release/.NETFramework,Version=v4.6.1.AssemblyAttribute.cs /target:library /warnaserror- /unsafe- /checked- /define:TRACE /doc:../../bin_release/OpenBveApi.xml /langversion:6 /nostdlib /platform:x86 /reference:/usr/lib/mono/4.6.1-api/Microsoft.CSharp.dll /reference:/usr/lib/mono/4.6.1-api/System.dll /reference:/usr/lib/mono/4.6.1-api/System.Drawing.dll /reference:/usr/lib/mono/4.6.1-api/System.Xml.dll /reference:/usr/lib/mono/4.6.1-api/System.Windows.Forms.dll /reference:/usr/lib/mono/4.6.1-api/System.Xml.Linq.dll /reference:/usr/lib/mono/4.6.1-api/System.Core.dll /reference:/usr/lib/mono/4.6.1-api//mscorlib.dll /warn:4
Objects/ObjectTypes/AnimatedObject.cs(3,7): error CS0246: The type or namespace name `CSScriptLibrary' could not be found. Are you missing an assembly reference?
System/TextEncoding.cs(1,7): error CS0246: The type or namespace name `Ude' could not be found. Are you missing an assembly reference?
Packages/Packages.cs(9,7): error CS0246: The type or namespace name `SharpCompress' could not be found. Are you missing an assembly reference?
Packages/Packages.cs(10,7): error CS0246: The type or namespace name `SharpCompress' could not be found. Are you missing an assembly reference?
Packages/Packages.cs(11,7): error CS0246: The type or namespace name `SharpCompress' could not be found. Are you missing an assembly reference?
Packages/Packages.cs(12,7): error CS0246: The type or namespace name `SharpCompress' could not be found. Are you missing an assembly reference?
Math/Quaternion.cs(28,16): warning CS0660: `OpenBveApi.Math.Quaternion' defines operator == or operator != but does not override Object.Equals(object o)
Math/Quaternion.cs(28,16): warning CS0661: `OpenBveApi.Math.Quaternion' defines operator == or operator != but does not override Object.GetHashCode()
            Task "Csc" execution -- FAILED
            Done building target "CoreCompile" in project "/home/vincas/code/opensource/openbve/openbve.git/source/OpenBveApi/OpenBveApi.csproj".-- FAILED
        Done building project "/home/vincas/code/opensource/openbve/openbve.git/source/OpenBveApi/OpenBveApi.csproj".-- FAILED
        Project "/home/vincas/code/opensource/openbve/openbve.git/source/Plugins/Formats.Msts/Formats.Msts.csproj" (default target(s)):
            Target PrepareForBuild:
                Configuration: Release Platform: x86
            Target GenerateSatelliteAssemblies:
            No input files were specified for target GenerateSatelliteAssemblies, skipping.
            Target _GenerateTargetFrameworkMonikerAttribute:
            Skipping target "_GenerateTargetFrameworkMonikerAttribute" because its outputs are up-to-date.
            Target CoreCompile:
            Skipping target "CoreCompile" because its outputs are up-to-date.
        Done building project "/home/vincas/code/opensource/openbve/openbve.git/source/Plugins/Formats.Msts/Formats.Msts.csproj".
    Task "MSBuild" execution -- FAILED
    Done building target "Build" in project "/home/vincas/code/opensource/openbve/openbve.git/OpenBVE.sln".-- FAILED
Done building project "/home/vincas/code/opensource/openbve/openbve.git/OpenBVE.sln".-- FAILED

Build FAILED.

Warnings:

/home/vincas/code/opensource/openbve/openbve.git/OpenBVE.sln:  warning : Don't know how to handle GlobalSection ExtensibilityGlobals, Ignoring.

/home/vincas/code/opensource/openbve/openbve.git/OpenBVE.sln (default targets) ->
(Build target) ->
/home/vincas/code/opensource/openbve/openbve.git/source/OpenBveApi/OpenBveApi.csproj (default targets) ->
/usr/lib/mono/xbuild/14.0/bin/Microsoft.Common.targets (ResolveAssemblyReferences target) ->

    /usr/lib/mono/xbuild/14.0/bin/Microsoft.Common.targets:  warning : Reference 'CSScriptLibrary, Version=3.29.0.0, Culture=neutral, PublicKeyToken=70fcc3d18c749033, processorArchitecture=MSIL' not resolved
    /usr/lib/mono/xbuild/14.0/bin/Microsoft.Common.targets:  warning : Reference 'SharpCompress, Version=0.24.0.0, Culture=neutral, PublicKeyToken=afb0a02973931d96, processorArchitecture=MSIL' not resolved
    /usr/lib/mono/xbuild/14.0/bin/Microsoft.Common.targets:  warning : Reference 'Ude.NetStandard, Version=1.0.2.0, Culture=neutral, PublicKeyToken=103cb45fc06c90e4, processorArchitecture=MSIL' not resolved

/home/vincas/code/opensource/openbve/openbve.git/OpenBVE.sln (default targets) ->
(Build target) ->
/home/vincas/code/opensource/openbve/openbve.git/source/OpenBveApi/OpenBveApi.csproj (default targets) ->
/usr/lib/mono/xbuild/14.0/bin/Microsoft.CSharp.targets (CoreCompile target) ->

    Math/Quaternion.cs(28,16): warning CS0660: `OpenBveApi.Math.Quaternion' defines operator == or operator != but does not override Object.Equals(object o)
    Math/Quaternion.cs(28,16): warning CS0661: `OpenBveApi.Math.Quaternion' defines operator == or operator != but does not override Object.GetHashCode()

Errors:

/home/vincas/code/opensource/openbve/openbve.git/OpenBVE.sln (default targets) ->
(Build target) ->
/home/vincas/code/opensource/openbve/openbve.git/source/OpenBveApi/OpenBveApi.csproj (default targets) ->
/usr/lib/mono/xbuild/14.0/bin/Microsoft.CSharp.targets (CoreCompile target) ->

    Objects/ObjectTypes/AnimatedObject.cs(3,7): error CS0246: The type or namespace name `CSScriptLibrary' could not be found. Are you missing an assembly reference?
    System/TextEncoding.cs(1,7): error CS0246: The type or namespace name `Ude' could not be found. Are you missing an assembly reference?
    Packages/Packages.cs(9,7): error CS0246: The type or namespace name `SharpCompress' could not be found. Are you missing an assembly reference?
    Packages/Packages.cs(10,7): error CS0246: The type or namespace name `SharpCompress' could not be found. Are you missing an assembly reference?
    Packages/Packages.cs(11,7): error CS0246: The type or namespace name `SharpCompress' could not be found. Are you missing an assembly reference?
    Packages/Packages.cs(12,7): error CS0246: The type or namespace name `SharpCompress' could not be found. Are you missing an assembly reference?

     6 Warning(s)
     6 Error(s)

Time Elapsed 00:00:01.1540910

If I use dpkg-buildpackage -b -us -us -rfakeroot to build package (on clean Sid cowbuilder's chroot, after installing dependecies with mk-build-dep), I get:

dpkg-buildpackage: warning: using a gain-root-command while being root
dpkg-buildpackage: info: source package openbve
dpkg-buildpackage: info: source version 1.6.0.0-1
dpkg-buildpackage: info: source distribution unstable
dpkg-buildpackage: info: source changed by Christopher Lees <leezer3@gmail.com>
 dpkg-source --before-build .
dpkg-buildpackage: info: host architecture amd64
dpkg-source: info: using options from openbve.git/debian/source/options: --tar-ignore=.git/* --tar-ignore=assets/* --tar-ignore=bin_debug/* --tar-ignore=bin_release/*
 fakeroot debian/rules clean
dh clean --with cli
dh: warning: Compatibility levels before 9 are deprecated (level 7 in use)
   debian/rules override_dh_auto_clean
make[1]: Entering directory '/home/vincas/code/opensource/openbve/openbve.git'
xbuild /t:Clean OpenBVE.sln

>>>> xbuild tool is deprecated and will be removed in future updates, use msbuild instead <<<<

XBuild Engine Version 14.0
Mono, Version 5.18.0.240
Copyright (C) 2005-2013 Various Mono authors

Build started 02/01/2020 14:48:04.
__________________________________________________
/home/vincas/code/opensource/openbve/openbve.git/OpenBVE.sln:  warning : Don't know how to handle GlobalSection ExtensibilityGlobals, Ignoring.
Project "/home/vincas/code/opensource/openbve/openbve.git/OpenBVE.sln" (Clean target(s)):
    Target ValidateSolutionConfiguration:
        Building solution configuration "Debug|Mixed Platforms".
Done building project "/home/vincas/code/opensource/openbve/openbve.git/OpenBVE.sln".

Build succeeded.

Warnings:

/home/vincas/code/opensource/openbve/openbve.git/OpenBVE.sln:  warning : Don't know how to handle GlobalSection ExtensibilityGlobals, Ignoring.

     1 Warning(s)
     0 Error(s)

Time Elapsed 00:00:01.6371660
make[1]: Leaving directory '/home/vincas/code/opensource/openbve/openbve.git'
   dh_clean
    rm -f debian/debhelper-build-stamp
    rm -rf debian/.debhelper/
dh_clean: warning: Compatibility levels before 9 are deprecated (level 7 in use)
    rm -f debian/openbve.debhelper.log
    rm -f -- debian/openbve.substvars debian/files
    rm -fr -- debian/openbve/ debian/tmp/
    find .  \( \( \
        \( -path .\*/.git -o -path .\*/.svn -o -path .\*/.bzr -o -path .\*/.hg -o -path .\*/CVS -o -path .\*/.pc -o -path .\*/_darcs \) -prune -o -type f -a \
            \( -name '#*#' -o -name '.*~' -o -name '*~' -o -name DEADJOE \
         -o -name '*.orig' -o -name '*.rej' -o -name '*.bak' \
         -o -name '.*.orig' -o -name .*.rej -o -name '.SUMS' \
         -o -name TAGS -o \( -path '*/.deps/*' -a -name '*.P' \) \
        \) -exec rm -f {} + \) -o \
        \( -type d -a -name autom4te.cache -prune -exec rm -rf {} + \) \)
 debian/rules build
dh build --with cli
dh: warning: Compatibility levels before 9 are deprecated (level 7 in use)
   dh_update_autotools_config
   dh_auto_configure
dh_auto_configure: warning: Compatibility levels before 9 are deprecated (level 7 in use)
   debian/rules override_dh_auto_build
make[1]: Entering directory '/home/vincas/code/opensource/openbve/openbve.git'
# Get rid of any prior build result
rm -rf openbve
#Restore NuGet packages required for build
nuget restore OpenBVE.sln
WARNING: Error: TrustFailure (Authentication failed, see inner exception.)
WARNING: Error: TrustFailure (Authentication failed, see inner exception.)
WARNING: Error: TrustFailure (Authentication failed, see inner exception.)
WARNING: Error: TrustFailure (Authentication failed, see inner exception.)
WARNING: Error: TrustFailure (Authentication failed, see inner exception.)
WARNING: Error: TrustFailure (Authentication failed, see inner exception.)
WARNING: Error: TrustFailure (Authentication failed, see inner exception.)
WARNING: Error: TrustFailure (Authentication failed, see inner exception.)
WARNING: Error: TrustFailure (Authentication failed, see inner exception.)
WARNING: Error: TrustFailure (Authentication failed, see inner exception.)
WARNING: Error: TrustFailure (Authentication failed, see inner exception.)
WARNING: Error: TrustFailure (Authentication failed, see inner exception.)
WARNING: Error: TrustFailure (Authentication failed, see inner exception.)
WARNING: Error: TrustFailure (Authentication failed, see inner exception.)
WARNING: Error: TrustFailure (Authentication failed, see inner exception.)
WARNING: Error: TrustFailure (Authentication failed, see inner exception.)
WARNING: Error: TrustFailure (Authentication failed, see inner exception.)
WARNING: Error: TrustFailure (Authentication failed, see inner exception.)
WARNING: Error: TrustFailure (Authentication failed, see inner exception.)
Unable to find version '1.9.0' of package 'NAudio'.
Unable to find version '1.12.0' of package 'NLayer'.
Unable to find version '1.0.0' of package 'NLayer.NAudioSupport'.
Unable to find version '3.29.0' of package 'CS-Script.lib'.
Unable to find version '3.1.0' of package 'OpenTK'.
Unable to find version '0.24.0' of package 'SharpCompress'.
Unable to find version '1.2.0' of package 'Ude.NetStandard'.
Unable to find version '1.13.4' of package 'DotNetZip'.
Unable to find version '1.0.0.0' of package 'NAudio.Vorbis'.
Unable to find version '0.8.6' of package 'NVorbis'.
Unable to find version '1.0.1' of package 'Microsoft.Xaml.Behaviors.Wpf'.
Unable to find version '3.1.0' of package 'OpenTK.GLControl'.
Unable to find version '7.2.0.1367' of package 'Prism.Core'.
Unable to find version '6.1.2' of package 'ReactiveProperty'.
Unable to find version '4.5.0' of package 'System.ComponentModel.Annotations'.
Unable to find version '4.1.6' of package 'System.Reactive'.
Unable to find version '4.5.2' of package 'System.Runtime.CompilerServices.Unsafe'.
Unable to find version '4.5.3' of package 'System.Threading.Tasks.Extensions'.
Unable to find version '4.5.0' of package 'System.ValueTuple'.
make[1]: *** [debian/rules:12: override_dh_auto_build] Error 1
make[1]: Leaving directory '/home/vincas/code/opensource/openbve/openbve.git'
make: *** [debian/rules:35: build] Error 2
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2

Reproduction

Try to build on Debian.

Route

N/A

Train

N/A

Logs

Already provided.

Related information

leezer3 commented 4 years ago

A simple make in the main source directory should do it.

Need to check why Xbuild doesn't like it, it certainly should work as per you describe :/

Talkless commented 4 years ago

A simple make in the main source directory should do it.

Hm, I've installed nuget, and ran make directly, but still I get this:

nuget restore OpenBVE.sln
WARNING: Error: TrustFailure (Authentication failed, see inner exception.)
WARNING: Error: TrustFailure (Authentication failed, see inner exception.)
WARNING: Error: TrustFailure (Authentication failed, see inner exception.)
WARNING: Error: TrustFailure (Authentication failed, see inner exception.)
WARNING: Error: TrustFailure (Authentication failed, see inner exception.)
WARNING: Error: TrustFailure (Authentication failed, see inner exception.)
WARNING: Error: TrustFailure (Authentication failed, see inner exception.)
WARNING: Error: TrustFailure (Authentication failed, see inner exception.)
WARNING: Error: TrustFailure (Authentication failed, see inner exception.)
WARNING: Error: TrustFailure (Authentication failed, see inner exception.)
WARNING: Error: TrustFailure (Authentication failed, see inner exception.)
WARNING: Error: TrustFailure (Authentication failed, see inner exception.)
WARNING: Error: TrustFailure (Authentication failed, see inner exception.)
WARNING: Error: TrustFailure (Authentication failed, see inner exception.)
WARNING: Error: TrustFailure (Authentication failed, see inner exception.)
WARNING: Error: TrustFailure (Authentication failed, see inner exception.)
WARNING: Error: TrustFailure (Authentication failed, see inner exception.)
WARNING: Error: TrustFailure (Authentication failed, see inner exception.)
WARNING: Error: TrustFailure (Authentication failed, see inner exception.)
Unable to find version '1.9.0' of package 'NAudio'.
Unable to find version '1.12.0' of package 'NLayer'.
Unable to find version '1.0.0' of package 'NLayer.NAudioSupport'.
Unable to find version '3.29.0' of package 'CS-Script.lib'.
Unable to find version '3.1.0' of package 'OpenTK'.
Unable to find version '0.24.0' of package 'SharpCompress'.
Unable to find version '1.2.0' of package 'Ude.NetStandard'.
Unable to find version '1.13.4' of package 'DotNetZip'.
Unable to find version '1.0.0.0' of package 'NAudio.Vorbis'.
Unable to find version '0.8.6' of package 'NVorbis'.
Unable to find version '1.0.1' of package 'Microsoft.Xaml.Behaviors.Wpf'.
Unable to find version '3.1.0' of package 'OpenTK.GLControl'.
Unable to find version '7.2.0.1367' of package 'Prism.Core'.
Unable to find version '6.1.2' of package 'ReactiveProperty'.
Unable to find version '4.5.0' of package 'System.ComponentModel.Annotations'.
Unable to find version '4.1.6' of package 'System.Reactive'.
Unable to find version '4.5.2' of package 'System.Runtime.CompilerServices.Unsafe'.
Unable to find version '4.5.3' of package 'System.Threading.Tasks.Extensions'.
Unable to find version '4.5.0' of package 'System.ValueTuple'.
make: *** [makefile:55: restore] Error 1
Talkless commented 4 years ago

OK, I've installed ca-certificates-mono, now it does something, but still "dies":

...
Successfully installed 'NVorbis 0.8.6'.
'SharpCompress' already has a dependency defined for 'NETStandard.Library'.
'Ude.NetStandard' already has a dependency defined for 'NETStandard.Library'.
'ReactiveProperty' already has a dependency defined for 'System.Reactive'.
The 'System.ComponentModel.Annotations 4.5.0' package requires NuGet client version '2.12' or above, but the current NuGet version is '2.8.7.0'.
The 'System.Reactive 4.1.6' package requires NuGet client version '2.12' or above, but the current NuGet version is '2.8.7.0'.
The 'System.Runtime.CompilerServices.Unsafe 4.5.2' package requires NuGet client version '2.12' or above, but the current NuGet version is '2.8.7.0'.
'System.Threading.Tasks.Extensions' already has a dependency defined for 'System.Runtime.CompilerServices.Unsafe'.
The 'System.ValueTuple 4.5.0' package requires NuGet client version '2.12' or above, but the current NuGet version is '2.8.7.0'.
make: *** [makefile:55: restore] Error 1

I guess nuget on Debian Sid is already too old? :-/ .

Talkless commented 4 years ago

OK so I've downloaded nuget from https://www.nuget.org/downloads into /usr/local/bin/nuget.exe, made wrapper to make invoking nuget work directly (as when installed from Debian packge):

echo -e '#!/bin/sh\nmono /usr/local/bin/nuget.exe "$@"' > /usr/local/bin/nuget
chmod +x /usr/local/bin/nuget

It did install some dependencies, but it does not look like it builds anything:

make
nuget restore OpenBVE.sln
MSBuild auto-detection: using msbuild version '' from '/usr/bin'.

>>>> xbuild tool is deprecated and will be removed in future updates, use msbuild instead <<<<

MSBUILD: error MSBUILD0004: Too many project files specified

WARNING: Error reading msbuild project information, ensure that your input solution or project file is valid. NETCore and UAP projects will be skipped, only packages.config files will be restored.
All packages listed in packages.config are already installed.

Sorry for my incompetence, it's probably the first Mono applicaiton I try to build.. :")

Talkless commented 4 years ago

Using dpkg-buildpackage it does try to build, but still there are issues:

Extensions/Binders.cs(14,49): error CS0012: The type `System.IObservable`1<T>' is defined in an assembly that is not referenced. Consider adding a reference to assembly `netstandard, Version=2.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51'
                /home/vincas/code/opensource/openbve/openbve.git/source/TrainEditor2/../../packages/ReactiveProperty.6.1.2/lib/net461/ReactiveProperty.dll (Location of the symbol related to previous error)
leezer3 commented 4 years ago

It really shouldn't be going that badly wrong :(

Our build test system runs on Travis, which should just be a current copy of Ubuntu 18.04 LTS, mono-complete from the Mono repository (5.20.1) and not a lot else. It literally just runs make in the main source directory after that.

Not going to get as far as rolling a Sid VM until tomorrow probably, but it feels to me as though it's either outdated Mono (IIRC still shouldn't give you those errors though) or a missing component.

Talkless commented 4 years ago

mono-complete from the Mono repository (5.20.1)

It's 5.18 on Sid. I guess that's the issue. I did not know Mono has it's own repo, I can try that.

Talkless commented 4 years ago

OK, so after installing nuget mono-complete from Mono repo it did build, well, lot's of stuff but I don't see main OpenBVE executable..?

# ls -c1 bin_release/
AssimpParser.dll
AssimpParser.dll.mdb
AtsPluginProxy.dll
CSScriptLibrary.dll
CarXmlConvertor.exe
CarXmlConvertor.exe.config
CarXmlConvertor.exe.mdb
Data
DevTools
DotNetZip.dll
Formats.Msts.dll
LibRender2.dll
LibRender2.dll.mdb
Microsoft.Xaml.Behaviors.dll
NAudio.Vorbis.dll
NAudio.dll
NLayer.NAudioSupport.dll
NLayer.dll
NVorbis.dll
ObjectBender.exe
ObjectBender.exe.config
OpenBveApi.dll
OpenBveApi.xml
OpenTK.GLControl.dll
OpenTK.dll
OpenTK.dll.config
PIEHid32Net.dll
Prism.dll
ReactiveProperty.NET46.dll
ReactiveProperty.dll
RouteManager2.dll
RouteManager2.dll.mdb
SharpCompress.dll
SoundManager.dll
SoundManager.dll.mdb
System.ComponentModel.Annotations.dll
System.Reactive.dll
System.Runtime.CompilerServices.Unsafe.dll
System.Threading.Tasks.Extensions.dll
System.ValueTuple.dll
TrainEditor.exe
TrainEditor.exe.config
Ude.NetStandard.dll
s520 commented 4 years ago

@Talkless The make command alone seems to restore the Nuget packages. Please try to specify the all-debug as a command option. Ex: make all-debug

@leezer3 Before adopting Nuget packages, was it possible to build with only make commands? If so, it is my mistake and I need to fix it.

leezer3 commented 4 years ago

It should have been, yes, and that fits with the expected logic of makefiles.

We probably should put a mono version check in there too.

On Sun, 2 Feb 2020, 09:03 s520, notifications@github.com wrote:

@Talkless https://github.com/Talkless The make command alone seems to restore the Nuget packages. Please try to specify the all-debug as a command option. Ex: make all-debug

@leezer3 https://github.com/leezer3 Before adopting Nuget packages, was it possible to build with only make commands? If so we need to fix.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/leezer3/OpenBVE/issues/428?email_source=notifications&email_token=AB2VANMHY32JQ5S467SWJB3RA2D5NA5CNFSM4KOTRSXKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEKRRPLI#issuecomment-581113773, or unsubscribe https://github.com/notifications/unsubscribe-auth/AB2VANJN7YL5WW5SEVDJLQTRA2D5NANCNFSM4KOTRSXA .

Talkless commented 4 years ago

Ex: make all-debug

nuget restore OpenBVE.sln
MSBuild auto-detection: using msbuild version '15.0' from '/usr/lib/mono/msbuild/15.0/bin'.
All packages listed in packages.config are already installed.
msbuild /t:build /p:Configuration=Debug OpenBVE.sln
Microsoft (R) Build Engine version 16.5.0-ci for Mono
Copyright (C) Microsoft Corporation. All rights reserved.

Build started 02/02/2020 10:36:50.
Project "/home/vincas/code/opensource/openbve/openbve.git/OpenBVE.sln" on node 1 (build target(s)).
ValidateSolutionConfiguration:
  Building solution configuration "Debug|Mixed Platforms".
Project "/home/vincas/code/opensource/openbve/openbve.git/OpenBVE.sln" (1) is building "/home/vincas/code/opensource/openbve/openbve.git/source/Plugins/Sound.Flac/Sound.Flac.csproj" (2) on node 1 (default targets).
PrepareForBuild:
  Creating directory "obj/x86/Debug/".
Project "/home/vincas/code/opensource/openbve/openbve.git/source/Plugins/Sound.Flac/Sound.Flac.csproj" (2) is building "/home/vincas/code/opensource/openbve/openbve.git/source/OpenBveApi/OpenBveApi.csproj" (3:2) on node 1 (default targets).
PreBuildEvent:

          cp -r "/home/vincas/code/opensource/openbve/openbve.git/dependencies/." "/home/vincas/code/opensource/openbve/openbve.git/bin_debug/"

CoreCompile:
  /usr/lib/mono/msbuild/Current/bin/Roslyn/csc.exe /noconfig /unsafe- /checked+ /nowarn:1701,1702 /nostdlib+ /platform:x86 /warn:4 /doc:../../bin_debug/OpenBveApi.xml /baseaddress:4194304 /define:DEBUG;TRACE /highentropyva+ /reference:/home/vincas/code/opensource/openbve/openbve.git/packages/CS-Script.lib.3.29.0/lib/CSScriptLibrary.dll /reference:/usr/lib/mono/4.6.1-api/Microsoft.CSharp.dll /reference:/usr/lib/mono/4.6.1-api/mscorlib.dll /reference:/home/vincas/code/opensource/openbve/openbve.git/packages/SharpCompress.0.24.0/lib/net45/SharpCompress.dll /reference:/usr/lib/mono/4.6.1-api/System.Core.dll /reference:/usr/lib/mono/4.6.1-api/System.dll /reference:/usr/lib/mono/4.6.1-api/System.Drawing.dll /reference:/usr/lib/mono/4.6.1-api/System.Windows.Forms.dll /reference:/usr/lib/mono/4.6.1-api/System.Xml.dll /reference:/usr/lib/mono/4.6.1-api/System.Xml.Linq.dll /reference:/home/vincas/code/opensource/openbve/openbve.git/packages/Ude.NetStandard.1.2.0/lib/net45/Ude.NetStandard.dll /debug+ /debug:portable /filealign:4096 /optimize- /out:obj/x86/Debug/OpenBveApi.dll /subsystemversion:6.00 /resource:../../assets/Languages/en-US.xlf,OpenBveApi.en-US.xlf /target:library /warnaserror- /utf8output /langversion:6 FunctionScripts/AnimationScripts.cs FunctionScripts/FunctionScript.cs FunctionScripts/FunctionScript.Notation.cs FunctionScripts/Instructions.cs Graphics/Camera.RestrictionModes.cs Graphics/Colors.cs Interface/Input/InputDevice.cs Interface/Key.cs Interface/Logging/LogMessage.cs Interface/Logging/LogMessage.MessageType.cs Interface/Time.cs Interface/Translations/Language.cs Math/Matrix4.cs Math/Quaternion.cs Math/Vectors/Vector2f.cs Math/Vectors/Vector3f.cs Math/Vectors/Vector4.cs Objects/Glow.cs Objects/Helpers/Material.cs Objects/Helpers/MeshBuilder.cs Objects/Mesh.cs Objects/MeshFace.cs Objects/MeshFaceVertex.cs Objects/MeshMaterial.BlendMode.cs Objects/MeshMaterial.cs Objects/ObjectInterface.cs Objects/ObjectState.cs Objects/ObjectTypes/AnimatedObject.AnimatedObjectState.cs Objects/ObjectTypes/AnimatedObject.cs Objects/ObjectTypes/AnimatedObjectCollection.cs Objects/ObjectTypes/AnimatedWorldObject.cs Objects/ObjectTypes/AnimatedWorldObject.StateSound.cs Objects/ObjectTypes/StaticObject.cs Objects/ObjectTypes/TrackFollowingObject.cs Objects/ObjectTypes/UnifiedObject.cs Objects/ObjectTypes/WorldObject.cs Objects/ObjectTypes/WorldSound.cs Objects/Parsers/ObjParsers.cs Objects/Parsers/XParsers.cs Routes/Background.Handle.cs Routes/Background.TransitionModes.cs Routes/BackgroundObject.cs Routes/DynamicBackground.cs Routes/Events.cs Routes/Events.TriggerTypes.cs Routes/StaticBackground.cs Routes/Track.cs Routes/Track.TrackElement.cs Routes/Track.TrackFollower.cs Sounds/Sounds.PathOrigin.cs Sounds/Sounds.RawOrigin.cs Sounds/Sounds.SoundOrigin.cs Sounds/Sounds.SoundSourceState.cs Sounds/Sounds.SoundType.cs System/BaseOptions.cs System/FileSystem.cs Graphics/InterpolationModes.cs Graphics/TextAlignment.cs Graphics/TransparencyModes.cs System/GameMode.cs System/Hosts.cs Interface/Input/Commands.CommandInfo.cs Interface/Input/Commands.cs Interface/Translations/InterfaceStrings.cs Interface/Translations/KeyInfo.cs Interface/Translations/LanguageFile.cs Math/Math.cs Objects/Damping.cs Objects/Glow.AttenuationMode.cs Objects/ObjectType.cs System/TextEncoding.cs Train/AbstractCar.cs Train/AbstractTrain.cs Train/CarBrightness.cs Train/AbstractCoupler.cs Train/RequestStop.cs Train/StopSkipMode.cs Train/TrainStartMode.cs Train/TrainState.cs Train/TrainStopState.cs World/Orientation3.cs Packages/Packages.cs Packages/Packages.Database.cs Packages/Packages.Loksim3D.cs Packages/Packages.SkippedFiles.cs System/Path.cs System/Path.Loksim3D.cs Runtime/Runtime.cs Properties/AssemblyInfo.cs Runtime/Runtime.Station.cs System/Text.cs Textures/Textures.ClipRegion.cs Textures/Textures.OpenGLTexture.cs Textures/Textures.PathOrigin.cs Textures/Textures.RawOrigin.cs Textures/Textures.TextOverlay.cs Sounds/Sounds.cs Textures/Textures.cs Textures/Textures.Functions.cs Textures/Textures.OpenGLWrapMode.cs Textures/Textures.BitmapOrigin.cs Textures/Textures.TextureInterface.cs Textures/Textures.TextureOrigin.cs Textures/Textures.TextureParameters.cs Textures/Textures.TransparencyType.cs World/Transformations.cs Math/Vectors/Vector2.cs Math/Vectors/Vector3.cs World/Vertex.cs "/tmp/.NETFramework,Version=v4.6.1.AssemblyAttributes.cs"
  Using shared compilation with compiler from directory: /usr/lib/mono/msbuild/Current/bin/Roslyn
Math/Quaternion.cs(28,16): warning CS0660: 'Quaternion' defines operator == or operator != but does not override Object.Equals(object o) [/home/vincas/code/opensource/openbve/openbve.git/source/OpenBveApi/OpenBveApi.csproj]
Math/Quaternion.cs(28,16): warning CS0661: 'Quaternion' defines operator == or operator != but does not override Object.GetHashCode() [/home/vincas/code/opensource/openbve/openbve.git/source/OpenBveApi/OpenBveApi.csproj]
Math/Matrix4.cs(550,21): warning CS1591: Missing XML comment for publicly visible type or member 'Matrix4D.Invert(ref Matrix4D)' [/home/vincas/code/opensource/openbve/openbve.git/source/OpenBveApi/OpenBveApi.csproj]
Math/Quaternion.cs(252,15): warning CS1591: Missing XML comment for publicly visible type or member 'Quaternion.Multiply(ref Quaternion)' [/home/vincas/code/opensource/openbve/openbve.git/source/OpenBveApi/OpenBveApi.csproj]
Math/Quaternion.cs(263,21): warning CS1591: Missing XML comment for publicly visible type or member 'Quaternion.Multiply(ref Quaternion, out Quaternion)' [/home/vincas/code/opensource/openbve/openbve.git/source/OpenBveApi/OpenBveApi.csproj]
Math/Quaternion.cs(270,28): warning CS1591: Missing XML comment for publicly visible type or member 'Quaternion.Multiply(ref Quaternion, ref Quaternion, out Quaternion)' [/home/vincas/code/opensource/openbve/openbve.git/source/OpenBveApi/OpenBveApi.csproj]
Math/Quaternion.cs(278,21): warning CS1591: Missing XML comment for publicly visible type or member 'Quaternion.Multiply(double)' [/home/vincas/code/opensource/openbve/openbve.git/source/OpenBveApi/OpenBveApi.csproj]
Math/Quaternion.cs(285,21): warning CS1591: Missing XML comment for publicly visible type or member 'Quaternion.Multiply(double, out Quaternion)' [/home/vincas/code/opensource/openbve/openbve.git/source/OpenBveApi/OpenBveApi.csproj]
Math/Quaternion.cs(293,28): warning CS1591: Missing XML comment for publicly visible type or member 'Quaternion.Multiply(ref Quaternion, double, out Quaternion)' [/home/vincas/code/opensource/openbve/openbve.git/source/OpenBveApi/OpenBveApi.csproj]
Objects/ObjectState.cs(18,18): warning CS1591: Missing XML comment for publicly visible type or member 'ObjectState.WorldPosition' [/home/vincas/code/opensource/openbve/openbve.git/source/OpenBveApi/OpenBveApi.csproj]
Routes/StaticBackground.cs(21,14): warning CS1591: Missing XML comment for publicly visible type or member 'StaticBackground.DisplayList' [/home/vincas/code/opensource/openbve/openbve.git/source/OpenBveApi/OpenBveApi.csproj]
Routes/StaticBackground.cs(63,24): warning CS1591: Missing XML comment for publicly visible type or member 'StaticBackground.UpdateBackground(double, double, bool)' [/home/vincas/code/opensource/openbve/openbve.git/source/OpenBveApi/OpenBveApi.csproj]
_CopyFilesMarkedCopyLocal:
  Copying file from "/home/vincas/code/opensource/openbve/openbve.git/packages/CS-Script.lib.3.29.0/lib/CSScriptLibrary.dll" to "/home/vincas/code/opensource/openbve/openbve.git/bin_debug/CSScriptLibrary.dll".
  Copying file from "/home/vincas/code/opensource/openbve/openbve.git/packages/SharpCompress.0.24.0/lib/net45/SharpCompress.dll" to "/home/vincas/code/opensource/openbve/openbve.git/bin_debug/SharpCompress.dll".
  Copying file from "/home/vincas/code/opensource/openbve/openbve.git/packages/Ude.NetStandard.1.2.0/lib/net45/Ude.NetStandard.dll" to "/home/vincas/code/opensource/openbve/openbve.git/bin_debug/Ude.NetStandard.dll".
  Copying file from "/home/vincas/code/opensource/openbve/openbve.git/packages/CS-Script.lib.3.29.0/lib/CSScriptLibrary.xml" to "/home/vincas/code/opensource/openbve/openbve.git/bin_debug/CSScriptLibrary.xml".
  Creating "/home/vincas/code/opensource/openbve/openbve.git/source/OpenBveApi/obj/x86/Debug//OpenBveApi.csproj.CopyComplete" because "AlwaysCreate" was specified.
_CopyOutOfDateSourceItemsToOutputDirectoryAlways:
  Copying file from "/home/vincas/code/opensource/openbve/openbve.git/source/OpenBveApi/OpenTK.dll.config" to "/home/vincas/code/opensource/openbve/openbve.git/bin_debug/OpenTK.dll.config".
CopyFilesToOutputDirectory:
  Copying file from "/home/vincas/code/opensource/openbve/openbve.git/source/OpenBveApi/obj/x86/Debug/OpenBveApi.dll" to "/home/vincas/code/opensource/openbve/openbve.git/bin_debug/OpenBveApi.dll".
  OpenBveApi -> /home/vincas/code/opensource/openbve/openbve.git/bin_debug/OpenBveApi.dll
  Copying file from "/home/vincas/code/opensource/openbve/openbve.git/source/OpenBveApi/obj/x86/Debug/OpenBveApi.pdb" to "/home/vincas/code/opensource/openbve/openbve.git/bin_debug/OpenBveApi.pdb".
Done Building Project "/home/vincas/code/opensource/openbve/openbve.git/source/OpenBveApi/OpenBveApi.csproj" (default targets).
GenerateTargetFrameworkMonikerAttribute:
Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output files are up-to-date with respect to the input files.
CoreCompile:
  /usr/lib/mono/msbuild/Current/bin/Roslyn/csc.exe /noconfig /unsafe- /checked+ /nowarn:1701,1702 /nostdlib+ /platform:x86 /warn:4 /baseaddress:4194304 /define:DEBUG;TRACE /highentropyva+ /reference:/usr/lib/mono/4.6.1-api/mscorlib.dll /reference:/home/vincas/code/opensource/openbve/openbve.git/bin_debug/OpenBveApi.dll /reference:/usr/lib/mono/4.6.1-api/System.Core.dll /reference:/usr/lib/mono/4.6.1-api/System.dll /debug+ /debug:portable /filealign:4096 /optimize- /out:obj/x86/Debug/Sound.Flac.dll /subsystemversion:6.00 /target:library /warnaserror- /utf8output /langversion:6 BitReader.cs Crc16.cs Crc8.cs Decoder.cs Plugin.cs Properties/AssemblyInfo.cs "/tmp/.NETFramework,Version=v4.6.1.AssemblyAttributes.cs"
  Using shared compilation with compiler from directory: /usr/lib/mono/msbuild/Current/bin/Roslyn
_CopyFilesMarkedCopyLocal:
  Creating "/home/vincas/code/opensource/openbve/openbve.git/source/Plugins/Sound.Flac/obj/x86/Debug//Sound.Flac.csproj.CopyComplete" because "AlwaysCreate" was specified.
_CopyOutOfDateSourceItemsToOutputDirectoryAlways:
  Copying file from "/home/vincas/code/opensource/openbve/openbve.git/source/OpenBveApi/OpenTK.dll.config" to "/home/vincas/code/opensource/openbve/openbve.git/bin_debug/OpenTK.dll.config".
CopyFilesToOutputDirectory:
  Copying file from "/home/vincas/code/opensource/openbve/openbve.git/source/Plugins/Sound.Flac/obj/x86/Debug/Sound.Flac.dll" to "/home/vincas/code/opensource/openbve/openbve.git/bin_debug/Sound.Flac.dll".
  Sound.Flac -> /home/vincas/code/opensource/openbve/openbve.git/bin_debug/Sound.Flac.dll
  Copying file from "/home/vincas/code/opensource/openbve/openbve.git/source/Plugins/Sound.Flac/obj/x86/Debug/Sound.Flac.pdb" to "/home/vincas/code/opensource/openbve/openbve.git/bin_debug/Sound.Flac.pdb".
PostBuildEvent:

          mkdir -p /home/vincas/code/opensource/openbve/openbve.git/bin_debug/Data/Plugins/
          mv -f /home/vincas/code/opensource/openbve/openbve.git/bin_debug/Sound.Flac.* /home/vincas/code/opensource/openbve/openbve.git/bin_debug/Data/Plugins/

Done Building Project "/home/vincas/code/opensource/openbve/openbve.git/source/Plugins/Sound.Flac/Sound.Flac.csproj" (default targets).
Project "/home/vincas/code/opensource/openbve/openbve.git/OpenBVE.sln" (1) is building "/home/vincas/code/opensource/openbve/openbve.git/source/Plugins/Sound.RiffWave/Sound.RiffWave.csproj" (4) on node 1 (default targets).
PrepareForBuild:
  Creating directory "obj/x86/Debug/".
GenerateTargetFrameworkMonikerAttribute:
Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output files are up-to-date with respect to the input files.
CoreCompile:
  /usr/lib/mono/msbuild/Current/bin/Roslyn/csc.exe /noconfig /unsafe- /checked+ /nowarn:1701,1702 /nostdlib+ /platform:x86 /warn:4 /baseaddress:4194304 /define:DEBUG;TRACE /highentropyva+ /reference:/usr/lib/mono/4.6.1-api/mscorlib.dll /reference:/home/vincas/code/opensource/openbve/openbve.git/packages/NAudio.1.9.0/lib/net35/NAudio.dll /reference:/home/vincas/code/opensource/openbve/openbve.git/packages/NLayer.1.12.0/lib/net35/NLayer.dll /reference:/home/vincas/code/opensource/openbve/openbve.git/packages/NLayer.NAudioSupport.1.0.0/lib/net35/NLayer.NAudioSupport.dll /reference:/home/vincas/code/opensource/openbve/openbve.git/bin_debug/OpenBveApi.dll /reference:/usr/lib/mono/4.6.1-api/System.Core.dll /reference:/usr/lib/mono/4.6.1-api/System.dll /reference:/usr/lib/mono/4.6.1-api/System.Windows.Forms.dll /debug+ /debug:portable /filealign:4096 /optimize- /out:obj/x86/Debug/Sound.RiffWave.dll /subsystemversion:6.00 /target:library /warnaserror- /utf8output /langversion:6 Plugin.Parser.cs Plugin.cs Properties/AssemblyInfo.cs "/tmp/.NETFramework,Version=v4.6.1.AssemblyAttributes.cs"
  Using shared compilation with compiler from directory: /usr/lib/mono/msbuild/Current/bin/Roslyn
_CopyFilesMarkedCopyLocal:
  Copying file from "/home/vincas/code/opensource/openbve/openbve.git/packages/NAudio.1.9.0/lib/net35/NAudio.dll" to "/home/vincas/code/opensource/openbve/openbve.git/bin_debug/NAudio.dll".
  Copying file from "/home/vincas/code/opensource/openbve/openbve.git/packages/NLayer.NAudioSupport.1.0.0/lib/net35/NLayer.NAudioSupport.dll" to "/home/vincas/code/opensource/openbve/openbve.git/bin_debug/NLayer.NAudioSupport.dll".
  Copying file from "/home/vincas/code/opensource/openbve/openbve.git/packages/NLayer.1.12.0/lib/net35/NLayer.dll" to "/home/vincas/code/opensource/openbve/openbve.git/bin_debug/NLayer.dll".
  Copying file from "/home/vincas/code/opensource/openbve/openbve.git/packages/NAudio.1.9.0/lib/net35/NAudio.xml" to "/home/vincas/code/opensource/openbve/openbve.git/bin_debug/NAudio.xml".
  Creating "/home/vincas/code/opensource/openbve/openbve.git/source/Plugins/Sound.RiffWave/obj/x86/Debug//Sound.RiffWave.csproj.CopyComplete" because "AlwaysCreate" was specified.
_CopyOutOfDateSourceItemsToOutputDirectoryAlways:
  Copying file from "/home/vincas/code/opensource/openbve/openbve.git/source/OpenBveApi/OpenTK.dll.config" to "/home/vincas/code/opensource/openbve/openbve.git/bin_debug/OpenTK.dll.config".
CopyFilesToOutputDirectory:
  Copying file from "/home/vincas/code/opensource/openbve/openbve.git/source/Plugins/Sound.RiffWave/obj/x86/Debug/Sound.RiffWave.dll" to "/home/vincas/code/opensource/openbve/openbve.git/bin_debug/Sound.RiffWave.dll".
  Sound.RiffWave -> /home/vincas/code/opensource/openbve/openbve.git/bin_debug/Sound.RiffWave.dll
  Copying file from "/home/vincas/code/opensource/openbve/openbve.git/source/Plugins/Sound.RiffWave/obj/x86/Debug/Sound.RiffWave.pdb" to "/home/vincas/code/opensource/openbve/openbve.git/bin_debug/Sound.RiffWave.pdb".
PostBuildEvent:

          mkdir -p /home/vincas/code/opensource/openbve/openbve.git/bin_debug/Data/Plugins/
          mv -f /home/vincas/code/opensource/openbve/openbve.git/bin_debug/Sound.RiffWave.* /home/vincas/code/opensource/openbve/openbve.git/bin_debug/Data/Plugins/

Done Building Project "/home/vincas/code/opensource/openbve/openbve.git/source/Plugins/Sound.RiffWave/Sound.RiffWave.csproj" (default targets).
Project "/home/vincas/code/opensource/openbve/openbve.git/OpenBVE.sln" (1) is building "/home/vincas/code/opensource/openbve/openbve.git/source/Plugins/Texture.BmpGifJpegPngTiff/Texture.BmpGifJpegPngTiff.csproj" (5) on node 1 (default targets).
PrepareForBuild:
  Creating directory "obj/x86/Debug/".
GenerateTargetFrameworkMonikerAttribute:
Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output files are up-to-date with respect to the input files.
CoreCompile:
  /usr/lib/mono/msbuild/Current/bin/Roslyn/csc.exe /noconfig /unsafe- /checked+ /nowarn:1701,1702 /nostdlib+ /platform:x86 /warn:4 /baseaddress:4194304 /define:DEBUG;TRACE /highentropyva+ /reference:/usr/lib/mono/4.6.1-api/mscorlib.dll /reference:/home/vincas/code/opensource/openbve/openbve.git/bin_debug/OpenBveApi.dll /reference:/usr/lib/mono/4.6.1-api/System.Core.dll /reference:/usr/lib/mono/4.6.1-api/System.dll /reference:/usr/lib/mono/4.6.1-api/System.Drawing.dll /debug+ /debug:portable /filealign:4096 /optimize- /out:obj/x86/Debug/Texture.BmpGifJpegPngTiff.dll /subsystemversion:6.00 /target:library /warnaserror- /utf8output /langversion:6 Plugin.Parser.cs Plugin.cs Properties/AssemblyInfo.cs "/tmp/.NETFramework,Version=v4.6.1.AssemblyAttributes.cs"
  Using shared compilation with compiler from directory: /usr/lib/mono/msbuild/Current/bin/Roslyn
_CopyFilesMarkedCopyLocal:
  Creating "/home/vincas/code/opensource/openbve/openbve.git/source/Plugins/Texture.BmpGifJpegPngTiff/obj/x86/Debug//Texture.BmpGifJpegPngTiff.csproj.CopyComplete" because "AlwaysCreate" was specified.
_CopyOutOfDateSourceItemsToOutputDirectoryAlways:
  Copying file from "/home/vincas/code/opensource/openbve/openbve.git/source/OpenBveApi/OpenTK.dll.config" to "/home/vincas/code/opensource/openbve/openbve.git/bin_debug/OpenTK.dll.config".
CopyFilesToOutputDirectory:
  Copying file from "/home/vincas/code/opensource/openbve/openbve.git/source/Plugins/Texture.BmpGifJpegPngTiff/obj/x86/Debug/Texture.BmpGifJpegPngTiff.dll" to "/home/vincas/code/opensource/openbve/openbve.git/bin_debug/Texture.BmpGifJpegPngTiff.dll".
  Texture.BmpGifJpegPngTiff -> /home/vincas/code/opensource/openbve/openbve.git/bin_debug/Texture.BmpGifJpegPngTiff.dll
  Copying file from "/home/vincas/code/opensource/openbve/openbve.git/source/Plugins/Texture.BmpGifJpegPngTiff/obj/x86/Debug/Texture.BmpGifJpegPngTiff.pdb" to "/home/vincas/code/opensource/openbve/openbve.git/bin_debug/Texture.BmpGifJpegPngTiff.pdb".
PostBuildEvent:

          mkdir -p /home/vincas/code/opensource/openbve/openbve.git/bin_debug/Data/Plugins/
          mv -f /home/vincas/code/opensource/openbve/openbve.git/bin_debug/Texture.BmpGifJpegPngTiff.* /home/vincas/code/opensource/openbve/openbve.git/bin_debug/Data/Plugins/

Done Building Project "/home/vincas/code/opensource/openbve/openbve.git/source/Plugins/Texture.BmpGifJpegPngTiff/Texture.BmpGifJpegPngTiff.csproj" (default targets).
Project "/home/vincas/code/opensource/openbve/openbve.git/OpenBVE.sln" (1) is building "/home/vincas/code/opensource/openbve/openbve.git/source/Plugins/OpenBveAts/OpenBveAts.csproj" (6) on node 1 (default targets).
PrepareForBuild:
  Creating directory "obj/x86/Debug/".
GenerateTargetFrameworkMonikerAttribute:
Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output files are up-to-date with respect to the input files.
CoreCompile:
  /usr/lib/mono/msbuild/Current/bin/Roslyn/csc.exe /noconfig /unsafe- /checked+ /nowarn:1701,1702 /nostdlib+ /platform:x86 /warn:4 /baseaddress:4194304 /define:DEBUG;TRACE /highentropyva+ /reference:/usr/lib/mono/4.6.1-api/mscorlib.dll /reference:/home/vincas/code/opensource/openbve/openbve.git/bin_debug/OpenBveApi.dll /reference:/usr/lib/mono/4.6.1-api/System.Core.dll /reference:/usr/lib/mono/4.6.1-api/System.dll /debug+ /debug:portable /filealign:4096 /optimize- /out:obj/x86/Debug/OpenBveAts.dll /subsystemversion:6.00 /target:library /warnaserror- /utf8output /langversion:6 AI.cs Atc.cs AtsP.cs AtsSx.cs Device.cs Eb.cs Plugin.cs Properties/AssemblyInfo.cs Sounds.cs Train.cs "/tmp/.NETFramework,Version=v4.6.1.AssemblyAttributes.cs"
  Using shared compilation with compiler from directory: /usr/lib/mono/msbuild/Current/bin/Roslyn
_CopyFilesMarkedCopyLocal:
  Creating "/home/vincas/code/opensource/openbve/openbve.git/source/Plugins/OpenBveAts/obj/x86/Debug//OpenBveAts.csproj.CopyComplete" because "AlwaysCreate" was specified.
_CopyOutOfDateSourceItemsToOutputDirectoryAlways:
  Copying file from "/home/vincas/code/opensource/openbve/openbve.git/source/OpenBveApi/OpenTK.dll.config" to "/home/vincas/code/opensource/openbve/openbve.git/bin_debug/OpenTK.dll.config".
CopyFilesToOutputDirectory:
  Copying file from "/home/vincas/code/opensource/openbve/openbve.git/source/Plugins/OpenBveAts/obj/x86/Debug/OpenBveAts.dll" to "/home/vincas/code/opensource/openbve/openbve.git/bin_debug/OpenBveAts.dll".
  OpenBveAts -> /home/vincas/code/opensource/openbve/openbve.git/bin_debug/OpenBveAts.dll
  Copying file from "/home/vincas/code/opensource/openbve/openbve.git/source/Plugins/OpenBveAts/obj/x86/Debug/OpenBveAts.pdb" to "/home/vincas/code/opensource/openbve/openbve.git/bin_debug/OpenBveAts.pdb".
PostBuildEvent:

          mkdir -p /home/vincas/code/opensource/openbve/openbve.git/bin_debug/Data/Plugins/
          mv -f /home/vincas/code/opensource/openbve/openbve.git/bin_debug/OpenBveAts.* /home/vincas/code/opensource/openbve/openbve.git/bin_debug/Data/Plugins/

Done Building Project "/home/vincas/code/opensource/openbve/openbve.git/source/Plugins/OpenBveAts/OpenBveAts.csproj" (default targets).
Project "/home/vincas/code/opensource/openbve/openbve.git/OpenBVE.sln" (1) is building "/home/vincas/code/opensource/openbve/openbve.git/source/Plugins/Texture.Ace/Texture.Ace.csproj" (7) on node 1 (default targets).
PrepareForBuild:
  Creating directory "obj/x86/Debug/".
GenerateTargetFrameworkMonikerAttribute:
Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output files are up-to-date with respect to the input files.
CoreCompile:
  /usr/lib/mono/msbuild/Current/bin/Roslyn/csc.exe /noconfig /unsafe- /checked+ /nowarn:1701,1702 /nostdlib+ /platform:x86 /warn:4 /baseaddress:4194304 /define:DEBUG;TRACE /highentropyva+ /reference:/usr/lib/mono/4.6.1-api/mscorlib.dll /reference:/home/vincas/code/opensource/openbve/openbve.git/bin_debug/OpenBveApi.dll /reference:/usr/lib/mono/4.6.1-api/System.Core.dll /reference:/usr/lib/mono/4.6.1-api/System.dll /debug+ /debug:portable /filealign:4096 /optimize- /out:obj/x86/Debug/Texture.Ace.dll /subsystemversion:6.00 /target:library /warnaserror- /utf8output /langversion:6 Plugin.cs Plugin.Parser.cs Properties/AssemblyInfo.cs "/tmp/.NETFramework,Version=v4.6.1.AssemblyAttributes.cs"
  Using shared compilation with compiler from directory: /usr/lib/mono/msbuild/Current/bin/Roslyn
_CopyFilesMarkedCopyLocal:
  Creating "/home/vincas/code/opensource/openbve/openbve.git/source/Plugins/Texture.Ace/obj/x86/Debug//Texture.Ace.csproj.CopyComplete" because "AlwaysCreate" was specified.
_CopyOutOfDateSourceItemsToOutputDirectoryAlways:
  Copying file from "/home/vincas/code/opensource/openbve/openbve.git/source/OpenBveApi/OpenTK.dll.config" to "/home/vincas/code/opensource/openbve/openbve.git/bin_debug/OpenTK.dll.config".
CopyFilesToOutputDirectory:
  Copying file from "/home/vincas/code/opensource/openbve/openbve.git/source/Plugins/Texture.Ace/obj/x86/Debug/Texture.Ace.dll" to "/home/vincas/code/opensource/openbve/openbve.git/bin_debug/Texture.Ace.dll".
  Texture.Ace -> /home/vincas/code/opensource/openbve/openbve.git/bin_debug/Texture.Ace.dll
  Copying file from "/home/vincas/code/opensource/openbve/openbve.git/source/Plugins/Texture.Ace/obj/x86/Debug/Texture.Ace.pdb" to "/home/vincas/code/opensource/openbve/openbve.git/bin_debug/Texture.Ace.pdb".
PostBuildEvent:

          mkdir -p /home/vincas/code/opensource/openbve/openbve.git/bin_debug/Data/Plugins/
          mv -f /home/vincas/code/opensource/openbve/openbve.git/bin_debug/Texture.Ace.* /home/vincas/code/opensource/openbve/openbve.git/bin_debug/Data/Plugins/

Done Building Project "/home/vincas/code/opensource/openbve/openbve.git/source/Plugins/Texture.Ace/Texture.Ace.csproj" (default targets).
Project "/home/vincas/code/opensource/openbve/openbve.git/OpenBVE.sln" (1) is building "/home/vincas/code/opensource/openbve/openbve.git/source/TrainEditor/TrainEditor.csproj" (8) on node 1 (default targets).
PrepareForBuild:
  Creating directory "obj/Debug/".
CoreResGen:
  /usr/lib/mono/4.5/resgen.exe /useSourcePath /r:/usr/lib/mono/4.6.1-api/mscorlib.dll /r:/home/vincas/code/opensource/openbve/openbve.git/bin_debug/OpenBveApi.dll /r:/usr/lib/mono/4.6.1-api/System.Core.dll /r:/usr/lib/mono/4.6.1-api/System.dll /r:/usr/lib/mono/4.6.1-api/System.Drawing.dll /r:/usr/lib/mono/4.6.1-api/System.Windows.Forms.dll /compile formEditor.resx,obj/Debug/TrainEditor.formEditor.resources Properties/Resources.resx,obj/Debug/TrainEditor.Properties.Resources.resources
  Processing resource file "formEditor.resx" into "obj/Debug/TrainEditor.formEditor.resources".
No protocol specified
  Processing resource file "Properties/Resources.resx" into "obj/Debug/TrainEditor.Properties.Resources.resources".
GenerateTargetFrameworkMonikerAttribute:
Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output files are up-to-date with respect to the input files.
CoreCompile:
  /usr/lib/mono/msbuild/Current/bin/Roslyn/csc.exe /noconfig /unsafe- /checked- /nowarn:1701,1702 /nostdlib+ /platform:x86 /errorreport:prompt /warn:4 /baseaddress:4194304 /define:DEBUG;TRACE /highentropyva+ /reference:/usr/lib/mono/4.6.1-api/mscorlib.dll /reference:/home/vincas/code/opensource/openbve/openbve.git/bin_debug/OpenBveApi.dll /reference:/usr/lib/mono/4.6.1-api/System.Core.dll /reference:/usr/lib/mono/4.6.1-api/System.dll /reference:/usr/lib/mono/4.6.1-api/System.Drawing.dll /reference:/usr/lib/mono/4.6.1-api/System.Windows.Forms.dll /debug+ /debug:portable /filealign:4096 /optimize- /out:obj/Debug/TrainEditor.exe /subsystemversion:6.00 /resource:obj/Debug/TrainEditor.formEditor.resources /resource:obj/Debug/TrainEditor.Properties.Resources.resources /target:winexe /warnaserror- /utf8output /win32icon:../../assets/icon.ico /langversion:6 /analyzerconfig:/home/vincas/code/opensource/openbve/openbve.git/.editorconfig Options.cs TrainDat.cs formEditor.cs formEditor.Designer.cs Program.cs Properties/AssemblyInfo.cs Properties/Resources.Designer.cs Properties/Settings.Designer.cs "/tmp/.NETFramework,Version=v4.6.1.AssemblyAttributes.cs"
  Using shared compilation with compiler from directory: /usr/lib/mono/msbuild/Current/bin/Roslyn
_CopyFilesMarkedCopyLocal:
  Creating "/home/vincas/code/opensource/openbve/openbve.git/source/TrainEditor/obj/Debug//TrainEditor.csproj.CopyComplete" because "AlwaysCreate" was specified.
_CopyOutOfDateSourceItemsToOutputDirectoryAlways:
  Copying file from "/home/vincas/code/opensource/openbve/openbve.git/source/OpenBveApi/OpenTK.dll.config" to "/home/vincas/code/opensource/openbve/openbve.git/bin_debug/OpenTK.dll.config".
_CopyAppConfigFile:
  Copying file from "/home/vincas/code/opensource/openbve/openbve.git/source/TrainEditor/app.config" to "/home/vincas/code/opensource/openbve/openbve.git/bin_debug/TrainEditor.exe.config".
CopyFilesToOutputDirectory:
  Copying file from "/home/vincas/code/opensource/openbve/openbve.git/source/TrainEditor/obj/Debug/TrainEditor.exe" to "/home/vincas/code/opensource/openbve/openbve.git/bin_debug/TrainEditor.exe".
  TrainEditor -> /home/vincas/code/opensource/openbve/openbve.git/bin_debug/TrainEditor.exe
  Copying file from "/home/vincas/code/opensource/openbve/openbve.git/source/TrainEditor/obj/Debug/TrainEditor.pdb" to "/home/vincas/code/opensource/openbve/openbve.git/bin_debug/TrainEditor.pdb".
Done Building Project "/home/vincas/code/opensource/openbve/openbve.git/source/TrainEditor/TrainEditor.csproj" (default targets).
Project "/home/vincas/code/opensource/openbve/openbve.git/OpenBVE.sln" (1) is building "/home/vincas/code/opensource/openbve/openbve.git/source/ObjectBender/ObjectBender.csproj" (9) on node 1 (default targets).
PrepareForBuild:
  Creating directory "obj/Debug/".
CoreResGen:
  /usr/lib/mono/4.5/resgen.exe /useSourcePath /r:/usr/lib/mono/4.6.1-api/mscorlib.dll /r:/usr/lib/mono/4.6.1-api/System.Core.dll /r:/usr/lib/mono/4.6.1-api/System.dll /r:/usr/lib/mono/4.6.1-api/System.Drawing.dll /r:/usr/lib/mono/4.6.1-api/System.Windows.Forms.dll /compile MainForm.resx,obj/Debug/ObjectBender.MainForm.resources
  Processing resource file "MainForm.resx" into "obj/Debug/ObjectBender.MainForm.resources".
GenerateTargetFrameworkMonikerAttribute:
Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output files are up-to-date with respect to the input files.
CoreCompile:
  /usr/lib/mono/msbuild/Current/bin/Roslyn/csc.exe /noconfig /unsafe- /checked+ /nowarn:1701,1702 /nostdlib+ /platform:x86 /warn:4 /baseaddress:4194304 /define:DEBUG;TRACE /highentropyva+ /reference:/usr/lib/mono/4.6.1-api/mscorlib.dll /reference:/usr/lib/mono/4.6.1-api/System.Core.dll /reference:/usr/lib/mono/4.6.1-api/System.dll /reference:/usr/lib/mono/4.6.1-api/System.Drawing.dll /reference:/usr/lib/mono/4.6.1-api/System.Windows.Forms.dll /debug+ /debug:portable /filealign:4096 /optimize- /out:obj/Debug/ObjectBender.exe /subsystemversion:6.00 /resource:obj/Debug/ObjectBender.MainForm.resources /target:exe /warnaserror- /utf8output /langversion:6 Bender.cs MainForm.cs MainForm.Designer.cs Program.cs Properties/AssemblyInfo.cs "/tmp/.NETFramework,Version=v4.6.1.AssemblyAttributes.cs"
  Using shared compilation with compiler from directory: /usr/lib/mono/msbuild/Current/bin/Roslyn
_CopyAppConfigFile:
  Copying file from "/home/vincas/code/opensource/openbve/openbve.git/source/ObjectBender/app.config" to "/home/vincas/code/opensource/openbve/openbve.git/bin_debug/ObjectBender.exe.config".
CopyFilesToOutputDirectory:
  Copying file from "/home/vincas/code/opensource/openbve/openbve.git/source/ObjectBender/obj/Debug/ObjectBender.exe" to "/home/vincas/code/opensource/openbve/openbve.git/bin_debug/ObjectBender.exe".
  ObjectBender -> /home/vincas/code/opensource/openbve/openbve.git/bin_debug/ObjectBender.exe
  Copying file from "/home/vincas/code/opensource/openbve/openbve.git/source/ObjectBender/obj/Debug/ObjectBender.pdb" to "/home/vincas/code/opensource/openbve/openbve.git/bin_debug/ObjectBender.pdb".
Done Building Project "/home/vincas/code/opensource/openbve/openbve.git/source/ObjectBender/ObjectBender.csproj" (default targets).
Project "/home/vincas/code/opensource/openbve/openbve.git/OpenBVE.sln" (1) is building "/home/vincas/code/opensource/openbve/openbve.git/source/DevTools/LBAHeader/LBAHeader.csproj" (10) on node 1 (default targets).
PrepareForBuild:
  Creating directory "../../../bin_debug/DevTools/".
  Creating directory "obj/Debug/".
GenerateTargetFrameworkMonikerAttribute:
Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output files are up-to-date with respect to the input files.
CoreCompile:
  /usr/lib/mono/msbuild/Current/bin/Roslyn/csc.exe /noconfig /nowarn:1701,1702 /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:DEBUG;TRACE /highentropyva+ /reference:/usr/lib/mono/4.6.1-api/mscorlib.dll /reference:/usr/lib/mono/4.6.1-api/System.Core.dll /reference:/usr/lib/mono/4.6.1-api/System.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj/Debug/LBAHeader.exe /subsystemversion:6.00 /target:exe /utf8output /langversion:6 /analyzerconfig:/home/vincas/code/opensource/openbve/openbve.git/.editorconfig Program.cs Properties/AssemblyInfo.cs "/tmp/.NETFramework,Version=v4.6.1.AssemblyAttributes.cs"
  Using shared compilation with compiler from directory: /usr/lib/mono/msbuild/Current/bin/Roslyn
_CopyAppConfigFile:
  Copying file from "/home/vincas/code/opensource/openbve/openbve.git/source/DevTools/LBAHeader/App.config" to "/home/vincas/code/opensource/openbve/openbve.git/bin_debug/DevTools/LBAHeader.exe.config".
CopyFilesToOutputDirectory:
  Copying file from "/home/vincas/code/opensource/openbve/openbve.git/source/DevTools/LBAHeader/obj/Debug/LBAHeader.exe" to "/home/vincas/code/opensource/openbve/openbve.git/bin_debug/DevTools/LBAHeader.exe".
  LBAHeader -> /home/vincas/code/opensource/openbve/openbve.git/bin_debug/DevTools/LBAHeader.exe
  Copying file from "/home/vincas/code/opensource/openbve/openbve.git/source/DevTools/LBAHeader/obj/Debug/LBAHeader.pdb" to "/home/vincas/code/opensource/openbve/openbve.git/bin_debug/DevTools/LBAHeader.pdb".
Done Building Project "/home/vincas/code/opensource/openbve/openbve.git/source/DevTools/LBAHeader/LBAHeader.csproj" (default targets).
Project "/home/vincas/code/opensource/openbve/openbve.git/OpenBVE.sln" (1) is building "/home/vincas/code/opensource/openbve/openbve.git/source/CarXMLConvertor/CarXMLConvertor.csproj" (11) on node 1 (default targets).
PrepareForBuild:
  Creating directory "obj/Debug/".
GenerateBindingRedirects:
  No suggested binding redirects from ResolveAssemblyReferences.
CoreResGen:
  /usr/lib/mono/4.5/resgen.exe /useSourcePath /r:/usr/lib/mono/4.6.1-api/mscorlib.dll /r:/home/vincas/code/opensource/openbve/openbve.git/bin_debug/OpenBveApi.dll /r:/usr/lib/mono/4.6.1-api/System.Core.dll /r:/usr/lib/mono/4.6.1-api/System.dll /r:/usr/lib/mono/4.6.1-api/System.Drawing.dll /r:/usr/lib/mono/4.6.1-api/System.Windows.Forms.dll /compile mainForm.resx,obj/Debug/CarXmlConvertor.MainForm.resources Properties/Resources.resx,obj/Debug/CarXmlConvertor.Properties.Resources.resources
  Processing resource file "mainForm.resx" into "obj/Debug/CarXmlConvertor.MainForm.resources".
  Processing resource file "Properties/Resources.resx" into "obj/Debug/CarXmlConvertor.Properties.Resources.resources".
GenerateTargetFrameworkMonikerAttribute:
Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output files are up-to-date with respect to the input files.
CoreCompile:
  /usr/lib/mono/msbuild/Current/bin/Roslyn/csc.exe /noconfig /nowarn:1701,1702 /nostdlib+ /platform:x86 /errorreport:prompt /warn:4 /define:DEBUG;TRACE /highentropyva+ /reference:/usr/lib/mono/4.6.1-api/mscorlib.dll /reference:/home/vincas/code/opensource/openbve/openbve.git/bin_debug/OpenBveApi.dll /reference:/usr/lib/mono/4.6.1-api/System.Core.dll /reference:/usr/lib/mono/4.6.1-api/System.dll /reference:/usr/lib/mono/4.6.1-api/System.Drawing.dll /reference:/usr/lib/mono/4.6.1-api/System.Windows.Forms.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj/Debug/CarXmlConvertor.exe /subsystemversion:6.00 /resource:obj/Debug/CarXmlConvertor.MainForm.resources /resource:obj/Debug/CarXmlConvertor.Properties.Resources.resources /target:winexe /utf8output /langversion:6 /analyzerconfig:/home/vincas/code/opensource/openbve/openbve.git/.editorconfig Convert.ExtensionsCfg.cs Convert.Panel2.cs Convert.PanelAnimated.cs Convert.TrainDat.cs mainForm.cs mainForm.Designer.cs Program.cs Properties/AssemblyInfo.cs TabbedList.cs Properties/Resources.Designer.cs Convert.SoundCfg.cs Properties/Settings.Designer.cs "/tmp/.NETFramework,Version=v4.6.1.AssemblyAttributes.cs"
  Using shared compilation with compiler from directory: /usr/lib/mono/msbuild/Current/bin/Roslyn
_CopyFilesMarkedCopyLocal:
  Creating "/home/vincas/code/opensource/openbve/openbve.git/source/CarXMLConvertor/obj/Debug//CarXMLConvertor.csproj.CopyComplete" because "AlwaysCreate" was specified.
_CopyOutOfDateSourceItemsToOutputDirectoryAlways:
  Copying file from "/home/vincas/code/opensource/openbve/openbve.git/source/OpenBveApi/OpenTK.dll.config" to "/home/vincas/code/opensource/openbve/openbve.git/bin_debug/OpenTK.dll.config".
_CopyAppConfigFile:
  Copying file from "/home/vincas/code/opensource/openbve/openbve.git/source/CarXMLConvertor/App.config" to "/home/vincas/code/opensource/openbve/openbve.git/bin_debug/CarXmlConvertor.exe.config".
CopyFilesToOutputDirectory:
  Copying file from "/home/vincas/code/opensource/openbve/openbve.git/source/CarXMLConvertor/obj/Debug/CarXmlConvertor.exe" to "/home/vincas/code/opensource/openbve/openbve.git/bin_debug/CarXmlConvertor.exe".
  CarXMLConvertor -> /home/vincas/code/opensource/openbve/openbve.git/bin_debug/CarXmlConvertor.exe
  Copying file from "/home/vincas/code/opensource/openbve/openbve.git/source/CarXMLConvertor/obj/Debug/CarXmlConvertor.pdb" to "/home/vincas/code/opensource/openbve/openbve.git/bin_debug/CarXmlConvertor.pdb".
Done Building Project "/home/vincas/code/opensource/openbve/openbve.git/source/CarXMLConvertor/CarXMLConvertor.csproj" (default targets).
Project "/home/vincas/code/opensource/openbve/openbve.git/OpenBVE.sln" (1) is building "/home/vincas/code/opensource/openbve/openbve.git/source/Plugins/Texture.Dds/Texture.Dds.csproj" (12) on node 1 (default targets).
PrepareForBuild:
  Creating directory "obj/x86/Debug/".
GenerateTargetFrameworkMonikerAttribute:
Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output files are up-to-date with respect to the input files.
CoreCompile:
  /usr/lib/mono/msbuild/Current/bin/Roslyn/csc.exe /noconfig /unsafe+ /checked+ /nowarn:1701,1702 /nostdlib+ /platform:x86 /baseaddress:4194304 /define:DEBUG;TRACE /highentropyva+ /reference:/usr/lib/mono/4.6.1-api/mscorlib.dll /reference:/home/vincas/code/opensource/openbve/openbve.git/bin_debug/OpenBveApi.dll /reference:/usr/lib/mono/4.6.1-api/System.Core.dll /reference:/usr/lib/mono/4.6.1-api/System.dll /debug+ /debug:portable /filealign:4096 /optimize- /out:obj/x86/Debug/Texture.Dds.dll /subsystemversion:6.00 /target:library /utf8output /langversion:6 Dds.FourCc.cs Dds.PixelFormats.cs Plugin.cs Plugin.Parser.cs Properties/AssemblyInfo.cs "/tmp/.NETFramework,Version=v4.6.1.AssemblyAttributes.cs"
  Using shared compilation with compiler from directory: /usr/lib/mono/msbuild/Current/bin/Roslyn
_CopyFilesMarkedCopyLocal:
  Creating "/home/vincas/code/opensource/openbve/openbve.git/source/Plugins/Texture.Dds/obj/x86/Debug//Texture.Dds.csproj.CopyComplete" because "AlwaysCreate" was specified.
_CopyOutOfDateSourceItemsToOutputDirectoryAlways:
  Copying file from "/home/vincas/code/opensource/openbve/openbve.git/source/OpenBveApi/OpenTK.dll.config" to "/home/vincas/code/opensource/openbve/openbve.git/bin_debug/OpenTK.dll.config".
CopyFilesToOutputDirectory:
  Copying file from "/home/vincas/code/opensource/openbve/openbve.git/source/Plugins/Texture.Dds/obj/x86/Debug/Texture.Dds.dll" to "/home/vincas/code/opensource/openbve/openbve.git/bin_debug/Texture.Dds.dll".
  Texture.Dds -> /home/vincas/code/opensource/openbve/openbve.git/bin_debug/Texture.Dds.dll
  Copying file from "/home/vincas/code/opensource/openbve/openbve.git/source/Plugins/Texture.Dds/obj/x86/Debug/Texture.Dds.pdb" to "/home/vincas/code/opensource/openbve/openbve.git/bin_debug/Texture.Dds.pdb".
PostBuildEvent:

          mkdir -p /home/vincas/code/opensource/openbve/openbve.git/bin_debug/Data/Plugins/
          mv -f /home/vincas/code/opensource/openbve/openbve.git/bin_debug/Texture.Dds.* /home/vincas/code/opensource/openbve/openbve.git/bin_debug/Data/Plugins/

Done Building Project "/home/vincas/code/opensource/openbve/openbve.git/source/Plugins/Texture.Dds/Texture.Dds.csproj" (default targets).
Project "/home/vincas/code/opensource/openbve/openbve.git/OpenBVE.sln" (1) is building "/home/vincas/code/opensource/openbve/openbve.git/source/Plugins/Formats.Msts/Formats.Msts.csproj" (13) on node 1 (default targets).
GenerateTargetFrameworkMonikerAttribute:
Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output files are up-to-date with respect to the input files.
CoreCompile:
  /usr/lib/mono/msbuild/Current/bin/Roslyn/csc.exe /noconfig /unsafe+ /checked+ /nowarn:1701,1702 /nostdlib+ /platform:x86 /baseaddress:4194304 /define:DEBUG;TRACE /highentropyva+ /reference:/usr/lib/mono/4.6.1-api/mscorlib.dll /reference:/usr/lib/mono/4.6.1-api/System.Core.dll /reference:/usr/lib/mono/4.6.1-api/System.dll /debug+ /debug:portable /filealign:4096 /optimize- /out:obj/x86/Debug/Formats.Msts.dll /subsystemversion:6.00 /target:library /utf8output /langversion:6 Plugin.cs Properties/AssemblyInfo.cs Tokens.cs "/tmp/.NETFramework,Version=v4.6.1.AssemblyAttributes.cs"
  Using shared compilation with compiler from directory: /usr/lib/mono/msbuild/Current/bin/Roslyn
CopyFilesToOutputDirectory:
  Copying file from "/home/vincas/code/opensource/openbve/openbve.git/source/Plugins/Formats.Msts/obj/x86/Debug/Formats.Msts.dll" to "/home/vincas/code/opensource/openbve/openbve.git/bin_debug/Data/Formats/Formats.Msts.dll".
  Formats.Msts -> /home/vincas/code/opensource/openbve/openbve.git/bin_debug/Data/Formats/Formats.Msts.dll
  Copying file from "/home/vincas/code/opensource/openbve/openbve.git/source/Plugins/Formats.Msts/obj/x86/Debug/Formats.Msts.pdb" to "/home/vincas/code/opensource/openbve/openbve.git/bin_debug/Data/Formats/Formats.Msts.pdb".
Done Building Project "/home/vincas/code/opensource/openbve/openbve.git/source/Plugins/Formats.Msts/Formats.Msts.csproj" (default targets).
Project "/home/vincas/code/opensource/openbve/openbve.git/OpenBVE.sln" (1) is building "/home/vincas/code/opensource/openbve/openbve.git/source/Plugins/Sound.MP3/Sound.MP3.csproj" (14) on node 1 (default targets).
PrepareForBuild:
  Creating directory "obj/x86/Debug/".
GenerateTargetFrameworkMonikerAttribute:
Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output files are up-to-date with respect to the input files.
CoreCompile:
  /usr/lib/mono/msbuild/Current/bin/Roslyn/csc.exe /noconfig /unsafe- /checked+ /nowarn:1701,1702 /nostdlib+ /platform:x86 /warn:4 /baseaddress:4194304 /define:DEBUG;TRACE /highentropyva+ /reference:/usr/lib/mono/4.6.1-api/mscorlib.dll /reference:/home/vincas/code/opensource/openbve/openbve.git/packages/NAudio.1.9.0/lib/net35/NAudio.dll /reference:/home/vincas/code/opensource/openbve/openbve.git/packages/NLayer.1.12.0/lib/net35/NLayer.dll /reference:/home/vincas/code/opensource/openbve/openbve.git/packages/NLayer.NAudioSupport.1.0.0/lib/net35/NLayer.NAudioSupport.dll /reference:/home/vincas/code/opensource/openbve/openbve.git/bin_debug/OpenBveApi.dll /reference:/usr/lib/mono/4.6.1-api/System.Core.dll /reference:/usr/lib/mono/4.6.1-api/System.dll /reference:/usr/lib/mono/4.6.1-api/System.Windows.Forms.dll /debug+ /debug:portable /filealign:4096 /optimize- /out:obj/x86/Debug/Sound.MP3.dll /subsystemversion:6.00 /target:library /warnaserror- /utf8output /langversion:6 Plugin.Parser.cs Plugin.cs Properties/AssemblyInfo.cs "/tmp/.NETFramework,Version=v4.6.1.AssemblyAttributes.cs"
  Using shared compilation with compiler from directory: /usr/lib/mono/msbuild/Current/bin/Roslyn
_CopyFilesMarkedCopyLocal:
  Creating "/home/vincas/code/opensource/openbve/openbve.git/source/Plugins/Sound.MP3/obj/x86/Debug//Sound.MP3.csproj.CopyComplete" because "AlwaysCreate" was specified.
_CopyOutOfDateSourceItemsToOutputDirectoryAlways:
  Copying file from "/home/vincas/code/opensource/openbve/openbve.git/source/OpenBveApi/OpenTK.dll.config" to "/home/vincas/code/opensource/openbve/openbve.git/bin_debug/OpenTK.dll.config".
CopyFilesToOutputDirectory:
  Copying file from "/home/vincas/code/opensource/openbve/openbve.git/source/Plugins/Sound.MP3/obj/x86/Debug/Sound.MP3.dll" to "/home/vincas/code/opensource/openbve/openbve.git/bin_debug/Sound.MP3.dll".
  Sound.MP3 -> /home/vincas/code/opensource/openbve/openbve.git/bin_debug/Sound.MP3.dll
  Copying file from "/home/vincas/code/opensource/openbve/openbve.git/source/Plugins/Sound.MP3/obj/x86/Debug/Sound.MP3.pdb" to "/home/vincas/code/opensource/openbve/openbve.git/bin_debug/Sound.MP3.pdb".
PostBuildEvent:

          mkdir -p /home/vincas/code/opensource/openbve/openbve.git/bin_debug/Data/Plugins/
          mv -f /home/vincas/code/opensource/openbve/openbve.git/bin_debug/Sound.MP3.* /home/vincas/code/opensource/openbve/openbve.git/bin_debug/Data/Plugins/

Done Building Project "/home/vincas/code/opensource/openbve/openbve.git/source/Plugins/Sound.MP3/Sound.MP3.csproj" (default targets).
Project "/home/vincas/code/opensource/openbve/openbve.git/OpenBVE.sln" (1) is building "/home/vincas/code/opensource/openbve/openbve.git/source/InputDevicePlugins/SanYingInput/SanYingInput.csproj" (15) on node 1 (default targets).
PrepareForBuild:
  Creating directory "obj/Debug/".
CoreResGen:
  /usr/lib/mono/4.5/resgen.exe /useSourcePath /r:/usr/lib/mono/4.6.1-api/mscorlib.dll /r:/home/vincas/code/opensource/openbve/openbve.git/bin_debug/OpenBveApi.dll /r:/home/vincas/code/opensource/openbve/openbve.git/packages/OpenTK.3.1.0/lib/net20/OpenTK.dll /r:/usr/lib/mono/4.6.1-api/System.Core.dll /r:/usr/lib/mono/4.6.1-api/System.dll /r:/usr/lib/mono/4.6.1-api/System.Drawing.dll /r:/usr/lib/mono/4.6.1-api/System.Windows.Forms.dll /r:/usr/lib/mono/4.6.1-api/System.Xml.dll /compile ConfigForm.resx,obj/Debug/SanYingInput.ConfigForm.resources
  Processing resource file "ConfigForm.resx" into "obj/Debug/SanYingInput.ConfigForm.resources".
GenerateTargetFrameworkMonikerAttribute:
Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output files are up-to-date with respect to the input files.
CoreCompile:
  /usr/lib/mono/msbuild/Current/bin/Roslyn/csc.exe /noconfig /nowarn:1701,1702 /nostdlib+ /platform:x86 /errorreport:prompt /warn:4 /define:DEBUG;TRACE /highentropyva+ /reference:/usr/lib/mono/4.6.1-api/mscorlib.dll /reference:/home/vincas/code/opensource/openbve/openbve.git/bin_debug/OpenBveApi.dll /reference:/home/vincas/code/opensource/openbve/openbve.git/packages/OpenTK.3.1.0/lib/net20/OpenTK.dll /reference:/usr/lib/mono/4.6.1-api/System.Core.dll /reference:/usr/lib/mono/4.6.1-api/System.dll /reference:/usr/lib/mono/4.6.1-api/System.Drawing.dll /reference:/usr/lib/mono/4.6.1-api/System.Windows.Forms.dll /reference:/usr/lib/mono/4.6.1-api/System.Xml.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj/Debug/SanYingInput.dll /subsystemversion:6.00 /resource:obj/Debug/SanYingInput.ConfigForm.resources /target:library /utf8output /langversion:6 /analyzerconfig:/home/vincas/code/opensource/openbve/openbve.git/.editorconfig ConfigForm.cs ConfigForm.Designer.cs InputTranslator.cs JoystickApi.cs JoystickManager.cs JoystickManager.StandardJoystick.cs SanYingInput.cs Properties/AssemblyInfo.cs "/tmp/.NETFramework,Version=v4.6.1.AssemblyAttributes.cs"
  Using shared compilation with compiler from directory: /usr/lib/mono/msbuild/Current/bin/Roslyn
_CopyFilesMarkedCopyLocal:
  Copying file from "/home/vincas/code/opensource/openbve/openbve.git/packages/OpenTK.3.1.0/lib/net20/OpenTK.dll" to "/home/vincas/code/opensource/openbve/openbve.git/bin_debug/OpenTK.dll".
  Copying file from "/home/vincas/code/opensource/openbve/openbve.git/packages/OpenTK.3.1.0/lib/net20/OpenTK.pdb" to "/home/vincas/code/opensource/openbve/openbve.git/bin_debug/OpenTK.pdb".
  Copying file from "/home/vincas/code/opensource/openbve/openbve.git/packages/OpenTK.3.1.0/lib/net20/OpenTK.xml" to "/home/vincas/code/opensource/openbve/openbve.git/bin_debug/OpenTK.xml".
  Creating "/home/vincas/code/opensource/openbve/openbve.git/source/InputDevicePlugins/SanYingInput/obj/Debug//SanYingInput.csproj.CopyComplete" because "AlwaysCreate" was specified.
_CopyOutOfDateSourceItemsToOutputDirectoryAlways:
  Copying file from "/home/vincas/code/opensource/openbve/openbve.git/source/OpenBveApi/OpenTK.dll.config" to "/home/vincas/code/opensource/openbve/openbve.git/bin_debug/OpenTK.dll.config".
CopyFilesToOutputDirectory:
  Copying file from "/home/vincas/code/opensource/openbve/openbve.git/source/InputDevicePlugins/SanYingInput/obj/Debug/SanYingInput.dll" to "/home/vincas/code/opensource/openbve/openbve.git/bin_debug/SanYingInput.dll".
  SanYingInput -> /home/vincas/code/opensource/openbve/openbve.git/bin_debug/SanYingInput.dll
  Copying file from "/home/vincas/code/opensource/openbve/openbve.git/source/InputDevicePlugins/SanYingInput/obj/Debug/SanYingInput.pdb" to "/home/vincas/code/opensource/openbve/openbve.git/bin_debug/SanYingInput.pdb".
PostBuildEvent:

          mkdir -p /home/vincas/code/opensource/openbve/openbve.git/bin_debug/Data/InputDevicePlugins/
          mv -f /home/vincas/code/opensource/openbve/openbve.git/bin_debug/SanYingInput.* /home/vincas/code/opensource/openbve/openbve.git/bin_debug/Data/InputDevicePlugins/

Done Building Project "/home/vincas/code/opensource/openbve/openbve.git/source/InputDevicePlugins/SanYingInput/SanYingInput.csproj" (default targets).
Project "/home/vincas/code/opensource/openbve/openbve.git/OpenBVE.sln" (1) is building "/home/vincas/code/opensource/openbve/openbve.git/source/InputDevicePlugins/DefaultDisplayPlugin/DefaultDisplayPlugin.csproj" (16) on node 1 (default targets).
PrepareForBuild:
  Creating directory "obj/Debug/".
CoreResGen:
  /usr/lib/mono/4.5/resgen.exe /useSourcePath /r:/usr/lib/mono/4.6.1-api/mscorlib.dll /r:/home/vincas/code/opensource/openbve/openbve.git/bin_debug/OpenBveApi.dll /r:/usr/lib/mono/4.6.1-api/System.Core.dll /r:/usr/lib/mono/4.6.1-api/System.dll /r:/usr/lib/mono/4.6.1-api/System.Drawing.dll /r:/usr/lib/mono/4.6.1-api/System.Windows.Forms.dll /compile Config.resx,obj/Debug/DefaultDisplayPlugin.Config.resources
  Processing resource file "Config.resx" into "obj/Debug/DefaultDisplayPlugin.Config.resources".
GenerateTargetFrameworkMonikerAttribute:
Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output files are up-to-date with respect to the input files.
CoreCompile:
  /usr/lib/mono/msbuild/Current/bin/Roslyn/csc.exe /noconfig /nowarn:1701,1702 /nostdlib+ /platform:x86 /errorreport:prompt /warn:4 /define:DEBUG;TRACE /highentropyva+ /reference:/usr/lib/mono/4.6.1-api/mscorlib.dll /reference:/home/vincas/code/opensource/openbve/openbve.git/bin_debug/OpenBveApi.dll /reference:/usr/lib/mono/4.6.1-api/System.Core.dll /reference:/usr/lib/mono/4.6.1-api/System.dll /reference:/usr/lib/mono/4.6.1-api/System.Drawing.dll /reference:/usr/lib/mono/4.6.1-api/System.Windows.Forms.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj/Debug/DefaultDisplayPlugin.dll /subsystemversion:6.00 /resource:obj/Debug/DefaultDisplayPlugin.Config.resources /target:library /utf8output /langversion:6 /analyzerconfig:/home/vincas/code/opensource/openbve/openbve.git/.editorconfig Config.cs Config.Designer.cs DefaultDisplayPlugin.cs Properties/AssemblyInfo.cs "/tmp/.NETFramework,Version=v4.6.1.AssemblyAttributes.cs"
  Using shared compilation with compiler from directory: /usr/lib/mono/msbuild/Current/bin/Roslyn
_CopyFilesMarkedCopyLocal:
  Creating "/home/vincas/code/opensource/openbve/openbve.git/source/InputDevicePlugins/DefaultDisplayPlugin/obj/Debug//DefaultDisplayPlugin.csproj.CopyComplete" because "AlwaysCreate" was specified.
_CopyOutOfDateSourceItemsToOutputDirectoryAlways:
  Copying file from "/home/vincas/code/opensource/openbve/openbve.git/source/OpenBveApi/OpenTK.dll.config" to "/home/vincas/code/opensource/openbve/openbve.git/bin_debug/OpenTK.dll.config".
CopyFilesToOutputDirectory:
  Copying file from "/home/vincas/code/opensource/openbve/openbve.git/source/InputDevicePlugins/DefaultDisplayPlugin/obj/Debug/DefaultDisplayPlugin.dll" to "/home/vincas/code/opensource/openbve/openbve.git/bin_debug/DefaultDisplayPlugin.dll".
  DefaultDisplayPlugin -> /home/vincas/code/opensource/openbve/openbve.git/bin_debug/DefaultDisplayPlugin.dll
  Copying file from "/home/vincas/code/opensource/openbve/openbve.git/source/InputDevicePlugins/DefaultDisplayPlugin/obj/Debug/DefaultDisplayPlugin.pdb" to "/home/vincas/code/opensource/openbve/openbve.git/bin_debug/DefaultDisplayPlugin.pdb".
PostBuildEvent:

          mkdir -p /home/vincas/code/opensource/openbve/openbve.git/bin_debug/Data/InputDevicePlugins/
          mv -f /home/vincas/code/opensource/openbve/openbve.git/bin_debug/DefaultDisplayPlugin.* /home/vincas/code/opensource/openbve/openbve.git/bin_debug/Data/InputDevicePlugins/

Done Building Project "/home/vincas/code/opensource/openbve/openbve.git/source/InputDevicePlugins/DefaultDisplayPlugin/DefaultDisplayPlugin.csproj" (default targets).
Project "/home/vincas/code/opensource/openbve/openbve.git/OpenBVE.sln" (1) is building "/home/vincas/code/opensource/openbve/openbve.git/source/Plugins/Texture.Tga/Texture.Tga.csproj" (17) on node 1 (default targets).
PrepareForBuild:
  Creating directory "obj/x86/Debug/".
GenerateTargetFrameworkMonikerAttribute:
Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output files are up-to-date with respect to the input files.
CoreCompile:
  /usr/lib/mono/msbuild/Current/bin/Roslyn/csc.exe /noconfig /checked+ /nowarn:1701,1702 /nostdlib+ /platform:x86 /baseaddress:4194304 /define:DEBUG;TRACE /highentropyva+ /reference:/usr/lib/mono/4.6.1-api/mscorlib.dll /reference:/home/vincas/code/opensource/openbve/openbve.git/bin_debug/OpenBveApi.dll /reference:/usr/lib/mono/4.6.1-api/System.Core.dll /reference:/usr/lib/mono/4.6.1-api/System.dll /reference:/usr/lib/mono/4.6.1-api/System.Drawing.dll /debug+ /debug:portable /filealign:4096 /optimize- /out:obj/x86/Debug/Texture.Tga.dll /subsystemversion:6.00 /target:library /utf8output /langversion:6 Plugin.cs Plugin.Parser.cs Properties/AssemblyInfo.cs "/tmp/.NETFramework,Version=v4.6.1.AssemblyAttributes.cs"
  Using shared compilation with compiler from directory: /usr/lib/mono/msbuild/Current/bin/Roslyn
_CopyFilesMarkedCopyLocal:
  Creating "/home/vincas/code/opensource/openbve/openbve.git/source/Plugins/Texture.Tga/obj/x86/Debug//Texture.Tga.csproj.CopyComplete" because "AlwaysCreate" was specified.
_CopyOutOfDateSourceItemsToOutputDirectoryAlways:
  Copying file from "/home/vincas/code/opensource/openbve/openbve.git/source/OpenBveApi/OpenTK.dll.config" to "/home/vincas/code/opensource/openbve/openbve.git/bin_debug/OpenTK.dll.config".
CopyFilesToOutputDirectory:
  Copying file from "/home/vincas/code/opensource/openbve/openbve.git/source/Plugins/Texture.Tga/obj/x86/Debug/Texture.Tga.dll" to "/home/vincas/code/opensource/openbve/openbve.git/bin_debug/Texture.Tga.dll".
  Texture.Tga -> /home/vincas/code/opensource/openbve/openbve.git/bin_debug/Texture.Tga.dll
  Copying file from "/home/vincas/code/opensource/openbve/openbve.git/source/Plugins/Texture.Tga/obj/x86/Debug/Texture.Tga.pdb" to "/home/vincas/code/opensource/openbve/openbve.git/bin_debug/Texture.Tga.pdb".
PostBuildEvent:

          mkdir -p /home/vincas/code/opensource/openbve/openbve.git/bin_debug/Data/Plugins/
          mv -f /home/vincas/code/opensource/openbve/openbve.git/bin_debug/Texture.Tga.* /home/vincas/code/opensource/openbve/openbve.git/bin_debug/Data/Plugins/

Done Building Project "/home/vincas/code/opensource/openbve/openbve.git/source/Plugins/Texture.Tga/Texture.Tga.csproj" (default targets).
Project "/home/vincas/code/opensource/openbve/openbve.git/OpenBVE.sln" (1) is building "/home/vincas/code/opensource/openbve/openbve.git/source/AssimpParser/AssimpParser.csproj" (18) on node 1 (default targets).
PrepareForBuild:
  Creating directory "obj/Debug/".
GenerateTargetFrameworkMonikerAttribute:
Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output files are up-to-date with respect to the input files.
CoreCompile:
  /usr/lib/mono/msbuild/Current/bin/Roslyn/csc.exe /noconfig /nowarn:1701,1702 /nostdlib+ /platform:x86 /errorreport:prompt /warn:4 /define:DEBUG;TRACE /highentropyva+ /reference:/home/vincas/code/opensource/openbve/openbve.git/packages/DotNetZip.1.13.4/lib/net40/DotNetZip.dll /reference:/usr/lib/mono/4.6.1-api/mscorlib.dll /reference:/home/vincas/code/opensource/openbve/openbve.git/bin_debug/OpenBveApi.dll /reference:/usr/lib/mono/4.6.1-api/System.Core.dll /reference:/usr/lib/mono/4.6.1-api/System.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj/Debug/AssimpParser.dll /subsystemversion:6.00 /target:library /utf8output /langversion:6 /analyzerconfig:/home/vincas/code/opensource/openbve/openbve.git/.editorconfig Properties/AssemblyInfo.cs Wavefront/Mesh.cs Wavefront/ObjFileData.cs Wavefront/ObjFileMtlImporter.cs Wavefront/ObjFileParser.cs Wavefront/ObjTools.cs X/DeflateCompression.cs X/XFileHelper.cs X/XFileParser.cs "/tmp/.NETFramework,Version=v4.6.1.AssemblyAttributes.cs"
  Using shared compilation with compiler from directory: /usr/lib/mono/msbuild/Current/bin/Roslyn
_CopyFilesMarkedCopyLocal:
  Copying file from "/home/vincas/code/opensource/openbve/openbve.git/packages/DotNetZip.1.13.4/lib/net40/DotNetZip.dll" to "/home/vincas/code/opensource/openbve/openbve.git/bin_debug/DotNetZip.dll".
  Copying file from "/home/vincas/code/opensource/openbve/openbve.git/packages/DotNetZip.1.13.4/lib/net40/DotNetZip.pdb" to "/home/vincas/code/opensource/openbve/openbve.git/bin_debug/DotNetZip.pdb".
  Copying file from "/home/vincas/code/opensource/openbve/openbve.git/packages/DotNetZip.1.13.4/lib/net40/DotNetZip.xml" to "/home/vincas/code/opensource/openbve/openbve.git/bin_debug/DotNetZip.xml".
  Creating "/home/vincas/code/opensource/openbve/openbve.git/source/AssimpParser/obj/Debug//AssimpParser.csproj.CopyComplete" because "AlwaysCreate" was specified.
_CopyOutOfDateSourceItemsToOutputDirectoryAlways:
  Copying file from "/home/vincas/code/opensource/openbve/openbve.git/source/OpenBveApi/OpenTK.dll.config" to "/home/vincas/code/opensource/openbve/openbve.git/bin_debug/OpenTK.dll.config".
CopyFilesToOutputDirectory:
  Copying file from "/home/vincas/code/opensource/openbve/openbve.git/source/AssimpParser/obj/Debug/AssimpParser.dll" to "/home/vincas/code/opensource/openbve/openbve.git/bin_debug/AssimpParser.dll".
  AssimpParser -> /home/vincas/code/opensource/openbve/openbve.git/bin_debug/AssimpParser.dll
  Copying file from "/home/vincas/code/opensource/openbve/openbve.git/source/AssimpParser/obj/Debug/AssimpParser.pdb" to "/home/vincas/code/opensource/openbve/openbve.git/bin_debug/AssimpParser.pdb".
Done Building Project "/home/vincas/code/opensource/openbve/openbve.git/source/AssimpParser/AssimpParser.csproj" (default targets).
Project "/home/vincas/code/opensource/openbve/openbve.git/OpenBVE.sln" (1) is building "/home/vincas/code/opensource/openbve/openbve.git/source/Plugins/Object.CsvB3d/Object.CsvB3d.csproj" (19) on node 1 (default targets).
PrepareForBuild:
  Creating directory "obj/Debug/".
GenerateTargetFrameworkMonikerAttribute:
Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output files are up-to-date with respect to the input files.
CoreCompile:
  /usr/lib/mono/msbuild/Current/bin/Roslyn/csc.exe /noconfig /nowarn:1701,1702 /nostdlib+ /platform:x86 /errorreport:prompt /warn:4 /define:DEBUG;TRACE /highentropyva+ /reference:/usr/lib/mono/4.6.1-api/mscorlib.dll /reference:/home/vincas/code/opensource/openbve/openbve.git/bin_debug/OpenBveApi.dll /reference:/usr/lib/mono/4.6.1-api/System.Core.dll /reference:/usr/lib/mono/4.6.1-api/System.dll /reference:/usr/lib/mono/4.6.1-api/System.Drawing.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj/Debug/Object.CsvB3d.dll /subsystemversion:6.00 /target:library /utf8output /deterministic+ /langversion:6 /analyzerconfig:/home/vincas/code/opensource/openbve/openbve.git/.editorconfig Plugin.cs Plugin.Parser.cs Properties/AssemblyInfo.cs "/tmp/.NETFramework,Version=v4.6.1.AssemblyAttributes.cs"
  Using shared compilation with compiler from directory: /usr/lib/mono/msbuild/Current/bin/Roslyn
_CopyFilesMarkedCopyLocal:
  Creating "/home/vincas/code/opensource/openbve/openbve.git/source/Plugins/Object.CsvB3d/obj/Debug//Object.CsvB3d.csproj.CopyComplete" because "AlwaysCreate" was specified.
_CopyOutOfDateSourceItemsToOutputDirectoryAlways:
  Copying file from "/home/vincas/code/opensource/openbve/openbve.git/source/OpenBveApi/OpenTK.dll.config" to "/home/vincas/code/opensource/openbve/openbve.git/bin_debug/OpenTK.dll.config".
CopyFilesToOutputDirectory:
  Copying file from "/home/vincas/code/opensource/openbve/openbve.git/source/Plugins/Object.CsvB3d/obj/Debug/Object.CsvB3d.dll" to "/home/vincas/code/opensource/openbve/openbve.git/bin_debug/Object.CsvB3d.dll".
  Object.CsvB3d -> /home/vincas/code/opensource/openbve/openbve.git/bin_debug/Object.CsvB3d.dll
  Copying file from "/home/vincas/code/opensource/openbve/openbve.git/source/Plugins/Object.CsvB3d/obj/Debug/Object.CsvB3d.pdb" to "/home/vincas/code/opensource/openbve/openbve.git/bin_debug/Object.CsvB3d.pdb".
PostBuildEvent:

          mkdir -p /home/vincas/code/opensource/openbve/openbve.git/bin_debug/Data/Plugins/
          mv -f /home/vincas/code/opensource/openbve/openbve.git/bin_debug/Object.CsvB3d.* /home/vincas/code/opensource/openbve/openbve.git/bin_debug/Data/Plugins/

Done Building Project "/home/vincas/code/opensource/openbve/openbve.git/source/Plugins/Object.CsvB3d/Object.CsvB3d.csproj" (default targets).
Project "/home/vincas/code/opensource/openbve/openbve.git/OpenBVE.sln" (1) is building "/home/vincas/code/opensource/openbve/openbve.git/source/Plugins/Object.DirectX/Object.DirectX.csproj" (20) on node 1 (default targets).
PrepareForBuild:
  Creating directory "obj/Debug/".
GenerateTargetFrameworkMonikerAttribute:
Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output files are up-to-date with respect to the input files.
CoreCompile:
  /usr/lib/mono/msbuild/Current/bin/Roslyn/csc.exe /noconfig /nowarn:1701,1702 /nostdlib+ /platform:x86 /errorreport:prompt /warn:4 /define:DEBUG;TRACE /highentropyva+ /reference:/home/vincas/code/opensource/openbve/openbve.git/bin_debug/AssimpParser.dll /reference:/home/vincas/code/opensource/openbve/openbve.git/packages/DotNetZip.1.13.4/lib/net40/DotNetZip.dll /reference:/usr/lib/mono/4.6.1-api/mscorlib.dll /reference:/home/vincas/code/opensource/openbve/openbve.git/bin_debug/OpenBveApi.dll /reference:/usr/lib/mono/4.6.1-api/System.Core.dll /reference:/usr/lib/mono/4.6.1-api/System.dll /reference:/usr/lib/mono/4.6.1-api/System.Drawing.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj/Debug/Object.DirectX.dll /subsystemversion:6.00 /target:library /utf8output /deterministic+ /langversion:6 /analyzerconfig:/home/vincas/code/opensource/openbve/openbve.git/.editorconfig Helpers/Block.cs Helpers/MsZip.cs Helpers/Templates.cs Helpers/TokenID.cs Parsers/AssimpXParser.cs Parsers/NewXParser.cs Parsers/XObjectParser.cs Plugin.cs Properties/AssemblyInfo.cs "/tmp/.NETFramework,Version=v4.6.1.AssemblyAttributes.cs"
  Using shared compilation with compiler from directory: /usr/lib/mono/msbuild/Current/bin/Roslyn
_CopyFilesMarkedCopyLocal:
  Creating "/home/vincas/code/opensource/openbve/openbve.git/source/Plugins/Object.DirectX/obj/Debug//Object.DirectX.csproj.CopyComplete" because "AlwaysCreate" was specified.
_CopyOutOfDateSourceItemsToOutputDirectoryAlways:
  Copying file from "/home/vincas/code/opensource/openbve/openbve.git/source/OpenBveApi/OpenTK.dll.config" to "/home/vincas/code/opensource/openbve/openbve.git/bin_debug/OpenTK.dll.config".
CopyFilesToOutputDirectory:
  Copying file from "/home/vincas/code/opensource/openbve/openbve.git/source/Plugins/Object.DirectX/obj/Debug/Object.DirectX.dll" to "/home/vincas/code/opensource/openbve/openbve.git/bin_debug/Object.DirectX.dll".
  Object.DirectX -> /home/vincas/code/opensource/openbve/openbve.git/bin_debug/Object.DirectX.dll
  Copying file from "/home/vincas/code/opensource/openbve/openbve.git/source/Plugins/Object.DirectX/obj/Debug/Object.DirectX.pdb" to "/home/vincas/code/opensource/openbve/openbve.git/bin_debug/Object.DirectX.pdb".
PostBuildEvent:

          mkdir -p /home/vincas/code/opensource/openbve/openbve.git/bin_debug/Data/Plugins/
          mv -f /home/vincas/code/opensource/openbve/openbve.git/bin_debug/Object.DirectX.* /home/vincas/code/opensource/openbve/openbve.git/bin_debug/Data/Plugins/

Done Building Project "/home/vincas/code/opensource/openbve/openbve.git/source/Plugins/Object.DirectX/Object.DirectX.csproj" (default targets).
Project "/home/vincas/code/opensource/openbve/openbve.git/OpenBVE.sln" (1) is building "/home/vincas/code/opensource/openbve/openbve.git/source/Plugins/Object.Wavefront/Object.Wavefront.csproj" (21) on node 1 (default targets).
PrepareForBuild:
  Creating directory "obj/Debug/".
GenerateTargetFrameworkMonikerAttribute:
Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output files are up-to-date with respect to the input files.
CoreCompile:
  /usr/lib/mono/msbuild/Current/bin/Roslyn/csc.exe /noconfig /nowarn:1701,1702 /nostdlib+ /platform:x86 /errorreport:prompt /warn:4 /define:DEBUG;TRACE /highentropyva+ /reference:/home/vincas/code/opensource/openbve/openbve.git/bin_debug/AssimpParser.dll /reference:/usr/lib/mono/4.6.1-api/mscorlib.dll /reference:/home/vincas/code/opensource/openbve/openbve.git/bin_debug/OpenBveApi.dll /reference:/usr/lib/mono/4.6.1-api/System.Core.dll /reference:/usr/lib/mono/4.6.1-api/System.dll /reference:/usr/lib/mono/4.6.1-api/System.Drawing.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj/Debug/Object.Wavefront.dll /subsystemversion:6.00 /target:library /utf8output /deterministic+ /langversion:6 /analyzerconfig:/home/vincas/code/opensource/openbve/openbve.git/.editorconfig Parsers/AssimpObjParser.cs Parsers/WavefrontObjParser.cs Plugin.cs Properties/AssemblyInfo.cs "/tmp/.NETFramework,Version=v4.6.1.AssemblyAttributes.cs"
  Using shared compilation with compiler from directory: /usr/lib/mono/msbuild/Current/bin/Roslyn
_CopyFilesMarkedCopyLocal:
  Creating "/home/vincas/code/opensource/openbve/openbve.git/source/Plugins/Object.Wavefront/obj/Debug//Object.Wavefront.csproj.CopyComplete" because "AlwaysCreate" was specified.
_CopyOutOfDateSourceItemsToOutputDirectoryAlways:
  Copying file from "/home/vincas/code/opensource/openbve/openbve.git/source/OpenBveApi/OpenTK.dll.config" to "/home/vincas/code/opensource/openbve/openbve.git/bin_debug/OpenTK.dll.config".
CopyFilesToOutputDirectory:
  Copying file from "/home/vincas/code/opensource/openbve/openbve.git/source/Plugins/Object.Wavefront/obj/Debug/Object.Wavefront.dll" to "/home/vincas/code/opensource/openbve/openbve.git/bin_debug/Object.Wavefront.dll".
  Object.Wavefront -> /home/vincas/code/opensource/openbve/openbve.git/bin_debug/Object.Wavefront.dll
  Copying file from "/home/vincas/code/opensource/openbve/openbve.git/source/Plugins/Object.Wavefront/obj/Debug/Object.Wavefront.pdb" to "/home/vincas/code/opensource/openbve/openbve.git/bin_debug/Object.Wavefront.pdb".
PostBuildEvent:

          mkdir -p /home/vincas/code/opensource/openbve/openbve.git/bin_debug/Data/Plugins/
          mv -f /home/vincas/code/opensource/openbve/openbve.git/bin_debug/Object.Wavefront.* /home/vincas/code/opensource/openbve/openbve.git/bin_debug/Data/Plugins/

Done Building Project "/home/vincas/code/opensource/openbve/openbve.git/source/Plugins/Object.Wavefront/Object.Wavefront.csproj" (default targets).
Project "/home/vincas/code/opensource/openbve/openbve.git/OpenBVE.sln" (1) is building "/home/vincas/code/opensource/openbve/openbve.git/source/SoundManager/SoundManager.csproj" (22) on node 1 (default targets).
PrepareForBuild:
  Creating directory "bin/Debug/".
  Creating directory "obj/Debug/".
GenerateTargetFrameworkMonikerAttribute:
Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output files are up-to-date with respect to the input files.
CoreCompile:
  /usr/lib/mono/msbuild/Current/bin/Roslyn/csc.exe /noconfig /nowarn:1701,1702 /nostdlib+ /platform:x86 /errorreport:prompt /warn:4 /define:DEBUG;TRACE /highentropyva+ /reference:/usr/lib/mono/4.6.1-api/mscorlib.dll /reference:/home/vincas/code/opensource/openbve/openbve.git/bin_debug/OpenBveApi.dll /reference:/home/vincas/code/opensource/openbve/openbve.git/packages/OpenTK.3.1.0/lib/net20/OpenTK.dll /reference:/usr/lib/mono/4.6.1-api/System.Core.dll /reference:/usr/lib/mono/4.6.1-api/System.dll /reference:/usr/lib/mono/4.6.1-api/System.Windows.Forms.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj/Debug/SoundManager.dll /subsystemversion:6.00 /target:library /utf8output /deterministic+ /langversion:6 /analyzerconfig:/home/vincas/code/opensource/openbve/openbve.git/.editorconfig Sounds.CarSound.cs Sounds.cs Properties/AssemblyInfo.cs Sounds.Options.cs Sounds.SoundBuffer.cs Sounds.SoundModels.cs Sounds.SoundSource.cs Sounds.Update.cs "/tmp/.NETFramework,Version=v4.6.1.AssemblyAttributes.cs"
  Using shared compilation with compiler from directory: /usr/lib/mono/msbuild/Current/bin/Roslyn
_CopyFilesMarkedCopyLocal:
  Copying file from "/home/vincas/code/opensource/openbve/openbve.git/bin_debug/OpenBveApi.dll" to "/home/vincas/code/opensource/openbve/openbve.git/source/SoundManager/bin/Debug/OpenBveApi.dll".
  Copying file from "/home/vincas/code/opensource/openbve/openbve.git/bin_debug/Ude.NetStandard.dll" to "/home/vincas/code/opensource/openbve/openbve.git/source/SoundManager/bin/Debug/Ude.NetStandard.dll".
  Copying file from "/home/vincas/code/opensource/openbve/openbve.git/packages/OpenTK.3.1.0/lib/net20/OpenTK.dll" to "/home/vincas/code/opensource/openbve/openbve.git/source/SoundManager/bin/Debug/OpenTK.dll".
  Copying file from "/home/vincas/code/opensource/openbve/openbve.git/bin_debug/CSScriptLibrary.dll" to "/home/vincas/code/opensource/openbve/openbve.git/source/SoundManager/bin/Debug/CSScriptLibrary.dll".
  Copying file from "/home/vincas/code/opensource/openbve/openbve.git/bin_debug/SharpCompress.dll" to "/home/vincas/code/opensource/openbve/openbve.git/source/SoundManager/bin/Debug/SharpCompress.dll".
  Copying file from "/home/vincas/code/opensource/openbve/openbve.git/bin_debug/OpenBveApi.pdb" to "/home/vincas/code/opensource/openbve/openbve.git/source/SoundManager/bin/Debug/OpenBveApi.pdb".
  Copying file from "/home/vincas/code/opensource/openbve/openbve.git/bin_debug/OpenBveApi.xml" to "/home/vincas/code/opensource/openbve/openbve.git/source/SoundManager/bin/Debug/OpenBveApi.xml".
  Copying file from "/home/vincas/code/opensource/openbve/openbve.git/packages/OpenTK.3.1.0/lib/net20/OpenTK.pdb" to "/home/vincas/code/opensource/openbve/openbve.git/source/SoundManager/bin/Debug/OpenTK.pdb".
  Copying file from "/home/vincas/code/opensource/openbve/openbve.git/packages/OpenTK.3.1.0/lib/net20/OpenTK.xml" to "/home/vincas/code/opensource/openbve/openbve.git/source/SoundManager/bin/Debug/OpenTK.xml".
  Copying file from "/home/vincas/code/opensource/openbve/openbve.git/bin_debug/CSScriptLibrary.xml" to "/home/vincas/code/opensource/openbve/openbve.git/source/SoundManager/bin/Debug/CSScriptLibrary.xml".
  Creating "/home/vincas/code/opensource/openbve/openbve.git/source/SoundManager/obj/Debug//SoundManager.csproj.CopyComplete" because "AlwaysCreate" was specified.
_CopyOutOfDateSourceItemsToOutputDirectoryAlways:
  Copying file from "/home/vincas/code/opensource/openbve/openbve.git/source/OpenBveApi/OpenTK.dll.config" to "/home/vincas/code/opensource/openbve/openbve.git/source/SoundManager/bin/Debug/OpenTK.dll.config".
CopyFilesToOutputDirectory:
  Copying file from "/home/vincas/code/opensource/openbve/openbve.git/source/SoundManager/obj/Debug/SoundManager.dll" to "/home/vincas/code/opensource/openbve/openbve.git/source/SoundManager/bin/Debug/SoundManager.dll".
  SoundManager -> /home/vincas/code/opensource/openbve/openbve.git/source/SoundManager/bin/Debug/SoundManager.dll
  Copying file from "/home/vincas/code/opensource/openbve/openbve.git/source/SoundManager/obj/Debug/SoundManager.pdb" to "/home/vincas/code/opensource/openbve/openbve.git/source/SoundManager/bin/Debug/SoundManager.pdb".
Done Building Project "/home/vincas/code/opensource/openbve/openbve.git/source/SoundManager/SoundManager.csproj" (default targets).
Project "/home/vincas/code/opensource/openbve/openbve.git/OpenBVE.sln" (1) is building "/home/vincas/code/opensource/openbve/openbve.git/source/Plugins/Sound.Vorbis/Sound.Vorbis.csproj" (23) on node 1 (default targets).
PrepareForBuild:
  Creating directory "obj/Debug/".
GenerateTargetFrameworkMonikerAttribute:
Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output files are up-to-date with respect to the input files.
CoreCompile:
  /usr/lib/mono/msbuild/Current/bin/Roslyn/csc.exe /noconfig /nowarn:1701,1702 /nostdlib+ /platform:x86 /errorreport:prompt /warn:4 /define:DEBUG;TRACE /highentropyva+ /reference:/usr/lib/mono/4.6.1-api/mscorlib.dll /reference:/home/vincas/code/opensource/openbve/openbve.git/packages/NAudio.1.9.0/lib/net35/NAudio.dll /reference:/home/vincas/code/opensource/openbve/openbve.git/packages/NAudio.Vorbis.1.0.0.0/lib/net35/NAudio.Vorbis.dll /reference:/home/vincas/code/opensource/openbve/openbve.git/packages/NVorbis.0.8.6/lib/net35/NVorbis.dll /reference:/home/vincas/code/opensource/openbve/openbve.git/bin_debug/OpenBveApi.dll /reference:/usr/lib/mono/4.6.1-api/System.Core.dll /reference:/usr/lib/mono/4.6.1-api/System.dll /reference:/usr/lib/mono/4.6.1-api/System.Windows.Forms.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj/Debug/Sound.Vorbis.dll /subsystemversion:6.00 /target:library /utf8output /deterministic+ /langversion:6 /analyzerconfig:/home/vincas/code/opensource/openbve/openbve.git/.editorconfig Plugin.cs Plugin.Parser.cs Properties/AssemblyInfo.cs "/tmp/.NETFramework,Version=v4.6.1.AssemblyAttributes.cs"
  Using shared compilation with compiler from directory: /usr/lib/mono/msbuild/Current/bin/Roslyn
_CopyFilesMarkedCopyLocal:
  Copying file from "/home/vincas/code/opensource/openbve/openbve.git/packages/NVorbis.0.8.6/lib/net35/NVorbis.dll" to "/home/vincas/code/opensource/openbve/openbve.git/bin_debug/NVorbis.dll".
  Copying file from "/home/vincas/code/opensource/openbve/openbve.git/packages/NAudio.Vorbis.1.0.0.0/lib/net35/NAudio.Vorbis.dll" to "/home/vincas/code/opensource/openbve/openbve.git/bin_debug/NAudio.Vorbis.dll".
  Copying file from "/home/vincas/code/opensource/openbve/openbve.git/packages/NVorbis.0.8.6/lib/net35/NVorbis.xml" to "/home/vincas/code/opensource/openbve/openbve.git/bin_debug/NVorbis.xml".
  Creating "/home/vincas/code/opensource/openbve/openbve.git/source/Plugins/Sound.Vorbis/obj/Debug//Sound.Vorbis.csproj.CopyComplete" because "AlwaysCreate" was specified.
_CopyOutOfDateSourceItemsToOutputDirectoryAlways:
  Copying file from "/home/vincas/code/opensource/openbve/openbve.git/source/OpenBveApi/OpenTK.dll.config" to "/home/vincas/code/opensource/openbve/openbve.git/bin_debug/OpenTK.dll.config".
CopyFilesToOutputDirectory:
  Copying file from "/home/vincas/code/opensource/openbve/openbve.git/source/Plugins/Sound.Vorbis/obj/Debug/Sound.Vorbis.dll" to "/home/vincas/code/opensource/openbve/openbve.git/bin_debug/Sound.Vorbis.dll".
  Sound.Vorbis -> /home/vincas/code/opensource/openbve/openbve.git/bin_debug/Sound.Vorbis.dll
  Copying file from "/home/vincas/code/opensource/openbve/openbve.git/source/Plugins/Sound.Vorbis/obj/Debug/Sound.Vorbis.pdb" to "/home/vincas/code/opensource/openbve/openbve.git/bin_debug/Sound.Vorbis.pdb".
PostBuildEvent:

          mkdir -p /home/vincas/code/opensource/openbve/openbve.git/bin_debug/Data/Plugins/
          mv -f /home/vincas/code/opensource/openbve/openbve.git/bin_debug/Sound.Vorbis.* /home/vincas/code/opensource/openbve/openbve.git/bin_debug/Data/Plugins/

Done Building Project "/home/vincas/code/opensource/openbve/openbve.git/source/Plugins/Sound.Vorbis/Sound.Vorbis.csproj" (default targets).
Project "/home/vincas/code/opensource/openbve/openbve.git/OpenBVE.sln" (1) is building "/home/vincas/code/opensource/openbve/openbve.git/source/Plugins/Object.Animated/Object.Animated.csproj" (24) on node 1 (default targets).
PrepareForBuild:
  Creating directory "obj/Debug/".
GenerateTargetFrameworkMonikerAttribute:
Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output files are up-to-date with respect to the input files.
CoreCompile:
  /usr/lib/mono/msbuild/Current/bin/Roslyn/csc.exe /noconfig /nowarn:1701,1702 /nostdlib+ /platform:x86 /errorreport:prompt /warn:4 /define:DEBUG;TRACE /highentropyva+ /reference:/usr/lib/mono/4.6.1-api/mscorlib.dll /reference:/home/vincas/code/opensource/openbve/openbve.git/bin_debug/OpenBveApi.dll /reference:/home/vincas/code/opensource/openbve/openbve.git/packages/OpenTK.3.1.0/lib/net20/OpenTK.dll /reference:/usr/lib/mono/4.6.1-api/System.Core.dll /reference:/usr/lib/mono/4.6.1-api/System.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj/Debug/Object.Animated.dll /subsystemversion:6.00 /target:library /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:/home/vincas/code/opensource/openbve/openbve.git/.editorconfig Plugin.cs Plugin.Parser.cs Properties/AssemblyInfo.cs "/tmp/.NETFramework,Version=v4.6.1.AssemblyAttributes.cs"
  Using shared compilation with compiler from directory: /usr/lib/mono/msbuild/Current/bin/Roslyn
_CopyFilesMarkedCopyLocal:
  Creating "/home/vincas/code/opensource/openbve/openbve.git/source/Plugins/Object.Animated/obj/Debug//Object.Animated.csproj.CopyComplete" because "AlwaysCreate" was specified.
_CopyOutOfDateSourceItemsToOutputDirectoryAlways:
  Copying file from "/home/vincas/code/opensource/openbve/openbve.git/source/OpenBveApi/OpenTK.dll.config" to "/home/vincas/code/opensource/openbve/openbve.git/bin_debug/OpenTK.dll.config".
CopyFilesToOutputDirectory:
  Copying file from "/home/vincas/code/opensource/openbve/openbve.git/source/Plugins/Object.Animated/obj/Debug/Object.Animated.dll" to "/home/vincas/code/opensource/openbve/openbve.git/bin_debug/Object.Animated.dll".
  Object.Animated -> /home/vincas/code/opensource/openbve/openbve.git/bin_debug/Object.Animated.dll
  Copying file from "/home/vincas/code/opensource/openbve/openbve.git/source/Plugins/Object.Animated/obj/Debug/Object.Animated.pdb" to "/home/vincas/code/opensource/openbve/openbve.git/bin_debug/Object.Animated.pdb".
PostBuildEvent:

          mkdir -p /home/vincas/code/opensource/openbve/openbve.git/bin_debug/Data/Plugins/
          mv -f /home/vincas/code/opensource/openbve/openbve.git/bin_debug/Object.Animated.* /home/vincas/code/opensource/openbve/openbve.git/bin_debug/Data/Plugins/

Done Building Project "/home/vincas/code/opensource/openbve/openbve.git/source/Plugins/Object.Animated/Object.Animated.csproj" (default targets).
Project "/home/vincas/code/opensource/openbve/openbve.git/OpenBVE.sln" (1) is building "/home/vincas/code/opensource/openbve/openbve.git/source/Plugins/Object.LokSim/Object.LokSim.csproj" (25) on node 1 (default targets).
PrepareForBuild:
  Creating directory "obj/Debug/".
GenerateTargetFrameworkMonikerAttribute:
Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output files are up-to-date with respect to the input files.
CoreCompile:
  /usr/lib/mono/msbuild/Current/bin/Roslyn/csc.exe /noconfig /nowarn:1701,1702 /nostdlib+ /errorreport:prompt /warn:4 /define:DEBUG;TRACE /highentropyva+ /reference:/usr/lib/mono/4.6.1-api/mscorlib.dll /reference:/home/vincas/code/opensource/openbve/openbve.git/bin_debug/OpenBveApi.dll /reference:/home/vincas/code/opensource/openbve/openbve.git/packages/OpenTK.3.1.0/lib/net20/OpenTK.dll /reference:/usr/lib/mono/4.6.1-api/System.Core.dll /reference:/usr/lib/mono/4.6.1-api/System.dll /reference:/usr/lib/mono/4.6.1-api/System.Drawing.dll /reference:/usr/lib/mono/4.6.1-api/System.Xml.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj/Debug/Object.LokSim.dll /subsystemversion:6.00 /target:library /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:/home/vincas/code/opensource/openbve/openbve.git/.editorconfig GroupParser.cs ObjectParser.cs Plugin.cs Properties/AssemblyInfo.cs "/tmp/.NETFramework,Version=v4.6.1.AssemblyAttributes.cs"
  Using shared compilation with compiler from directory: /usr/lib/mono/msbuild/Current/bin/Roslyn
_CopyFilesMarkedCopyLocal:
  Creating "/home/vincas/code/opensource/openbve/openbve.git/source/Plugins/Object.LokSim/obj/Debug//Object.LokSim.csproj.CopyComplete" because "AlwaysCreate" was specified.
_CopyOutOfDateSourceItemsToOutputDirectoryAlways:
  Copying file from "/home/vincas/code/opensource/openbve/openbve.git/source/OpenBveApi/OpenTK.dll.config" to "/home/vincas/code/opensource/openbve/openbve.git/bin_debug/OpenTK.dll.config".
CopyFilesToOutputDirectory:
  Copying file from "/home/vincas/code/opensource/openbve/openbve.git/source/Plugins/Object.LokSim/obj/Debug/Object.LokSim.dll" to "/home/vincas/code/opensource/openbve/openbve.git/bin_debug/Object.LokSim.dll".
  Object.LokSim -> /home/vincas/code/opensource/openbve/openbve.git/bin_debug/Object.LokSim.dll
  Copying file from "/home/vincas/code/opensource/openbve/openbve.git/source/Plugins/Object.LokSim/obj/Debug/Object.LokSim.pdb" to "/home/vincas/code/opensource/openbve/openbve.git/bin_debug/Object.LokSim.pdb".
PostBuildEvent:

          mkdir -p /home/vincas/code/opensource/openbve/openbve.git/bin_debug/Data/Plugins/
          mv -f /home/vincas/code/opensource/openbve/openbve.git/bin_debug/Object.LokSim.* /home/vincas/code/opensource/openbve/openbve.git/bin_debug/Data/Plugins/

Done Building Project "/home/vincas/code/opensource/openbve/openbve.git/source/Plugins/Object.LokSim/Object.LokSim.csproj" (default targets).
Project "/home/vincas/code/opensource/openbve/openbve.git/OpenBVE.sln" (1) is building "/home/vincas/code/opensource/openbve/openbve.git/source/Plugins/Object.Msts/Object.Msts.csproj" (26) on node 1 (default targets).
PrepareForBuild:
  Creating directory "obj/Debug/".
GenerateTargetFrameworkMonikerAttribute:
Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output files are up-to-date with respect to the input files.
CoreCompile:
  /usr/lib/mono/msbuild/Current/bin/Roslyn/csc.exe /noconfig /nowarn:1701,1702 /nostdlib+ /platform:x86 /errorreport:prompt /warn:4 /define:DEBUG;TRACE /highentropyva+ /reference:/home/vincas/code/opensource/openbve/openbve.git/bin_debug/Data/Formats/Formats.Msts.dll /reference:/usr/lib/mono/4.6.1-api/Microsoft.CSharp.dll /reference:/usr/lib/mono/4.6.1-api/mscorlib.dll /reference:/home/vincas/code/opensource/openbve/openbve.git/bin_debug/OpenBveApi.dll /reference:/home/vincas/code/opensource/openbve/openbve.git/packages/SharpCompress.0.24.0/lib/net45/SharpCompress.dll /reference:/usr/lib/mono/4.6.1-api/System.Core.dll /reference:/usr/lib/mono/4.6.1-api/System.Data.DataSetExtensions.dll /reference:/usr/lib/mono/4.6.1-api/System.Data.dll /reference:/usr/lib/mono/4.6.1-api/System.dll /reference:/usr/lib/mono/4.6.1-api/System.Drawing.dll /reference:/usr/lib/mono/4.6.1-api/System.Xml.dll /reference:/usr/lib/mono/4.6.1-api/System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj/Debug/Object.Msts.dll /subsystemversion:6.00 /target:library /utf8output /deterministic+ /langversion:7.3 /analyzerconfig:/home/vincas/code/opensource/openbve/openbve.git/.editorconfig Plugin.cs Properties/AssemblyInfo.cs ShapeParser.cs "/tmp/.NETFramework,Version=v4.6.1.AssemblyAttributes.cs"
  Using shared compilation with compiler from directory: /usr/lib/mono/msbuild/Current/bin/Roslyn
_CopyFilesMarkedCopyLocal:
  Copying file from "/home/vincas/code/opensource/openbve/openbve.git/bin_debug/Data/Formats/Formats.Msts.dll" to "/home/vincas/code/opensource/openbve/openbve.git/bin_debug/Formats.Msts.dll".
  Copying file from "/home/vincas/code/opensource/openbve/openbve.git/bin_debug/Data/Formats/Formats.Msts.pdb" to "/home/vincas/code/opensource/openbve/openbve.git/bin_debug/Formats.Msts.pdb".
  Creating "/home/vincas/code/opensource/openbve/openbve.git/source/Plugins/Object.Msts/obj/Debug//Object.Msts.csproj.CopyComplete" because "AlwaysCreate" was specified.
_CopyOutOfDateSourceItemsToOutputDirectoryAlways:
  Copying file from "/home/vincas/code/opensource/openbve/openbve.git/source/OpenBveApi/OpenTK.dll.config" to "/home/vincas/code/opensource/openbve/openbve.git/bin_debug/OpenTK.dll.config".
CopyFilesToOutputDirectory:
  Copying file from "/home/vincas/code/opensource/openbve/openbve.git/source/Plugins/Object.Msts/obj/Debug/Object.Msts.dll" to "/home/vincas/code/opensource/openbve/openbve.git/bin_debug/Object.Msts.dll".
  Object.Msts -> /home/vincas/code/opensource/openbve/openbve.git/bin_debug/Object.Msts.dll
  Copying file from "/home/vincas/code/opensource/openbve/openbve.git/source/Plugins/Object.Msts/obj/Debug/Object.Msts.pdb" to "/home/vincas/code/opensource/openbve/openbve.git/bin_debug/Object.Msts.pdb".
PostBuildEvent:

          mkdir -p /home/vincas/code/opensource/openbve/openbve.git/bin_debug/Data/Plugins/
          mv -f /home/vincas/code/opensource/openbve/openbve.git/bin_debug/Object.Msts.* /home/vincas/code/opensource/openbve/openbve.git/bin_debug/Data/Plugins/

Done Building Project "/home/vincas/code/opensource/openbve/openbve.git/source/Plugins/Object.Msts/Object.Msts.csproj" (default targets).
Project "/home/vincas/code/opensource/openbve/openbve.git/OpenBVE.sln" (1) is building "/home/vincas/code/opensource/openbve/openbve.git/source/LibRender2/LibRender2.csproj" (27) on node 1 (default targets).
PrepareForBuild:
  Creating directory "obj/Debug/".
GenerateTargetFrameworkMonikerAttribute:
Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output files are up-to-date with respect to the input files.
CoreCompile:
  /usr/lib/mono/msbuild/Current/bin/Roslyn/csc.exe /noconfig /unsafe+ /nowarn:1701,1702 /nostdlib+ /errorreport:prompt /warn:4 /define:DEBUG;TRACE /highentropyva+ /reference:/usr/lib/mono/4.6.1-api/mscorlib.dll /reference:/home/vincas/code/opensource/openbve/openbve.git/bin_debug/OpenBveApi.dll /reference:/home/vincas/code/opensource/openbve/openbve.git/packages/OpenTK.3.1.0/lib/net20/OpenTK.dll /reference:/usr/lib/mono/4.6.1-api/System.Core.dll /reference:/usr/lib/mono/4.6.1-api/System.dll /reference:/usr/lib/mono/4.6.1-api/System.Drawing.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj/Debug/LibRender2.dll /subsystemversion:6.00 /resource:../../assets/Shaders/default.frag,LibRender2.default.frag /resource:../../assets/Shaders/picking.frag,LibRender2.picking.frag /resource:../../assets/Shaders/default.vert,LibRender2.default.vert /target:library /utf8output /deterministic+ /langversion:6 /analyzerconfig:/home/vincas/code/opensource/openbve/openbve.git/.editorconfig Backgrounds/Background.cs BaseRenderer.cs Camera/Camera.cs Camera/CameraAlignment.cs Camera/CameraRestriction.cs Fog/Fog.cs Lighting/LightDefinition.cs Lighting/Lighting.cs Loading/Loading.cs MotionBlur/MotionBlur.cs MotionBlur/MotionBlurMode.cs Objects/FaceState.cs Objects/ObjectLibrary.cs openGL/FrameBufferObject.cs openGL/IndexBufferObject.cs openGL/ShaderLayout.cs openGL/VertexArrayObject.cs openGL/VertexBufferObject.cs Overlays/Keys.cs Overlays/Marker.cs Primitives/Cube.cs Primitives/Rectangle.cs openGL/Vertex.cs Properties/AssemblyInfo.cs Screen/OutputModes.cs Screen/Screen.cs Shaders/Shader.cs Textures/TextureManager.cs Text/OpenGlFont.cs Text/OpenGlFontChar.cs Text/OpenGlFontTable.cs Text/OpenGlString.cs Viewport/ViewportChangeModes.cs Viewport/ViewportModes.cs "/tmp/.NETFramework,Version=v4.6.1.AssemblyAttributes.cs"
  Using shared compilation with compiler from directory: /usr/lib/mono/msbuild/Current/bin/Roslyn
_CopyFilesMarkedCopyLocal:
  Creating "/home/vincas/code/opensource/openbve/openbve.git/source/LibRender2/obj/Debug//LibRender2.csproj.CopyComplete" because "AlwaysCreate" was specified.
_CopyOutOfDateSourceItemsToOutputDirectoryAlways:
  Copying file from "/home/vincas/code/opensource/openbve/openbve.git/source/OpenBveApi/OpenTK.dll.config" to "/home/vincas/code/opensource/openbve/openbve.git/bin_debug/OpenTK.dll.config".
CopyFilesToOutputDirectory:
  Copying file from "/home/vincas/code/opensource/openbve/openbve.git/source/LibRender2/obj/Debug/LibRender2.dll" to "/home/vincas/code/opensource/openbve/openbve.git/bin_debug/LibRender2.dll".
  LibRender2 -> /home/vincas/code/opensource/openbve/openbve.git/bin_debug/LibRender2.dll
  Copying file from "/home/vincas/code/opensource/openbve/openbve.git/source/LibRender2/obj/Debug/LibRender2.pdb" to "/home/vincas/code/opensource/openbve/openbve.git/bin_debug/LibRender2.pdb".
Done Building Project "/home/vincas/code/opensource/openbve/openbve.git/source/LibRender2/LibRender2.csproj" (default targets).
Project "/home/vincas/code/opensource/openbve/openbve.git/OpenBVE.sln" (1) is building "/home/vincas/code/opensource/openbve/openbve.git/source/RouteManager2/RouteManager2.csproj" (28) on node 1 (default targets).
PrepareForBuild:
  Creating directory "obj/Debug/".
GenerateTargetFrameworkMonikerAttribute:
Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output files are up-to-date with respect to the input files.
CoreCompile:
  /usr/lib/mono/msbuild/Current/bin/Roslyn/csc.exe /noconfig /nowarn:1701,1702 /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:DEBUG;TRACE /highentropyva+ /reference:/home/vincas/code/opensource/openbve/openbve.git/bin_debug/LibRender2.dll /reference:/usr/lib/mono/4.6.1-api/Microsoft.CSharp.dll /reference:/usr/lib/mono/4.6.1-api/mscorlib.dll /reference:/home/vincas/code/opensource/openbve/openbve.git/bin_debug/OpenBveApi.dll /reference:/home/vincas/code/opensource/openbve/openbve.git/source/SoundManager/bin/Debug/SoundManager.dll /reference:/usr/lib/mono/4.6.1-api/System.Core.dll /reference:/usr/lib/mono/4.6.1-api/System.dll /reference:/usr/lib/mono/4.6.1-api/System.Drawing.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj/Debug/RouteManager2.dll /subsystemversion:6.00 /target:library /utf8output /deterministic+ /langversion:6 /analyzerconfig:/home/vincas/code/opensource/openbve/openbve.git/.editorconfig Climate/Atmosphere.cs CurrentRoute.cs Climate/Fog.cs Events/BackgroundChange.cs Events/BrightnessChange.cs Events/DestinationChange.cs Events/FogChange.cs Events/MarkerEnd.cs Events/MarkerStart.cs Events/PassAlarm.cs Events/PointSound.cs Events/RailSound.cs Events/RequestStop.cs Events/SignalSection.cs Events/Sound.cs Events/SpeedLimit.cs Events/Station.cs Events/TrackEnd.cs Events/Transponder.cs Events/Transponder.Types.cs MessageManager/AbstractMessage.cs MessageManager/MessageDependancy.cs MessageManager/MessageDirection.cs MessageManager/MessageTypes/GeneralMessage.cs MessageManager/MessageTypes/MarkerImage.cs MessageManager/MessageTypes/MarkerText.cs MessageManager/MessageTypes/TextureMessage.cs PointOfInterest.cs Properties/AssemblyInfo.cs SignalManager/PreTrain/BogusPreTrainInstruction.cs SignalManager/SafetySystems.cs SignalManager/Section.cs SignalManager/SectionAspect.cs SignalManager/SectionTypes.cs Stations/RouteStation.cs Stations/Station.Stop.cs "/tmp/.NETFramework,Version=v4.6.1.AssemblyAttributes.cs"
  Using shared compilation with compiler from directory: /usr/lib/mono/msbuild/Current/bin/Roslyn
_CopyFilesMarkedCopyLocal:
  Copying file from "/home/vincas/code/opensource/openbve/openbve.git/source/SoundManager/bin/Debug/SoundManager.dll" to "/home/vincas/code/opensource/openbve/openbve.git/bin_debug/SoundManager.dll".
  Copying file from "/home/vincas/code/opensource/openbve/openbve.git/source/SoundManager/bin/Debug/SoundManager.pdb" to "/home/vincas/code/opensource/openbve/openbve.git/bin_debug/SoundManager.pdb".
  Creating "/home/vincas/code/opensource/openbve/openbve.git/source/RouteManager2/obj/Debug//RouteManager2.csproj.CopyComplete" because "AlwaysCreate" was specified.
_CopyOutOfDateSourceItemsToOutputDirectoryAlways:
  Copying file from "/home/vincas/code/opensource/openbve/openbve.git/source/OpenBveApi/OpenTK.dll.config" to "/home/vincas/code/opensource/openbve/openbve.git/bin_debug/OpenTK.dll.config".
CopyFilesToOutputDirectory:
  Copying file from "/home/vincas/code/opensource/openbve/openbve.git/source/RouteManager2/obj/Debug/RouteManager2.dll" to "/home/vincas/code/opensource/openbve/openbve.git/bin_debug/RouteManager2.dll".
  RouteManager2 -> /home/vincas/code/opensource/openbve/openbve.git/bin_debug/RouteManager2.dll
  Copying file from "/home/vincas/code/opensource/openbve/openbve.git/source/RouteManager2/obj/Debug/RouteManager2.pdb" to "/home/vincas/code/opensource/openbve/openbve.git/bin_debug/RouteManager2.pdb".
Done Building Project "/home/vincas/code/opensource/openbve/openbve.git/source/RouteManager2/RouteManager2.csproj" (default targets).
Project "/home/vincas/code/opensource/openbve/openbve.git/OpenBVE.sln" (1) is building "/home/vincas/code/opensource/openbve/openbve.git/source/OpenBVE/OpenBve.csproj.metaproj" (29) on node 1 (default targets).
Project "/home/vincas/code/opensource/openbve/openbve.git/source/OpenBVE/OpenBve.csproj.metaproj" (29) is building "/home/vincas/code/opensource/openbve/openbve.git/source/OpenBVE/OpenBve.csproj" (30) on node 1 (default targets).
PrepareForBuild:
  Creating directory "obj/Debug/".
PreBuildEvent:
  bash /home/vincas/code/opensource/openbve/openbve.git/source/OpenBVE/Properties/AssemblyInfo.sh
bash : warning : setlocale: LC_ALL: cannot change locale (en_US.UTF-8) [/home/vincas/code/opensource/openbve/openbve.git/source/OpenBVE/OpenBve.csproj]
ResolveAssemblyReferences:
  Consider app.config remapping of assembly "mscorlib, Culture=neutral, PublicKeyToken=b77a5c561934e089" from Version "2.0.0.0" [] to Version "4.0.0.0" [/usr/lib/mono/4.6.1-api/mscorlib.dll] to solve conflict and get rid of warning.
  Consider app.config remapping of assembly "System, Culture=neutral, PublicKeyToken=b77a5c561934e089" from Version "2.0.0.0" [/usr/lib/mono/gac/System/4.0.0.0__b77a5c561934e089/System.dll] to Version "4.0.0.0" [/usr/lib/mono/4.6.1-api/System.dll] to solve conflict and get rid of warning.
  Consider app.config remapping of assembly "System.Drawing, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" from Version "2.0.0.0" [/usr/lib/mono/gac/System.Drawing/4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll] to Version "4.0.0.0" [/usr/lib/mono/4.6.1-api/System.Drawing.dll] to solve conflict and get rid of warning.
  Consider app.config remapping of assembly "System.Xml, Culture=neutral, PublicKeyToken=b77a5c561934e089" from Version "2.0.0.0" [/usr/lib/mono/gac/System.Xml/4.0.0.0__b77a5c561934e089/System.Xml.dll] to Version "4.0.0.0" [/usr/lib/mono/4.6.1-api/System.Xml.dll] to solve conflict and get rid of warning.
/usr/lib/mono/msbuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2101,5): warning MSB3276: Found conflicts between different versions of the same dependent assembly. Please set the "AutoGenerateBindingRedirects" property to true in the project file. For more information, see http://go.microsoft.com/fwlink/?LinkId=294190. [/home/vincas/code/opensource/openbve/openbve.git/source/OpenBVE/OpenBve.csproj]
CoreResGen:
  /usr/lib/mono/4.5/resgen.exe /useSourcePath /r:/home/vincas/code/opensource/openbve/openbve.git/bin_debug/AssimpParser.dll /r:/home/vincas/code/opensource/openbve/openbve.git/packages/CS-Script.lib.3.29.0/lib/CSScriptLibrary.dll /r:/home/vincas/code/opensource/openbve/openbve.git/bin_debug/Data/Formats/Formats.Msts.dll /r:/home/vincas/code/opensource/openbve/openbve.git/bin_debug/DevTools/LBAHeader.exe /r:/home/vincas/code/opensource/openbve/openbve.git/bin_debug/LibRender2.dll /r:/usr/lib/mono/4.6.1-api/Microsoft.CSharp.dll /r:/usr/lib/mono/4.6.1-api/mscorlib.dll /r:/home/vincas/code/opensource/openbve/openbve.git/bin_debug/OpenBveApi.dll /r:/home/vincas/code/opensource/openbve/openbve.git/packages/OpenTK.3.1.0/lib/net20/OpenTK.dll /r:/home/vincas/code/opensource/openbve/openbve.git/dependencies/PIEHid32Net.dll /r:/home/vincas/code/opensource/openbve/openbve.git/bin_debug/RouteManager2.dll /r:/home/vincas/code/opensource/openbve/openbve.git/packages/SharpCompress.0.24.0/lib/net45/SharpCompress.dll /r:/home/vincas/code/opensource/openbve/openbve.git/source/SoundManager/bin/Debug/SoundManager.dll /r:/usr/lib/mono/4.6.1-api/System.Core.dll /r:/usr/lib/mono/4.6.1-api/System.Data.dll /r:/usr/lib/mono/4.6.1-api/System.dll /r:/usr/lib/mono/4.6.1-api/System.Drawing.dll /r:/usr/lib/mono/4.6.1-api/System.Windows.Forms.dll /r:/usr/lib/mono/4.6.1-api/System.Xml.dll /r:/usr/lib/mono/4.6.1-api/System.Xml.Linq.dll /compile Properties/Resources.resx,obj/Debug/OpenBve.Properties.Resources.resources UserInterface/formAbout.resx,obj/Debug/OpenBve.formAbout.resources UserInterface/formRaildriverCalibration.resx,obj/Debug/OpenBve.UserInterface.formRaildriverCalibration.resources UserInterface/formBugReport.resx,obj/Debug/OpenBve.formBugReport.resources UserInterface/formImage.resx,obj/Debug/OpenBve.formImage.resources UserInterface/formMain.resx,obj/Debug/OpenBve.formMain.resources
  Processing resource file "Properties/Resources.resx" into "obj/Debug/OpenBve.Properties.Resources.resources".
  Processing resource file "UserInterface/formAbout.resx" into "obj/Debug/OpenBve.formAbout.resources".
  Processing resource file "UserInterface/formRaildriverCalibration.resx" into "obj/Debug/OpenBve.UserInterface.formRaildriverCalibration.resources".
  Processing resource file "UserInterface/formBugReport.resx" into "obj/Debug/OpenBve.formBugReport.resources".
  Processing resource file "UserInterface/formImage.resx" into "obj/Debug/OpenBve.formImage.resources".
  Processing resource file "UserInterface/formMain.resx" into "obj/Debug/OpenBve.formMain.resources".
GenerateTargetFrameworkMonikerAttribute:
Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output files are up-to-date with respect to the input files.
CoreCompile:
  /usr/lib/mono/msbuild/Current/bin/Roslyn/csc.exe /noconfig /unsafe+ /checked- /nowarn:1701,1702 /nostdlib+ /platform:x86 /errorreport:prompt /warn:4 /baseaddress:4194304 /define:TRACE;DEBUG /highentropyva+ /reference:/home/vincas/code/opensource/openbve/openbve.git/bin_debug/AssimpParser.dll /reference:/home/vincas/code/opensource/openbve/openbve.git/packages/CS-Script.lib.3.29.0/lib/CSScriptLibrary.dll /reference:/home/vincas/code/opensource/openbve/openbve.git/bin_debug/Data/Formats/Formats.Msts.dll /reference:/home/vincas/code/opensource/openbve/openbve.git/bin_debug/DevTools/LBAHeader.exe /reference:/home/vincas/code/opensource/openbve/openbve.git/bin_debug/LibRender2.dll /reference:/usr/lib/mono/4.6.1-api/Microsoft.CSharp.dll /reference:/usr/lib/mono/4.6.1-api/mscorlib.dll /reference:/home/vincas/code/opensource/openbve/openbve.git/bin_debug/OpenBveApi.dll /reference:/home/vincas/code/opensource/openbve/openbve.git/packages/OpenTK.3.1.0/lib/net20/OpenTK.dll /reference:/home/vincas/code/opensource/openbve/openbve.git/dependencies/PIEHid32Net.dll /reference:/home/vincas/code/opensource/openbve/openbve.git/bin_debug/RouteManager2.dll /reference:/home/vincas/code/opensource/openbve/openbve.git/packages/SharpCompress.0.24.0/lib/net45/SharpCompress.dll /reference:/home/vincas/code/opensource/openbve/openbve.git/source/SoundManager/bin/Debug/SoundManager.dll /reference:/usr/lib/mono/4.6.1-api/System.Core.dll /reference:/usr/lib/mono/4.6.1-api/System.Data.dll /reference:/usr/lib/mono/4.6.1-api/System.dll /reference:/usr/lib/mono/4.6.1-api/System.Drawing.dll /reference:/usr/lib/mono/4.6.1-api/System.Windows.Forms.dll /reference:/usr/lib/mono/4.6.1-api/System.Xml.dll /reference:/usr/lib/mono/4.6.1-api/System.Xml.Linq.dll /debug+ /debug:portable /filealign:4096 /optimize- /out:obj/Debug/OpenBve.exe /subsystemversion:6.00 /resource:obj/Debug/OpenBve.Properties.Resources.resources /resource:obj/Debug/OpenBve.formAbout.resources /resource:obj/Debug/OpenBve.UserInterface.formRaildriverCalibration.resources /resource:obj/Debug/OpenBve.formBugReport.resources /resource:obj/Debug/OpenBve.formImage.resources /resource:obj/Debug/OpenBve.formMain.resources /resource:../../assets/Controls/Default.controls,OpenBve.Default.controls /resource:../../assets/Cursors/nk.png,OpenBve.nk.png /resource:../../assets/Cursors/Symbols/plus.png,OpenBve.plus.png /resource:../../assets/Cursors/Symbols/minus.png,OpenBve.minus.png /target:winexe /warnaserror- /utf8output /win32icon:../../assets/icon.ico /langversion:6 /analyzerconfig:/home/vincas/code/opensource/openbve/openbve.git/.editorconfig Game/AI/AI.cs Game/AI/AI.PreTrain.cs Game/AI/AI.SimpleHuman.cs Game/AI/AI.TrackFollowingObject.cs Game/MessageManager.cs Game/MessageManager.TextualMessages.cs Game/Messages.cs Game/ObjectManager/ObjectManager.cs Game/PointsOfInterest.cs Game/RouteInformation.cs Game/RouteInfoOverlay.cs Game/Information.cs Game/Menu.cs Game/Score/Score.cs Game/Score/Score.Log.cs Game/Score/Score.ScoreMessage.cs Game/Score/Score.Tokens.cs Game/Score/Score.Values.cs Game/Station.cs Graphics/HUD/HUD.cs Graphics/HUD/HUD.Element.cs Graphics/HUD/HUD.Image.cs Graphics/HUD/HUD.Transitions.cs Graphics/NewRenderer.cs Graphics/Renderers/Events.cs Graphics/Renderers/Overlays.Lamp.cs Graphics/Renderers/Overlays.cs Graphics/Renderers/Overlays.ATS.cs Graphics/Renderers/Overlays.Debug.cs Graphics/Renderers/Overlays.Functions.cs Graphics/Renderers/Overlays.GameMessages.cs Graphics/Renderers/Overlays.HUD.cs Graphics/Renderers/Overlays.ScoreMessages.cs Graphics/Renderers/Touch.cs Graphics/Textures.cs Parsers/Panel/PanelAnimatedXmlParser.cs Parsers/Panel/PanelXmlParser.cs Parsers/Route/BVE/CsvRwRouteParser.ApplyRouteData.cs Parsers/Route/BVE/CsvRwRouteParser.CompatibilityObjects.cs Parsers/Route/BVE/CsvRwRouteParser.Expression.cs Parsers/Route/BVE/CsvRwRouteParser.ObjectDictionary.cs Parsers/Route/BVE/CsvRwRouteParser.Preprocess.cs Parsers/Route/BVE/CsvRwRouteParser.RouteData.cs Parsers/Route/BVE/CsvRwRouteParser.Functions.cs Parsers/Route/BVE/CsvRwRouteParser.Objects.cs Parsers/Route/BVE/CsvRwRouteParser.PreprocessOptions.cs Parsers/Route/BVE/CsvRwRouteParser.RouteFixes.cs Parsers/Route/BVE/CsvRwRouteParser.SignalData.cs Parsers/Route/BVE/CsvRwRouteParser.Structures.cs Parsers/Script/TrackFollowingObjectParser.cs Parsers/Script/StationXMLParser.cs Parsers/Script/DynamicBackgroundParser.cs Parsers/Script/DynamicLightParser.cs Parsers/Script/MarkerScriptParser.cs Parsers/SoundConfiguration/SoundCfg.Ats.cs Parsers/SoundConfiguration/SoundCfg.Base.cs Parsers/SoundConfiguration/SoundCfg.Bve2.cs Parsers/SoundConfiguration/SoundCfg.Bve4.cs Parsers/SoundConfiguration/SoundCfg.Xml.cs Parsers/Train/TrainDatParser.Formats.cs Parsers/Train/XML/TrainXmlParser.BrakeNode.cs Parsers/Train/XML/TrainXmlParser.CarNode.cs Parsers/Train/XML/TrainXmlParser.cs Properties/AssemblyInfo.cs Properties/Resources.Designer.cs Simulation/TrainManager/Brake/AirBrake/AutomaticAirBrake.cs Simulation/TrainManager/Brake/CarBrake.BrakeType.cs Simulation/TrainManager/Brake/AirBrake/Components/AirCompressor.cs Simulation/TrainManager/Brake/AirBrake/Components/BrakeCylinder.cs Simulation/TrainManager/Brake/AirBrake/Components/BrakePipe.cs Simulation/TrainManager/Brake/AirBrake/Components/Reservoirs.cs Simulation/TrainManager/Brake/AirBrake/Components/StraightAirPipe.cs Simulation/TrainManager/Brake/AirBrake/ElectricCommandBrake.cs Simulation/TrainManager/Brake/AirBrake/ElectromagneticStraightAirBrake.cs Simulation/TrainManager/Brake/BrakeSystemType.cs Simulation/TrainManager/Brake/CarBrake.cs Simulation/TrainManager/Brake/ElectropnuematicBrakeType.cs Simulation/TrainManager/Car/ConstantSpeedDevice.cs Simulation/TrainManager/Car/Coupler.cs Simulation/TrainManager/Car/HoldBrake.cs Simulation/TrainManager/Train/SafetySystems/PilotLamp.cs Simulation/TrainManager/Car/ReadhesionDevice.cs Simulation/TrainManager/Car/ReadhesionDevice.Types.cs Simulation/TrainManager/Doors.DoorMode.cs Simulation/TrainManager/DriverBody.cs Simulation/TrainManager/Motor/AccelerationCurve.cs Simulation/TrainManager/Car/Axle.cs Simulation/TrainManager/Car/Car.Bogie.cs Simulation/TrainManager/Car/Car.CarSection.cs Simulation/TrainManager/Car/Car.CarSounds.cs Simulation/TrainManager/Car/Car.Specs.cs Simulation/TrainManager/Car/Car.cs Simulation/TrainManager/Doors.cs Simulation/TrainManager/Functions.cs Simulation/TrainManager/Motor/MotorSounds.cs Simulation/TrainManager/Train/BrakeSystem.cs Simulation/TrainManager/Train/DefaultSafetySystems.cs Simulation/TrainManager/Train/Handles/Handles.AirBrake.States.cs Simulation/TrainManager/Train/Handles/Handles.Eb.Behaviour.cs Simulation/TrainManager/Train/Handles/Handles.Abstract.cs Simulation/TrainManager/Train/Handles/Handles.Brake.cs Simulation/TrainManager/Train/Handles/Handles.cs Simulation/TrainManager/Passengers.cs Simulation/TrainManager/Station.cs Simulation/TrainManager/Train/Handles/Handles.EmergencyBrake.cs Simulation/TrainManager/Train/Handles/Handles.HoldBrake.cs Simulation/TrainManager/Train/Handles/Handles.LocoBrake.cs Simulation/TrainManager/Train/Handles/Handles.Power.cs Simulation/TrainManager/Train/Handles/Handles.Reverser.cs Simulation/TrainManager/Train/Handles/Handles.Reverser.Positions.cs Simulation/TrainManager/Train/Horn.cs Simulation/TrainManager/Train/Handles/Handles.LocoBrake.Types.cs Simulation/TrainManager/Train/Plugin.cs Simulation/TrainManager/Train/SafetySystems.cs Simulation/TrainManager/Train/SafetySystems/StationAdjustAlarm.cs Simulation/TrainManager/Train/TrackFollowingObject.cs Simulation/TrainManager/Train/SafetySystems/PassAlarm.cs Simulation/TrainManager/Train/Train.cs Simulation/TrainManager/Train/Train.Handles.cs Simulation/TrainManager/Train/Train.RequestStop.cs Simulation/TrainManager/Train/Train.Specs.cs Simulation/TrainManager/Train/Train.Station.cs System/Cursor.cs System/Functions/Bve5Shared.cs System/Functions/CrashHandler.cs System/Functions/FolderBrowserDialog.cs System/Input/Controls.Control.cs System/Input/Controls.cs System/Input/InputDevicePlugin.cs System/Logging/BlackBox.cs System/Logging/Score.cs System/Options.cs System/Program/CommandLine.cs UserInterface/formRaildriverCalibration.cs UserInterface/formRaildriverCalibration.Designer.cs UserInterface/formBugReport.cs UserInterface/formBugReport.Designer.cs UserInterface/formAbout.cs UserInterface/formAbout.Designer.cs Parsers/XMLParser.cs System/Functions/Extensions.cs System/Input/ControlRepeats.cs System/Input/Keyboard.cs System/Input/ProcessControls.cs System/Scripting.cs Game/ObjectManager/ObjectManager.LoadObject.cs Audio/Sounds.cs Audio/Sounds.Update.cs Graphics/Fonts.cs Graphics/Screen.cs UserInterface/formImage.cs UserInterface/formImage.Designer.cs UserInterface/formMain.Controls.cs UserInterface/formMain.Packages.cs UserInterface/formMain.cs UserInterface/formMain.Designer.cs UserInterface/formMain.Options.cs UserInterface/formMain.Review.cs UserInterface/formMain.Start.cs Game/ObjectManager/AnimatedObjects/FunctionScripts.cs Game/Game.cs System/Functions/Illustrations.cs OldCode/Interface.cs System/Plugins/LegacyPlugin.cs System/Loading.cs System/MainLoop.cs System/Plugins/NetPlugin.cs System/GameWindow.cs System/Plugins/PluginManager.cs System/Functions/Timers.cs Game/Timetable.cs OldCode/TrainManager.cs OldCode/World.cs Parsers/Train/ExtensionsCfgParser.cs Parsers/Panel/Panel2CfgParser.cs Parsers/Route/BVE/CsvRwRouteParser.cs Parsers/Panel/PanelCfgParser.cs System/Host.cs System/Input/JoystickManager.cs System/Input/JoystickManager.RailDriver.cs System/Input/JoystickManager.StandardJoystick.cs System/Functions/Plugins.cs System/Program.cs Parsers/Train/TrainDatParser.cs Simulation/TrainManager/Train/Handles/Handles.AirBrake.cs "/tmp/.NETFramework,Version=v4.6.1.AssemblyAttributes.cs"
  Using shared compilation with compiler from directory: /usr/lib/mono/msbuild/Current/bin/Roslyn
_CopyFilesMarkedCopyLocal:
  Copying file from "/home/vincas/code/opensource/openbve/openbve.git/bin_debug/DevTools/LBAHeader.exe" to "/home/vincas/code/opensource/openbve/openbve.git/bin_debug/LBAHeader.exe".
  Copying file from "/home/vincas/code/opensource/openbve/openbve.git/dependencies/PIEHid32Net.dll" to "/home/vincas/code/opensource/openbve/openbve.git/bin_debug/PIEHid32Net.dll".
  Copying file from "/home/vincas/code/opensource/openbve/openbve.git/bin_debug/DevTools/LBAHeader.pdb" to "/home/vincas/code/opensource/openbve/openbve.git/bin_debug/LBAHeader.pdb".
  Creating "/home/vincas/code/opensource/openbve/openbve.git/source/OpenBVE/obj/Debug//OpenBve.csproj.CopyComplete" because "AlwaysCreate" was specified.
_CopyOutOfDateSourceItemsToOutputDirectoryAlways:
  Copying file from "/home/vincas/code/opensource/openbve/openbve.git/source/OpenBveApi/OpenTK.dll.config" to "/home/vincas/code/opensource/openbve/openbve.git/bin_debug/OpenTK.dll.config".
_CopyAppConfigFile:
  Copying file from "/home/vincas/code/opensource/openbve/openbve.git/source/OpenBVE/app.config" to "/home/vincas/code/opensource/openbve/openbve.git/bin_debug/OpenBve.exe.config".
CopyFilesToOutputDirectory:
  Copying file from "/home/vincas/code/opensource/openbve/openbve.git/source/OpenBVE/obj/Debug/OpenBve.exe" to "/home/vincas/code/opensource/openbve/openbve.git/bin_debug/OpenBve.exe".
  OpenBve -> /home/vincas/code/opensource/openbve/openbve.git/bin_debug/OpenBve.exe
  Copying file from "/home/vincas/code/opensource/openbve/openbve.git/source/OpenBVE/obj/Debug/OpenBve.pdb" to "/home/vincas/code/opensource/openbve/openbve.git/bin_debug/OpenBve.pdb".
PostBuildEvent:

        cp -rf "/home/vincas/code/opensource/openbve/openbve.git/assets/." "/home/vincas/code/opensource/openbve/openbve.git/bin_debug/Data/"
  mono "/home/vincas/code/opensource/openbve/openbve.git/bin_debug/DevTools/LBAHeader.exe" OpenBve.exe 

  Adding LBA Flag to executable OpenBve.exe
  RouteViewer executable not found....
Done Building Project "/home/vincas/code/opensource/openbve/openbve.git/source/OpenBVE/OpenBve.csproj" (default targets).
Done Building Project "/home/vincas/code/opensource/openbve/openbve.git/source/OpenBVE/OpenBve.csproj.metaproj" (default targets).
Project "/home/vincas/code/opensource/openbve/openbve.git/OpenBVE.sln" (1) is building "/home/vincas/code/opensource/openbve/openbve.git/source/RouteViewer/RouteViewer.csproj.metaproj" (31) on node 1 (default targets).
Project "/home/vincas/code/opensource/openbve/openbve.git/source/RouteViewer/RouteViewer.csproj.metaproj" (31) is building "/home/vincas/code/opensource/openbve/openbve.git/source/RouteViewer/RouteViewer.csproj" (32) on node 1 (default targets).
PrepareForBuild:
  Creating directory "obj/Debug/".
ResolveAssemblyReferences:
  Consider app.config remapping of assembly "mscorlib, Culture=neutral, PublicKeyToken=b77a5c561934e089" from Version "2.0.0.0" [] to Version "4.0.0.0" [/usr/lib/mono/4.6.1-api/mscorlib.dll] to solve conflict and get rid of warning.
  Consider app.config remapping of assembly "System, Culture=neutral, PublicKeyToken=b77a5c561934e089" from Version "2.0.0.0" [/usr/lib/mono/gac/System/4.0.0.0__b77a5c561934e089/System.dll] to Version "4.0.0.0" [/usr/lib/mono/4.6.1-api/System.dll] to solve conflict and get rid of warning.
  Consider app.config remapping of assembly "System.Drawing, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" from Version "2.0.0.0" [/usr/lib/mono/gac/System.Drawing/4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll] to Version "4.0.0.0" [/usr/lib/mono/4.6.1-api/System.Drawing.dll] to solve conflict and get rid of warning.
  Consider app.config remapping of assembly "System.Xml, Culture=neutral, PublicKeyToken=b77a5c561934e089" from Version "2.0.0.0" [/usr/lib/mono/gac/System.Xml/4.0.0.0__b77a5c561934e089/System.Xml.dll] to Version "4.0.0.0" [/usr/lib/mono/4.6.1-api/System.Xml.dll] to solve conflict and get rid of warning.
/usr/lib/mono/msbuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2101,5): warning MSB3276: Found conflicts between different versions of the same dependent assembly. Please set the "AutoGenerateBindingRedirects" property to true in the project file. For more information, see http://go.microsoft.com/fwlink/?LinkId=294190. [/home/vincas/code/opensource/openbve/openbve.git/source/RouteViewer/RouteViewer.csproj]
CoreResGen:
  /usr/lib/mono/4.5/resgen.exe /useSourcePath /r:/home/vincas/code/opensource/openbve/openbve.git/bin_debug/DevTools/LBAHeader.exe /r:/home/vincas/code/opensource/openbve/openbve.git/bin_debug/LibRender2.dll /r:/usr/lib/mono/4.6.1-api/Microsoft.CSharp.dll /r:/usr/lib/mono/4.6.1-api/mscorlib.dll /r:/home/vincas/code/opensource/openbve/openbve.git/bin_debug/OpenBveApi.dll /r:/home/vincas/code/opensource/openbve/openbve.git/packages/OpenTK.3.1.0/lib/net20/OpenTK.dll /r:/home/vincas/code/opensource/openbve/openbve.git/bin_debug/RouteManager2.dll /r:/home/vincas/code/opensource/openbve/openbve.git/source/SoundManager/bin/Debug/SoundManager.dll /r:/usr/lib/mono/4.6.1-api/System.Core.dll /r:/usr/lib/mono/4.6.1-api/System.dll /r:/usr/lib/mono/4.6.1-api/System.Drawing.dll /r:/usr/lib/mono/4.6.1-api/System.Windows.Forms.dll /r:/usr/lib/mono/4.6.1-api/System.Xml.dll /compile formMessages.resx,obj/Debug/OpenBve.formMessages.resources formOptions.resx,obj/Debug/OpenBve.formOptions.resources Properties/Resources.resx,obj/Debug/RouteViewer.Properties.Resources.resources
  Processing resource file "formMessages.resx" into "obj/Debug/OpenBve.formMessages.resources".
  Processing resource file "formOptions.resx" into "obj/Debug/OpenBve.formOptions.resources".
  Processing resource file "Properties/Resources.resx" into "obj/Debug/RouteViewer.Properties.Resources.resources".
GenerateTargetFrameworkMonikerAttribute:
Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output files are up-to-date with respect to the input files.
CoreCompile:
  /usr/lib/mono/msbuild/Current/bin/Roslyn/csc.exe /noconfig /unsafe+ /nowarn:1701,1702 /nostdlib+ /platform:x86 /errorreport:prompt /warn:4 /baseaddress:4194304 /define:TRACE;DEBUG /highentropyva+ /reference:/home/vincas/code/opensource/openbve/openbve.git/bin_debug/DevTools/LBAHeader.exe /reference:/home/vincas/code/opensource/openbve/openbve.git/bin_debug/LibRender2.dll /reference:/usr/lib/mono/4.6.1-api/Microsoft.CSharp.dll /reference:/usr/lib/mono/4.6.1-api/mscorlib.dll /reference:/home/vincas/code/opensource/openbve/openbve.git/bin_debug/OpenBveApi.dll /reference:/home/vincas/code/opensource/openbve/openbve.git/packages/OpenTK.3.1.0/lib/net20/OpenTK.dll /reference:/home/vincas/code/opensource/openbve/openbve.git/bin_debug/RouteManager2.dll /reference:/home/vincas/code/opensource/openbve/openbve.git/source/SoundManager/bin/Debug/SoundManager.dll /reference:/usr/lib/mono/4.6.1-api/System.Core.dll /reference:/usr/lib/mono/4.6.1-api/System.dll /reference:/usr/lib/mono/4.6.1-api/System.Drawing.dll /reference:/usr/lib/mono/4.6.1-api/System.Windows.Forms.dll /reference:/usr/lib/mono/4.6.1-api/System.Xml.dll /debug+ /debug:portable /filealign:4096 /optimize- /out:obj/Debug/RouteViewer.exe /subsystemversion:6.00 /resource:obj/Debug/OpenBve.formMessages.resources /resource:obj/Debug/OpenBve.formOptions.resources /resource:obj/Debug/RouteViewer.Properties.Resources.resources /target:winexe /warnaserror- /utf8output /win32icon:../../assets/icon.ico /langversion:6 /analyzerconfig:/home/vincas/code/opensource/openbve/openbve.git/.editorconfig formMessages.cs formMessages.designer.cs formOptions.cs formOptions.Designer.cs FunctionScripts.cs Game/MessageManager.cs LoadingR.cs Fonts.cs GameR.cs InterfaceR.cs NewRendererR.cs Options.cs ObjectManager.cs Parsers/CsvRwRouteParser.cs Parsers/Script/MarkerScriptParser.cs Audio/Sounds.cs Audio/Sounds.Update.cs System/Functions/Plugins.cs System/Gamewindow.cs System/Host.cs ProgramR.cs Properties/AssemblyInfo.cs Properties/Resources.Designer.cs Properties/Settings.Designer.cs Timers.cs TrainManagerR.cs WorldR.cs "/tmp/.NETFramework,Version=v4.6.1.AssemblyAttributes.cs"
  Using shared compilation with compiler from directory: /usr/lib/mono/msbuild/Current/bin/Roslyn
_CopyFilesMarkedCopyLocal:
  Creating "/home/vincas/code/opensource/openbve/openbve.git/source/RouteViewer/obj/Debug//RouteViewer.csproj.CopyComplete" because "AlwaysCreate" was specified.
_CopyOutOfDateSourceItemsToOutputDirectoryAlways:
  Copying file from "/home/vincas/code/opensource/openbve/openbve.git/source/OpenBveApi/OpenTK.dll.config" to "/home/vincas/code/opensource/openbve/openbve.git/bin_debug/OpenTK.dll.config".
_CopyAppConfigFile:
  Copying file from "/home/vincas/code/opensource/openbve/openbve.git/source/RouteViewer/app.config" to "/home/vincas/code/opensource/openbve/openbve.git/bin_debug/RouteViewer.exe.config".
CopyFilesToOutputDirectory:
  Copying file from "/home/vincas/code/opensource/openbve/openbve.git/source/RouteViewer/obj/Debug/RouteViewer.exe" to "/home/vincas/code/opensource/openbve/openbve.git/bin_debug/RouteViewer.exe".
  RouteViewer -> /home/vincas/code/opensource/openbve/openbve.git/bin_debug/RouteViewer.exe
  Copying file from "/home/vincas/code/opensource/openbve/openbve.git/source/RouteViewer/obj/Debug/RouteViewer.pdb" to "/home/vincas/code/opensource/openbve/openbve.git/bin_debug/RouteViewer.pdb".
PostBuildEvent:

        cp -rf "/home/vincas/code/opensource/openbve/openbve.git/assets/." "/home/vincas/code/opensource/openbve/openbve.git/bin_debug/Data/"
  mono "/home/vincas/code/opensource/openbve/openbve.git/bin_debug/DevTools/LBAHeader.exe" OpenBve.exe 

  Adding LBA Flag to executable OpenBve.exe
  Adding LBA Flag to executable RouteViewer.exe
Done Building Project "/home/vincas/code/opensource/openbve/openbve.git/source/RouteViewer/RouteViewer.csproj" (default targets).
Done Building Project "/home/vincas/code/opensource/openbve/openbve.git/source/RouteViewer/RouteViewer.csproj.metaproj" (default targets).
Project "/home/vincas/code/opensource/openbve/openbve.git/OpenBVE.sln" (1) is building "/home/vincas/code/opensource/openbve/openbve.git/source/ObjectViewer/ObjectViewer.csproj.metaproj" (33) on node 1 (default targets).
Project "/home/vincas/code/opensource/openbve/openbve.git/source/ObjectViewer/ObjectViewer.csproj.metaproj" (33) is building "/home/vincas/code/opensource/openbve/openbve.git/source/ObjectViewer/ObjectViewer.csproj" (34) on node 1 (default targets).
PrepareForBuild:
  Creating directory "obj/Debug/".
ResolveAssemblyReferences:
  Consider app.config remapping of assembly "mscorlib, Culture=neutral, PublicKeyToken=b77a5c561934e089" from Version "2.0.0.0" [] to Version "4.0.0.0" [/usr/lib/mono/4.6.1-api/mscorlib.dll] to solve conflict and get rid of warning.
  Consider app.config remapping of assembly "System, Culture=neutral, PublicKeyToken=b77a5c561934e089" from Version "2.0.0.0" [/usr/lib/mono/gac/System/4.0.0.0__b77a5c561934e089/System.dll] to Version "4.0.0.0" [/usr/lib/mono/4.6.1-api/System.dll] to solve conflict and get rid of warning.
  Consider app.config remapping of assembly "System.Drawing, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" from Version "2.0.0.0" [/usr/lib/mono/gac/System.Drawing/4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll] to Version "4.0.0.0" [/usr/lib/mono/4.6.1-api/System.Drawing.dll] to solve conflict and get rid of warning.
  Consider app.config remapping of assembly "System.Xml, Culture=neutral, PublicKeyToken=b77a5c561934e089" from Version "2.0.0.0" [/usr/lib/mono/gac/System.Xml/4.0.0.0__b77a5c561934e089/System.Xml.dll] to Version "4.0.0.0" [/usr/lib/mono/4.6.1-api/System.Xml.dll] to solve conflict and get rid of warning.
/usr/lib/mono/msbuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2101,5): warning MSB3276: Found conflicts between different versions of the same dependent assembly. Please set the "AutoGenerateBindingRedirects" property to true in the project file. For more information, see http://go.microsoft.com/fwlink/?LinkId=294190. [/home/vincas/code/opensource/openbve/openbve.git/source/ObjectViewer/ObjectViewer.csproj]
CoreResGen:
  /usr/lib/mono/4.5/resgen.exe /useSourcePath /r:/home/vincas/code/opensource/openbve/openbve.git/bin_debug/AssimpParser.dll /r:/home/vincas/code/opensource/openbve/openbve.git/bin_debug/Data/Formats/Formats.Msts.dll /r:/home/vincas/code/opensource/openbve/openbve.git/bin_debug/LibRender2.dll /r:/usr/lib/mono/4.6.1-api/mscorlib.dll /r:/home/vincas/code/opensource/openbve/openbve.git/bin_debug/OpenBveApi.dll /r:/home/vincas/code/opensource/openbve/openbve.git/packages/OpenTK.3.1.0/lib/net20/OpenTK.dll /r:/home/vincas/code/opensource/openbve/openbve.git/bin_debug/RouteManager2.dll /r:/home/vincas/code/opensource/openbve/openbve.git/packages/SharpCompress.0.24.0/lib/net45/SharpCompress.dll /r:/usr/lib/mono/4.6.1-api/System.Core.dll /r:/usr/lib/mono/4.6.1-api/System.dll /r:/usr/lib/mono/4.6.1-api/System.Drawing.dll /r:/usr/lib/mono/4.6.1-api/System.Windows.Forms.dll /r:/usr/lib/mono/4.6.1-api/System.Xml.dll /compile formMessages.resx,obj/Debug/OpenBve.formMessages.resources formOptions.resx,obj/Debug/OpenBve.formOptions.resources formTrain.resx,obj/Debug/OpenBve.formTrain.resources
  Processing resource file "formMessages.resx" into "obj/Debug/OpenBve.formMessages.resources".
  Processing resource file "formOptions.resx" into "obj/Debug/OpenBve.formOptions.resources".
  Processing resource file "formTrain.resx" into "obj/Debug/OpenBve.formTrain.resources".
GenerateTargetFrameworkMonikerAttribute:
Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output files are up-to-date with respect to the input files.
CoreCompile:
  /usr/lib/mono/msbuild/Current/bin/Roslyn/csc.exe /noconfig /unsafe+ /nowarn:1701,1702 /nostdlib+ /platform:x86 /errorreport:prompt /warn:4 /baseaddress:4194304 /define:TRACE;DEBUG /highentropyva+ /reference:/home/vincas/code/opensource/openbve/openbve.git/bin_debug/AssimpParser.dll /reference:/home/vincas/code/opensource/openbve/openbve.git/bin_debug/Data/Formats/Formats.Msts.dll /reference:/home/vincas/code/opensource/openbve/openbve.git/bin_debug/LibRender2.dll /reference:/usr/lib/mono/4.6.1-api/mscorlib.dll /reference:/home/vincas/code/opensource/openbve/openbve.git/bin_debug/OpenBveApi.dll /reference:/home/vincas/code/opensource/openbve/openbve.git/packages/OpenTK.3.1.0/lib/net20/OpenTK.dll /reference:/home/vincas/code/opensource/openbve/openbve.git/bin_debug/RouteManager2.dll /reference:/home/vincas/code/opensource/openbve/openbve.git/packages/SharpCompress.0.24.0/lib/net45/SharpCompress.dll /reference:/usr/lib/mono/4.6.1-api/System.Core.dll /reference:/usr/lib/mono/4.6.1-api/System.dll /reference:/usr/lib/mono/4.6.1-api/System.Drawing.dll /reference:/usr/lib/mono/4.6.1-api/System.Windows.Forms.dll /reference:/usr/lib/mono/4.6.1-api/System.Xml.dll /debug+ /debug:portable /filealign:4096 /optimize- /out:obj/Debug/ObjectViewer.exe /subsystemversion:6.00 /resource:obj/Debug/OpenBve.formMessages.resources /resource:obj/Debug/OpenBve.formOptions.resources /resource:obj/Debug/OpenBve.formTrain.resources /target:winexe /warnaserror- /utf8output /win32icon:../../assets/icon.ico /langversion:6 /analyzerconfig:/home/vincas/code/opensource/openbve/openbve.git/.editorconfig formOptions.cs formOptions.Designer.cs formTrain.cs formTrain.Designer.cs FunctionScripts.cs Hosts.cs NewRendererS.cs Options.cs Parsers/ExtensionsCfgParser.cs Plugins.cs System/GameWindow.cs ObjectManager.cs Fonts.cs formMessages.cs formMessages.designer.cs InterfaceS.cs ProgramS.cs Properties/AssemblyInfo.cs Timers.cs TrainManagerS.cs "/tmp/.NETFramework,Version=v4.6.1.AssemblyAttributes.cs"
  Using shared compilation with compiler from directory: /usr/lib/mono/msbuild/Current/bin/Roslyn
_CopyFilesMarkedCopyLocal:
  Creating "/home/vincas/code/opensource/openbve/openbve.git/source/ObjectViewer/obj/Debug//ObjectViewer.csproj.CopyComplete" because "AlwaysCreate" was specified.
_CopyOutOfDateSourceItemsToOutputDirectoryAlways:
  Copying file from "/home/vincas/code/opensource/openbve/openbve.git/source/OpenBveApi/OpenTK.dll.config" to "/home/vincas/code/opensource/openbve/openbve.git/bin_debug/OpenTK.dll.config".
_CopyAppConfigFile:
  Copying file from "/home/vincas/code/opensource/openbve/openbve.git/source/ObjectViewer/app.config" to "/home/vincas/code/opensource/openbve/openbve.git/bin_debug/ObjectViewer.exe.config".
CopyFilesToOutputDirectory:
  Copying file from "/home/vincas/code/opensource/openbve/openbve.git/source/ObjectViewer/obj/Debug/ObjectViewer.exe" to "/home/vincas/code/opensource/openbve/openbve.git/bin_debug/ObjectViewer.exe".
  ObjectViewer -> /home/vincas/code/opensource/openbve/openbve.git/bin_debug/ObjectViewer.exe
  Copying file from "/home/vincas/code/opensource/openbve/openbve.git/source/ObjectViewer/obj/Debug/ObjectViewer.pdb" to "/home/vincas/code/opensource/openbve/openbve.git/bin_debug/ObjectViewer.pdb".
Done Building Project "/home/vincas/code/opensource/openbve/openbve.git/source/ObjectViewer/ObjectViewer.csproj" (default targets).
Done Building Project "/home/vincas/code/opensource/openbve/openbve.git/source/ObjectViewer/ObjectViewer.csproj.metaproj" (default targets).
Project "/home/vincas/code/opensource/openbve/openbve.git/OpenBVE.sln" (1) is building "/home/vincas/code/opensource/openbve/openbve.git/source/TrainEditor2/TrainEditor2.csproj.metaproj" (35) on node 1 (default targets).
Project "/home/vincas/code/opensource/openbve/openbve.git/source/TrainEditor2/TrainEditor2.csproj.metaproj" (35) is building "/home/vincas/code/opensource/openbve/openbve.git/source/TrainEditor2/TrainEditor2.csproj" (36) on node 1 (default targets).
PrepareForBuild:
  Creating directory "obj/Debug/".
ResolveAssemblyReferences:
  Primary reference "PresentationCore".
/usr/lib/mono/msbuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2101,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "PresentationCore". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. [/home/vincas/code/opensource/openbve/openbve.git/source/TrainEditor2/TrainEditor2.csproj]
          For SearchPath "{TargetFrameworkDirectory}".
          Considered "/usr/lib/mono/xbuild-frameworks/.NETFramework/v4.7.2/PresentationCore.winmd", but it didn't exist.
          Considered "/usr/lib/mono/xbuild-frameworks/.NETFramework/v4.7.2/PresentationCore.dll", but it didn't exist.
          Considered "/usr/lib/mono/xbuild-frameworks/.NETFramework/v4.7.2/PresentationCore.exe", but it didn't exist.
          Considered "/usr/lib/mono/4.7.2-api/PresentationCore.winmd", but it didn't exist.
          Considered "/usr/lib/mono/4.7.2-api/PresentationCore.dll", but it didn't exist.
          Considered "/usr/lib/mono/4.7.2-api/PresentationCore.exe", but it didn't exist.
          Considered "/usr/lib/mono/4.7.2-api/Facades/PresentationCore.winmd", but it didn't exist.
          Considered "/usr/lib/mono/4.7.2-api/Facades/PresentationCore.dll", but it didn't exist.
          Considered "/usr/lib/mono/4.7.2-api/Facades/PresentationCore.exe", but it didn't exist.
          Considered "/usr/lib/mono/4.7.2-api/Facades/PresentationCore.winmd", but it didn't exist.
          Considered "/usr/lib/mono/4.7.2-api/Facades/PresentationCore.dll", but it didn't exist.
          Considered "/usr/lib/mono/4.7.2-api/Facades/PresentationCore.exe", but it didn't exist.
          For SearchPath "{GAC}".
          Considered "PresentationCore", which was not found in the GAC.
          For SearchPath "{RawFileName}".
          Considered treating "PresentationCore" as a file name, but it didn't exist.
          For SearchPath "../../bin_debug/".
          Considered "../../bin_debug/PresentationCore.winmd", but it didn't exist.
          Considered "../../bin_debug/PresentationCore.dll", but it didn't exist.
          Considered "../../bin_debug/PresentationCore.exe", but it didn't exist.
  Primary reference "PresentationFramework".
/usr/lib/mono/msbuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2101,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "PresentationFramework". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. [/home/vincas/code/opensource/openbve/openbve.git/source/TrainEditor2/TrainEditor2.csproj]
          For SearchPath "{TargetFrameworkDirectory}".
          Considered "/usr/lib/mono/xbuild-frameworks/.NETFramework/v4.7.2/PresentationFramework.winmd", but it didn't exist.
          Considered "/usr/lib/mono/xbuild-frameworks/.NETFramework/v4.7.2/PresentationFramework.dll", but it didn't exist.
          Considered "/usr/lib/mono/xbuild-frameworks/.NETFramework/v4.7.2/PresentationFramework.exe", but it didn't exist.
          Considered "/usr/lib/mono/4.7.2-api/PresentationFramework.winmd", but it didn't exist.
          Considered "/usr/lib/mono/4.7.2-api/PresentationFramework.dll", but it didn't exist.
          Considered "/usr/lib/mono/4.7.2-api/PresentationFramework.exe", but it didn't exist.
          Considered "/usr/lib/mono/4.7.2-api/Facades/PresentationFramework.winmd", but it didn't exist.
          Considered "/usr/lib/mono/4.7.2-api/Facades/PresentationFramework.dll", but it didn't exist.
          Considered "/usr/lib/mono/4.7.2-api/Facades/PresentationFramework.exe", but it didn't exist.
          Considered "/usr/lib/mono/4.7.2-api/Facades/PresentationFramework.winmd", but it didn't exist.
          Considered "/usr/lib/mono/4.7.2-api/Facades/PresentationFramework.dll", but it didn't exist.
          Considered "/usr/lib/mono/4.7.2-api/Facades/PresentationFramework.exe", but it didn't exist.
          For SearchPath "{GAC}".
          Considered "PresentationFramework", which was not found in the GAC.
          For SearchPath "{RawFileName}".
          Considered treating "PresentationFramework" as a file name, but it didn't exist.
          For SearchPath "../../bin_debug/".
          Considered "../../bin_debug/PresentationFramework.winmd", but it didn't exist.
          Considered "../../bin_debug/PresentationFramework.dll", but it didn't exist.
          Considered "../../bin_debug/PresentationFramework.exe", but it didn't exist.
CoreResGen:
  /usr/lib/mono/4.5/resgen.exe /useSourcePath /r:/home/vincas/code/opensource/openbve/openbve.git/bin_debug/LibRender2.dll /r:/home/vincas/code/opensource/openbve/openbve.git/packages/Microsoft.Xaml.Behaviors.Wpf.1.0.1/lib/net45/Microsoft.Xaml.Behaviors.dll /r:/usr/lib/mono/4.7.2-api/mscorlib.dll /r:/home/vincas/code/opensource/openbve/openbve.git/bin_debug/OpenBveApi.dll /r:/home/vincas/code/opensource/openbve/openbve.git/packages/OpenTK.3.1.0/lib/net20/OpenTK.dll /r:/home/vincas/code/opensource/openbve/openbve.git/packages/OpenTK.GLControl.3.1.0/lib/net20/OpenTK.GLControl.dll /r:/home/vincas/code/opensource/openbve/openbve.git/packages/Prism.Core.7.2.0.1367/lib/net45/Prism.dll /r:/home/vincas/code/opensource/openbve/openbve.git/packages/ReactiveProperty.6.1.2/lib/net461/ReactiveProperty.dll /r:/home/vincas/code/opensource/openbve/openbve.git/packages/ReactiveProperty.6.1.2/lib/net461/ReactiveProperty.NET46.dll /r:/home/vincas/code/opensource/openbve/openbve.git/source/SoundManager/bin/Debug/SoundManager.dll /r:/home/vincas/code/opensource/openbve/openbve.git/packages/System.ComponentModel.Annotations.4.5.0/lib/net461/System.ComponentModel.Annotations.dll /r:/usr/lib/mono/4.7.2-api/System.ComponentModel.DataAnnotations.dll /r:/usr/lib/mono/4.7.2-api/System.Core.dll /r:/usr/lib/mono/4.7.2-api/System.Deployment.dll /r:/usr/lib/mono/4.7.2-api/System.dll /r:/usr/lib/mono/4.7.2-api/System.Drawing.dll /r:/home/vincas/code/opensource/openbve/openbve.git/packages/System.Reactive.4.1.6/lib/net46/System.Reactive.dll /r:/home/vincas/code/opensource/openbve/openbve.git/packages/System.Runtime.CompilerServices.Unsafe.4.5.2/lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.dll /r:/home/vincas/code/opensource/openbve/openbve.git/packages/System.Threading.Tasks.Extensions.4.5.3/lib/netstandard2.0/System.Threading.Tasks.Extensions.dll /r:/home/vincas/code/opensource/openbve/openbve.git/packages/System.ValueTuple.4.5.0/lib/net47/System.ValueTuple.dll /r:/usr/lib/mono/4.7.2-api/System.Windows.dll /r:/usr/lib/mono/4.7.2-api/System.Windows.Forms.dll /r:/usr/lib/mono/4.7.2-api/System.Xaml.dll /r:/usr/lib/mono/4.7.2-api/System.Xml.dll /r:/usr/lib/mono/4.7.2-api/System.Xml.Linq.dll /r:/usr/lib/mono/4.7.2-api/WindowsBase.dll /r:/usr/lib/mono/4.7.2-api/Facades/Microsoft.Win32.Primitives.dll /r:/usr/lib/mono/4.7.2-api/Facades/netstandard.dll /r:/usr/lib/mono/4.7.2-api/Facades/System.AppContext.dll /r:/usr/lib/mono/4.7.2-api/Facades/System.Collections.Concurrent.dll /r:/usr/lib/mono/4.7.2-api/Facades/System.Collections.dll /r:/usr/lib/mono/4.7.2-api/Facades/System.Collections.NonGeneric.dll /r:/usr/lib/mono/4.7.2-api/Facades/System.Collections.Specialized.dll /r:/usr/lib/mono/4.7.2-api/Facades/System.ComponentModel.dll /r:/usr/lib/mono/4.7.2-api/Facades/System.ComponentModel.EventBasedAsync.dll /r:/usr/lib/mono/4.7.2-api/Facades/System.ComponentModel.Primitives.dll /r:/usr/lib/mono/4.7.2-api/Facades/System.ComponentModel.TypeConverter.dll /r:/usr/lib/mono/4.7.2-api/Facades/System.Console.dll /r:/usr/lib/mono/4.7.2-api/Facades/System.Data.Common.dll /r:/usr/lib/mono/4.7.2-api/Facades/System.Diagnostics.Contracts.dll /r:/usr/lib/mono/4.7.2-api/Facades/System.Diagnostics.Debug.dll /r:/usr/lib/mono/4.7.2-api/Facades/System.Diagnostics.FileVersionInfo.dll /r:/usr/lib/mono/4.7.2-api/Facades/System.Diagnostics.Process.dll /r:/usr/lib/mono/4.7.2-api/Facades/System.Diagnostics.StackTrace.dll /r:/usr/lib/mono/4.7.2-api/Facades/System.Diagnostics.TextWriterTraceListener.dll /r:/usr/lib/mono/4.7.2-api/Facades/System.Diagnostics.Tools.dll /r:/usr/lib/mono/4.7.2-api/Facades/System.Diagnostics.TraceSource.dll /r:/usr/lib/mono/4.7.2-api/Facades/System.Drawing.Primitives.dll /r:/usr/lib/mono/4.7.2-api/Facades/System.Dynamic.Runtime.dll /r:/usr/lib/mono/4.7.2-api/Facades/System.Globalization.Calendars.dll /r:/usr/lib/mono/4.7.2-api/Facades/System.Globalization.dll /r:/usr/lib/mono/4.7.2-api/Facades/System.Globalization.Extensions.dll /r:/usr/lib/mono/4.7.2-api/Facades/System.IO.Compression.ZipFile.dll /r:/usr/lib/mono/4.7.2-api/Facades/System.IO.dll /r:/usr/lib/mono/4.7.2-api/Facades/System.IO.FileSystem.dll /r:/usr/lib/mono/4.7.2-api/Facades/System.IO.FileSystem.DriveInfo.dll /r:/usr/lib/mono/4.7.2-api/Facades/System.IO.FileSystem.Primitives.dll /r:/usr/lib/mono/4.7.2-api/Facades/System.IO.FileSystem.Watcher.dll /r:/usr/lib/mono/4.7.2-api/Facades/System.IO.IsolatedStorage.dll /r:/usr/lib/mono/4.7.2-api/Facades/System.IO.MemoryMappedFiles.dll /r:/usr/lib/mono/4.7.2-api/Facades/System.IO.Pipes.dll /r:/usr/lib/mono/4.7.2-api/Facades/System.IO.UnmanagedMemoryStream.dll /r:/usr/lib/mono/4.7.2-api/Facades/System.Linq.dll /r:/usr/lib/mono/4.7.2-api/Facades/System.Linq.Expressions.dll /r:/usr/lib/mono/4.7.2-api/Facades/System.Linq.Parallel.dll /r:/usr/lib/mono/4.7.2-api/Facades/System.Linq.Queryable.dll /r:/usr/lib/mono/4.7.2-api/Facades/System.Net.Http.Rtc.dll /r:/usr/lib/mono/4.7.2-api/Facades/System.Net.NameResolution.dll /r:/usr/lib/mono/4.7.2-api/Facades/System.Net.NetworkInformation.dll /r:/usr/lib/mono/4.7.2-api/Facades/System.Net.Ping.dll /r:/usr/lib/mono/4.7.2-api/Facades/System.Net.Primitives.dll /r:/usr/lib/mono/4.7.2-api/Facades/System.Net.Requests.dll /r:/usr/lib/mono/4.7.2-api/Facades/System.Net.Security.dll /r:/usr/lib/mono/4.7.2-api/Facades/System.Net.Sockets.dll /r:/usr/lib/mono/4.7.2-api/Facades/System.Net.WebHeaderCollection.dll /r:/usr/lib/mono/4.7.2-api/Facades/System.Net.WebSockets.Client.dll /r:/usr/lib/mono/4.7.2-api/Facades/System.Net.WebSockets.dll /r:/usr/lib/mono/4.7.2-api/Facades/System.ObjectModel.dll /r:/usr/lib/mono/4.7.2-api/Facades/System.Reflection.dll /r:/usr/lib/mono/4.7.2-api/Facades/System.Reflection.Emit.dll /r:/usr/lib/mono/4.7.2-api/Facades/System.Reflection.Emit.ILGeneration.dll /r:/usr/lib/mono/4.7.2-api/Facades/System.Reflection.Emit.Lightweight.dll /r:/usr/lib/mono/4.7.2-api/Facades/System.Reflection.Extensions.dll /r:/usr/lib/mono/4.7.2-api/Facades/System.Reflection.Primitives.dll /r:/usr/lib/mono/4.7.2-api/Facades/System.Resources.Reader.dll /r:/usr/lib/mono/4.7.2-api/Facades/System.Resources.ResourceManager.dll /r:/usr/lib/mono/4.7.2-api/Facades/System.Resources.Writer.dll /r:/usr/lib/mono/4.7.2-api/Facades/System.Runtime.CompilerServices.VisualC.dll /r:/usr/lib/mono/4.7.2-api/Facades/System.Runtime.dll /r:/usr/lib/mono/4.7.2-api/Facades/System.Runtime.Extensions.dll /r:/usr/lib/mono/4.7.2-api/Facades/System.Runtime.Handles.dll /r:/usr/lib/mono/4.7.2-api/Facades/System.Runtime.InteropServices.dll /r:/usr/lib/mono/4.7.2-api/Facades/System.Runtime.InteropServices.RuntimeInformation.dll /r:/usr/lib/mono/4.7.2-api/Facades/System.Runtime.InteropServices.WindowsRuntime.dll /r:/usr/lib/mono/4.7.2-api/Facades/System.Runtime.Numerics.dll /r:/usr/lib/mono/4.7.2-api/Facades/System.Runtime.Serialization.Formatters.dll /r:/usr/lib/mono/4.7.2-api/Facades/System.Runtime.Serialization.Json.dll /r:/usr/lib/mono/4.7.2-api/Facades/System.Runtime.Serialization.Primitives.dll /r:/usr/lib/mono/4.7.2-api/Facades/System.Runtime.Serialization.Xml.dll /r:/usr/lib/mono/4.7.2-api/Facades/System.Security.Claims.dll /r:/usr/lib/mono/4.7.2-api/Facades/System.Security.Cryptography.Algorithms.dll /r:/usr/lib/mono/4.7.2-api/Facades/System.Security.Cryptography.Csp.dll /r:/usr/lib/mono/4.7.2-api/Facades/System.Security.Cryptography.Encoding.dll /r:/usr/lib/mono/4.7.2-api/Facades/System.Security.Cryptography.Primitives.dll /r:/usr/lib/mono/4.7.2-api/Facades/System.Security.Cryptography.X509Certificates.dll /r:/usr/lib/mono/4.7.2-api/Facades/System.Security.Principal.dll /r:/usr/lib/mono/4.7.2-api/Facades/System.Security.SecureString.dll /r:/usr/lib/mono/4.7.2-api/Facades/System.ServiceModel.Duplex.dll /r:/usr/lib/mono/4.7.2-api/Facades/System.ServiceModel.Http.dll /r:/usr/lib/mono/4.7.2-api/Facades/System.ServiceModel.NetTcp.dll /r:/usr/lib/mono/4.7.2-api/Facades/System.ServiceModel.Primitives.dll /r:/usr/lib/mono/4.7.2-api/Facades/System.ServiceModel.Security.dll /r:/usr/lib/mono/4.7.2-api/Facades/System.Text.Encoding.dll /r:/usr/lib/mono/4.7.2-api/Facades/System.Text.Encoding.Extensions.dll /r:/usr/lib/mono/4.7.2-api/Facades/System.Text.RegularExpressions.dll /r:/usr/lib/mono/4.7.2-api/Facades/System.Threading.dll /r:/usr/lib/mono/4.7.2-api/Facades/System.Threading.Overlapped.dll /r:/usr/lib/mono/4.7.2-api/Facades/System.Threading.Tasks.dll /r:/usr/lib/mono/4.7.2-api/Facades/System.Threading.Tasks.Parallel.dll /r:/usr/lib/mono/4.7.2-api/Facades/System.Threading.Thread.dll /r:/usr/lib/mono/4.7.2-api/Facades/System.Threading.ThreadPool.dll /r:/usr/lib/mono/4.7.2-api/Facades/System.Threading.Timer.dll /r:/usr/lib/mono/4.7.2-api/Facades/System.Xml.ReaderWriter.dll /r:/usr/lib/mono/4.7.2-api/Facades/System.Xml.XDocument.dll /r:/usr/lib/mono/4.7.2-api/Facades/System.Xml.XmlDocument.dll /r:/usr/lib/mono/4.7.2-api/Facades/System.Xml.XmlSerializer.dll /r:/usr/lib/mono/4.7.2-api/Facades/System.Xml.XPath.dll /r:/usr/lib/mono/4.7.2-api/Facades/System.Xml.XPath.XDocument.dll /compile Properties/Resources.resx,obj/Debug/TrainEditor2.Properties.Resources.resources Views/FormBogie.resx,obj/Debug/TrainEditor2.Views.FormBogie.resources Views/FormDelay.resx,obj/Debug/TrainEditor2.Views.FormDelay.resources Views/FormEditor.resx,obj/Debug/TrainEditor2.Views.FormEditor.resources Views/FormExport.resx,obj/Debug/TrainEditor2.Views.FormExport.resources Views/FormImport.resx,obj/Debug/TrainEditor2.Views.FormImport.resources Views/FormSubject.resx,obj/Debug/TrainEditor2.Views.FormSubject.resources
  Processing resource file "Properties/Resources.resx" into "obj/Debug/TrainEditor2.Properties.Resources.resources".
  Processing resource file "Views/FormBogie.resx" into "obj/Debug/TrainEditor2.Views.FormBogie.resources".
  Processing resource file "Views/FormDelay.resx" into "obj/Debug/TrainEditor2.Views.FormDelay.resources".
  Processing resource file "Views/FormEditor.resx" into "obj/Debug/TrainEditor2.Views.FormEditor.resources".
  Processing resource file "Views/FormExport.resx" into "obj/Debug/TrainEditor2.Views.FormExport.resources".
  Processing resource file "Views/FormImport.resx" into "obj/Debug/TrainEditor2.Views.FormImport.resources".
  Processing resource file "Views/FormSubject.resx" into "obj/Debug/TrainEditor2.Views.FormSubject.resources".
CoreCompile:
  /usr/lib/mono/msbuild/Current/bin/Roslyn/csc.exe /noconfig /unsafe+ /nowarn:1701,1702 /nostdlib+ /platform:x86 /errorreport:prompt /warn:4 /define:DEBUG;TRACE /highentropyva+ /reference:/home/vincas/code/opensource/openbve/openbve.git/bin_debug/LibRender2.dll /reference:/home/vincas/code/opensource/openbve/openbve.git/packages/Microsoft.Xaml.Behaviors.Wpf.1.0.1/lib/net45/Microsoft.Xaml.Behaviors.dll /reference:/usr/lib/mono/4.7.2-api/mscorlib.dll /reference:/home/vincas/code/opensource/openbve/openbve.git/bin_debug/OpenBveApi.dll /reference:/home/vincas/code/opensource/openbve/openbve.git/packages/OpenTK.3.1.0/lib/net20/OpenTK.dll /reference:/home/vincas/code/opensource/openbve/openbve.git/packages/OpenTK.GLControl.3.1.0/lib/net20/OpenTK.GLControl.dll /reference:/home/vincas/code/opensource/openbve/openbve.git/packages/Prism.Core.7.2.0.1367/lib/net45/Prism.dll /reference:/home/vincas/code/opensource/openbve/openbve.git/packages/ReactiveProperty.6.1.2/lib/net461/ReactiveProperty.dll /reference:/home/vincas/code/opensource/openbve/openbve.git/packages/ReactiveProperty.6.1.2/lib/net461/ReactiveProperty.NET46.dll /reference:/home/vincas/code/opensource/openbve/openbve.git/source/SoundManager/bin/Debug/SoundManager.dll /reference:/home/vincas/code/opensource/openbve/openbve.git/packages/System.ComponentModel.Annotations.4.5.0/lib/net461/System.ComponentModel.Annotations.dll /reference:/usr/lib/mono/4.7.2-api/System.ComponentModel.DataAnnotations.dll /reference:/usr/lib/mono/4.7.2-api/System.Core.dll /reference:/usr/lib/mono/4.7.2-api/System.Deployment.dll /reference:/usr/lib/mono/4.7.2-api/System.dll /reference:/usr/lib/mono/4.7.2-api/System.Drawing.dll /reference:/home/vincas/code/opensource/openbve/openbve.git/packages/System.Reactive.4.1.6/lib/net46/System.Reactive.dll /reference:/home/vincas/code/opensource/openbve/openbve.git/packages/System.Runtime.CompilerServices.Unsafe.4.5.2/lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.dll /reference:/home/vincas/code/opensource/openbve/openbve.git/packages/System.Threading.Tasks.Extensions.4.5.3/lib/netstandard2.0/System.Threading.Tasks.Extensions.dll /reference:/home/vincas/code/opensource/openbve/openbve.git/packages/System.ValueTuple.4.5.0/lib/net47/System.ValueTuple.dll /reference:/usr/lib/mono/4.7.2-api/System.Windows.dll /reference:/usr/lib/mono/4.7.2-api/System.Windows.Forms.dll /reference:/usr/lib/mono/4.7.2-api/System.Xaml.dll /reference:/usr/lib/mono/4.7.2-api/System.Xml.dll /reference:/usr/lib/mono/4.7.2-api/System.Xml.Linq.dll /reference:/usr/lib/mono/4.7.2-api/WindowsBase.dll /reference:/usr/lib/mono/4.7.2-api/Facades/Microsoft.Win32.Primitives.dll /reference:/usr/lib/mono/4.7.2-api/Facades/netstandard.dll /reference:/usr/lib/mono/4.7.2-api/Facades/System.AppContext.dll /reference:/usr/lib/mono/4.7.2-api/Facades/System.Collections.Concurrent.dll /reference:/usr/lib/mono/4.7.2-api/Facades/System.Collections.dll /reference:/usr/lib/mono/4.7.2-api/Facades/System.Collections.NonGeneric.dll /reference:/usr/lib/mono/4.7.2-api/Facades/System.Collections.Specialized.dll /reference:/usr/lib/mono/4.7.2-api/Facades/System.ComponentModel.dll /reference:/usr/lib/mono/4.7.2-api/Facades/System.ComponentModel.EventBasedAsync.dll /reference:/usr/lib/mono/4.7.2-api/Facades/System.ComponentModel.Primitives.dll /reference:/usr/lib/mono/4.7.2-api/Facades/System.ComponentModel.TypeConverter.dll /reference:/usr/lib/mono/4.7.2-api/Facades/System.Console.dll /reference:/usr/lib/mono/4.7.2-api/Facades/System.Data.Common.dll /reference:/usr/lib/mono/4.7.2-api/Facades/System.Diagnostics.Contracts.dll /reference:/usr/lib/mono/4.7.2-api/Facades/System.Diagnostics.Debug.dll /reference:/usr/lib/mono/4.7.2-api/Facades/System.Diagnostics.FileVersionInfo.dll /reference:/usr/lib/mono/4.7.2-api/Facades/System.Diagnostics.Process.dll /reference:/usr/lib/mono/4.7.2-api/Facades/System.Diagnostics.StackTrace.dll /reference:/usr/lib/mono/4.7.2-api/Facades/System.Diagnostics.TextWriterTraceListener.dll /reference:/usr/lib/mono/4.7.2-api/Facades/System.Diagnostics.Tools.dll /reference:/usr/lib/mono/4.7.2-api/Facades/System.Diagnostics.TraceSource.dll /reference:/usr/lib/mono/4.7.2-api/Facades/System.Drawing.Primitives.dll /reference:/usr/lib/mono/4.7.2-api/Facades/System.Dynamic.Runtime.dll /reference:/usr/lib/mono/4.7.2-api/Facades/System.Globalization.Calendars.dll /reference:/usr/lib/mono/4.7.2-api/Facades/System.Globalization.dll /reference:/usr/lib/mono/4.7.2-api/Facades/System.Globalization.Extensions.dll /reference:/usr/lib/mono/4.7.2-api/Facades/System.IO.Compression.ZipFile.dll /reference:/usr/lib/mono/4.7.2-api/Facades/System.IO.dll /reference:/usr/lib/mono/4.7.2-api/Facades/System.IO.FileSystem.dll /reference:/usr/lib/mono/4.7.2-api/Facades/System.IO.FileSystem.DriveInfo.dll /reference:/usr/lib/mono/4.7.2-api/Facades/System.IO.FileSystem.Primitives.dll /reference:/usr/lib/mono/4.7.2-api/Facades/System.IO.FileSystem.Watcher.dll /reference:/usr/lib/mono/4.7.2-api/Facades/System.IO.IsolatedStorage.dll /reference:/usr/lib/mono/4.7.2-api/Facades/System.IO.MemoryMappedFiles.dll /reference:/usr/lib/mono/4.7.2-api/Facades/System.IO.Pipes.dll /reference:/usr/lib/mono/4.7.2-api/Facades/System.IO.UnmanagedMemoryStream.dll /reference:/usr/lib/mono/4.7.2-api/Facades/System.Linq.dll /reference:/usr/lib/mono/4.7.2-api/Facades/System.Linq.Expressions.dll /reference:/usr/lib/mono/4.7.2-api/Facades/System.Linq.Parallel.dll /reference:/usr/lib/mono/4.7.2-api/Facades/System.Linq.Queryable.dll /reference:/usr/lib/mono/4.7.2-api/Facades/System.Net.Http.Rtc.dll /reference:/usr/lib/mono/4.7.2-api/Facades/System.Net.NameResolution.dll /reference:/usr/lib/mono/4.7.2-api/Facades/System.Net.NetworkInformation.dll /reference:/usr/lib/mono/4.7.2-api/Facades/System.Net.Ping.dll /reference:/usr/lib/mono/4.7.2-api/Facades/System.Net.Primitives.dll /reference:/usr/lib/mono/4.7.2-api/Facades/System.Net.Requests.dll /reference:/usr/lib/mono/4.7.2-api/Facades/System.Net.Security.dll /reference:/usr/lib/mono/4.7.2-api/Facades/System.Net.Sockets.dll /reference:/usr/lib/mono/4.7.2-api/Facades/System.Net.WebHeaderCollection.dll /reference:/usr/lib/mono/4.7.2-api/Facades/System.Net.WebSockets.Client.dll /reference:/usr/lib/mono/4.7.2-api/Facades/System.Net.WebSockets.dll /reference:/usr/lib/mono/4.7.2-api/Facades/System.ObjectModel.dll /reference:/usr/lib/mono/4.7.2-api/Facades/System.Reflection.dll /reference:/usr/lib/mono/4.7.2-api/Facades/System.Reflection.Emit.dll /reference:/usr/lib/mono/4.7.2-api/Facades/System.Reflection.Emit.ILGeneration.dll /reference:/usr/lib/mono/4.7.2-api/Facades/System.Reflection.Emit.Lightweight.dll /reference:/usr/lib/mono/4.7.2-api/Facades/System.Reflection.Extensions.dll /reference:/usr/lib/mono/4.7.2-api/Facades/System.Reflection.Primitives.dll /reference:/usr/lib/mono/4.7.2-api/Facades/System.Resources.Reader.dll /reference:/usr/lib/mono/4.7.2-api/Facades/System.Resources.ResourceManager.dll /reference:/usr/lib/mono/4.7.2-api/Facades/System.Resources.Writer.dll /reference:/usr/lib/mono/4.7.2-api/Facades/System.Runtime.CompilerServices.VisualC.dll /reference:/usr/lib/mono/4.7.2-api/Facades/System.Runtime.dll /reference:/usr/lib/mono/4.7.2-api/Facades/System.Runtime.Extensions.dll /reference:/usr/lib/mono/4.7.2-api/Facades/System.Runtime.Handles.dll /reference:/usr/lib/mono/4.7.2-api/Facades/System.Runtime.InteropServices.dll /reference:/usr/lib/mono/4.7.2-api/Facades/System.Runtime.InteropServices.RuntimeInformation.dll /reference:/usr/lib/mono/4.7.2-api/Facades/System.Runtime.InteropServices.WindowsRuntime.dll /reference:/usr/lib/mono/4.7.2-api/Facades/System.Runtime.Numerics.dll /reference:/usr/lib/mono/4.7.2-api/Facades/System.Runtime.Serialization.Formatters.dll /reference:/usr/lib/mono/4.7.2-api/Facades/System.Runtime.Serialization.Json.dll /reference:/usr/lib/mono/4.7.2-api/Facades/System.Runtime.Serialization.Primitives.dll /reference:/usr/lib/mono/4.7.2-api/Facades/System.Runtime.Serialization.Xml.dll /reference:/usr/lib/mono/4.7.2-api/Facades/System.Security.Claims.dll /reference:/usr/lib/mono/4.7.2-api/Facades/System.Security.Cryptography.Algorithms.dll /reference:/usr/lib/mono/4.7.2-api/Facades/System.Security.Cryptography.Csp.dll /reference:/usr/lib/mono/4.7.2-api/Facades/System.Security.Cryptography.Encoding.dll /reference:/usr/lib/mono/4.7.2-api/Facades/System.Security.Cryptography.Primitives.dll /reference:/usr/lib/mono/4.7.2-api/Facades/System.Security.Cryptography.X509Certificates.dll /reference:/usr/lib/mono/4.7.2-api/Facades/System.Security.Principal.dll /reference:/usr/lib/mono/4.7.2-api/Facades/System.Security.SecureString.dll /reference:/usr/lib/mono/4.7.2-api/Facades/System.ServiceModel.Duplex.dll /reference:/usr/lib/mono/4.7.2-api/Facades/System.ServiceModel.Http.dll /reference:/usr/lib/mono/4.7.2-api/Facades/System.ServiceModel.NetTcp.dll /reference:/usr/lib/mono/4.7.2-api/Facades/System.ServiceModel.Primitives.dll /reference:/usr/lib/mono/4.7.2-api/Facades/System.ServiceModel.Security.dll /reference:/usr/lib/mono/4.7.2-api/Facades/System.Text.Encoding.dll /reference:/usr/lib/mono/4.7.2-api/Facades/System.Text.Encoding.Extensions.dll /reference:/usr/lib/mono/4.7.2-api/Facades/System.Text.RegularExpressions.dll /reference:/usr/lib/mono/4.7.2-api/Facades/System.Threading.dll /reference:/usr/lib/mono/4.7.2-api/Facades/System.Threading.Overlapped.dll /reference:/usr/lib/mono/4.7.2-api/Facades/System.Threading.Tasks.dll /reference:/usr/lib/mono/4.7.2-api/Facades/System.Threading.Tasks.Parallel.dll /reference:/usr/lib/mono/4.7.2-api/Facades/System.Threading.Thread.dll /reference:/usr/lib/mono/4.7.2-api/Facades/System.Threading.ThreadPool.dll /reference:/usr/lib/mono/4.7.2-api/Facades/System.Threading.Timer.dll /reference:/usr/lib/mono/4.7.2-api/Facades/System.Xml.ReaderWriter.dll /reference:/usr/lib/mono/4.7.2-api/Facades/System.Xml.XDocument.dll /reference:/usr/lib/mono/4.7.2-api/Facades/System.Xml.XmlDocument.dll /reference:/usr/lib/mono/4.7.2-api/Facades/System.Xml.XmlSerializer.dll /reference:/usr/lib/mono/4.7.2-api/Facades/System.Xml.XPath.dll /reference:/usr/lib/mono/4.7.2-api/Facades/System.Xml.XPath.XDocument.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj/Debug/TrainEditor2.exe /subsystemversion:6.00 /resource:obj/Debug/TrainEditor2.Properties.Resources.resources /resource:obj/Debug/TrainEditor2.Views.FormBogie.resources /resource:obj/Debug/TrainEditor2.Views.FormDelay.resources /resource:obj/Debug/TrainEditor2.Views.FormEditor.resources /resource:obj/Debug/TrainEditor2.Views.FormExport.resources /resource:obj/Debug/TrainEditor2.Views.FormImport.resources /resource:obj/Debug/TrainEditor2.Views.FormSubject.resources /target:winexe /utf8output /win32icon:../../assets/icon.ico /deterministic+ /langversion:6 /analyzerconfig:/home/vincas/code/opensource/openbve/openbve.git/.editorconfig Audio/SoundApi.cs Audio/SoundApi.Update.cs Extensions/Binders.cs Extensions/CollectionBasedDictionary.cs Extensions/ObservableDictionary.cs Extensions/StringValueAttribute.cs Extensions/Utilities.cs Graphics/NewRenderer.cs IO/IntermediateFile/Parser.cs IO/IntermediateFile/Writer.cs IO/Panels/Bve4/Parser.cs IO/Panels/Bve4/Writer.cs IO/Panels/Xml/Parser.cs IO/Panels/Xml/Writer.cs IO/Sounds/Bve2/Parser.cs IO/Sounds/Bve4/Parser.cs IO/Sounds/Bve4/Writer.cs IO/Sounds/Xml/Parser.cs IO/Sounds/Xml/Writer.cs IO/Trains/ExtensionsCfg/Parser.cs IO/Trains/ExtensionsCfg/Writer.cs IO/Trains/TrainDat/Parser.cs IO/Trains/TrainDat/Writer.cs Models/App.cs Models/Dialogs/BaseDialog.cs Models/Dialogs/MessageBox.cs Models/Dialogs/OpenFileDialog.cs Models/Dialogs/SaveFileDialog.cs Models/Others/InputEventModel.cs Models/Others/ListViewColumnHeaderModel.cs Models/Others/ListViewItemModel.cs Models/Others/ToolTipModel.cs Models/Others/TreeViewItemModel.cs Models/Panels/DigitalGaugeElement.cs Models/Panels/DigitalNumberElement.cs Models/Panels/LinearGaugeElement.cs Models/Panels/NeedleElement.cs Models/Panels/Panel.cs Models/Panels/PanelElement.cs Models/Panels/PilotLampElement.cs Models/Panels/Screen.cs Models/Panels/Subject.cs Models/Panels/This.cs Models/Panels/TimetableElement.cs Models/Panels/TouchElement.cs Models/Sounds/Sound.cs Models/Sounds/SoundElement.cs Models/Trains/Acceleration.cs Models/Trains/Brake.cs Models/Trains/Cab.cs Models/Trains/Car.cs Models/Trains/Coupler.cs Models/Trains/Delay.cs Models/Trains/Device.cs Models/Trains/Handle.cs Models/Trains/Motor.cs Models/Trains/Motor.Functions.cs Models/Trains/Motor.Simulation.cs Models/Trains/Move.cs Models/Trains/Performance.cs Models/Trains/Pressure.cs Models/Trains/Train.cs Simulation/TrainManager/Car/Car.CarSounds.cs Simulation/TrainManager/Car/Car.cs Simulation/TrainManager/Car/Car.Specs.cs Simulation/TrainManager/Motor/MotorSounds.cs Simulation/TrainManager/TrainManager.cs Simulation/TrainManager/Train/Train.cs Systems/Fonts.cs Systems/Functions/Plugins.cs Systems/Host.cs Systems/Interface.cs Systems/Options.cs ViewModels/AppViewModel.cs ViewModels/BaseViewModel.cs ViewModels/Dialogs/BaseDialogViewModel.cs ViewModels/Dialogs/MessageBoxViewModel.cs ViewModels/Dialogs/OpenFileDialogViewModel.cs ViewModels/Dialogs/SaveFileDialogViewModel.cs ViewModels/Others/ListViewColumnHeaderViewModel.cs ViewModels/Others/ListViewItemViewModel.cs ViewModels/Others/ToolTipViewModel.cs ViewModels/Others/TreeViewItemViewModel.cs ViewModels/Panels/DigitalGaugeElementViewModel.cs ViewModels/Panels/DigitalNumberElementViewModel.cs ViewModels/Panels/LinearGaugeElementViewModel.cs ViewModels/Panels/NeedleElementViewModel.cs ViewModels/Panels/PanelElementViewModel.cs ViewModels/Panels/PanelViewModel.cs ViewModels/Panels/PilotLampElementViewModel.cs ViewModels/Panels/ScreenViewModel.cs ViewModels/Panels/SubjectViewModel.cs ViewModels/Panels/ThisViewModel.cs ViewModels/Panels/TimetableElementViewModel.cs ViewModels/Panels/TouchElementViewModel.cs ViewModels/Sounds/SoundElementViewModel.cs ViewModels/Sounds/SoundViewModel.cs ViewModels/Trains/AccelerationViewModel.cs ViewModels/Trains/BrakeViewModel.cs ViewModels/Trains/CabViewModel.cs ViewModels/Trains/CarViewModel.cs ViewModels/Trains/CouplerViewModel.cs ViewModels/Trains/DelayViewModel.cs ViewModels/Trains/DeviceViewModel.cs ViewModels/Trains/HandleViewModel.cs ViewModels/Trains/MotorViewModel.cs ViewModels/Trains/MoveViewModel.cs ViewModels/Trains/PerformanceViewModel.cs ViewModels/Trains/PressureViewModel.cs ViewModels/Trains/TrainViewModel.cs Views/FormBogie.cs Views/FormBogie.Designer.cs Views/FormDelay.cs Views/FormDelay.Designer.cs Views/FormEditor.Acceleration.cs Views/FormEditor.Brake.cs Views/FormEditor.Cab.cs Views/FormEditor.Car.cs Views/FormEditor.Coupler.cs Views/FormEditor.cs Views/FormEditor.Designer.cs Program.cs Properties/AssemblyInfo.cs Views/FormEditor.Device.cs Views/FormEditor.DigitalGauge.cs Views/FormEditor.DigitalNumber.cs Views/FormEditor.Functions.cs Views/FormEditor.Handle.cs Views/FormEditor.LinearGauge.cs Views/FormEditor.MessageBox.cs Views/FormEditor.Motor.cs Views/FormEditor.Move.cs Views/FormEditor.Needle.cs Views/FormEditor.OpenFileDialog.cs Views/FormEditor.Panel.cs Views/FormEditor.Performance.cs Views/FormEditor.PilotLamp.cs Views/FormEditor.Pressure.cs Views/FormEditor.SaveFileDialog.cs Views/FormEditor.Screen.cs Views/FormEditor.Sound.cs Views/FormEditor.SoundElement.cs Views/FormEditor.This.cs Views/FormEditor.Timetable.cs Views/FormEditor.ToolTip.cs Views/FormEditor.Touch.cs Views/FormEditor.Train.cs Views/FormExport.cs Views/FormExport.Designer.cs Views/FormImport.cs Views/FormImport.Designer.cs Views/FormSubject.cs Views/FormSubject.Designer.cs Properties/Resources.Designer.cs Properties/Settings.Designer.cs "/tmp/.NETFramework,Version=v4.7.2.AssemblyAttributes.cs"
  Using shared compilation with compiler from directory: /usr/lib/mono/msbuild/Current/bin/Roslyn
_CopyFilesMarkedCopyLocal:
  Copying file from "/home/vincas/code/opensource/openbve/openbve.git/packages/Microsoft.Xaml.Behaviors.Wpf.1.0.1/lib/net45/Microsoft.Xaml.Behaviors.dll" to "/home/vincas/code/opensource/openbve/openbve.git/bin_debug/Microsoft.Xaml.Behaviors.dll".
  Copying file from "/home/vincas/code/opensource/openbve/openbve.git/packages/Prism.Core.7.2.0.1367/lib/net45/Prism.dll" to "/home/vincas/code/opensource/openbve/openbve.git/bin_debug/Prism.dll".
  Copying file from "/home/vincas/code/opensource/openbve/openbve.git/packages/OpenTK.GLControl.3.1.0/lib/net20/OpenTK.GLControl.dll" to "/home/vincas/code/opensource/openbve/openbve.git/bin_debug/OpenTK.GLControl.dll".
  Copying file from "/home/vincas/code/opensource/openbve/openbve.git/packages/ReactiveProperty.6.1.2/lib/net461/ReactiveProperty.dll" to "/home/vincas/code/opensource/openbve/openbve.git/bin_debug/ReactiveProperty.dll".
  Copying file from "/home/vincas/code/opensource/openbve/openbve.git/packages/System.ComponentModel.Annotations.4.5.0/lib/net461/System.ComponentModel.Annotations.dll" to "/home/vincas/code/opensource/openbve/openbve.git/bin_debug/System.ComponentModel.Annotations.dll".
  Copying file from "/home/vincas/code/opensource/openbve/openbve.git/packages/ReactiveProperty.6.1.2/lib/net461/ReactiveProperty.NET46.dll" to "/home/vincas/code/opensource/openbve/openbve.git/bin_debug/ReactiveProperty.NET46.dll".
  Copying file from "/home/vincas/code/opensource/openbve/openbve.git/packages/System.Reactive.4.1.6/lib/net46/System.Reactive.dll" to "/home/vincas/code/opensource/openbve/openbve.git/bin_debug/System.Reactive.dll".
  Copying file from "/home/vincas/code/opensource/openbve/openbve.git/packages/System.Runtime.CompilerServices.Unsafe.4.5.2/lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.dll" to "/home/vincas/code/opensource/openbve/openbve.git/bin_debug/System.Runtime.CompilerServices.Unsafe.dll".
  Copying file from "/home/vincas/code/opensource/openbve/openbve.git/packages/System.Threading.Tasks.Extensions.4.5.3/lib/netstandard2.0/System.Threading.Tasks.Extensions.dll" to "/home/vincas/code/opensource/openbve/openbve.git/bin_debug/System.Threading.Tasks.Extensions.dll".
  Copying file from "/home/vincas/code/opensource/openbve/openbve.git/packages/System.ValueTuple.4.5.0/lib/net47/System.ValueTuple.dll" to "/home/vincas/code/opensource/openbve/openbve.git/bin_debug/System.ValueTuple.dll".
  Copying file from "/home/vincas/code/opensource/openbve/openbve.git/packages/Microsoft.Xaml.Behaviors.Wpf.1.0.1/lib/net45/Microsoft.Xaml.Behaviors.xml" to "/home/vincas/code/opensource/openbve/openbve.git/bin_debug/Microsoft.Xaml.Behaviors.xml".
  Copying file from "/home/vincas/code/opensource/openbve/openbve.git/packages/OpenTK.GLControl.3.1.0/lib/net20/OpenTK.GLControl.pdb" to "/home/vincas/code/opensource/openbve/openbve.git/bin_debug/OpenTK.GLControl.pdb".
  Copying file from "/home/vincas/code/opensource/openbve/openbve.git/packages/OpenTK.GLControl.3.1.0/lib/net20/OpenTK.GLControl.xml" to "/home/vincas/code/opensource/openbve/openbve.git/bin_debug/OpenTK.GLControl.xml".
  Copying file from "/home/vincas/code/opensource/openbve/openbve.git/packages/Prism.Core.7.2.0.1367/lib/net45/Prism.pdb" to "/home/vincas/code/opensource/openbve/openbve.git/bin_debug/Prism.pdb".
  Copying file from "/home/vincas/code/opensource/openbve/openbve.git/packages/Prism.Core.7.2.0.1367/lib/net45/Prism.xml" to "/home/vincas/code/opensource/openbve/openbve.git/bin_debug/Prism.xml".
  Copying file from "/home/vincas/code/opensource/openbve/openbve.git/packages/ReactiveProperty.6.1.2/lib/net461/ReactiveProperty.pdb" to "/home/vincas/code/opensource/openbve/openbve.git/bin_debug/ReactiveProperty.pdb".
  Copying file from "/home/vincas/code/opensource/openbve/openbve.git/packages/ReactiveProperty.6.1.2/lib/net461/ReactiveProperty.xml" to "/home/vincas/code/opensource/openbve/openbve.git/bin_debug/ReactiveProperty.xml".
  Copying file from "/home/vincas/code/opensource/openbve/openbve.git/packages/ReactiveProperty.6.1.2/lib/net461/ReactiveProperty.NET46.pdb" to "/home/vincas/code/opensource/openbve/openbve.git/bin_debug/ReactiveProperty.NET46.pdb".
  Copying file from "/home/vincas/code/opensource/openbve/openbve.git/packages/ReactiveProperty.6.1.2/lib/net461/ReactiveProperty.NET46.xml" to "/home/vincas/code/opensource/openbve/openbve.git/bin_debug/ReactiveProperty.NET46.xml".
  Copying file from "/home/vincas/code/opensource/openbve/openbve.git/packages/System.Reactive.4.1.6/lib/net46/System.Reactive.xml" to "/home/vincas/code/opensource/openbve/openbve.git/bin_debug/System.Reactive.xml".
  Copying file from "/home/vincas/code/opensource/openbve/openbve.git/packages/System.Threading.Tasks.Extensions.4.5.3/lib/netstandard2.0/System.Threading.Tasks.Extensions.xml" to "/home/vincas/code/opensource/openbve/openbve.git/bin_debug/System.Threading.Tasks.Extensions.xml".
  Copying file from "/home/vincas/code/opensource/openbve/openbve.git/packages/System.Runtime.CompilerServices.Unsafe.4.5.2/lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.xml" to "/home/vincas/code/opensource/openbve/openbve.git/bin_debug/System.Runtime.CompilerServices.Unsafe.xml".
  Copying file from "/home/vincas/code/opensource/openbve/openbve.git/packages/System.ValueTuple.4.5.0/lib/net47/System.ValueTuple.xml" to "/home/vincas/code/opensource/openbve/openbve.git/bin_debug/System.ValueTuple.xml".
  Creating "/home/vincas/code/opensource/openbve/openbve.git/source/TrainEditor2/obj/Debug//TrainEditor2.csproj.CopyComplete" because "AlwaysCreate" was specified.
_CopyOutOfDateSourceItemsToOutputDirectoryAlways:
  Copying file from "/home/vincas/code/opensource/openbve/openbve.git/source/OpenBveApi/OpenTK.dll.config" to "/home/vincas/code/opensource/openbve/openbve.git/bin_debug/OpenTK.dll.config".
_CopyAppConfigFile:
  Copying file from "/home/vincas/code/opensource/openbve/openbve.git/source/TrainEditor2/obj/Debug/TrainEditor2.exe.config" to "/home/vincas/code/opensource/openbve/openbve.git/bin_debug/TrainEditor2.exe.config".
CopyFilesToOutputDirectory:
  Copying file from "/home/vincas/code/opensource/openbve/openbve.git/source/TrainEditor2/obj/Debug/TrainEditor2.exe" to "/home/vincas/code/opensource/openbve/openbve.git/bin_debug/TrainEditor2.exe".
  TrainEditor2 -> /home/vincas/code/opensource/openbve/openbve.git/bin_debug/TrainEditor2.exe
  Copying file from "/home/vincas/code/opensource/openbve/openbve.git/source/TrainEditor2/obj/Debug/TrainEditor2.pdb" to "/home/vincas/code/opensource/openbve/openbve.git/bin_debug/TrainEditor2.pdb".
Done Building Project "/home/vincas/code/opensource/openbve/openbve.git/source/TrainEditor2/TrainEditor2.csproj" (default targets).
Done Building Project "/home/vincas/code/opensource/openbve/openbve.git/source/TrainEditor2/TrainEditor2.csproj.metaproj" (default targets).
Done Building Project "/home/vincas/code/opensource/openbve/openbve.git/OpenBVE.sln" (build target(s)).

Build succeeded.

"/home/vincas/code/opensource/openbve/openbve.git/OpenBVE.sln" (build target) (1) ->
"/home/vincas/code/opensource/openbve/openbve.git/source/Plugins/Sound.Flac/Sound.Flac.csproj" (default target) (2) ->
"/home/vincas/code/opensource/openbve/openbve.git/source/OpenBveApi/OpenBveApi.csproj" (default target) (3:2) ->
(CoreCompile target) -> 
  Math/Quaternion.cs(28,16): warning CS0660: 'Quaternion' defines operator == or operator != but does not override Object.Equals(object o) [/home/vincas/code/opensource/openbve/openbve.git/source/OpenBveApi/OpenBveApi.csproj]
  Math/Quaternion.cs(28,16): warning CS0661: 'Quaternion' defines operator == or operator != but does not override Object.GetHashCode() [/home/vincas/code/opensource/openbve/openbve.git/source/OpenBveApi/OpenBveApi.csproj]
  Math/Matrix4.cs(550,21): warning CS1591: Missing XML comment for publicly visible type or member 'Matrix4D.Invert(ref Matrix4D)' [/home/vincas/code/opensource/openbve/openbve.git/source/OpenBveApi/OpenBveApi.csproj]
  Math/Quaternion.cs(252,15): warning CS1591: Missing XML comment for publicly visible type or member 'Quaternion.Multiply(ref Quaternion)' [/home/vincas/code/opensource/openbve/openbve.git/source/OpenBveApi/OpenBveApi.csproj]
  Math/Quaternion.cs(263,21): warning CS1591: Missing XML comment for publicly visible type or member 'Quaternion.Multiply(ref Quaternion, out Quaternion)' [/home/vincas/code/opensource/openbve/openbve.git/source/OpenBveApi/OpenBveApi.csproj]
  Math/Quaternion.cs(270,28): warning CS1591: Missing XML comment for publicly visible type or member 'Quaternion.Multiply(ref Quaternion, ref Quaternion, out Quaternion)' [/home/vincas/code/opensource/openbve/openbve.git/source/OpenBveApi/OpenBveApi.csproj]
  Math/Quaternion.cs(278,21): warning CS1591: Missing XML comment for publicly visible type or member 'Quaternion.Multiply(double)' [/home/vincas/code/opensource/openbve/openbve.git/source/OpenBveApi/OpenBveApi.csproj]
  Math/Quaternion.cs(285,21): warning CS1591: Missing XML comment for publicly visible type or member 'Quaternion.Multiply(double, out Quaternion)' [/home/vincas/code/opensource/openbve/openbve.git/source/OpenBveApi/OpenBveApi.csproj]
  Math/Quaternion.cs(293,28): warning CS1591: Missing XML comment for publicly visible type or member 'Quaternion.Multiply(ref Quaternion, double, out Quaternion)' [/home/vincas/code/opensource/openbve/openbve.git/source/OpenBveApi/OpenBveApi.csproj]
  Objects/ObjectState.cs(18,18): warning CS1591: Missing XML comment for publicly visible type or member 'ObjectState.WorldPosition' [/home/vincas/code/opensource/openbve/openbve.git/source/OpenBveApi/OpenBveApi.csproj]
  Routes/StaticBackground.cs(21,14): warning CS1591: Missing XML comment for publicly visible type or member 'StaticBackground.DisplayList' [/home/vincas/code/opensource/openbve/openbve.git/source/OpenBveApi/OpenBveApi.csproj]
  Routes/StaticBackground.cs(63,24): warning CS1591: Missing XML comment for publicly visible type or member 'StaticBackground.UpdateBackground(double, double, bool)' [/home/vincas/code/opensource/openbve/openbve.git/source/OpenBveApi/OpenBveApi.csproj]

"/home/vincas/code/opensource/openbve/openbve.git/OpenBVE.sln" (build target) (1) ->
"/home/vincas/code/opensource/openbve/openbve.git/source/OpenBVE/OpenBve.csproj.metaproj" (default target) (29) ->
"/home/vincas/code/opensource/openbve/openbve.git/source/OpenBVE/OpenBve.csproj" (default target) (30) ->
(PreBuildEvent target) -> 
  bash : warning : setlocale: LC_ALL: cannot change locale (en_US.UTF-8) [/home/vincas/code/opensource/openbve/openbve.git/source/OpenBVE/OpenBve.csproj]

"/home/vincas/code/opensource/openbve/openbve.git/OpenBVE.sln" (build target) (1) ->
"/home/vincas/code/opensource/openbve/openbve.git/source/OpenBVE/OpenBve.csproj.metaproj" (default target) (29) ->
"/home/vincas/code/opensource/openbve/openbve.git/source/OpenBVE/OpenBve.csproj" (default target) (30) ->
(ResolveAssemblyReferences target) -> 
  /usr/lib/mono/msbuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2101,5): warning MSB3276: Found conflicts between different versions of the same dependent assembly. Please set the "AutoGenerateBindingRedirects" property to true in the project file. For more information, see http://go.microsoft.com/fwlink/?LinkId=294190. [/home/vincas/code/opensource/openbve/openbve.git/source/OpenBVE/OpenBve.csproj]

"/home/vincas/code/opensource/openbve/openbve.git/OpenBVE.sln" (build target) (1) ->
"/home/vincas/code/opensource/openbve/openbve.git/source/RouteViewer/RouteViewer.csproj.metaproj" (default target) (31) ->
"/home/vincas/code/opensource/openbve/openbve.git/source/RouteViewer/RouteViewer.csproj" (default target) (32) ->
  /usr/lib/mono/msbuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2101,5): warning MSB3276: Found conflicts between different versions of the same dependent assembly. Please set the "AutoGenerateBindingRedirects" property to true in the project file. For more information, see http://go.microsoft.com/fwlink/?LinkId=294190. [/home/vincas/code/opensource/openbve/openbve.git/source/RouteViewer/RouteViewer.csproj]

"/home/vincas/code/opensource/openbve/openbve.git/OpenBVE.sln" (build target) (1) ->
"/home/vincas/code/opensource/openbve/openbve.git/source/ObjectViewer/ObjectViewer.csproj.metaproj" (default target) (33) ->
"/home/vincas/code/opensource/openbve/openbve.git/source/ObjectViewer/ObjectViewer.csproj" (default target) (34) ->
  /usr/lib/mono/msbuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2101,5): warning MSB3276: Found conflicts between different versions of the same dependent assembly. Please set the "AutoGenerateBindingRedirects" property to true in the project file. For more information, see http://go.microsoft.com/fwlink/?LinkId=294190. [/home/vincas/code/opensource/openbve/openbve.git/source/ObjectViewer/ObjectViewer.csproj]

"/home/vincas/code/opensource/openbve/openbve.git/OpenBVE.sln" (build target) (1) ->
"/home/vincas/code/opensource/openbve/openbve.git/source/TrainEditor2/TrainEditor2.csproj.metaproj" (default target) (35) ->
"/home/vincas/code/opensource/openbve/openbve.git/source/TrainEditor2/TrainEditor2.csproj" (default target) (36) ->
  /usr/lib/mono/msbuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2101,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "PresentationCore". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. [/home/vincas/code/opensource/openbve/openbve.git/source/TrainEditor2/TrainEditor2.csproj]
  /usr/lib/mono/msbuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2101,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "PresentationFramework". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. [/home/vincas/code/opensource/openbve/openbve.git/source/TrainEditor2/TrainEditor2.csproj]

    18 Warning(s)
    0 Error(s)

Time Elapsed 00:00:10.69
Talkless commented 4 years ago

We probably should put a mono version check in there too.

Yes, that would be useful.

Talkless commented 4 years ago

OK, so first of all, I used Ubuntu repo, not Debian (I've missed the fact that there was Mono repository for Debian, now it's right), and secondly, I've got .exe built with make release. Simple make did not do anything interesting.

shooking commented 4 years ago

Builds fine on Raspberry Pi4 with Ubuntu 20. Runs a bit slow (1.2 FPS) but make all-release followed by mono OpenBve.exe on binary runs better than my old Xeon with poor graphics card.

leezer3 commented 4 years ago

I'm considerably surprised this runs on the Pi 4 at all actually, considering there's still a bunch of bits running on GL1.2 (even with the new renderer)

The new renderer is likely to be considerably faster, although the lighting isn't quite right.

shooking commented 4 years ago

For sure I am interested in learning more about Open BVE. Just being able to ride a virtual tube train during these interesting times has been super cool - I was. Going to try to hack at GL etc if I get some spare time. Uses about 2GB at runtime (I got the 8 GB) - doesn't seem to be utilizing the GPU that we'll right now. Case, fan and some over locking next :-)

On Thu, 9 Jul 2020 23:50 Christopher Lees, notifications@github.com wrote:

I'm considerably surprised this runs on the Pi 4 at all actually, considering there's still a bunch of bits running on GL1.2 (even with the new renderer)

The new renderer is likely to be considerably faster, although the lighting isn't quite right.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/leezer3/OpenBVE/issues/428#issuecomment-656388335, or unsubscribe https://github.com/notifications/unsubscribe-auth/AFO7EVZA7CWWFKCLDGRO55DR2ZCTRANCNFSM4KOTRSXA .

leezer3 commented 4 years ago

Not using the GPU would probably be 100% expected in this case- I would say its using MESA emulation on the CPU for the GL calls, as IIRC the Pi GPU only supports GL Embedded by default.

shooking commented 4 years ago

Hi there Don't know if I can post a pictue will try

Got Ongar route running 10fps on a RPi4 I am well made up about this .. it's ok and I don't need to get a fast GPU. Not overclocked yet

On Thu, 9 Jul 2020 23:58 Christopher Lees, notifications@github.com wrote:

Not using the GPU would probably be 100% expected in this case- I would say its using MESA emulation on the CPU for the GL calls, as IIRC the Pi GPU only supports GL Embedded by default.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/leezer3/OpenBVE/issues/428#issuecomment-656390787, or unsubscribe https://github.com/notifications/unsubscribe-auth/AFO7EVYDFAGKLOFWV7ZE2MDR2ZDS7ANCNFSM4KOTRSXA .