TesterTesterov / SilkyArcTool

Dual languaged (rus+eng) tool for packing and unpacking archives of Silky Engine./Двуязычное средство (рус+англ) для распаковки и запаковки архивов Silky Engine.
GNU General Public License v2.0
12 stars 0 forks source link

Extraction fails if archives are on other drive #2

Closed dobacco closed 2 years ago

dobacco commented 2 years ago
Exception in Tkinter callback
Traceback (most recent call last):
  File "C:\Program Files\Python39\lib\tkinter\__init__.py", line 1892, in __call__
  File "C:\Users\Александр\Desktop\Tester\SilkyArcTool\gui.py", line 316, in _choose_file
  File "C:\Program Files\Python39\lib\ntpath.py", line 703, in relpath
ValueError: path is on mount 'C:', start on mount 'Y:'
Exception in Tkinter callback
Traceback (most recent call last):
  File "C:\Program Files\Python39\lib\tkinter\__init__.py", line 1892, in __call__
  File "C:\Users\Александр\Desktop\Tester\SilkyArcTool\gui.py", line 316, in _choose_file
  File "C:\Program Files\Python39\lib\ntpath.py", line 703, in relpath
ValueError: path is on mount 'C:', start on mount 'Y:'

Simple fix is move archive to same drive as the tool

Cosetto commented 2 years ago
Exception in Tkinter callback
Traceback (most recent call last):
  File "C:\Program Files\Python39\lib\tkinter\__init__.py", line 1892, in __call__
  File "C:\Users\Александр\Desktop\Tester\SilkyArcTool\gui.py", line 316, in _choose_file
  File "C:\Program Files\Python39\lib\ntpath.py", line 703, in relpath
ValueError: path is on mount 'C:', start on mount 'Y:'
Exception in Tkinter callback
Traceback (most recent call last):
  File "C:\Program Files\Python39\lib\tkinter\__init__.py", line 1892, in __call__
  File "C:\Users\Александр\Desktop\Tester\SilkyArcTool\gui.py", line 316, in _choose_file
  File "C:\Program Files\Python39\lib\ntpath.py", line 703, in relpath
ValueError: path is on mount 'C:', start on mount 'Y:'

Simple fix is move archive to same drive as the tool

Well friend, if you can't extract with this you can try GARbro. And ofc, you can use this to repack to .arc

TesterTesterov commented 2 years ago

It seems that is would be easier just to move the file between drives than to fix this one. Guess the problem is not critical enough, so I'll close the issue.