files-community / Files

A modern file manager that helps users organize their files and folders.
https://files.community
MIT License
34.59k stars 2.2k forks source link

Bug: Crash after changing column size #13469

Closed Blank-1973 closed 1 year ago

Blank-1973 commented 1 year ago

Description

Crashes after pressing "Size AII Columns to Fit" Crashes after changing, adding, or reducing column size Not fixed from old version

Steps To Reproduce

1.Press "Size AII Columns to Fit" 2.Crash

Requirements

Files Version

2.5.21.0

Windows Version

10.0.22621.2361

Log File

debug.log

hishitetsu commented 1 year ago

This seems to be a bug in LiteDB v4. We will need to upgrade to v5 or manually assign index numbers. https://github.com/mbdavid/LiteDB/issues/1319

Blank-1973 commented 1 year ago

I'm not very good at it and I don't know what to do. If you don't mind, please let me know how to do it.

hishitetsu commented 1 year ago

Oh sorry, my comment is to the dev team. If you have this problem going on, resetting Files app from Windows settings may solve the problem.

yaira2 commented 1 year ago

This seems to be a bug in LiteDB v4. We will need to upgrade to v5 or manually assign index numbers. mbdavid/LiteDB#1319

It would be great if we could update but I think there were some build errors.

ferrariofilippo commented 1 year ago

This seems to be a bug in LiteDB v4. We will need to upgrade to v5 or manually assign index numbers. mbdavid/LiteDB#1319

In #11585, @hez2010 pointed out why we can't upgrade to v5

yaira2 commented 1 year ago

Is this still relevant with WinAppSdk?

hez2010 commented 1 year ago

We can move any LiteDB related operations to a singleton process so that it won't face concurrency issue. Merging with #13632