Details
-
Sub-task
-
Resolution: Done
-
Not Evaluated
-
None
-
Windows XP 32bit
-
274af0f2f9c689e8bd0bb6abba77bdf7b09ac5f6
Description
Under windows xp, the default path for user's files is something like C:\documents and settings\firstname lastname\my documents.
If you create a qml project called qml-wizard-test there with Qt Quick app wizard, and try to run it, it will fail with an error message "Invalid number of parameters".
compile output:
Running build steps for project qml-wizard-test... Starting: "c:\qt\4.7.0\bin\qmake.exe" C:\Documents and Settings\Lasse Holmstedt\My Documents\qml-wizard-test\qml-wizard-test.pro -r -spec win32-msvc2008 QMLJSDEBUGGER_PATH=C:/Qt/qtcreator-2.0.93/share/qtcreator/qml/qmljsdebugger The process "c:\qt\4.7.0\bin\qmake.exe" exited normally. Starting: "C:\Qt\qtcreator-2.0.93\bin\jom.exe" C:\Qt\qtcreator-2.0.93\bin\jom.exe -nologo -j 2 -f Makefile.Debug cl -c -nologo -Zm200 -Zc:wchar_t- -Zi -MDd -GR -EHsc -W3 -w34100 -w34189 -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_DECLARATIVE_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -I"..\..\..\..\Qt\4.7.0\include\QtCore" -I"..\..\..\..\Qt\4.7.0\include\QtGui" -I"..\..\..\..\Qt\4.7.0\include\QtDeclarative" -I"..\..\..\..\Qt\4.7.0\include" -I"..\qml-wizard-test\qmlapplicationviewer" -I"..\..\..\..\Qt\4.7.0\include\ActiveQt" -I"debug" -I"..\qml-wizard-test" -I"." -I"..\..\..\..\Qt\4.7.0\mkspecs\win32-msvc2008" -Fodebug\ @C:\DOCUME~1\LASSEH~1\LOCALS~1\Temp\main.obj.3848.0.jom cl -c -nologo -Zm200 -Zc:wchar_t- -Zi -MDd -GR -EHsc -W3 -w34100 -w34189 -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_DECLARATIVE_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -I"..\..\..\..\Qt\4.7.0\include\QtCore" -I"..\..\..\..\Qt\4.7.0\include\QtGui" -I"..\..\..\..\Qt\4.7.0\include\QtDeclarative" -I"..\..\..\..\Qt\4.7.0\include" -I"..\qml-wizard-test\qmlapplicationviewer" -I"..\..\..\..\Qt\4.7.0\include\ActiveQt" -I"debug" -I"..\qml-wizard-test" -I"." -I"..\..\..\..\Qt\4.7.0\mkspecs\win32-msvc2008" -Fodebug\ @C:\DOCUME~1\LASSEH~1\LOCALS~1\Temp\qmlapplicationviewer.obj.3848.47.jom qmlapplicationviewer.cpp main.cpp Copying application data... link /LIBPATH:"c:\Qt\4.7.0\lib" /NOLOGO /DEBUG /MANIFEST /MANIFESTFILE:"debug\qml-wizard-test.intermediate.manifest" /SUBSYSTEM:WINDOWS "/MANIFESTDEPENDENCY:type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' publicKeyToken='6595b64144ccf1df' language='*' processorArchitecture='*'" /OUT:debug\qml-wizard-test.exe @C:\DOCUME~1\LASSEH~1\LOCALS~1\Temp\qml-wizard-test.exe.3848.1860.jom Invalid number of parameters mt.exe -nologo -manifest "debug\qml-wizard-test.intermediate.manifest" -outputresource:debug\qml-wizard-test.exe;1 Copying application data... command failed with exit code 4 jom 0.9.4 - empower your cores command failed with exit code 2 Invalid number of parameters command failed with exit code 4 The process "C:\Qt\qtcreator-2.0.93\bin\jom.exe" exited with code 2. Error while building project qml-wizard-test (target: Desktop) When executing build step 'Make'