https://bugs.winehq.org/show_bug.cgi?id=44167
wineuser101@mailbox.org changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |wineuser101@mailbox.org
--- Comment #11 from wineuser101@mailbox.org --- I can confirm that the program crashes using the latest development version of wine (8.6) when trying to change the event category of an entry as described before by "old git". There is a workaround that solves this crash and other bugs that I will detail below (winetricks comctl32), but it also introduces new bugs.
As "old git" have written before, the crash at startup is no longer a problem. However, it can't start without installing mfc42 via winetricks.
If one has a clean install of the program the most straightforward way to induce the crash is to go to Extras, Categories and then press on the small button with a blank paper on it, right to the "Event" box. After writing a random name of a new category, and it will crash when one presses "OK". I've attached a screenshot with the cursor on top of the button in question. I've also attached a backtrace log of the crash.
There are also several bugs related to the ToDo tab. They can be visualized by adding two new entry to the list by right-clicking and pressing New.
The first bug is that one can't reliably select the entry by either double-clicking or right clicking. If one changes tab to Week for example, and then goes back to the ToDo tab, one entry can be selected and edited, but if one right clicks on the other entry the edit windows will still open the other entry. Sometimes the entries can't be selected at all.
The other bug is that the progress bar is broken. If one changes the Progress Done percentage of a todo entry, the green progress bar is broken.
I discovered a workaround by bruteforce-installing different winetrick DLLs until it got resolved. The specific DLL that solves the crash and the other 2 bugs is comctl32. However, after adding that DLL you cannot export HTML, CSV files from the calendar anymore or do a backup/restore. This seems to be due to a known bug related to the file open dialog; https://bugs.winehq.org/show_bug.cgi?id=43188
Should I make a new bug-report that's more specific to the current problems with UK's Kalender & comctl32? The title of this bug report is no longer correct from what I can tell.