PC SOFT

PROFESSIONAL NEWSGROUPS
WINDEVWEBDEV and WINDEV Mobile

Home → WEBDEV 2024 → Internal code of error: ReadFile( 4 bytes ) Failed srcAwp\cgI00.cpp (4730)
Internal code of error: ReadFile( 4 bytes ) Failed srcAwp\cgI00.cpp (4730)
Started by PC Soft Webdev, Mar., 04 2024 10:15 AM - 1 reply
Posted on March, 04 2024 - 10:15 AM
Did anyone encountered this error?





Webdev 23
Posted on March, 21 2024 - 1:17 PM
Hi, I've got exactly the same issue. In my case I've found that's related to QT library (on Ubuntu 22.04 LTS).
I've fixed it running this line on terminal: sudo apt install -y qtcreator qtbase5-dev qt5-qmake cmake

If still doesn't work search on google and check carefully QT installation.

IMPORTANT: PCSOFT's linux engine installation instructions are full of errors. For example they talk about QT4, but you must use QT5