Details
-
Bug
-
Resolution: Fixed
-
P2: Important
-
QDS 4.6.0
-
None
-
-
4ca84d844 (qds/dev), dfc3ce723 (qds/4.6)
-
QDS Berlin - 2024 Week 25/26, QDS Berlin - 2024 Week 27/28, QDS Berlin - 2024 Week 37/38
Description
RTA test for deploy&run DS project from Windows to RaspberryPi4 fails.
Application output shows:
07:05:16: Starting /usr/bin/appcontroller /usr/bin/qml -I C:/Users/qt/rta_test_projects/Boot2QtDeployTest/. --apptype widget /opt/Boot2QtDeployTest/Boot2QtDeployTestContent/App.qml on Boot2Qt 6.7.1 Ras.... "DBUS_SESSION_BUS_ADDRESS" "unix:path=/run/user/0/dbus_session_socket" "QTWEBENGINE_DISABLE_SANDBOX" "1" "QT_IM_MODULE" "qtvirtualkeyboard" "QT_QPA_EGLFS_FORCE888" "1" "QT_QPA_EGLFS_KMS_ATOMIC" "0" "QT_QPA_GENERIC_PLUGINS" "squish:10100" "QT_QPA_PLATFORM" "eglfs" "QT_WAYLAND_HARDWARE_INTEGRATION" "linux-dmabuf-unstable-v1" "SQUISH_PREFIX" "/opt/squish" "WAYLAND_DISPLAY" "/run/wayland-0" "XDG_RUNTIME_DIR" "/run/user/0" "/usr/bin/qml" QList("-I", "C:/Users/qt/rta_test_projects/Boot2QtDeployTest/.", "--apptype", "widget", "/opt/Boot2QtDeployTest/Boot2QtDeployTestContent/App.qml") QQmlApplicationEngine failed to load component file:///opt/Boot2QtDeployTest/Boot2QtDeployTestContent/App.qml:5:1: module "Boot2QtDeployTest" is not installed qml: Did not load any objects, exiting. Process exited with exit code 2 quit 07:05:17: /usr/bin/appcontroller on Boot2Qt 6.7.1 Ras. exited with code 0
There seems to be Windows path on command: /usr/bin/appcontroller /usr/bin/qml -I C:/Users/qt/rta_test_projects/Boot2QtDeployTest/. --apptype widget /opt/Boot2QtDeployTest/Boot2QtDeployTestContent/App.qml
Attached output from successful deploy and run using QDS4.5 to compare.