Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error loading file #1158

Open
amaro9661 opened this issue Sep 23, 2021 · 0 comments
Open

error loading file #1158

amaro9661 opened this issue Sep 23, 2021 · 0 comments
Labels
cat.Data Issue relates to data (files, preferences, etc) platform.Linux Issue is reported on Linux type.Bug Something isn't working as intended

Comments

@amaro9661
Copy link

[⚠ This tracker is for fixing and improving MyPaint.]
[☞ Use our Community Forum for support queries, or to suggest new features: https://community.mypaint.org.]
[☞ Please search before posting to avoid duplicates.]

Description of the problem

tried opening some art I made an it gives me an error msg. screenshot attached. when I ran debug it gave me this msg attached

[✍ Fill in this section with a clear description of ONE problem.]
[☞ Stay on topic. Separate problems go in separate issues.]
[☞ Read https://github.com/mypaint/mypaint/wiki/Reporting-Bugs first.]
[⚠ If you don't give us enough detail to allow us to reproduce your issue, we cannot help and your report will be closed.]
[☞ Check the title is short but useful. It should echo this description.]
[☞ Pictures and videos help us a lot. You can paste screenshots.]

Basic system details

MyPaint version: [✍ 1.2.0 stable, 1.2.1-beta.1, git revision NNNNNNN, …]
Operating system: [✍ Debian 8.3, Ubuntu 16.04, Windows 7, …]
Desktop environment: [✍ GNOME, Xfce, …]

Steps to reproduce

[☞ Tell us how to reproduce the bug in clear, numbered steps.]

  1. Start MyPaint
  2. [✍ second step]
  3. [✍ third step]

Backtraces or error messages

Mypaint version: 2.0.1+git.478280f2
System information: Windows-10-10.0.19041-SP0
Using: Python 3.8.3, GTK 3.24.20, GdkPixbuf 2.40.0, Cairo 1.16.0, GLib 2.64.1
Traceback (most recent call last):
  File "C:/Program Files/mypaint-w64/mingw64/lib/mypaint/gui/application.py", line 488, _at_application_start(self=<gui.application.Application object>, filenames=[], fullscreen=None)
                autosave_recovery = gui.autorecover.Presenter(self)
                autosave_recovery.run(startup=True)
  variables: {'autosave_recovery.run': ('local', <bound method Presenter.run of <gui.autorecover.Presenter object at 0x000000002a8c2190>>), 'startup': (None, [])}
  File "C:/Program Files/mypaint-w64/mingw64/lib/mypaint/gui/autorecover.py", line 158, run(self=<gui.autorecover.Presenter object>, startup=True)
                        try:
                            doc.model.resume_from_autosave(autosave.path)
                        except lib.errors.FileHandlingError as e:
  variables: {'doc.model.resume_from_autosave': ('local', <bound method Document.resume_from_autosave of <Document nlayers=1 bbox=Rect(0, 0, 0, 0) paintonly=False>>), 'autosave.path': ('local', 'C:\\Users\\amaro\\AppData\\Local\\Microsoft\\Windows\\INetCache/mypaint/doc.9nk8oodc/autosave')}
  File "C:/Program Files/mypaint-w64/mingw64/lib/mypaint/lib/document.py", line 1908, resume_from_autosave(self=<Document nlayers=1 bbox=Rect(0, 0, 0, 0) paintonly=False>, autosave_dir=r'C:\Users\amaro\AppData\Local\Microsoft\Windows\INetCache/mypaint/doc.9nk8oodc/autosave', progress=None)
                # Assign a valid *new* cache dir before bailing out.
                assert self._cache_dir is None
                self.clear(new_cache=True)
  variables: {'self._cache_dir': ('local', 'C:\\Users\\amaro\\AppData\\Local\\Microsoft\\Windows\\INetCache/mypaint/doc.dl856eq0')}
AssertionError: 
[✍ Paste any error messages here between the ``` lines.]
![error](https://user-images.githubusercontent.com/91238393/134453341-f7db13fc-e327-473b-b168-689189618bc0.PNG)

@AesaraB AesaraB added type.Bug Something isn't working as intended platform.Linux Issue is reported on Linux cat.Data Issue relates to data (files, preferences, etc) labels Jan 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cat.Data Issue relates to data (files, preferences, etc) platform.Linux Issue is reported on Linux type.Bug Something isn't working as intended
Development

No branches or pull requests

2 participants