Problem Description
A C2 application I use to generate XML files for my serious game and which worked fine before moving to the latest version of NWjs
is now crashing when exported to an .exe file (works fine when running in test mode within C2).
The problem occurs when I move to a new layout and then click with my mouse into the first Text Box. The application simply closes.
Attach a Capx
Can't provide a Capx as content is confidential, but as the problem only occurs on export and there's no active code behind the Text Box,
it is not needed.
Description of Capx
The application contains several layouts with many Text Box and List fields which are used to generate content for an XML file.
Steps to Reproduce Bug
- Move from main layout to another layout
- Click with the mouse in the first Text Box
Observed Result
App quits without any error messages
Expected Result
Nothing (just be able to type text)
Affected Browsers
Not relevant (.exe for Win64)
Operating System and Service Pack
Windows 7 64 bit with all latest patches applied
Construct 2 Version ID
Verssion 221 (not sure if I need to use the latest beta versions to solve the problem with NWjs 0.13.0 RC3 ?)