You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I tried to do a little investigation about a Wine bug about DeepSkyStacker.
This might be related to the source lines below. I assume that in DSS recognises in Wine a Windows 7,
but m_taskbarList seems to get set to NULL as there seems to be not yet an implemtation of TaskbarButton in Wine,
which later gets called in OnProgressInit/OnProgressUpdate/OnProgressStop and therefore leads to a crash.
If this is right, this crash could be avoided by just checking m_taskbarList to be a valid pointer.
Just wanting to let people that come across this bug know that as stated in the WineHQ link, changing the Wrapper from Windows 7 to Windows XP works just fine.
Hello, I tried to do a little investigation about a Wine bug about DeepSkyStacker.
This might be related to the source lines below. I assume that in DSS recognises in Wine a Windows 7,
but
m_taskbarList
seems to get set to NULL as there seems to be not yet an implemtation ofTaskbarButton
in Wine,which later gets called in OnProgressInit/OnProgressUpdate/OnProgressStop and therefore leads to a crash.
If this is right, this crash could be avoided by just checking
m_taskbarList
to be a valid pointer.DSS/DeepSkyStacker/DeepStackerDlg.cpp
Line 132 in 11eb036
DSS/DeepSkyStacker/DeepStackerDlg.cpp
Line 170 in 11eb036
DSS/DeepSkyStacker/DeepStackerDlg.cpp
Lines 346 to 355 in 11eb036
DSS/DeepSkyStacker/DeepStackerDlg.cpp
Lines 362 to 366 in 11eb036
The text was updated successfully, but these errors were encountered: