|
From: Bogdan M. <dag...@gm...> - 2010-01-28 14:58:18
|
On Thu, Jan 28, 2010 at 4:26 PM, Fabien Chéreau <fab...@go...> wrote: > On Thu, Jan 28, 2010 at 14:32, Bogdan Marinov <dag...@gm...> wrote: >> On Thu, Jan 28, 2010 at 1:10 PM, Fabien Chéreau >> <fab...@go...> wrote: >>> New version: >>> http://chereau.free.fr/stellarium_files/stellarium-0.10.3-RC2.exe >>> Feedbacks welcome! >> >> As Barry have said, Oculars still doesn't work. >> >> You need to have Qt\2010.01\qt\plugins\sqldrivers\qsqlite4.dll copied >> to {Stellarium Installation Dir}\sqldrivers\qsqlite4.dll in order to >> make it work. > > OK, thanks a lot! > >> Also, is there any reason for building the Telescope Control plug-in >> with the toolbar button enabled? It's not even in the same group as >> the rest of the plug-in buttons. > > Well I thought it's more consistent with the other plugins, is it OK > for you? I will fix the button location yes. >> I still have a crash on exit after a Satellites update. I'll try again >> that debugger. > > OK, thanks... Here's the stack from Qt Creator's debugger: 0 QFlags<QIODevice::OpenModeFlag>::operator& qglobal.h 2188 0x6a2aedcd 1 QIODevice::write qiodevice.cpp 1256 0x6a1a942b 2 StelLogger::writeLog StelLogger.cpp 266 0x0b471551 3 StelLogger::debugLogHandler StelLogger.cpp 260 0x0b4714ba 4 qt_message_output qglobal.cpp 2196 0x6a10e2c4 5 qt_message qglobal.cpp 2296 0x6a10e516 6 qWarning qglobal.cpp 2378 0x6a10e59d 7 ~QWaitCondition qwaitcondition_win.cpp 155 0x6a115c90 8 ~QThreadPoolPrivate qthreadpool_p.h 69 0x6a2644bd 9 QScopedPointerDeleter<QObjectData>::cleanup qscopedpointer.h 62 0x6a2678ca 10 ~QScopedPointer qscopedpointer.h 100 0x6a25e3b1 11 ~QObject qobject.cpp 992 0x6a20cbe8 12 ~QThreadPool qthreadpool.cpp 430 0x6a10d72e 13 ~QHostInfoLookupManager qhostinfo.cpp 454 0x0a46ef50 14 ~QGlobalStaticDeleter qglobal.h 1799 0x0a4b592f 15 __tcf_0 qhostinfo.cpp 64 0x0a46df5e 16 __dll_exit D:\Qt\2010.01\qt\bin\QtNetworkd4.dll 0 0x0a42102f 17 DllMainCRTStartup@12 D:\Qt\2010.01\qt\bin\QtNetworkd4.dll 0 0x0a4210f5 18 ntdll!LdrSetAppCompatDllRedirectionCallback C:\WINDOWS\system32\ntdll.dll 0 0x7c90118a 19 ?? 0 0x0a420000 20 ?? 0 0x00000000 After clicking around, I guess Qt tries to display a warning message ("QWaitCondition: Destroyed while threads are still waiting") through StelLogger (line 266), but something happens. Perhaps the log file is already closed? I don't know what the warning message is about, too. The network connection? It's not terribly important, though. Regards, Bogdan Marinov |