5E Character Create Playlist
Page 1 of 2 12 Last
  1. #1

    Strange Console Log message

    Hi,
    Can anyone tell me what might be causing the below console log error?


    [2/20/2024 12:50:04 PM] [ERROR] FormattedText SetValue XML Error: Unexpected end of file has occurred. The following elements are not closed: p. Line 1, position 788.
    [2/20/2024 12:50:04 PM] s'Can't find CT node: ' | databasenode = { combattracker.list.id-00002 }
    [2/20/2024 12:50:04 PM] s'Can't find CT node: ' | databasenode = { combattracker.list.id-00002 }
    [2/20/2024 12:50:04 PM] s'Can't find CT node: ' | databasenode = { combattracker.list.id-00007 }
    [2/20/2024 12:50:04 PM] s'Can't find CT node: ' | databasenode = { combattracker.list.id-00007 }
    [2/20/2024 12:50:04 PM] s'Can't find CT node: ' | databasenode = { combattracker.list.id-00017 }
    [2/20/2024 12:50:04 PM] s'Can't find CT node: ' | databasenode = { combattracker.list.id-00017 }
    [2/20/2024 12:50:04 PM] s'Can't find CT node: ' | databasenode = { combattracker.list.id-00003 }
    [2/20/2024 12:50:04 PM] s'Can't find CT node: ' | databasenode = { combattracker.list.id-00003 }
    [2/20/2024 12:50:04 PM] s'Can't find CT node: ' | databasenode = { combattracker.list.id-00004 }
    [2/20/2024 12:50:04 PM] s'Can't find CT node: ' | databasenode = { combattracker.list.id-00004 }

  2. #2

    Join Date
    Mar 2006
    Location
    Arkansas
    Posts
    7,400
    Something involving the combat tracker, probably an extension that modifies it in some way. You should turn off any extensions that you know change the combat tracker and see if it fixes it. If not, then you should start a new campaign and with no extensions and add them back until you find the error.

    There is the chance your campaign is corrupt as well. Are you backing up your campaigns to cloud storage automatically?
    Last edited by Griogre; February 20th, 2024 at 16:05.

  3. #3

  4. #4
    Quote Originally Posted by Leprekorn View Post
    Hi,
    Can anyone tell me what might be causing the below console log error?


    [2/20/2024 12:50:04 PM] [ERROR] FormattedText SetValue XML Error: Unexpected end of file has occurred. The following elements are not closed: p. Line 1, position 788.
    [2/20/2024 12:50:04 PM] s'Can't find CT node: ' | databasenode = { combattracker.list.id-00002 }
    [2/20/2024 12:50:04 PM] s'Can't find CT node: ' | databasenode = { combattracker.list.id-00002 }
    [2/20/2024 12:50:04 PM] s'Can't find CT node: ' | databasenode = { combattracker.list.id-00007 }
    [2/20/2024 12:50:04 PM] s'Can't find CT node: ' | databasenode = { combattracker.list.id-00007 }
    [2/20/2024 12:50:04 PM] s'Can't find CT node: ' | databasenode = { combattracker.list.id-00017 }
    [2/20/2024 12:50:04 PM] s'Can't find CT node: ' | databasenode = { combattracker.list.id-00017 }
    [2/20/2024 12:50:04 PM] s'Can't find CT node: ' | databasenode = { combattracker.list.id-00003 }
    [2/20/2024 12:50:04 PM] s'Can't find CT node: ' | databasenode = { combattracker.list.id-00003 }
    [2/20/2024 12:50:04 PM] s'Can't find CT node: ' | databasenode = { combattracker.list.id-00004 }
    [2/20/2024 12:50:04 PM] s'Can't find CT node: ' | databasenode = { combattracker.list.id-00004 }
    To me this error looks like a corrupted db.xml file. It got an unexpected end of file, meaning that the rest of the data after that point is gone. Take a look in your campaign folder. there should be a db.xml file and a bunch of db.session.NNNN.xml files. I am guessing the db.xml file will be significantly smaller than the db.session files. If so you may have to restore from a previous session and lose any changes made between the two.
    For support with any of my extensions, visit my #mattekure-stuff channel on Rob2e's discord https://discord.gg/rob2e

  5. #5
    Trenloe's Avatar
    Join Date
    May 2011
    Location
    Colorado, USA
    Posts
    33,411
    Code:
    [2/20/2024 12:50:04 PM] [ERROR] FormattedText SetValue XML Error: Unexpected end of file has occurred. The following elements are not closed: p. Line 1, position 788.
    This is indicating that some code is setting data in a formattedtext control and that data is not correct XML. This shouldn't cause a database issue in itself (FG shouldn't have written this bad data to the database), but it may be an indication of a wider issue with the FG database if this bad data was already in the database.

    If you can exit the campaign and then reload it, you might be OK.

    The 'Can't find CT node' lines are, as mentioned, debug from an extension - normally you wouldn't see these, but the console is popping up due to the error. These may not specifically be an issue, purely debug for the extension developer.

    So, what I'd recommend is:

    1) Restart this campaign in FG - if it loads without errors, then you may be OK. Check through your campaign data to see if any is missing.
    2) If you get the FormattedText SetValue XML Error again, tr to remember what you were doing when it happened - this might help to narrow down what's causing the issue.
    Private Messages: My inbox is forever filling up with PMs. Please don't send me PMs unless they are actually private/personal messages. General FG questions should be asked in the forums - don't be afraid, the FG community don't bite and you're giving everyone the chance to respond and learn!

  6. #6
    Still loading with the error. Will look to see what might have caused itm

  7. #7
    Trenloe's Avatar
    Join Date
    May 2011
    Location
    Colorado, USA
    Posts
    33,411
    Quote Originally Posted by Leprekorn View Post
    Still loading with the error. Will look to see what might have caused itm
    So you get the error as soon as you load the campaign, before you do anything in the campaign? If so, please attach the db.xml file from your <FG app data>\campaigns\<campaign name> directory here and we can see if there's a quick fix.
    Private Messages: My inbox is forever filling up with PMs. Please don't send me PMs unless they are actually private/personal messages. General FG questions should be asked in the forums - don't be afraid, the FG community don't bite and you're giving everyone the chance to respond and learn!

  8. #8
    yes while its loading. Thanks here is the file
    Attached Files Attached Files

  9. #9
    Trenloe's Avatar
    Join Date
    May 2011
    Location
    Colorado, USA
    Posts
    33,411
    Thanks for providing the db.xml file. There are no XML errors in that file, so it's as I mentioned in my earlier post - the problem data is not written to the database when the error occurs. So, your data is OK, we need to work out what's causing the error as there's no indication in the message what might be causing it.

    So, unfortunately, we're back to disabling extensions until the error disappears.
    Private Messages: My inbox is forever filling up with PMs. Please don't send me PMs unless they are actually private/personal messages. General FG questions should be asked in the forums - don't be afraid, the FG community don't bite and you're giving everyone the chance to respond and learn!

  10. #10
    Thanks I'm good with that. Was worried we had data curruption phew.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Starfinder Playlist

Log in

Log in