hjohnson12 / Kanban-Tasker

A simple personal kanban board for Windows 10 Universal Windows Platform (UWP) to manage tasks and create a simple and easy workflow for each board
Other
268 stars 45 forks source link

Crashing issue Kanban-Tasker on Windows #26

Open redds54 opened 3 years ago

redds54 commented 3 years ago

Hi all, I'm really enjoying the program, thanks for the efforts in creating it! I'm having issues with the Kanban-Tasker crashing when creating any new task on any of the 5 columns. I am able to enter data for the new task, however upon clicking the 'Save Task' icon, the program has crashed every time at this point. Upon re-launching the program I can see the new task has been created, so the program did manage to save the task/data prior to crashing.

For information, I run windows 10 and downloaded the program via the Microsoft store. Please let me know if you need more information, just highlighting the issue as a potential bug. Thanks!

ChristianTreo commented 1 year ago

Adding to this thread as I have same or similar problem. The problem occurs within a UI call.

The Exception Code is 0xc0000005 which is an Access Violation.
Thrown within the module: C:\Windows\System32\Windows.UI.Xaml.dll, ( On my system, version is 10.0.22621.2213 )

Since the OP saw that his changes were saved on restarting, this will likely to be code that is executed after the commit. I say this because my conditions are different. The crashes happen when I try to change to a different (empty) board that I created ready for another project. I will try to reproduce this in a repeatable way, and capture what I can.

I'm a little busy right now on other projects, but if I get a chance, I will look at the code and try to help with pinpointing, because 0xc..05 is a pain to pin down & resolve.

Report.txt