Jump to content
LaunchBox Community Forums

mbp27

Members
  • Posts

    13
  • Joined

  • Last visited

Everything posted by mbp27

  1. Hello, Great topic. Is there any change? I´m looking for a variable that contains the name of the game. This is the variable I need to start my TRS80 emulator.
  2. Hello, today I included an app to be executed before and after a game, and for my surprise the game dissapeared after that. My configuration in Launchbox is to hide games Broken, Hidden and without a Front Box. When I deselect the option "Hide games without Front Box", the game shows again. Can you please check and fix? Thanks in advance, Marcelo The code for the additional app is below: <AdditionalApplication> <Id>be635069-4b87-4558-9897-cdc0d298ec1e</Id> <PlayCount>0</PlayCount> <PlayTime>0</PlayTime> <GameID>f97ae70d-9404-4f30-bbb1-d9d5758a03db</GameID> <ApplicationPath>E:\Hyperspin\Utilities\SetDPI\SetDpi.exe</ApplicationPath> <AutoRunAfter>false</AutoRunAfter> <AutoRunBefore>true</AutoRunBefore> <CommandLine>1 150</CommandLine> <Name>SetDPI</Name> <UseDosBox>false</UseDosBox> <UseEmulator>false</UseEmulator> <WaitForExit>false</WaitForExit> <Developer /> <Publisher /> <Region /> <Status /> <SideA>false</SideA> <SideB>false</SideB> <Priority>0</Priority> </AdditionalApplication> <AdditionalApplication> <Id>40ad8d40-dcbb-4ae2-964e-ce3ee8488b90</Id> <PlayCount>0</PlayCount> <PlayTime>0</PlayTime> <GameID>f97ae70d-9404-4f30-bbb1-d9d5758a03db</GameID> <ApplicationPath>E:\Hyperspin\Utilities\SetDPI\SetDpi.exe</ApplicationPath> <AutoRunAfter>true</AutoRunAfter> <AutoRunBefore>false</AutoRunBefore> <CommandLine>1 300</CommandLine> <Name>SetDPI Exit</Name> <UseDosBox>false</UseDosBox> <UseEmulator>false</UseEmulator> <WaitForExit>false</WaitForExit> <Developer /> <Publisher /> <Region /> <Status /> <SideA>false</SideA> <SideB>false</SideB> <Priority>0</Priority> </AdditionalApplication>
  3. Hello RedSnake, thanks for the quick reply. I found out what´s the problem. I tried to copy the version 1.0.6 over my previous Darkroom folder. When i deleted the current Darkroom folder and then copied the version 1.0.6, the theme worked again.
  4. Hello, It seems the theme is no longer working after launchbox version updates. I get error in the DarkRoomPlugin.dll. Is anyone facing the same issue: Any ideas on how to fix it? 2022-03-02 09:41:21 PM FIRST CHANCE EXCEPTION: ImageSourceConverter cannot convert from System.String. at System.ComponentModel.TypeConverter.GetConvertFromException(Object value) 2022-03-02 09:41:21 PM FIRST CHANCE EXCEPTION: ImageSourceConverter cannot convert from System.String. at System.ComponentModel.TypeConverter.GetConvertFromException(Object value) at System.ComponentModel.TypeConverter.ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, Object value) at System.Windows.Media.ImageSourceConverter.ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, Object value) 2022-03-02 09:41:21 PM FIRST CHANCE EXCEPTION: ImageSourceConverter cannot convert from System.String. at MS.Internal.Data.DefaultValueConverter.ConvertHelper(Object o, Type destinationType, DependencyObject targetElement, CultureInfo culture, Boolean isForward) 2022-03-02 09:41:21 PM FIRST CHANCE EXCEPTION: Type reference cannot find type named '{clr-namespace:DarkRoomPlugin.Controls;assembly=DarkRoomPlugin}GridHelper'. at MS.Internal.Xaml.Context.ObjectWriterContext.ServiceProvider_Resolve(String qName) 2022-03-02 09:41:21 PM FIRST CHANCE EXCEPTION: 'Initialization of 'System.Windows.Setter' threw an exception.' Line number '14' and line position '4'. at MS.Internal.Xaml.Runtime.ClrObjectRuntime.InitializationGuard(XamlType xamlType, Object obj, Boolean begin) 2022-03-02 09:41:21 PM FIRST CHANCE CONTINUED INNER EXCEPTION: Type reference cannot find type named '{clr-namespace:DarkRoomPlugin.Controls;assembly=DarkRoomPlugin}GridHelper'. at MS.Internal.Xaml.Context.ObjectWriterContext.ServiceProvider_Resolve(String qName) at MS.Internal.Xaml.ServiceProviderContext.System.Windows.Markup.IXamlTypeResolver.Resolve(String qName) at System.Windows.Markup.DependencyPropertyConverter.ResolveProperty(IServiceProvider serviceProvider, String targetName, Object source) at System.Windows.Setter.System.ComponentModel.ISupportInitialize.EndInit() at MS.Internal.Xaml.Runtime.ClrObjectRuntime.InitializationGuard(XamlType xamlType, Object obj, Boolean begin) 2022-03-02 09:41:21 PM FIRST CHANCE EXCEPTION: 'Initialization of 'System.Windows.Setter' threw an exception.' Line number '14' and line position '4'. at System.Windows.Markup.XamlReader.RewrapException(Exception e, IXamlLineInfo lineInfo, Uri baseUri) 2022-03-02 09:41:21 PM FIRST CHANCE CONTINUED INNER EXCEPTION: Type reference cannot find type named '{clr-namespace:DarkRoomPlugin.Controls;assembly=DarkRoomPlugin}GridHelper'. at MS.Internal.Xaml.Context.ObjectWriterContext.ServiceProvider_Resolve(String qName) at MS.Internal.Xaml.ServiceProviderContext.System.Windows.Markup.IXamlTypeResolver.Resolve(String qName) at System.Windows.Markup.DependencyPropertyConverter.ResolveProperty(IServiceProvider serviceProvider, String targetName, Object source) at System.Windows.Setter.System.ComponentModel.ISupportInitialize.EndInit() at MS.Internal.Xaml.Runtime.ClrObjectRuntime.InitializationGuard(XamlType xamlType, Object obj, Boolean begin) 2022-03-02 09:41:21 PM FIRST CHANCE EXCEPTION: 'Initialization of 'System.Windows.Setter' threw an exception.' Line number '14' and line position '4'. 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) 2022-03-02 09:41:21 PM FIRST CHANCE CONTINUED INNER EXCEPTION: Type reference cannot find type named '{clr-namespace:DarkRoomPlugin.Controls;assembly=DarkRoomPlugin}GridHelper'. at MS.Internal.Xaml.Context.ObjectWriterContext.ServiceProvider_Resolve(String qName) at MS.Internal.Xaml.ServiceProviderContext.System.Windows.Markup.IXamlTypeResolver.Resolve(String qName) at System.Windows.Markup.DependencyPropertyConverter.ResolveProperty(IServiceProvider serviceProvider, String targetName, Object source) at System.Windows.Setter.System.ComponentModel.ISupportInitialize.EndInit() at MS.Internal.Xaml.Runtime.ClrObjectRuntime.InitializationGuard(XamlType xamlType, Object obj, Boolean begin) 2022-03-02 09:41:21 PM FIRST CHANCE EXCEPTION: Exception has been thrown by the target of an invocation. at System.RuntimeTypeHandle.CreateInstance(RuntimeType type, Boolean publicOnly, Boolean wrapExceptions, Boolean& canBeCached, RuntimeMethodHandleInternal& ctor, Boolean& hasNoDefaultCtor) at System.RuntimeType.CreateInstanceDefaultCtorSlow(Boolean publicOnly, Boolean wrapExceptions, Boolean fillCache) 2022-03-02 09:41:21 PM FIRST CHANCE CONTINUED INNER EXCEPTION: 'Initialization of 'System.Windows.Setter' threw an exception.' Line number '14' and line position '4'. 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 MS.Internal.AppModel.AppModelKnownContentFactory.XamlConverter(Stream stream, Uri baseUri, Boolean canUseTopLevelBrowser, Boolean sandboxExternalContent, Boolean allowAsync, Boolean isJournalNavigation, XamlReader& asyncObjectConverter) at MS.Internal.AppModel.MimeObjectFactory.GetObjectAndCloseStream(Stream s, ContentType contentType, Uri baseUri, Boolean canUseTopLevelBrowser, Boolean sandboxExternalContent, Boolean allowAsync, Boolean isJournalNavigation, XamlReader& asyncObjectConverter) at System.Windows.ResourceDictionary.set_Source(Uri value) at DarkRoomPlugin.ConfigurationManager.LoadConfigurations() at DarkRoomPlugin.ConfigurationManager.Init() at DarkRoomPlugin.VideoControl..ctor() 2022-03-02 09:41:21 PM FIRST CHANCE CONTINUED INNER EXCEPTION: Type reference cannot find type named '{clr-namespace:DarkRoomPlugin.Controls;assembly=DarkRoomPlugin}GridHelper'. at MS.Internal.Xaml.Context.ObjectWriterContext.ServiceProvider_Resolve(String qName) at MS.Internal.Xaml.ServiceProviderContext.System.Windows.Markup.IXamlTypeResolver.Resolve(String qName) at System.Windows.Markup.DependencyPropertyConverter.ResolveProperty(IServiceProvider serviceProvider, String targetName, Object source) at System.Windows.Setter.System.ComponentModel.ISupportInitialize.EndInit() at MS.Internal.Xaml.Runtime.ClrObjectRuntime.InitializationGuard(XamlType xamlType, Object obj, Boolean begin) 2022-03-02 09:41:21 PM FIRST CHANCE EXCEPTION: 'The invocation of the constructor on type 'DarkRoomPlugin.VideoControl' that matches the specified binding constraints threw an exception.' Line number '143' and line position '23'. at MS.Internal.Xaml.Runtime.ClrObjectRuntime.CreateInstance(XamlType xamlType, Object[] args) 2022-03-02 09:41:21 PM FIRST CHANCE CONTINUED INNER EXCEPTION: 'Initialization of 'System.Windows.Setter' threw an exception.' Line number '14' and line position '4'. 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 MS.Internal.AppModel.AppModelKnownContentFactory.XamlConverter(Stream stream, Uri baseUri, Boolean canUseTopLevelBrowser, Boolean sandboxExternalContent, Boolean allowAsync, Boolean isJournalNavigation, XamlReader& asyncObjectConverter) at MS.Internal.AppModel.MimeObjectFactory.GetObjectAndCloseStream(Stream s, ContentType contentType, Uri baseUri, Boolean canUseTopLevelBrowser, Boolean sandboxExternalContent, Boolean allowAsync, Boolean isJournalNavigation, XamlReader& asyncObjectConverter) at System.Windows.ResourceDictionary.set_Source(Uri value) at DarkRoomPlugin.ConfigurationManager.LoadConfigurations() at DarkRoomPlugin.ConfigurationManager.Init() at DarkRoomPlugin.VideoControl..ctor() 2022-03-02 09:41:21 PM FIRST CHANCE CONTINUED INNER EXCEPTION: Type reference cannot find type named '{clr-namespace:DarkRoomPlugin.Controls;assembly=DarkRoomPlugin}GridHelper'. at MS.Internal.Xaml.Context.ObjectWriterContext.ServiceProvider_Resolve(String qName) at MS.Internal.Xaml.ServiceProviderContext.System.Windows.Markup.IXamlTypeResolver.Resolve(String qName) at System.Windows.Markup.DependencyPropertyConverter.ResolveProperty(IServiceProvider serviceProvider, String targetName, Object source) at System.Windows.Setter.System.ComponentModel.ISupportInitialize.EndInit() at MS.Internal.Xaml.Runtime.ClrObjectRuntime.InitializationGuard(XamlType xamlType, Object obj, Boolean begin) 2022-03-02 09:41:21 PM FIRST CHANCE EXCEPTION: 'Initialization of 'System.Windows.Setter' threw an exception.' Line number '14' and line position '4'. at System.Windows.Markup.XamlReader.RewrapException(Exception e, IXamlLineInfo lineInfo, Uri baseUri) 2022-03-02 09:41:21 PM FIRST CHANCE CONTINUED INNER EXCEPTION: Type reference cannot find type named '{clr-namespace:DarkRoomPlugin.Controls;assembly=DarkRoomPlugin}GridHelper'. at MS.Internal.Xaml.Context.ObjectWriterContext.ServiceProvider_Resolve(String qName) at MS.Internal.Xaml.ServiceProviderContext.System.Windows.Markup.IXamlTypeResolver.Resolve(String qName) at System.Windows.Markup.DependencyPropertyConverter.ResolveProperty(IServiceProvider serviceProvider, String targetName, Object source) at System.Windows.Setter.System.ComponentModel.ISupportInitialize.EndInit() at MS.Internal.Xaml.Runtime.ClrObjectRuntime.InitializationGuard(XamlType xamlType, Object obj, Boolean begin) 2022-03-02 09:41:21 PM FIRST CHANCE EXCEPTION: 'Initialization of 'System.Windows.Setter' threw an exception.' Line number '14' and line position '4'. 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) 2022-03-02 09:41:21 PM FIRST CHANCE CONTINUED INNER EXCEPTION: Type reference cannot find type named '{clr-namespace:DarkRoomPlugin.Controls;assembly=DarkRoomPlugin}GridHelper'. at MS.Internal.Xaml.Context.ObjectWriterContext.ServiceProvider_Resolve(String qName) at MS.Internal.Xaml.ServiceProviderContext.System.Windows.Markup.IXamlTypeResolver.Resolve(String qName) at System.Windows.Markup.DependencyPropertyConverter.ResolveProperty(IServiceProvider serviceProvider, String targetName, Object source) at System.Windows.Setter.System.ComponentModel.ISupportInitialize.EndInit() at MS.Internal.Xaml.Runtime.ClrObjectRuntime.InitializationGuard(XamlType xamlType, Object obj, Boolean begin)
  5. Hello, Anyone knows how to use those images? What folder should I save them ?
    Amazing job! I´m impressed with the level of details and beauty. In the system page, where do you get the background images? The BigBox logo is displayed for Commodore Amiga and I would like to change it.
  6. I'm having the same problem. The playlists do not show in Big Box -> Playlists View. Anybody knows what to do to fix?
  7. Harryoke, you´re one of the best content creator I know, and I know many of them. Congrats for your amazing work.
  8. Hello Guys, 3DO games does not start in LB+Retroarch, but they work fine in Retroarch only. I have no issues to start Sega CD games in LB+Retroarch. Actually 3DO is the only system that doesnt work with LB+Retroarch. I have 15 other systems working in LB+Retroarch. Any guess on what could be happening ?
  9. Sorry, There's 1 thing I changed. In Launchbox emulator config, I unselected "Extract ROM files before execute" (I don't know if it's exactly the same words because my LB is in Portuguese).
  10. Hello, thanks for the msg. I don't think it's a video driver issue. The same game runs perfect in Retroarch only and in fullscreen. Games from other systems runs well in Retroarch only in fullscreen too. Retroarch works fine with Rocketlauncher too. And even Launchbox works ok if in window mode. By the way, I'm using Retroarch bezels. Today, I decided to test it again, and I don't know why, it worked! I did nothing. Maybe it's an update from Windows 10 that was causing some trouble.
  11. I'm testing retroarch for Atari 2600 and it crashes when in fullscreen and started through LB. In Window mode it works fine. Game starts normally in Fullscreen when started directly through retrorarch. What's happening ?
×
×
  • Create New...