Recent content by swimitup

  1. swimitup

    Can't execute Exo4Php.exe. Maybe because ARM64?

    Found an official solution, provided by Parallels itself: https://kb.parallels.com/128796 If you’re trying to run an application/game in Windows 11 on Arm, and it doesn’t start or crashes right upon launch, we advise you to enable compatibility settings: right-click the application icon >...
  2. swimitup

    Can't execute Exo4Php.exe. Maybe because ARM64?

    Thanks for the tip. I isolated the VM and stop the sharing, but still the same result: you double-click the icon, it seems to execute, but nothing shows up in screen. Here’s some screenshots of Parallels configuration that make your VM isolated. PS: naturally, I restarted the machine so...
  3. swimitup

    Can't execute Exo4Php.exe. Maybe because ARM64?

    Hi, I changed the computer and now I’m using a Macbook M1. Using Parallel Desktop as VM, and Windows 11. Downloaded, installed, ok. When I try to run the program, nothing happens. I thought it could be the MS VC libraries. Installed all, 2010-2015, x86, x64, ARM64… No success. Any thoughts? This...
  4. swimitup

    EXE not rendering in brand new Win 11

    Hi, thanks. This resolved the problem. I was installing the VC for x64, not x86.
  5. swimitup

    EXE not rendering in brand new Win 11

    More details: Compiled the General Demonstration Sample. Worked on Windows 10, not on Windows 11, same message…
  6. swimitup

    EXE not rendering in brand new Win 11

    PS: Already tried the deployment option “create a portable option”. Other details: strangely, it will run if compiled with PHP 7.2 - not ideal at all because of some libraries used that requires 7.4.
  7. swimitup

    EXE not rendering in brand new Win 11

    I’m testing a executable compiled with PHP 7.4 in a brand new Windows 11 virtual machine. The exe opens but screen does not change from “Just a moment, please…” message. Then I realize the exe depends on Chromium to run. Ok, downloaded latest Google Chrome and… same result. I wonder if there is...
  8. swimitup

    ExeOutput wth 64-bit PHP

    Discovered this too late… Don’t you guys already received requests for 64-bit PHP versions?
  9. swimitup

    Cannot open MDB file in .exe

    Hello, thanks for the tip, indeed php’s 7.4 version on ExeOutput is 32bits, while the php’s 7.4 xampp version is 64bits. very likely to be the problem… will test.
  10. swimitup

    Cannot open MDB file in .exe

    A bit challenging. MDB connection works fine using xampp. EXEOutput’s PHP configuration is 7.4 with obviously php_pdo_odbc.dll extension activated. When compiled, .exe triggers an exception: SQLSTATE[IM002] SQLDriverConnect: 0 [Microsoft][ODBC Driver Manager] Data source name not found and no...
  11. swimitup

    Windows 11, can't create Data folder for PHP libraries

    When trying to open an EXE made with ExeOutput in Win11, first problem is the Microsoft Defender will alert for a “virus”. Then if you execute normal, the message “the specified input file was not found”. Ok, then you try to execute with admin privileges. The Data folder is not created and...
  12. swimitup

    Stuck on "Just a moment please"

    Update: if I try to run in a brand new VM, it will require Visual C++ library:
  13. swimitup

    Stuck on "Just a moment please"

    Got similar problem. Tried a very simple script with phpinfo() on it. 5.6, 7.2 and 7.3 works fine, all with http or https. 7.4 and 8.0 does not work at all, http/https, stuck on “Just a moment” screen. Project: https://drive.google.com/file/d/1qQYfBaeCdPSoIPc4zc2b64hzzonqAzMs/view?usp=sharing...
Back
Top