Jump to content
LaunchBox Community Forums

OldeManMoon

Members
  • Posts

    7
  • Joined

  • Last visited

Posts posted by OldeManMoon

  1. also get this with any view

     

    ---------------------------

    ---------------------------
    An error occurred while parsing the custom TextListView. The default view is shown instead. Details on the error are below:

     

    System.Windows.Markup.XamlParseException: 'Failed to create a 'ImageSource' from the text 'pack://siteoforigin:,,,/Themes/Neon Deluxe Arcade/Media/images/ListMouseOver.png'.' Line number '73' and line position '47'.

     ---> System.IO.DirectoryNotFoundException: Could not find a part of the path 'E:\LaunchBox\Core\Themes\Neon Deluxe Arcade\Media\images\ListMouseOver.png'.

       at System.IO.FileStream.ValidateFileHandle(SafeFileHandle fileHandle)

       at System.IO.FileStream.CreateFileOpenHandle(FileMode mode, FileShare share, FileOptions options)

       at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options)

       at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share)

       at System.IO.File.OpenRead(String path)

       at MS.Internal.AppModel.SiteOfOriginPart.HandleFileSource(Boolean onlyNeedContentType)

       at MS.Internal.AppModel.SiteOfOriginPart.GetStreamAndSetContentType(Boolean onlyNeedContentType)

       at MS.Internal.AppModel.SiteOfOriginPart.GetStreamCore(FileMode mode, FileAccess access)

       at System.IO.Packaging.PackagePart.GetStream(FileMode mode, FileAccess access)

       at MS.Internal.IO.Packaging.PackagePartExtensions.GetSeekableStream(PackagePart packPart, FileMode mode, FileAccess access)

       at System.IO.Packaging.PackWebResponse.CachedResponse.GetResponseStream()

       at System.IO.Packaging.PackWebResponse.GetResponseStream()

       at System.IO.Packaging.PackWebResponse.get_ContentType()

       at System.Windows.Media.Imaging.BitmapDecoder.SetupDecoderFromUriOrStream(Uri uri, Stream stream, BitmapCacheOption cacheOption, Guid& clsId, Boolean& isOriginalWritable, Stream& uriStream, UnmanagedMemoryStream& unmanagedMemoryStream, SafeFileHandle& safeFilehandle)

       at System.Windows.Media.Imaging.BitmapDecoder.CreateFromUriOrStream(Uri baseUri, Uri uri, Stream stream, BitmapCreateOptions createOptions, BitmapCacheOption cacheOption, RequestCachePolicy uriCachePolicy, Boolean insertInDecoderCache)

       at System.Windows.Media.Imaging.BitmapFrame.CreateFromUriOrStream(Uri baseUri, Uri uri, Stream stream, BitmapCreateOptions createOptions, BitmapCacheOption cacheOption, RequestCachePolicy uriCachePolicy)

       at System.Windows.Media.ImageSourceConverter.ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, Object value)

       at MS.Internal.Xaml.Runtime.ClrObjectRuntime.CreateObjectWithTypeConverter(ServiceProviderContext serviceContext, XamlValueConverter`1 ts, Object value)

       at MS.Internal.Xaml.Runtime.ClrObjectRuntime.CreateFromValue(ServiceProviderContext serviceContext, XamlValueConverter`1 ts, Object value, XamlMember property)

       at System.Xaml.XamlObjectWriter.Logic_CreateFromValue(ObjectWriterContext ctx, XamlValueConverter`1 typeConverter, Object value, XamlMember property, String targetName, IAddLineInfo lineInfo)

       --- End of inner exception stack trace ---

       at System.Windows.Markup.XamlReader.RewrapException(Exception e, IXamlLineInfo lineInfo, Uri baseUri)

       at System.Windows.Markup.WpfXamlLoader.Load(XamlReader xamlReader, IXamlObjectWriterFactory writerFactory, Boolean skipJournaledProperties, Object rootObject, XamlObjectWriterSettings settings, Uri baseUri)

       at System.Windows.Markup.WpfXamlLoader.Load(XamlReader xamlReader, Boolean skipJournaledProperties, Uri baseUri)

       at System.Windows.Markup.XamlReader.Load(XamlReader xamlReader, ParserContext parserContext)

       at System.Windows.Markup.XamlReader.Load(XmlReader reader, ParserContext parserContext, XamlParseMode parseMode, Boolean useRestrictiveXamlReader, List`1 safeTypes)

       at System.Windows.Markup.XamlReader.Load(Stream stream, ParserContext parserContext, Boolean useRestrictiveXamlReader)

       at System.Windows.Markup.XamlReader.Load(Stream stream, ParserContext parserContext)

       at System.Windows.Markup.XamlReader.Load(Stream stream)

       at Unbroken.LaunchBox.Windows.BigBox.Bootstrapper.InstantiateSetter(Object )

       at Unbroken.LaunchBox.Windows.BigBox.Bootstrapper.TestSystem(Object spec)

       at InitializerConfiguration.FlushBase(String spec, InitializerConfiguration )

       at Unbroken.LaunchBox.Windows.BigBox.Bootstrapper.DefineSystem(Type item, Object token, Object rule)
    ---------------------------
    OK   
    ---------------------------

     

  2. ---------------------------

    ---------------------------
    An error occurred while parsing the custom SystemView. The default view is shown instead. Details on the error are below:

     

    System.Windows.Markup.XamlParseException: 'Failed to create a 'ImageSource' from the text 'pack://siteoforigin:,,,/Themes/Neon Deluxe Arcade/Media/images/ListMouseOver.png'.' Line number '96' and line position '47'.

     ---> System.IO.DirectoryNotFoundException: Could not find a part of the path 'E:\LaunchBox\Core\Themes\Neon Deluxe Arcade\Media\images\ListMouseOver.png'.

       at System.IO.FileStream.ValidateFileHandle(SafeFileHandle fileHandle)

       at System.IO.FileStream.CreateFileOpenHandle(FileMode mode, FileShare share, FileOptions options)

       at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options)

       at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share)

       at System.IO.File.OpenRead(String path)

       at MS.Internal.AppModel.SiteOfOriginPart.HandleFileSource(Boolean onlyNeedContentType)

       at MS.Internal.AppModel.SiteOfOriginPart.GetStreamAndSetContentType(Boolean onlyNeedContentType)

       at MS.Internal.AppModel.SiteOfOriginPart.GetStreamCore(FileMode mode, FileAccess access)

       at System.IO.Packaging.PackagePart.GetStream(FileMode mode, FileAccess access)

       at MS.Internal.IO.Packaging.PackagePartExtensions.GetSeekableStream(PackagePart packPart, FileMode mode, FileAccess access)

       at System.IO.Packaging.PackWebResponse.CachedResponse.GetResponseStream()

       at System.IO.Packaging.PackWebResponse.GetResponseStream()

       at System.IO.Packaging.PackWebResponse.get_ContentType()

       at System.Windows.Media.Imaging.BitmapDecoder.SetupDecoderFromUriOrStream(Uri uri, Stream stream, BitmapCacheOption cacheOption, Guid& clsId, Boolean& isOriginalWritable, Stream& uriStream, UnmanagedMemoryStream& unmanagedMemoryStream, SafeFileHandle& safeFilehandle)

       at System.Windows.Media.Imaging.BitmapDecoder.CreateFromUriOrStream(Uri baseUri, Uri uri, Stream stream, BitmapCreateOptions createOptions, BitmapCacheOption cacheOption, RequestCachePolicy uriCachePolicy, Boolean insertInDecoderCache)

       at System.Windows.Media.Imaging.BitmapFrame.CreateFromUriOrStream(Uri baseUri, Uri uri, Stream stream, BitmapCreateOptions createOptions, BitmapCacheOption cacheOption, RequestCachePolicy uriCachePolicy)

       at System.Windows.Media.ImageSourceConverter.ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, Object value)

       at MS.Internal.Xaml.Runtime.ClrObjectRuntime.CreateObjectWithTypeConverter(ServiceProviderContext serviceContext, XamlValueConverter`1 ts, Object value)

       at MS.Internal.Xaml.Runtime.ClrObjectRuntime.CreateFromValue(ServiceProviderContext serviceContext, XamlValueConverter`1 ts, Object value, XamlMember property)

       at System.Xaml.XamlObjectWriter.Logic_CreateFromValue(ObjectWriterContext ctx, XamlValueConverter`1 typeConverter, Object value, XamlMember property, String targetName, IAddLineInfo lineInfo)

       --- End of inner exception stack trace ---

       at System.Windows.Markup.XamlReader.RewrapException(Exception e, IXamlLineInfo lineInfo, Uri baseUri)

       at System.Windows.Markup.WpfXamlLoader.Load(XamlReader xamlReader, IXamlObjectWriterFactory writerFactory, Boolean skipJournaledProperties, Object rootObject, XamlObjectWriterSettings settings, Uri baseUri)

       at System.Windows.Markup.WpfXamlLoader.Load(XamlReader xamlReader, Boolean skipJournaledProperties, Uri baseUri)

       at System.Windows.Markup.XamlReader.Load(XamlReader xamlReader, ParserContext parserContext)

       at System.Windows.Markup.XamlReader.Load(XmlReader reader, ParserContext parserContext, XamlParseMode parseMode, Boolean useRestrictiveXamlReader, List`1 safeTypes)

       at System.Windows.Markup.XamlReader.Load(Stream stream, ParserContext parserContext, Boolean useRestrictiveXamlReader)

       at System.Windows.Markup.XamlReader.Load(Stream stream, ParserContext parserContext)

       at System.Windows.Markup.XamlReader.Load(Stream stream)

       at Unbroken.LaunchBox.Windows.BigBox.Bootstrapper.InstantiateSetter(Object )

       at Unbroken.LaunchBox.Windows.BigBox.Bootstrapper.TestSystem(Object spec)

       at InitializerConfiguration.FlushBase(String spec, InitializerConfiguration )

       at Unbroken.LaunchBox.Windows.BigBox.Bootstrapper.MoveSystem(Type asset)
    ---------------------------
    OK   
    ---------------------------

     

×
×
  • Create New...