qt - RCC crashing while compiling a .qrc file -
whenever try compile qt creator project qt quick, basic, automatically generated project, rcc.exe returns error code "error -1073741819", according creator.
this error number looks suspicious, googling reports it's related file system , either strict uac settings (i have disabled) or custom sound scheme (using default).
i tried manually use rcc.exe, check what's happening , surprise, "rcc.exe stopped working..." popup appeared. stumped this.
i tried reinstalling qt , exact same thing happening newest version, believe it's os problem.
i should add using windows 10 , worked on installation 4 months ago.
edit: after using gdb on rcc.exe, i've got this:
(gdb) run starting program: d:\qt\5.5\mingw492_32\bin\rcc.exe [new thread 4540.0x2da0] [new thread 4540.0x28c0] [new thread 4540.0x2c80] [new thread 4540.0x2350] program received signal sigsegv, segmentation fault. 0x0040cc77 in ?? ()
the answer windows build.
i using build 14251, has problems memory management.
after updating 14257, started working flawlessly.
Comments
Post a Comment