bicobus Posted July 22, 2025 Author Posted July 22, 2025 Okay, it's not the libpng issue. I don't know what exactly is going on (though I did find a bug I introduced trying to fix libpng). It appears that the background isn't being drawn fully when running on windows. If you were to open each event individually, the background loads fine, but updating it doesn't. That may be a bug with the GUI framework itself, as the behavior doesn't exists on OS other than windows.
bicobus Posted July 22, 2025 Author Posted July 22, 2025 5 minutes ago, Antonio1038 said: is it normal to be so bright bcause yours isnt Yes, my screenshot are made using the equivalent of "darkmode" of my system. The GUI Framework takes its color from the operating system itself. If you were to tinker with how your desktop windows looks like, that would affect the application too.
Antonio1038 Posted July 22, 2025 Posted July 22, 2025 9 minutes ago, bicobus said: Okay, it's not the libpng issue. I don't know what exactly is going on (though I did find a bug I introduced trying to fix libpng). It appears that the background isn't being drawn fully when running on windows. If you were to open each event individually, the background loads fine, but updating it doesn't. That may be a bug with the GUI framework itself, as the behavior doesn't exists on OS other than windows. i now how to let the picture load on Windows if i take the preview and swipe it out of my screen it loads why i dont now i not that good with thos things and one question can i edit the events thanks
bicobus Posted July 22, 2025 Author Posted July 22, 2025 1 hour ago, Antonio1038 said: i now how to let the picture load on Windows if i take the preview and swipe it out of my screen it loads why i dont now i not that good with thos things and one question can i edit the events thanks I found out what happens, not why it happen. The way the code work is by destroying the children of the window, then redrawing the whole with new widgets and a new background. Normally, that should trigger a full redraw of the window but, as you can see, only a partial redraw is called. By wiggling your window off screen, you are probably triggering said full redraw. So I made a bit of a change and forced a full redraw every time the user click a button in the preview window. Update incoming.
bicobus Posted July 22, 2025 Author Posted July 22, 2025 The following should have the various issues fixed: https://github.com/BannerlordCE/pyCEStoriesEditor/releases/download/debug-workflow-28/pyCeStoriesViewer-win64-debug-workflow.7z Will wait a bit before doing a proper update. Could you please test the build in the meantime?
Antonio1038 Posted July 22, 2025 Posted July 22, 2025 1 hour ago, bicobus said: The following should have the various issues fixed: https://github.com/BannerlordCE/pyCEStoriesEditor/releases/download/debug-workflow-28/pyCeStoriesViewer-win64-debug-workflow.7z Will wait a bit before doing a proper update. Could you please test the build in the meantime? thanks
Antonio1038 Posted July 22, 2025 Posted July 22, 2025 so i tetest debug workflow 27 and 1.1.5 and now it dosent load at all strange
bicobus Posted July 23, 2025 Author Posted July 23, 2025 Thanks. Found the cause (for real this time). You can verify yourself by downloading the artifact from https://github.com/bicobus/wxpython_debug/actions/runs/16457917408 This feature has been a thorn in my side for a long time, as the history of the repository I just linked can attest. The behavior being different between operating systems is what is weird. I'll be pushing an update later today.
Lemlim22 Posted July 27, 2025 Posted July 27, 2025 Firstly i would like to say thank you for making this. I got it working quickly and it has helped me to understand how the overall mod works. Is it possible to have an edit function, Would be awesome to be able to select the default mod and use to create our own. I'm currently inspired to make one for Shokuho. (Though that mod overrides the background pictures for events, unsure how to get past that)
bicobus Posted July 28, 2025 Author Posted July 28, 2025 12 hours ago, Lemlim22 said: Firstly i would like to say thank you for making this. I got it working quickly and it has helped me to understand how the overall mod works. Is it possible to have an edit function, Would be awesome to be able to select the default mod and use to create our own. I'm currently inspired to make one for Shokuho. (Though that mod overrides the background pictures for events, unsure how to get past that) Yep, the tool's been written to provide a visual aid and help troubleshoot event chains. Them chains can become rather long and unwieldy. I originally wanted to create a graphical editor to ease the pain of writing events, however such function is most likely never going to be implemented. The reason being that the anatomy of one event is way too complex and possess way too many potential elements, most of which you usually don't need. I really don't want to suffer the pain of implementing such feature. There are existing tools that supports xml editing guided by an XSD, though most are pricey (oxygenxml, liquid technology). There is one free editor from Microsoft though, called XML Notepad which I invite you to try.
Lemlim22 Posted July 28, 2025 Posted July 28, 2025 Thank you. I appreciate the response and difficulty in such things. Have you any thoughts in how to over ride the event back ground images.
bicobus Posted July 29, 2025 Author Posted July 29, 2025 With images files of the same name in an overriding module loaded after the module being overridden.
hoi42 Posted Wednesday at 07:49 PM Posted Wednesday at 07:49 PM Visualizer is blank with this log: 2026-06-17 15:45:50,133 xmlschema INFO MainProcess Include schema from 'file:///E:/pyCeStoriesViewer-win64-v1.1.7a/lib/xmlschema/schemas/XSD_1.1/xsd11-extra.xsd' 2026-06-17 15:45:52,907 pycestorieseditor.ceevents INFO SpawnPoolWorker-12 -start- TBRandomEvents_Spouse.xml 2026-06-17 15:45:52,922 pycestorieseditor.ceevents ERROR SpawnPoolWorker-12 Invalid xml file: E:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\Modules\zCEzBCCaptorGear\Events\TBRandomEvents_Spouse.xml. Msg: <Element 'CEEvents' at 0x00000245DFB8C540> is not an element of the schema 2026-06-17 15:45:52,924 pycestorieseditor.ceevents INFO SpawnPoolWorker-12 -stop- TBRandomEvents_Spouse.xml 2026-06-17 15:45:52,928 pycestorieseditor.ceevents INFO SpawnPoolWorker-12 -start- TBSlaveryEventsFemale_Sexual.xml 2026-06-17 15:45:52,955 pycestorieseditor.ceevents ERROR SpawnPoolWorker-12 Invalid xml file: E:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\Modules\zCEzBCCaptorGear\Events\TBSlaveryEventsFemale_Sexual.xml. Msg: <Element 'CEEvents' at 0x00000245DFB8F2E0> is not an element of the schema 2026-06-17 15:45:52,956 pycestorieseditor.ceevents INFO SpawnPoolWorker-12 -stop- TBSlaveryEventsFemale_Sexual.xml 2026-06-17 15:45:52,956 pycestorieseditor.ceevents INFO SpawnPoolWorker-12 -start- TBSlaveryEventsFemale_Sexual_Broken.xml 2026-06-17 15:45:52,959 pycestorieseditor.ceevents ERROR SpawnPoolWorker-12 Invalid xml file: E:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\Modules\zCEzBCCaptorGear\Events\TBSlaveryEventsFemale_Sexual_Broken.xml. Msg: <Element 'CEEvents' at 0x00000245DFC05B70> is not an element of the schema 2026-06-17 15:45:52,959 pycestorieseditor.ceevents INFO SpawnPoolWorker-12 -stop- TBSlaveryEventsFemale_Sexual_Broken.xml 2026-06-17 15:45:52,959 pycestorieseditor.ceevents INFO SpawnPoolWorker-12 -start- TBSlaveryEventsFemale_Sexual_Eager.xml 2026-06-17 15:45:52,962 pycestorieseditor.ceevents ERROR SpawnPoolWorker-12 Invalid xml file: E:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\Modules\zCEzBCCaptorGear\Events\TBSlaveryEventsFemale_Sexual_Eager.xml. Msg: <Element 'CEEvents' at 0x00000245DFCA9580> is not an element of the schema 2026-06-17 15:45:52,962 pycestorieseditor.ceevents INFO SpawnPoolWorker-12 -stop- TBSlaveryEventsFemale_Sexual_Eager.xml 2026-06-17 15:45:52,962 pycestorieseditor.ceevents INFO SpawnPoolWorker-12 -start- TBSlaveryEventsFemale_Sexual_Marriage.xml 2026-06-17 15:45:52,964 pycestorieseditor.ceevents ERROR SpawnPoolWorker-12 Invalid xml file: E:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\Modules\zCEzBCCaptorGear\Events\TBSlaveryEventsFemale_Sexual_Marriage.xml. Msg: <Element 'CEEvents' at 0x00000245DFCA91C0> is not an element of the schema 2026-06-17 15:45:52,964 pycestorieseditor.ceevents INFO SpawnPoolWorker-12 -stop- TBSlaveryEventsFemale_Sexual_Marriage.xml 2026-06-17 15:45:52,964 pycestorieseditor.ceevents INFO SpawnPoolWorker-12 -start- TBSlaveryEventsFemale_Sexual_Resigned.xml 2026-06-17 15:45:52,966 pycestorieseditor.ceevents ERROR SpawnPoolWorker-12 Invalid xml file: E:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\Modules\zCEzBCCaptorGear\Events\TBSlaveryEventsFemale_Sexual_Resigned.xml. Msg: <Element 'CEEvents' at 0x00000245DFCBAE80> is not an element of the schema 2026-06-17 15:45:52,966 pycestorieseditor.ceevents INFO SpawnPoolWorker-12 -stop- TBSlaveryEventsFemale_Sexual_Resigned.xml 2026-06-17 15:45:52,966 pycestorieseditor.ceevents INFO SpawnPoolWorker-12 -start- TBSlaveryEventsFemale_Sexual_Resist.xml 2026-06-17 15:45:52,976 pycestorieseditor.ceevents ERROR SpawnPoolWorker-12 Invalid xml file: E:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\Modules\zCEzBCCaptorGear\Events\TBSlaveryEventsFemale_Sexual_Resist.xml. Msg: <Element 'CEEvents' at 0x00000245DFC58630> is not an element of the schema 2026-06-17 15:45:52,976 pycestorieseditor.ceevents INFO SpawnPoolWorker-12 -stop- TBSlaveryEventsFemale_Sexual_Resist.xml SpawnPoolWorker-10 -stop- TBCaptiveEventsMale_Sexual_Noncon_Witness.xml 2026-06-17 15:45:52,958 pycestorieseditor.ceevents INFO SpawnPoolWorker-10 -start- TBSlaveryEventsFemale_Sexual_Sold.xml 2026-06-17 15:45:52,961 pycestorieseditor.ceevents ERROR SpawnPoolWorker-10 Invalid xml file: E:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\Modules\zCEzBCCaptorGear\Events\TBSlaveryEventsFemale_Sexual_Sold.xml. Msg: <Element 'CEEvents' at 0x000001C79B6FD3A0> is not an element of the schema 2026-06-17 15:45:52,961 pycestorieseditor.ceevents INFO SpawnPoolWorker-10 -stop- TBSlaveryEventsFemale_Sexual_Sold.xml 2026-06-17 15:45:52,961 pycestorieseditor.ceevents INFO SpawnPoolWorker-10 -start- TBSlaveryEventsFemale_Sexual_Witness.xml 2026-06-17 15:45:52,963 pycestorieseditor.ceevents ERROR SpawnPoolWorker-10 Invalid xml file: E:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\Modules\zCEzBCCaptorGear\Events\TBSlaveryEventsFemale_Sexual_Witness.xml. Msg: <Element 'CEEvents' at 0x000001C79B7E2610> is not an element of the schema 2026-06-17 15:45:52,963 pycestorieseditor.ceevents INFO SpawnPoolWorker-10 -stop- TBSlaveryEventsFemale_Sexual_Witness.xml 2026-06-17 15:45:52,963 pycestorieseditor.ceevents INFO SpawnPoolWorker-10 -start- TBWaitingMenus.xml 2026-06-17 15:45:52,964 pycestorieseditor.ceevents ERROR SpawnPoolWorker-10 Invalid xml file: E:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\Modules\zCEzBCCaptorGear\Events\TBWaitingMenus.xml. Msg: <Element 'CEEvents' at 0x000001C79B908FE0> is not an element of the schema 2026-06-17 15:45:52,964 pycestorieseditor.ceevents INFO SpawnPoolWorker-10 -stop- TBWaitingMenus.xml 2026-06-17 15:45:52,964 pycestorieseditor.ceevents INFO SpawnPoolWorker-10 -start- BicoForest.xml 2026-06-17 15:45:52,967 pycestorieseditor.ceevents ERROR SpawnPoolWorker-10 Invalid xml file: E:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\Modules\zCEBHOP\Events\BicoForest.xml. Msg: <Element 'CEEvents' at 0x000001C79B90A250> is not an element of the schema 2026-06-17 15:45:52,967 pycestorieseditor.ceevents INFO SpawnPoolWorker-10 -stop- BicoForest.xml rker-9 Invalid xml file: E:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\Modules\zCEzBCCaptorGear\Events\TBCaptorEventsCommon_Sexual_Devoted.xml. Msg: <Element 'CEEvents' at 0x000002D36661C9F0> is not an element of the schema 2026-06-17 15:45:52,790 pycestorieseditor.ceevents INFO SpawnPoolWorker-9 -stop- TBCaptorEventsCommon_Sexual_Devoted.xml 2026-06-17 15:45:52,790 pycestorieseditor.ceevents INFO SpawnPoolWorker-9 -start- TBCaptorEventsCommon_Sexual_MindBroken.xml 2026-06-17 15:45:52,800 pycestorieseditor.ceevents ERROR SpawnPoolWorker-9 Invalid xml file: E:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\Modules\zCEzBCCaptorGear\Events\TBCaptorEventsCommon_Sexual_MindBroken.xml. Msg: <Element 'CEEvents' at 0x000002D3665D04A0> is not an element of the schema 2026-06-17 15:45:52,805 pycestorieseditor.ceevents INFO SpawnPoolWorker-9 -stop- TBCaptorEventsCommon_Sexual_MindBroken.xml 2026-06-17 15:45:52,805 pycestorieseditor.ceevents INFO SpawnPoolWorker-9 -start- TBCaptorEventsCommon_Sexual_Noncon.xml 2026-06-17 15:45:52,810 pycestorieseditor.ceevents ERROR SpawnPoolWorker-9 Invalid xml file: E:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\Modules\zCEzBCCaptorGear\Events\TBCaptorEventsCommon_Sexual_Noncon.xml. Msg: <Element 'CEEvents' at 0x000002D366488180> is not an element of the schema 2026-06-17 15:45:52,811 pycestorieseditor.ceevents INFO SpawnPoolWorker-9 -stop- TBCaptorEventsCommon_Sexual_Noncon.xml 2026-06-17 15:45:52,851 pycestorieseditor.ceevents INFO SpawnPoolWorker-9 -start- TBRandomEventsFemale_Alley_Noncon_Bestiality.xml 2026-06-17 15:45:52,853 pycestorieseditor.ceevents ERROR SpawnPoolWorker-9 Invalid xml file: E:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\Modules\zCEzBCCaptorGear\Events\TBRandomEventsFemale_Alley_Noncon_Bestiality.xml. Msg: <Element 'CEEvents' at 0x000002D3665920C0> is not an element of the schema 2026-06-17 15:45:52,853 pycestorieseditor.ceevents INFO SpawnPoolWorker-9 -stop- TBRandomEventsFemale_Alley_Noncon_Bestiality.xml 2026-06-17 15:45:52,853 pycestorieseditor.ceevents INFO SpawnPoolWorker-9 -start- TBRandomEventsFemale_Slavery.xml 2026-06-17 15:45:52,855 pycestorieseditor.ceevents ERROR SpawnPoolWorker-9 Invalid xml file: E:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\Modules\zCEzBCCaptorGear\Events\TBRandomEventsFemale_Slavery.xml. Msg: <Element 'CEEvents' at 0x000002D3665E36F0> is not an element of the schema 2026-06-17 15:45:52,855 pycestorieseditor.ceevents INFO SpawnPoolWorker-9 -stop- TBRandomEventsFemale_Slavery.xml 2026-06-17 15:45:52,855 pycestorieseditor.ceevents INFO SpawnPoolWorker-9 -start- TBRandomEventsFemale_Slavery_Blackmail.xml 2026-06-17 15:45:52,857 pycestorieseditor.ceevents ERROR SpawnPoolWorker-9 Invalid xml file: E:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\Modules\zCEzBCCaptorGear\Events\TBRandomEventsFemale_Slavery_Blackmail.xml. Msg: <Element 'CEEvents' at 0x000002D3665FB150> is not an element of the schema 2026-06-17 15:45:52,857 pycestorieseditor.ceevents INFO SpawnPoolWorker-9 -stop- TBRandomEventsFemale_Slavery_Blackmail.xml 2026-06-17 15:45:52,857 pycestorieseditor.ceevents INFO SpawnPoolWorker-9 -start- TBRandomEventsFemale_Slavery_Marriage.xml 2026-06-17 15:45:52,998 pycestorieseditor.ceevents ERROR SpawnPoolWorker-9 Invalid xml file: E:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\Modules\zCEzBCCaptorGear\Events\TBRandomEventsFemale_Slavery_Marriage.xml. Msg: <Element 'CEEvents' at 0x000002D3665D2C00> is not an element of the schema 2026-06-17 15:45:52,998 pycestorieseditor.ceevents INFO SpawnPoolWorker-9 -stop- TBRandomEventsFemale_Slavery_Marriage.xml 2026-06-17 15:45:52,998 pycestorieseditor.ceevents INFO SpawnPoolWorker-9 -start- TBRandomEventsMale_Noncon.xml 2026-06-17 15:45:53,003 pycestorieseditor.ceevents ERROR SpawnPoolWorker-9 Invalid xml file: E:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\Modules\zCEzBCCaptorGear\Events\TBRandomEventsMale_Noncon.xml. Msg: <Element 'CEEvents' at 0x000002D366651BC0> is not an element of the schema 2026-06-17 15:45:53,004 pycestorieseditor.ceevents INFO SpawnPoolWorker-9 -stop- TBRandomEventsMale_Noncon.xml 2026-06-17 15:45:53,004 pycestorieseditor.ceevents INFO SpawnPoolWorker-9 -start- TBRandomEvents_Siege.xml 2026-06-17 15:45:53,006 pycestorieseditor.ceevents ERROR SpawnPoolWorker-9 Invalid xml file: E:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\Modules\zCEzBCCaptorGear\Events\TBRandomEvents_Siege.xml. Msg: <Element 'CEEvents' at 0x000002D36648BEC0> is not an element of the schema 2026-06-17 15:45:53,006 pycestorieseditor.ceevents INFO SpawnPoolWorker-9 -stop- TBRandomEvents_Siege.xml 2026-06-17 15:45:53,008 pycestorieseditor.ceevents INFO SpawnPoolWorker-9 -start- TBRandomEvents_Solo.xml 2026-06-17 15:45:53,010 pycestorieseditor.ceevents ERROR SpawnPoolWorker-9 Invalid xml file: E:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\Modules\zCEzBCCaptorGear\Events\TBRandomEvents_Solo.xml. Msg: <Element 'CEEvents' at 0x000002D3663F8A40> is not an element of the schema 2026-06-17 15:45:53,010 pycestorieseditor.ceevents INFO SpawnPoolWorker-9 -stop- TBRandomEvents_Solo.xml schema 2026-06-17 15:45:52,723 pycestorieseditor.ceevents INFO SpawnPoolWorker-8 -stop- TBCaptorEventsCommon_Sexual_Virginity.xml 2026-06-17 15:45:52,724 pycestorieseditor.ceevents INFO SpawnPoolWorker-8 -start- TBCaptorEventsCommon_Slavery.xml 2026-06-17 15:45:52,726 pycestorieseditor.ceevents ERROR SpawnPoolWorker-8 Invalid xml file: E:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\Modules\zCEzBCCaptorGear\Events\TBCaptorEventsCommon_Slavery.xml. Msg: <Element 'CEEvents' at 0x0000016C7C872110> is not an element of the schema 2026-06-17 15:45:52,726 pycestorieseditor.ceevents INFO SpawnPoolWorker-8 -stop- TBCaptorEventsCommon_Slavery.xml 2026-06-17 15:45:52,726 pycestorieseditor.ceevents INFO SpawnPoolWorker-8 -start- TBCaptorEventsCommon_Thief_Noncon.xml 2026-06-17 15:45:52,730 pycestorieseditor.ceevents ERROR SpawnPoolWorker-8 Invalid xml file: E:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\Modules\zCEzBCCaptorGear\Events\TBCaptorEventsCommon_Thief_Noncon.xml. Msg: <Element 'CEEvents' at 0x0000016C7C925D00> is not an element of the schema 2026-06-17 15:45:52,730 pycestorieseditor.ceevents INFO SpawnPoolWorker-8 -stop- TBCaptorEventsCommon_Thief_Noncon.xml 2026-06-17 15:45:52,730 pycestorieseditor.ceevents INFO SpawnPoolWorker-8 -start- TBCaptorEventsCommon_Training.xml 2026-06-17 15:45:52,735 pycestorieseditor.ceevents ERROR SpawnPoolWorker-8 Invalid xml file: E:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\Modules\zCEzBCCaptorGear\Events\TBCaptorEventsCommon_Training.xml. Msg: <Element 'CEEvents' at 0x0000016C7C9245E0> is not an element of the schema 2026-06-17 15:45:52,735 pycestorieseditor.ceevents INFO SpawnPoolWorker-8 -stop- TBCaptorEventsCommon_Training.xml 2026-06-17 15:45:52,735 pycestorieseditor.ceevents INFO SpawnPoolWorker-8 -start- TBCaptorEventsFemale_Sexual_Noncon.xml 2026-06-17 15:45:52,737 pycestorieseditor.ceevents ERROR SpawnPoolWorker-8 Invalid xml file: E:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\Modules\zCEzBCCaptorGear\Events\TBCaptorEventsFemale_Sexual_Noncon.xml. Msg: <Element 'CEEvents' at 0x0000016C7C8C1B20> is not an element of the schema 2026-06-17 15:45:52,737 pycestorieseditor.ceevents INFO SpawnPoolWorker-8 -stop- TBCaptorEventsFemale_Sexual_Noncon.xml 2026-06-17 15:45:52,737 pycestorieseditor.ceevents INFO SpawnPoolWorker-8 -start- TBCaptorEventsFemale_Status_Menu.xml 2026-06-17 15:45:52,739 pycestorieseditor.ceevents ERROR SpawnPoolWorker-8 Invalid xml file: E:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\Modules\zCEzBCCaptorGear\Events\TBCaptorEventsFemale_Status_Menu.xml. Msg: <Element 'CEEvents' at 0x0000016C7C924950> is not an element of the schema 2026-06-17 15:45:52,739 pycestorieseditor.ceevents INFO SpawnPoolWorker-8 -stop- TBCaptorEventsFemale_Status_Menu.xml 2026-06-17 15:45:52,739 pycestorieseditor.ceevents INFO SpawnPoolWorker-8 -start- TBCaptorEventsMale_Sexual_Noncon.xml 2026-06-17 15:45:52,740 pycestorieseditor.ceevents ERROR SpawnPoolWorker-8 Invalid xml file: E:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\Modules\zCEzBCCaptorGear\Events\TBCaptorEventsMale_Sexual_Noncon.xml. Msg: <Element 'CEEvents' at 0x0000016C7C926C50> is not an element of the schema 2026-06-17 15:45:52,741 pycestorieseditor.ceevents INFO SpawnPoolWorker-8 -stop- TBCaptorEventsMale_Sexual_Noncon.xml 2026-06-17 15:45:52,766 pycestorieseditor.ceevents INFO SpawnPoolWorker-8 -start- TBCaptorEventsMale_Thief_Noncon.xml 2026-06-17 15:45:52,769 pycestorieseditor.ceevents ERROR SpawnPoolWorker-8 Invalid xml file: E:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\Modules\zCEzBCCaptorGear\Events\TBCaptorEventsMale_Thief_Noncon.xml. Msg: <Element 'CEEvents' at 0x0000016C7CAE3740> is not an element of the schema 2026-06-17 15:45:52,769 pycestorieseditor.ceevents INFO SpawnPoolWorker-8 -stop- TBCaptorEventsMale_Thief_Noncon.xml 2026-06-17 15:45:52,769 pycestorieseditor.ceevents INFO SpawnPoolWorker-8 -start- TBModularEventsFemale_Alley_Noncon.xml 2026-06-17 15:45:52,772 pycestorieseditor.ceevents ERROR SpawnPoolWorker-8 Invalid xml file: E:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\Modules\zCEzBCCaptorGear\Events\TBModularEventsFemale_Alley_Noncon.xml. Msg: <Element 'CEEvents' at 0x0000016C7C8C17B0> is not an element of the schema 2026-06-17 15:45:52,772 pycestorieseditor.ceevents INFO SpawnPoolWorker-8 -stop- TBModularEventsFemale_Alley_Noncon.xml 2026-06-17 15:45:52,772 pycestorieseditor.ceevents INFO SpawnPoolWorker-8 -start- TBModularEventsFemale_Bitch_Noncon.xml 2026-06-17 15:45:52,779 pycestorieseditor.ceevents ERROR SpawnPoolWorker-8 Invalid xml file: E:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\Modules\zCEzBCCaptorGear\Events\TBModularEventsFemale_Bitch_Noncon.xml. Msg: <Element 'CEEvents' at 0x0000016C7CDA5D00> is not an element of the schema 2026-06-17 15:45:52,783 pycestorieseditor.ceevents INFO SpawnPoolWorker-8 -stop- TBModularEventsFemale_Bitch_Noncon.xml 2026-06-17 15:45:52,784 pycestorieseditor.ceevents INFO SpawnPoolWorker-8 -start- TBModularEventsFemale_Troops_Noncon.xml 2026-06-17 15:45:52,786 pycestorieseditor.ceevents ERROR SpawnPoolWorker-8 Invalid xml file: E:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\Modules\zCEzBCCaptorGear\Events\TBModularEventsFemale_Troops_Noncon.xml. Msg: <Element 'CEEvents' at 0x0000016C7CC8B6F0> is not an element of the schema 2026-06-17 15:45:52,786 pycestorieseditor.ceevents INFO SpawnPoolWorker-8 -stop- TBModularEventsFemale_Troops_Noncon.xml 2026-06-17 15:45:52,786 pycestorieseditor.ceevents INFO SpawnPoolWorker-8 -start- TBOverrideRandomEvents.xml 2026-06-17 15:45:52,788 pycestorieseditor.ceevents ERROR SpawnPoolWorker-8 Invalid xml file: E:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\Modules\zCEzBCCaptorGear\Events\TBOverrideRandomEvents.xml. Msg: <Element 'CEEvents' at 0x0000016C7C8C3560> is not an element of the schema 2026-06-17 15:45:52,788 pycestorieseditor.ceevents INFO SpawnPoolWorker-8 -stop- TBOverrideRandomEvents.xml 2026-06-17 15:45:52,788 pycestorieseditor.ceevents INFO SpawnPoolWorker-8 -start- TBOverrideRequiredCaptiveEvents.xml 2026-06-17 15:45:52,791 pycestorieseditor.ceevents ERROR SpawnPoolWorker-8 Invalid xml file: E:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\Modules\zCEzBCCaptorGear\Events\TBOverrideRequiredCaptiveEvents.xml. Msg: <Element 'CEEvents' at 0x0000016C7C8C15D0> is not an element of the schema 2026-06-17 15:45:52,792 pycestorieseditor.ceevents INFO SpawnPoolWorker-8 -stop- TBOverrideRequiredCaptiveEvents.xml 2026-06-17 15:45:52,792 pycestorieseditor.ceevents INFO SpawnPoolWorker-8 -start- TBOverrideRequiredEscapeEvents_Noncon.xml 2026-06-17 15:45:52,795 pycestorieseditor.ceevents ERROR SpawnPoolWorker-8 Invalid xml file: E:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\Modules\zCEzBCCaptorGear\Events\TBOverrideRequiredEscapeEvents_Noncon.xml. Msg: <Element 'CEEvents' at 0x0000016C7CDCFD80> is not an element of the schema 2026-06-17 15:45:52,795 pycestorieseditor.ceevents INFO SpawnPoolWorker-8 -stop- TBOverrideRequiredEscapeEvents_Noncon.xml 2026-06-17 15:45:52,821 pycestorieseditor.ceevents INFO SpawnPoolWorker-8 -start- TBOverrideSlaveryEvents.xml 2026-06-17 15:45:52,823 pycestorieseditor.ceevents ERROR SpawnPoolWorker-8 Invalid xml file: E:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\Modules\zCEzBCCaptorGear\Events\TBOverrideSlaveryEvents.xml. Msg: <Element 'CEEvents' at 0x0000016C7C873CE0> is not an element of the schema 2026-06-17 15:45:52,823 pycestorieseditor.ceevents INFO SpawnPoolWorker-8 -stop- TBOverrideSlaveryEvents.xml 2026-06-17 15:45:52,824 pycestorieseditor.ceevents INFO SpawnPoolWorker-8 -start- TBRandomEvents _Flowergirl.xml 2026-06-17 15:45:52,826 pycestorieseditor.ceevents ERROR SpawnPoolWorker-8 Invalid xml file: E:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\Modules\zCEzBCCaptorGear\Events\TBRandomEvents _Flowergirl.xml. Msg: <Element 'CEEvents' at 0x0000016C7CEEB100> is not an element of the schema 2026-06-17 15:45:52,826 pycestorieseditor.ceevents INFO SpawnPoolWorker-8 -stop- TBRandomEvents _Flowergirl.xml 2026-06-17 15:45:52,826 pycestorieseditor.ceevents INFO SpawnPoolWorker-8 -start- TBRandomEventsCommon_Sexual_TDS.xml 2026-06-17 15:45:52,829 pycestorieseditor.ceevents ERROR SpawnPoolWorker-8 Invalid xml file: E:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\Modules\zCEzBCCaptorGear\Events\TBRandomEventsCommon_Sexual_TDS.xml. Msg: <Element 'CEEvents' at 0x0000016C7CF25120> is not an element of the schema 2026-06-17 15:45:52,829 pycestorieseditor.ceevents INFO SpawnPoolWorker-8 -stop- TBRandomEventsCommon_Sexual_TDS.xml 2026-06-17 15:45:52,829 pycestorieseditor.ceevents INFO SpawnPoolWorker-8 -start- TBRandomEventsCompanion.xml 2026-06-17 15:45:52,832 pycestorieseditor.ceevents ERROR SpawnPoolWorker-8 Invalid xml file: E:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\Modules\zCEzBCCaptorGear\Events\TBRandomEventsCompanion.xml. Msg: <Element 'CEEvents' at 0x0000016C7CF249A0> is not an element of the schema 2026-06-17 15:45:52,832 pycestorieseditor.ceevents INFO SpawnPoolWorker-8 -stop- TBRandomEventsCompanion.xml 2026-06-17 15:45:52,832 pycestorieseditor.ceevents INFO SpawnPoolWorker-8 -start- TBRandomEventsCompanion_Sexual.xml 2026-06-17 15:45:52,864 pycestorieseditor.ceevents ERROR SpawnPoolWorker-8 Invalid xml file: E:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\Modules\zCEzBCCaptorGear\Events\TBRandomEventsCompanion_Sexual.xml. Msg: <Element 'CEEvents' at 0x0000016C7CEFC400> is not an element of the schema 2026-06-17 15:45:52,864 pycestorieseditor.ceevents INFO SpawnPoolWorker-8 -stop- TBRandomEventsCompanion_Sexual.xml 2026-06-17 15:45:52,864 pycestorieseditor.ceevents INFO SpawnPoolWorker-8 -start- TBRandomEventsCompanion_Sexual_Broken.xml 2026-06-17 15:45:52,867 pycestorieseditor.ceevents ERROR SpawnPoolWorker-8 Invalid xml file: E:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\Modules\zCEzBCCaptorGear\Events\TBRandomEventsCompanion_Sexual_Broken.xml. Msg: <Element 'CEEvents' at 0x0000016C7CF24270> is not an element of the schema 2026-06-17 15:45:52,867 pycestorieseditor.ceevents INFO SpawnPoolWorker-8 -stop- TBRandomEventsCompanion_Sexual_Broken.xml 2026-06-17 15:45:52,867 pycestorieseditor.ceevents INFO SpawnPoolWorker-8 -start- TBRandomEventsCompanion_Sexual_Devoted.xml 2026-06-17 15:45:52,869 pycestorieseditor.ceevents ERROR SpawnPoolWorker-8 Invalid xml file: E:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\Modules\zCEzBCCaptorGear\Events\TBRandomEventsCompanion_Sexual_Devoted.xml. Msg: <Element 'CEEvents' at 0x0000016C7CD9DCB0> is not an element of the schema 2026-06-17 15:45:52,869 pycestorieseditor.ceevents INFO SpawnPoolWorker-8 -stop- TBRandomEventsCompanion_Sexual_Devoted.xml
bicobus Posted Thursday at 12:56 PM Author Posted Thursday at 12:56 PM 17 hours ago, hoi42 said: Visualizer is blank with this log: A blank list means no event is loaded. Means your installed events are not compatible with the loaded schema. I'll be honest, I have no verified if the software works with the latest Captivity Events (it should). Are you using the latest of this mod?
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now