mayocream/koharu

Crash during "Save as..." with large project history

已关闭

#693 创建于 2026年5月12日

 (3 条评论) (0 个反应) (0 位负责人)Rust (257 个派生)github user discovery
bughelp wanted

仓库指标

星标
 (4,568 个星标)
PR 合并指标
 (平均合并 5天 11小时) (30 天内合并 15 个 PR)

描述

Problem: Spend quite some time changing every text box in a 50 page comic and fiddling with the segmentation mask. The folder grew to over 12 GB. While looking for a way to shrink it, I encountered that clicking "Save as..." will crash the application. I assume the memory runs out (tho I got 23 GB free RAM). Here the error message:

Cause: I think the root problem is actually the history. It seems to save every change of the segmentation mask as a separate full picture that is stored forever.

Suggestion: Add some option to clear the history or limit the history to X actions.

贡献者指南