Jump to content
LaunchBox Community Forums

sheathes

Members
  • Posts

    1
  • Joined

  • Last visited

Posts posted by sheathes

  1. I am trying to get into the options menu in the normal Launchbox program V 9.1 but keep getting an error as per below.

    I have tried resetting my theme back to default settings as i read it as a possible cause in another thread but no luck.

    Can anyone help?

     

     

    (Inner Exception)

    Cannot locate resource 'resources/bigboxbackground.jpg'.

    App:     LaunchBox
    Version: 9.10
    Type:    System.IO.IOException
    Site:    System.IO.Stream GetStreamCore(System.IO.FileMode, System.IO.FileAccess)
    Source:  PresentationFramework

       at MS.Internal.AppModel.ResourcePart.GetStreamCore(FileMode mode, FileAccess access)
       at System.IO.Packaging.PackagePart.GetStream(FileMode mode, FileAccess access)
       at System.IO.Packaging.PackWebResponse.CachedResponse.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 System.Xaml.XamlObjectWriter.Logic_CreateFromValue(ObjectWriterContext ctx, XamlValueConverter`1 typeConverter, Object value, XamlMember property, String targetName, IAddLineInfo lineInfo)


    (Outer Exception)

    'Failed to create a 'ImageSource' from the text 'pack://application:,,,/Resources/BigBoxBackground.jpg'.' Line number '11' and line position '16'.

    App:     LaunchBox
    Version: 9.10
    Type:    System.Windows.Markup.XamlParseException
    Site:    Void RewrapException(System.Exception, System.Xaml.IXamlLineInfo, System.Uri)
    Source:  PresentationFramework

       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)
       at System.Windows.Markup.XamlReader.Load(Stream stream, ParserContext parserContext, Boolean useRestrictiveXamlReader)
       at (String )
       at Unbroken.LaunchBox.Desktop.Bootstrapper.LoadXamlFile(String xamlPath)
       at Unbroken.LaunchBox.Desktop.Bootstrapper.GetOrCreateViewType(Type viewType)
       at Caliburn.Micro.ViewLocator.<>c.<.cctor>b__10_8(Object model, DependencyObject displayLocation, Object context)
       at Caliburn.Micro.WindowManager.CreateWindow(Object rootModel, Boolean isDialog, Object context, IDictionary`2 settings)
       at Caliburn.Micro.WindowManager.ShowDialog(Object rootModel, Object context, IDictionary`2 settings)
       at (<>c__DisplayClass0_1 )
       at Unbroken.LaunchBox.Desktop.MenuActions.OptionsMenuAction.<>c__DisplayClass0_1.<OnSelect>b__19()
       at System.Windows.Threading.DispatcherOperation.InvokeDelegateCore()
       at System.Windows.Threading.DispatcherOperation.InvokeImpl()
    --- End of stack trace from previous location where exception was thrown ---
       at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
       at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
       at System.Windows.Threading.DispatcherOperation.Wait(TimeSpan timeout)
       at System.Windows.Threading.Dispatcher.InvokeImpl(DispatcherOperation operation, CancellationToken cancellationToken, TimeSpan timeout)
       at System.Windows.Threading.Dispatcher.Invoke(Action callback, DispatcherPriority priority, CancellationToken cancellationToken, TimeSpan timeout)
       at System.Windows.Threading.Dispatcher.Invoke(Action callback, DispatcherPriority priority)
       at (Action , DispatcherPriority )
       at Unbroken.LaunchBox.Wpf.Threading.Invoke(Action callback, DispatcherPriority priority)
       at (<>c__DisplayClass0_0 )
       at Unbroken.LaunchBox.Desktop.MenuActions.OptionsMenuAction.<>c__DisplayClass0_0.<OnSelect>b__1()
       at System.Windows.Threading.DispatcherOperation.InvokeDelegateCore()
       at System.Windows.Threading.DispatcherOperation.InvokeImpl()
    --- End of stack trace from previous location where exception was thrown ---
       at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
       at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
       at System.Windows.Threading.DispatcherOperation.Wait(TimeSpan timeout)
       at System.Windows.Threading.Dispatcher.InvokeImpl(DispatcherOperation operation, CancellationToken cancellationToken, TimeSpan timeout)
       at System.Windows.Threading.Dispatcher.Invoke(Action callback, DispatcherPriority priority, CancellationToken cancellationToken, TimeSpan timeout)
       at System.Windows.Threading.Dispatcher.Invoke(Action callback, DispatcherPriority priority)
       at (Action , DispatcherPriority )
       at Unbroken.LaunchBox.Wpf.Threading.Invoke(Action callback, DispatcherPriority priority)
       at (<>c )
       at Unbroken.LaunchBox.Desktop.MenuActions.OptionsMenuAction.<>c.<OnSelect>b__0_0()
       at Unbroken.LaunchBox.Wpf.Threading.<>c__DisplayClass0_0.<Queue>b__0(Object state)
       at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
       at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
       at System.Threading.QueueUserWorkItemCallback.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem()
       at System.Threading.ThreadPoolWorkQueue.Dispatch()

    Recent Log:

       1:00:43 PM Music.Prepare Start
       1:00:43 PM Music.Kill Start
       1:00:43 PM Music.Kill Finished
       1:00:43 PM Music.NotifyTrackList Start
       1:00:43 PM Music.NotifyTrackList Invoke WPF
       1:00:51 PM Music.Play Start
       1:00:51 PM Music.Kill Start
       1:00:51 PM Music.Kill Finished
       1:00:51 PM Music.Play Empty Music Path
       1:00:51 PM Music.NotifyTrackList Start
       1:00:51 PM Music.NotifyTrackList Invoke WPF
       1:00:59 PM Music.Play Start
       1:00:59 PM Music.Kill Start
       1:00:59 PM Music.Kill Finished
       1:00:59 PM Music.Play Empty Music Path
       1:00:59 PM Music.NotifyTrackList Start
       1:00:59 PM Music.NotifyTrackList Invoke WPF
       1:01:03 PM Exception

×
×
  • Create New...