Jarno Paananen replied to the topic 'Adding EQMOD custom gear menu' in the forum. 4 days ago

The INDI control panel UI is automatically generated from the properties INDI drivers expose, there is no manual source for them in KStars.

Read More...

Jarno Paananen replied to the topic 'Problem with indiccd build' in the forum. 1 week ago

The code in INDI and libXISF is correct and compiles fine for me (on Linux though, but shouldn't matter in this case), but my guess is that your compiler finds an older version of the header, which didn't yet have the added function, from somewhere instead of the one you have compiled (did you also install it somewhere or point CMake to it?)

Read More...

I noticed the same some time ago and did a bit of debugging it in PHD2 and it seemed to have something to do wit how the automatic restoration of the calibration is run after connecting INDI devices, the state is not what it expects yet and it occasionally skips or discards the calibration. You can see this by the red cal text in PHD2. Manually restoring the calibration via menu tools -> modify calibration -> restore calibration data... restores it for that session correctly however, but is annoying if you forget to check it when starting PHD2. However, automatic calibration restoration has worked fine for me again the last few days I've tried, and there was an update to how INDI device connection is handled in PHD2 so that might have fixed it.

Read More...

Jarno Paananen replied to the topic 'Scopedome' in the forum. 3 months ago

Thanks, that log looks incomplete, does it show a stack trace when crashing?

Read More...

Jarno Paananen replied to the topic 'Scopedome' in the forum. 3 months ago

Thanks, that was exactly what I was looking for but the stack trace seems to be from indiserver printing the error message and not the actual crash in the driver unfortunately. The driver seems to be a release and not debug build, but it should still show at least something. Did you select ScopeDome driver as the one to be debugged? Also does the bug happen if you run indiserver with just the ScopeDome driver alone and connect to it?



Read More...

Jarno Paananen replied to the topic 'Scopedome' in the forum. 3 months ago

Thanks, that log does have debug logging on, but unfortunately doesn't tell more why it just crashes all of a sudden when not doing any request to the controller. The only clue is the line "2023-12-26T21:25:36: Driver indi_scopedome_dome: Impossible ISState 48" which in the previous log had value 81, which points to uninitialized memory that might be due to a mismatch between the INDI version that the driver is compiled against and the one actually running in the system. But that's just a vague guess, it would be very helpful to get a stack trace where it actually crashes. If you can run the driver with Ekos Debugger, that would helpful. It might take a while until I can run tests on my own boards due to the holidays and it might not manifest there as I compile INDI and all drivers always at the same time from source myself and I would probably have already hit the same issue with my own USB Card controller as most of the code that doesn't communicate with the controller is shared between the versions.

Read More...

My comment was about SDK version 1.33 which doesn't seem to have any change to the GPS issue, though that is better discussed in the other dedicated thread, probably not related to this problem.

Read More...

Jarno Paananen replied to the topic 'Scopedome' in the forum. 3 months ago

The log unfortunately only shows that the driver crashes, but has no clues to why. Please enable debug logs in Ekos and/or run the driver with Ekos Debugger. Have you upgraded the firmware or done something else lately or has it always been this way? I haven't tested the driver with the Arduino Card lately as my own dome runs the older USB Card, so it might be something has changed in the responses from the card with later firmware that the driver isn't prepared for.

Read More...

Unfortunately it seems to have the same issue, but workaround in current driver still works.

Read More...

Jarno Paananen replied to the topic 'ASI1600 and GPSStartline' in the forum. 3 months ago

Workaround for this is now merged, should be in nightly soon as well.

Read More...