PDA

View Full Version : Qt Creator Error compiling project after "clean" my computer.



monillo
22nd February 2016, 06:38
Hi everybody:

I have a qt project working perfectly, I was compiling and runing witouth any problem. A couple of days ago, I cleaned my pc (only temp folders, and app temp folders, nothing of system or programs) and after this I can't compiling my project.

I have reconfigured Qt creator (1), but when I try compile and run the project, I get the next errors:


Starting D:\work\qt\myProject\build\debug\myProject.exe...
ASSERT: "size == 0 || offset < 0 || size_t(offset) >= sizeof(QArrayData)" in file C:\Qt\5.3\mingw482_32\include/QtCore/qarraydata.h, line 62
Invalid parameter passed to C runtime function.
Invalid parameter passed to C runtime function.
D:\work\qt\myProject\build\debug\myProject.exe exited with code 3

I think that my configuration is correctly (obviously not) but dont find the key.

Any idea.

Thanks in advance.

(1)
S.O. Windows 7
MinGw
Qt 5.3.2

Qt creator:
Qt Creator 3.4.0 (opensource)
Based on Qt 5.4.1 (MSVC 2013, 32 bit)
Built on Apr 22 2015 04:15:14
From revision 6302a28c97

The Qt creator settings:
Build & run
Kits:
Device Type: Desktop
Device: Local PC
Debugger: System GDB at C:\Mingw\bin\gdb.exe
Qt version: Qt 5.3. (mingw482_32)

Qt Versions:
Version name: Qt %{Qt:Version} (mingw482_32)
qmake location: C:\Qt\5.3\mingw482_32\bin\qmake.exe

Compilers:
MinGW (x86 32bit in C:\Mingw\bin)
Compiler path: C:\Mingw\bin\g++.exe