Comment 8 for bug 2047920

Revision history for this message
grofaty (grofaty) wrote :

I have downloaded latest Pinta 2.2-dev from master repository https://github.com/PintaProject/Pinta/actions/runs/7418394253/artifacts/1149268867

1. On Windows 10 I have started Pinta from cmd using command: Pinta.exe --debug
2. Playing around. The last thing I did is using Rectangle object multiple times and then Pinta just disappeared.
3a) Looked at the cmd and there is no output in cmd.
3b) I also can't see any file created since started the Pinta.

Note: Bellow command: dir /A-D /OD /S | find "2024"
- switch: /A-D dislpay only files wihout directories
- switch: /OD display files sorted by modified time
- switch: /S display all files including subdirectories
- switch: /find "2024" in output I am searching for files created in current year.

C:\Programs\Pinta\bin>dir /A-D /OD /S | find "2024"
01/01/2024 11:36 60.798 libwinpthread-1.dll
05/01/2024 05:35 12.596 Pinta.Resources.pdb
05/01/2024 05:35 30.208 Pinta.Resources.dll
05/01/2024 05:35 35.949 Pinta.Resources.deps.json
05/01/2024 05:35 156.684 Pinta.Core.pdb
05/01/2024 05:35 40.543 Pinta.Core.deps.json
05/01/2024 05:35 20.108 Pinta.Gui.Addins.pdb
05/01/2024 05:35 36.864 Pinta.Gui.Addins.dll
05/01/2024 05:35 411.648 Pinta.Core.dll
05/01/2024 05:35 100.101 Pinta.Gui.Addins.deps.json
05/01/2024 05:35 41.229 Pinta.Effects.deps.json
05/01/2024 05:35 37.212 Pinta.Gui.Widgets.pdb
05/01/2024 05:35 57.112 Pinta.Tools.pdb
05/01/2024 05:35 90.112 Pinta.Gui.Widgets.dll
05/01/2024 05:35 133.632 Pinta.Tools.dll
05/01/2024 05:35 40.850 Pinta.Gui.Widgets.deps.json
05/01/2024 05:35 136.704 Pinta.Effects.dll
05/01/2024 05:35 63.116 Pinta.Effects.pdb
05/01/2024 05:35 14.824 Pinta.Docking.pdb
05/01/2024 05:35 40.885 Pinta.Docking.deps.json
05/01/2024 05:35 13.824 Pinta.Docking.dll
05/01/2024 05:35 40.875 Pinta.Tools.deps.json
05/01/2024 05:35 124.928 Pinta.dll
05/01/2024 05:35 46.728 Pinta.pdb
05/01/2024 05:35 150.528 Pinta.exe
05/01/2024 05:35 98.711 Pinta.deps.json
05/01/2024 05:35 371 Pinta.runtimeconfig.json

Any help how to send debug info, would be much appreciated.