c++ - Qt code c000001d in virtual machine -
i created project in visual studio 2013 qt. added qt vs2013 add-in , started design mainwindow in qt creator.
my code looks : main.cpp :
#include "test2.h" #include <qtwidgets/qapplication> int main(int argc, char *argv[]) { qapplication a(argc, argv); test2 w; w.show(); homecoming a.exec(); }
test2.h :
#ifndef test2_h #define test2_h #include <qtwidgets/qmainwindow> #include "ui_test2.h" class test2 : public qmainwindow { q_object public: test2(qwidget *parent = 0); ~test2(); private: ui::test2class ui; }; #endif // test2_h
test2.cpp :
#include "test2.h" test2::test2(qwidget *parent) : qmainwindow(parent) { ui.setupui(this); } test2::~test2() { }
after built solution , moved virtual machine.
visual studio : 64 bit release version
qt : qt 5.3.2 windows 64-bit (vs 2013, opengl, 573 mb)
virtual machine : 64 bit.
installed visual c++ redistributable für visual studio 2013 on virtual machine.
the vmwareplayer used virtual machine.
on normal 64bit computer works fine.
problem signature:
problem event name: appcrash
application name: test2.exe
application version: 0.0.0.0
application timestamp: 5434e66b
fault module name: msvcr120.dll
fault module version: 12.0.21005.1
fault module timestamp: 524f83ff
exception code: c000001d
exception offset: 0000000000095c01
os version: 6.1.7600.2.0.0.256.48
locale id: 1031
additional info 1: 6abf
additional info 2: 6abf78853a12e8504a5f26d8c231927b
additional info 3: 1f6d
additional info 4: 1f6d0c3c3ab43abf0b4e81f905afc8ea
my directory looks :
here says:
the exception code: c000001d error may caused windows scheme files damage. corrupted scheme files entries can real threat beingness of computer. how prepare exception code: c000001d error?
there 2 (2) ways prepare exception code: c000001d error:
advanced computer user solution (manual update):
1) start computer , log on administrator.
2) click start button select programs, accessories, scheme tools, , click scheme restore.
3) in new window, select "restore computer before time" alternative , click next.
4) select recent scheme restore point "on list, click restore point" list, , click next.
5) click next on confirmation window.
6) restarts computer when restoration finished.
novice computer user solution (completely automated):
1) download (exception code: c000001d) repair utility.
2) install programme , click scan button.
3) click prepare errors button when scan completed.
4) restart computer.
have tried of these?
c++ qt
No comments:
Post a Comment