You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When loading music from tiled I get the fallowing in vs.
Error 1 Building content threw NotImplementedException: Processing of compressed layer data is not currently implemented
at ScrollingShooterContentPipeline.TmxImporter.LoadTileData(XmlReader reader, Int32 width, Int32 height) in C:\Users\Borzen\Documents\GitHub\scrolling-shooter\ScrollingShooterContentPipeline\TmxImporter.cs:line 236
at ScrollingShooterContentPipeline.TmxImporter.LoadLayer(XmlReader reader) in C:\Users\Borzen\Documents\GitHub\scrolling-shooter\ScrollingShooterContentPipeline\TmxImporter.cs:line 361
at ScrollingShooterContentPipeline.TmxImporter.Import(String filename, ContentImporterContext context) in C:\Users\Borzen\Documents\GitHub\scrolling-shooter\ScrollingShooterContentPipeline\TmxImporter.cs:line 97
at Microsoft.Xna.Framework.Content.Pipeline.ContentImporter1.Microsoft.Xna.Framework.Content.Pipeline.IContentImporter.Import(String filename, ContentImporterContext context) at Microsoft.Xna.Framework.Content.Pipeline.BuildCoordinator.ImportAssetDirectly(BuildItem item, String importerName) at Microsoft.Xna.Framework.Content.Pipeline.BuildCoordinator.ImportAsset(BuildItem item) at Microsoft.Xna.Framework.Content.Pipeline.BuildCoordinator.BuildAssetWorker(BuildItem item) at Microsoft.Xna.Framework.Content.Pipeline.BuildCoordinator.BuildAsset(BuildItem item) at Microsoft.Xna.Framework.Content.Pipeline.BuildCoordinator.RunTheBuild() at Microsoft.Xna.Framework.Content.Pipeline.Tasks.BuildContent.RemoteProxy.RunTheBuild(BuildCoordinatorSettings settings, TimestampCache timestampCache, ITaskItem[] sourceAssets, String[]& outputContent, String[]& rebuiltContent, String[]& intermediates, Dictionary2& dependencyTimestamps, KeyValuePair`2[]& warnings) C:\Users\Borzen\Documents\GitHub\scrolling-shooter\ScrollingShooter\ScrollingShooterContent\Tilemaps\Airbase.tmx ScrollingShooter
Anybody know what is going on?
The text was updated successfully, but these errors were encountered:
When loading music from tiled I get the fallowing in vs.
Error 1 Building content threw NotImplementedException: Processing of compressed layer data is not currently implemented
at ScrollingShooterContentPipeline.TmxImporter.LoadTileData(XmlReader reader, Int32 width, Int32 height) in C:\Users\Borzen\Documents\GitHub\scrolling-shooter\ScrollingShooterContentPipeline\TmxImporter.cs:line 236
at ScrollingShooterContentPipeline.TmxImporter.LoadLayer(XmlReader reader) in C:\Users\Borzen\Documents\GitHub\scrolling-shooter\ScrollingShooterContentPipeline\TmxImporter.cs:line 361
at ScrollingShooterContentPipeline.TmxImporter.Import(String filename, ContentImporterContext context) in C:\Users\Borzen\Documents\GitHub\scrolling-shooter\ScrollingShooterContentPipeline\TmxImporter.cs:line 97
at Microsoft.Xna.Framework.Content.Pipeline.ContentImporter
1.Microsoft.Xna.Framework.Content.Pipeline.IContentImporter.Import(String filename, ContentImporterContext context) at Microsoft.Xna.Framework.Content.Pipeline.BuildCoordinator.ImportAssetDirectly(BuildItem item, String importerName) at Microsoft.Xna.Framework.Content.Pipeline.BuildCoordinator.ImportAsset(BuildItem item) at Microsoft.Xna.Framework.Content.Pipeline.BuildCoordinator.BuildAssetWorker(BuildItem item) at Microsoft.Xna.Framework.Content.Pipeline.BuildCoordinator.BuildAsset(BuildItem item) at Microsoft.Xna.Framework.Content.Pipeline.BuildCoordinator.RunTheBuild() at Microsoft.Xna.Framework.Content.Pipeline.Tasks.BuildContent.RemoteProxy.RunTheBuild(BuildCoordinatorSettings settings, TimestampCache timestampCache, ITaskItem[] sourceAssets, String[]& outputContent, String[]& rebuiltContent, String[]& intermediates, Dictionary
2& dependencyTimestamps, KeyValuePair`2[]& warnings) C:\Users\Borzen\Documents\GitHub\scrolling-shooter\ScrollingShooter\ScrollingShooterContent\Tilemaps\Airbase.tmx ScrollingShooterAnybody know what is going on?
The text was updated successfully, but these errors were encountered: