You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
A clear and concise description of what the bug is.
Trying to start the program from the shortcut don't do anything!
On the installation folder, using the command line "python cartridges" also fail to start!
To Reproduce
Steps to reproduce the behavior:
Starting the application from the shortcut don't do anything!
Go to the installation folder "*/Cartridges/bin" and open the command line
Type "python cartridges"
See error:
Traceback (most recent call last):
File "C:\Users\Rafael Dominiquini\AppData\Local\Programs\Cartridges\bin\cartridges", line 44, in <module>
resource = Gio.Resource.load(os.path.join(PKGDATADIR, "cartridges.gresource"))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
gi.repository.GLib.GError: g-file-error-quark: Failed to open file “D:/a/_temp/msys64/ucrt64/share/cartridges\cartridges.gresource”: open() failed: No such file or directory (4)
Fix the folder on the file "..\Cartridges\bin" to point to:
root INFO - Migrating data dir C:\Users\Rafael Dominiquini\.local\share
Traceback (most recent call last):
File "C:\Users\Rafael Dominiquini\AppData\Local\Programs\Cartridges\lib\python3.11\site-packages\cartridges\main.py", line 98, in do_activate
migrate_files_v1_to_v2()
File "C:\Users\Rafael Dominiquini\AppData\Local\Programs\Cartridges\lib\python3.11\site-packages\cartridges\utils\migrate_files_v1_to_v2.py", line 127, in migrate_files_v1_to_v2
migrated_file_path.touch()
File "C:\Users\Rafael Dominiquini\AppData\Local\Programs\Cartridges\lib\python3.11\pathlib.py", line 1110, in touch
fd = os.open(self, flags, mode)
^^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: 'C:\\Users\\Rafael Dominiquini\\.local\\share\\cartridges\\.migrated'
Describe the bug
A clear and concise description of what the bug is.
Trying to start the program from the shortcut don't do anything!
On the installation folder, using the command line "python cartridges" also fail to start!
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The app should start normally!
Screenshots
...
Logs
File "C:\Users\Rafael Dominiquini\AppData\Local\Microsoft\Windows\INetCache\cartridges\logs":
cartridges.log
System (please complete the following information):
Additional context
The last release version for Windows works fine!
Thanks
The text was updated successfully, but these errors were encountered: