PDA

View Full Version : Trying Load a Ruleset (fan made) based in a CoreRPG System



YAKO SOMEDAKY
October 29th, 2019, 11:51
[29/10/2019 07:40:44] [NOTICE] Launcher scene starting.
[10/29/2019 7:49:06 AM] [NOTICE] Requesting cloud server.
[10/29/2019 7:49:11 AM] [NOTICE] Connected to game server.
[10/29/2019 7:49:11 AM] [NOTICE] Launcher scene exiting.
[10/29/2019 7:49:11 AM] [NOTICE] Tabletop scene starting.
[10/29/2019 7:49:20 AM] [WARNING] font: Could not find TTF tag for asset (sheetnumberlarge) in ruleset (GURPS) (graphics/graphics_fonts.xml)
[10/29/2019 7:49:20 AM] [WARNING] font: Could not find TTF tag for asset (sheetnumbersmall) in ruleset (GURPS) (graphics/graphics_fonts.xml)
[10/29/2019 7:49:20 AM] [WARNING] font: Could not find TTF tag for asset (sheetlabelsmall) in ruleset (GURPS) (graphics/graphics_fonts.xml)
[10/29/2019 7:49:20 AM] [<color="red">ERROR</color>] Error loading ruleset XML file (GURPS) (campaign/record_char_secondarycharacteristics.xml): Name cannot begin with the '-' character, hexadecimal value 0x2D. Line 101, position 2.
[10/29/2019 7:49:20 AM] [NOTICE] Tabletop scene exiting.
[29/10/2019 07:49:20] [<color="red">ERROR</color>] Object (customdie) deleted without cleaning up attached Lua object.
[29/10/2019 07:49:20] [<color="red">ERROR</color>] Object (customdie) deleted without cleaning up attached Lua object.
[29/10/2019 07:49:20] [<color="red">ERROR</color>] Object (customdie) deleted without cleaning up attached Lua object.
[29/10/2019 07:49:20] [<color="red">ERROR</color>] Object (customdie) deleted without cleaning up attached Lua object.
[29/10/2019 07:49:20] [<color="red">ERROR</color>] Object (customdie) deleted without cleaning up attached Lua object.
[29/10/2019 07:49:20] [<color="red">ERROR</color>] Object (customdie) deleted without cleaning up attached Lua object.
[29/10/2019 07:49:20] [<color="red">ERROR</color>] Object (customdie) deleted without cleaning up attached Lua object.
[29/10/2019 07:49:20] [<color="red">ERROR</color>] Object (customdie) deleted without cleaning up attached Lua object.
[29/10/2019 07:49:20] [<color="red">ERROR</color>] Object (customdie) deleted without cleaning up attached Lua object.
[29/10/2019 07:49:20] [<color="red">ERROR</color>] Object (customdie) deleted without cleaning up attached Lua object.
[29/10/2019 07:49:20] [<color="red">ERROR</color>] Object (customdie) deleted without cleaning up attached Lua object.
[10/29/2019 7:49:20 AM] [NOTICE] Launcher scene starting.
[10/29/2019 7:49:21 AM] [<color="red">ERROR</color>] Lost connection to game server instance. Please return to launcher, and start game again.

deer_buster
October 29th, 2019, 15:13
TTF warnings, look at other rulesets for how to fix that.
Your XML error is probably causing the rest of your errors. It tells you exactly where to fix that and what is wrong.

Moon Wizard
October 31st, 2019, 05:20
The TTF messages are just warnings, and when the TTF tag is missing, the built-in default font will be used instead (Open Sans).

This error needs to be fixed in the ruleset code:


[10/29/2019 7:49:20 AM] [<color="red">ERROR</color>] Error loading ruleset XML file (GURPS) (campaign/record_char_secondarycharacteristics.xml): Name cannot begin with the '-' character, hexadecimal value 0x2D. Line 101, position 2.

The XML parser for Unity and thus FGU is more strict. The good news is that fixing that issue will allow it to load in both FGC and FGU.

The remaining errors have to do with the Reload / Return to Launcher code that is not finalized yet.

Regards,
JPG