App sometimes does not launch normally

bambi

New member
Hi there,

I have an app compiled with ExeOutput for PHP 2020 on Windows 10 (version 1909).

When I launch this app, it sometimes shows the error messages below, after the CEFPleaseWait message.
  • “No input file specified”
  • “Fatal error: Uncaught Error: Call to undefined exe_getglobalvariable() in …”
  • " PHP Fatal error : Call to undefined function mb_convert_variables() …"
Those errors tend to happen when I launch the app at the first time.
If I relaunch the app, it almost always works fine (but not all).

I don’t understand why the app’s behaviour can vary on each occasion.
I would appreciate very much any suggestion or help.

Thank you,
 
ExeOutput 2020.1 was released with a fix for “No input file specified” (only PHP 5.6). Moreover, the problems you listed indicate that the PHP runtime could not load PHP extensions properly. Are you using a WAMP package or an anti-exploit / antivirus software?
 
I agree with you that the situation seems failing to load something, because “function_exists()” returned true, but “Call to Undefined Function Error” happened.
Are you using a WAMP package or an anti-exploit / antivirus software?
Yes, I am using XAMPP and ESET on the PC where I compiled the app (and also run it).
Do you think they may disturb the compile process by ExeOutput?

Thank you,
 
Last edited:
Back
Top