Advertisement
Guest User

quod libet FUSE I/O error

a guest
Jun 15th, 2022
21
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.02 KB | None | 0 0
  1. OSError: [WinError 1005] The volume does not contain a recognized file system.
  2. ------
  3. Traceback (most recent call last):
  4.  
  5. File "C:/msys64/home/user/git/quodlibet/dev-utils/win_installer/_build_root/mingw64/lib/python3.9/ntpath.py", line 660, in realpath
  6.  
  7. OSError: [WinError 1005] The volume does not contain a recognized file system.
  8. Please make sure that all required file system drivers are loaded and that the volume is not corrupted: 'A:\\(05) [Flunk] Magic Potion.mp3'
  9.  
  10.  
  11. During handling of the above exception, another exception occurred:
  12.  
  13.  
  14. Traceback (most recent call last):
  15.  
  16. File "C:\Program Files\Quod Libet\lib\python3.9\site-packages\quodlibet\main.py", line 126, in exec_commands
  17. resp = cmd_registry.run(app, *cmd)
  18.  
  19. File "C:\Program Files\Quod Libet\lib\python3.9\site-packages\quodlibet\commands.py", line 109, in run
  20. result = cmd(app, *args)
  21.  
  22. File "C:\Program Files\Quod Libet\lib\python3.9\site-packages\quodlibet\commands.py", line 276, in _play_file
  23. app.window.open_file(value)
  24.  
  25. File "C:\Program Files\Quod Libet\lib\python3.9\site-packages\quodlibet\qltk\quodlibetwindow.py", line 752, in open_file
  26. song = self.__library.add_filename(filename, add=False)
  27.  
  28. File "C:\Program Files\Quod Libet\lib\python3.9\site-packages\quodlibet\library\song.py", line 117, in add_filename
  29. key = normalize_path(filename, True)
  30.  
  31. File "C:\Program Files\Quod Libet\lib\python3.9\site-packages\quodlibet\util\path.py", line 397, in _normalize_path
  32. filename = os.path.realpath(filename)
  33.  
  34. File "C:/msys64/home/user/git/quodlibet/dev-utils/win_installer/_build_root/mingw64/lib/python3.9/ntpath.py", line 664, in realpath
  35.  
  36. File "C:/msys64/home/user/git/quodlibet/dev-utils/win_installer/_build_root/mingw64/lib/python3.9/ntpath.py", line 614, in _getfinalpathname_nonstrict
  37.  
  38. OSError: [WinError 1005] The volume does not contain a recognized file system.
  39. Please make sure that all required file system drivers are loaded and that the volume is not corrupted: 'A:\\(05) [Flunk] Magic Potion.mp3'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement