devlephant / devleph

RAD IDE for creating Windows apps with PHP 5.6 and VCL.
Creative Commons Zero v1.0 Universal
8 stars 2 forks source link

[SOULENGINE] Loading SE form instead of error #136

Closed ghost closed 5 years ago

ghost commented 5 years ago

When project compiled with "no errors" statement, then if any critical error happens during form loading, for example on some of the timers or in the thread, PHP fails with fatal error and guess what - yes, instead of showing something like ":Fatal error:\r\nUnable to start the project" SE just loads code editor like it opened from soulengine.exe, but not from the project executable. CRITICAL BUG

ghost commented 5 years ago

Function exit() or die() solves everything