unable to run code in QTCreator - qt

I just started a QT course and am having some problem running code in QTCreator. When I try to run any code(even QT examples from my textbook) I don't get any output. it just says starting C:\ at the bottom. Adny idea what I could be doing wrong?
Thanks in advance

Very late answer but it turned out it was Avast antivirus that prevented me from running anything...

Related

Unable to Install Qt using online installer

I am trying to install Qt using Qt online installer, loader keeps on coming for few minutes as shown in below image
Then I get the following error
Please help me how to fix above error.
The problem is fairly simple - the server is down, and it's in the process of being fixed :) If this sounds fastidious, it's not, that is literally what's going on, as seen on the mailing list post here.

firebase SDK installation issue

I am trying to install admob in my app which I built using spritekit.My os Sierra version is 10.12.3.This is my first time attempting so long story short, I inserted GoogleService-Info.plist into my project and managed to locate my project and it looks like so
"myNames"-MacBook-Pro:~ "firstandlastname"$ cd /Users/"firstlast"/Desktop/"myProject'sName"/
"myNames"-MacBook-Pro:"myProject'sName" "firstandlastname"$
my issue here is that whenever I am trying to insert pod init it gives me this error -bash: pod: command not found
Any ideas as to why? Thanks.
So after much research, I worked out my rookie mistake. I will leave this here just in case someone runs into the same issue as I did.
All I had to do was install cocoapods! There are plenty of tutorials that show you how. Again, rookie mistake of me.

Qt Creator crashes when attempting to open .ui forms editor

Since a week ago, everytime I try to edit a form .ui in my Qt Creator project, the program crashes and closes. This segmentation fault error details are displayed in the image below:
What I already tried
Even if I try to start over a new project, the problem remains.
I tried also to operate Qt Creator with full admin permissions, and
still it fails.
I uninstalled and reinstalled Qt. The same thing happens.
Conditions
I run Qt Creator in a Xubuntu OS (version 14.04).
The Qt version is in the image above.
Has this happened already to you? Any idea what this could be? Any troubleshooting suggestions?
Thank you!
Well, I managed to find a solution that worked.
I opened a terminal and wrote sudo apt-get purge qtcreator* (instead of remove). This way I managed to remove all dependencies.
Then I installed Qt directly from the site: http://www.qt.io/download/
This way worked fine.

Trouble to install SimpLESS

I am trying to install SimpLESS on my Windows 7 64bit PC. However, as soon as I tried to run the installer, it popup an error message saying: "Could not query info: Invalid HTTP Status Code (403)". I tried with Google, but didn't found any solution for that.
Do you ever experience this problem before? Any idea what causes that problem? How can I solve it? If worst case I can't get run on my PC, is there any other way to do LESS CSS on my PC?
Thank you.
I was also facing same problem.
what i have done is, quit some background running application like torrent etc.
Now its working perfectly.
Click on below link for the same
http://developer.appcelerator.com/question/105351/downloading--installing-problem-could-not-query-info-invalid-http-status-code-0

QTCreator segfault after 1st run

I've recently had a horrible problem with QTCreator. After the first time of running the program, ALL debugging instances segfault upon constructing the MainWindow object. Even if i make a blank QTwidget project and run in debug (without editing a single bloody thing), i get a segfault.
This persists after dozens of reinstalls. I have tried both the SDK as well as the IDE and library seperately. The version of the library is irrelevant, i always get the seg fault and its only on my tower. My laptops work just fine.
Does anyone have any possible solutions? Any help will be appreciated.
I needed to run QtCreator in admin mode in order for GDB to function properly.
Without knowing more (please answer to cbamber85's comment), such issues are known to be caused by uberprotectious anti-virus solutions or other software that hooks into places where GDB would usually hook in (Vendor OS-'enhancement' tools are infamous for doing that). This is a known Problem with GDB.
You could try to disable your virus scanner or remove/unload/remove from autostart the vendor tools and try again.
If that doesn't work, the content of the debugger output log pane (Windows > Views > Debugger Log) would be interesting.

Resources