Jump to content
LaunchBox Community Forums

Cadizking25

Members
  • Posts

    33
  • Joined

  • Last visited

Posts posted by Cadizking25

  1. Thanks to everyone for the help.  I finally got my settings back.  I was able to locate some of my old Data files in the backup folder and just rename them and replace (BigBoxSettings, Emulators, Platforms, SavedFilters) in my Data folder. The only one I couldn't locate was the setting xml, there was one, but it was too current, but luckily I had a backup of launchbox on another hard drive that was a few months old, so I was able to copy the setting XML from that backup.  

  2. So finally get launchbox running, after removing the plugin file. But all my emulator settings are gone, any idea why or how I could get it back?, when I go into manage emulators its empty. Also my background reset, basically all my setting rest and the games are not connected to any emulator.

  3. 51 minutes ago, ckp said:

    Do you have PCSX2 emulator added to LB? Is it named "PCSX2"?

    Or maybe you changed something, like the path to your PCSX2 emulator? If you open your Sony Playstation 2.xml file, you will see the path that  is expected, to find pcsx2 inis folder, as well as pcsx2.exe, for games you have had the pcsx2 plugin set custom game configs for. 

    I running PCSX2 through RocketLauncher

  4. Just now, Jason Carr said:

    Did you copy a Hyperspin XML into the LaunchBox Data\Platforms folder? If so, that just isn't going to work.

    I see, I removed it. So what should I do about thepCSX2 Plugin?

  5. Just now, Jason Carr said:

    This is an error loading games XML. I've never seen this error before; by chance did the XML of anything get modified outside of LaunchBox? What plugins do you have installed?

    yes, the Atari Cojag xml is from Hyperspin. But I downloaded the PCSX2 plugin from Launchbox forum.

  6. Value of 'null' is not valid for 'filePath'.

    App:     LaunchBox
    Version: 8.0
    Type:    System.ArgumentException
    Site:    System.Drawing.Icon ExtractAssociatedIcon(System.String, Int32)
    Source:  System.Drawing

       at System.Drawing.Icon.ExtractAssociatedIcon(String filePath, Int32 index)
       at PCSX2_Configurator.LaunchBoxPlugin.get_IconImage()
       at Unbroken.LaunchBox.Desktop.Forms.MainForm..ctor()
       at (String[] )
       at Unbroken.LaunchBox.Desktop.Program.Main(String[] args)

    Recent Log:

       10:03:24 PM Exception

  7. 13 minutes ago, ckp said:

    you can rename to anything, like prepend __ to the first part of the file name. 

    then when you launch it will start with default settings and it will create those files new. your games will still be there. worse case is you go into the options menu and change the settings how you like and hopefully don't get the one that causes this. you can always then delete the newly created settings.xml file and rename your back to use it along with the problem.

    So I did all that and it did not work. But I seem to be making a little headway, I remove Atari Cojag xml file and I stop getting the bug error, on startup.Instead, I now getting "it appears you do not have PCSX2 added to Launchbox which this plugin needs to function correctly" and launchbox continue in a loading loop.

  8. 5 minutes ago, ckp said:

    in your configured (not new install) install, you could try renaming your Launchbox\Data\settings.xml and starting up LB so the setting isnt there. Or rename  bigboxsettings.xml if BB is the problem. make sure LB/BB are closed before renaming the xml file.

    So if I rename the settings, would that affect any of my game configurations, also what should I rename it to?

  9. 48 minutes ago, ckp said:

    looks like a bug to me. maybe you can try the last release before 8.0? unless @Jason Carr can give you something to try to stop the crash.

    i'm guessing if you did a brand new 8.0 install to a new folder, you might not get that problem, at least not until you do whatever it is that is causing it.

    yea, I tried to download an older version of launchboxand and copied it into my current launchbox folder, but I still get the same bug error. I am able to launch launchbox when I download a new copy on its own, but when I use those files to override the ones in the folder that I use, I get the bug issue.

  10. any idea why I am getting this error?

    Cadizking25

    Column name 'enabled' is defined for different mapping types.

    App:     LaunchBox
    Version: 8.0
    Type:    System.Data.DataException
    Site:    Void HandleAttributeColumn(System.Xml.Schema.XmlSchemaAttribute, System.Data.DataTable, Boolean)
    Source:  System.Data

       at System.Data.XSDSchema.HandleAttributeColumn(XmlSchemaAttribute attrib, DataTable table, Boolean isBase)
       at System.Data.XSDSchema.HandleAttributes(XmlSchemaObjectCollection attributes, DataTable table, Boolean isBase)
       at System.Data.XSDSchema.HandleComplexType(XmlSchemaComplexType ct, DataTable table, ArrayList tableChildren, Boolean isNillable)
       at System.Data.XSDSchema.InstantiateTable(XmlSchemaElement node, XmlSchemaComplexType typeNode, Boolean isRef)
       at System.Data.XSDSchema.HandleTable(XmlSchemaElement node)
       at System.Data.XSDSchema.HandleDataSet(XmlSchemaElement node, Boolean isNewDataSet)
       at System.Data.XSDSchema.LoadSchema(XmlSchemaSet schemaSet, DataSet ds)
       at System.Data.DataSet.InferSchema(XmlDocument xdoc, String[] excludedNamespaces, XmlReadMode mode)
       at System.Data.DataSet.ReadXml(XmlReader reader, Boolean denyResolving)
       at System.Data.DataSet.ReadXml(String fileName)
       at (DataManager , String )
       at Unbroken.LaunchBox.Data.DataManager.LoadGames(String filePath)
       at (<>c__DisplayClass205_1 )
       at Unbroken.LaunchBox.Data.DataManager.<>c__DisplayClass205_1.<Load>b__1()
       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.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
       at System.Threading.ThreadHelper.ThreadStart()

    Recent Log:

       11:44:50 AM Exception

  11. I am currently getting this error when I try to start launchbox. Not sure what is the issue. Should I just do download a new copy of launchbox and copy the entire folder in my current luanchBox folder?

     

    Column name 'enabled' is defined for different mapping types.

    App:     LaunchBox
    Version: 8.0
    Type:    System.Data.DataException
    Site:    Void HandleAttributeColumn(System.Xml.Schema.XmlSchemaAttribute, System.Data.DataTable, Boolean)
    Source:  System.Data

       at System.Data.XSDSchema.HandleAttributeColumn(XmlSchemaAttribute attrib, DataTable table, Boolean isBase)
       at System.Data.XSDSchema.HandleAttributes(XmlSchemaObjectCollection attributes, DataTable table, Boolean isBase)
       at System.Data.XSDSchema.HandleComplexType(XmlSchemaComplexType ct, DataTable table, ArrayList tableChildren, Boolean isNillable)
       at System.Data.XSDSchema.InstantiateTable(XmlSchemaElement node, XmlSchemaComplexType typeNode, Boolean isRef)
       at System.Data.XSDSchema.HandleTable(XmlSchemaElement node)
       at System.Data.XSDSchema.HandleDataSet(XmlSchemaElement node, Boolean isNewDataSet)
       at System.Data.XSDSchema.LoadSchema(XmlSchemaSet schemaSet, DataSet ds)
       at System.Data.DataSet.InferSchema(XmlDocument xdoc, String[] excludedNamespaces, XmlReadMode mode)
       at System.Data.DataSet.ReadXml(XmlReader reader, Boolean denyResolving)
       at System.Data.DataSet.ReadXml(String fileName)
       at (DataManager , String )
       at Unbroken.LaunchBox.Data.DataManager.LoadGames(String filePath)
       at (<>c__DisplayClass205_1 )
       at Unbroken.LaunchBox.Data.DataManager.<>c__DisplayClass205_1.<Load>b__1()
       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.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
       at System.Threading.ThreadHelper.ThreadStart()

    Recent Log:

       11:44:50 AM Exception

  12. I notice that I currently have 2 Launchbox and 2 BigBox .exe each in my lunchbox folder, with one launchbox and one BigBox saying " LaunchBox (Jason Carr's conflicted copy 2017-10-04)". Any idea why this is happening, should I delete them?

  13. 2 minutes ago, neil9000 said:

    I would suggest reinstalling the previous beta, just go to your Launchbox/Updates folder, i would then delete the newest beta update in there as it seems it got currupted during the download it should be beta 16, then just reinstall the next newest beta directly over the top of your currently non working install. That should take you back to the previously working beta. You will then be prompted to update again when you launch launchbox.

    ok, so if I just reinstall it in the same folder it will not affect any of my files, such as games, images, videos, and configuration?

  14. while downloading the new 7.11 Beta I got an error. After that my launchbox will not open. I even downloaded another launchbox and it works, I then copy the exe in my preferred launchbox folder and it still not opening. What should I do? 

  15. 1 hour ago, SNAK3ATER said:

    I'm currently at work but I'll try to replicate your issue once I get back to check if I'll get the same error. This may sound silly as I don't have my PC to test but try changing Lines 5 and 9 where it say bigBox and rename it to BigBox (i.e. change xmlns:bigBox to xmlns:BigBox) and see if the issue is resolved

    Tried it, still did not work

  16. 35 minutes ago, SNAK3ATER said:

    Can you right-click on TwoColumnGameDetailsView.xml and GameDetailsView.xml files and select edit with a notepad, take a snapshot of the two files and upload them here?

    Have you edited the theme before getting this error or is it resulting from a fresh install?

    I add a few banners and snap. But even after a fresh install, I still get the error. Should I remove all the media that I added?

    GameDetailsView.png

    TwoColumnGameDetailsView.png

×
×
  • Create New...