The first light dialogue came up, pressing "Next>" result was dumping core.. but if I just pressed that dialogue away it stayed alive, but I think something will be missing in the configuration then..??
Connected to my remote observatory via VPN/SSH, started up INDI as usual, started up PHD2 on local machine and entered IP, pressed "Connect" and the devices showed up in the droplist, selected INDI camera wich is a Lodestar and my mount wich is a EQ8 and INDI menus turned up :)
Hi Hans..
This is the wizard..
08:38:07 PM: Debug: Failed to connect to session manager: SESSION_MANAGER
environment variable not defined
[New Thread 0x7fffec64a700 (LWP 3161)]
[New Thread 0x7fffebe49700 (LWP 3162)]
(phd2:3147): Gdk-CRITICAL **: IA__gdk_pixbuf_get_from_drawable: assertion
'src_x + width <= src_width && src_y + height <= src_height' failed
(phd2:3147): Gdk-CRITICAL **: IA__gdk_pixbuf_get_from_drawable: assertion
'src_x + width <= src_width && src_y + height <= src_height' failed
(phd2:3147): GdkPixbuf-CRITICAL **: gdk_pixbuf_get_pixels: assertion
'GDK_IS_PIXBUF (pixbuf)' failed
(phd2:3147): GdkPixbuf-CRITICAL **: gdk_pixbuf_get_rowstride: assertion
'GDK_IS_PIXBUF (pixbuf)' failed
Program received signal SIGSEGV, Segmentation fault.
0x00007ffff74a2043 in wxBitmap::GetPixbuf() const () from
/usr/lib64/libwx_gtk2u_core-3.0.so.0
//wxWidgets doesn't have a non-gui class that will receive idle events
//so we use a wxFrame which will never be shown
class IndiIO : public wxFrame
while(modal && wxGetLocalTimeMillis() - msec < (duration + 5 * 1000)) {
wxMilliSleep(1);
}
bool Camera_INDIClass::HasNonGuiCapture(void) {
return true;
}
while(modal && wxGetLocalTimeMillis() - msec < (duration + 5 * 1000)) {
wxGetApp().Yield();
wxMilliSleep(1);
}
bool Camera_INDIClass::HasNonGuiCapture(void) {
return false;
}
wxMilliSleep(10);
I just do add a small change to use wxMilliSleep(10) only for exposure longer than 100ms and wxMilliSleep(1) for the shorter, otherwise I get a timeout error frequently with the minimal exposure time.