Quantcast
Channel: Installation and Deployment
Viewing all articles
Browse latest Browse all 22112

Strange error while opening file?

$
0
0
Hi, I am getting a strange error in Qt Creator’s “Application Output” region while running/degubbing my application from Qt Creator: log4cplus:ERROR No appenders could be found for logger (AdSyncNamespace). log4cplus:ERROR Please initialize the log4cplus system properly. log4cplus:ERROR No appenders could be found for logger (AdSyncNamespace). log4cplus:ERROR Please initialize the log4cplus system properly. log4cplus:ERROR No appenders could be found for logger (AdSyncNamespace). log4cplus:ERROR Please initialize the log4cplus system properly. log4cplus:ERROR No appenders could be found for logger (AdSyncNamespace). log4cplus:ERROR Please initialize the log4cplus system properly. log4cplus:ERROR No appenders could be found for logger (AdSyncNamespace). log4cplus:ERROR Please initialize the log4cplus system properly. log4cplus:ERROR No appenders could be found for logger (AdSyncNamespace). log4cplus:ERROR Please initialize the log4cplus system properly. log4cplus:ERROR No appenders could be found for logger (AdSyncNamespace). log4cplus:ERROR Please initialize the log4cplus system properly. log4cplus:ERROR No appenders could be found for logger (AdSyncNamespace). log4cplus:ERROR Please initialize the log4cplus system properly. It wasnt coming earlier but now suddenly it has started coming, I dont know why. It happens when the following line is executed: QString fileName = QFileDialog::getOpenFileName(this, "Open a File", *cwd, ("MyApp (*.abc)"), &ext, 0); cwd is a QString & class variable of my Main Window class. It stores the path of Current Working Directory. ext is a QString variable storing the extension of my file, in this case it is “abc”. I have setup a log file to which the output from qDebug() is printed. It is made thread safe by using QMutex. Please note that the above mentioned error is not appearing in the file but in “Application output” of Qt Creator. I am using Qt Creator 2.4.1 with Qt 4.7.4 32 bit on Windows 7 64 bit. What could be the cause of this error? Any help please?

Viewing all articles
Browse latest Browse all 22112

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>