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 in windows #11

Open
lowburger opened this issue Nov 18, 2023 · 5 comments
Open

Error in windows #11

lowburger opened this issue Nov 18, 2023 · 5 comments

Comments

@lowburger
Copy link

Hi, you may advice how I can use your program? I try in windows standalone and python and receive that error in both. Thx!

err

@jaspersiebring
Copy link
Owner

Sure! Can you dump your exact input here?

@lowburger
Copy link
Author

lowburger commented Nov 19, 2023

The picture show log that appear when open standalone version in GUI mode. So for that example no command input, just double click file.

@lowburger
Copy link
Author

With python version anything enter give same result for me:

C:\Users\low>libretro_finder "C:\Users\low\Desktop\system" "C:\Users\low\Desktop\out"
Traceback (most recent call last):
  File "c:\users\low\appdata\local\programs\python\python38\lib\runpy.py", line 194, in _run_module_as_main
    return _run_code(code, main_globals, None,
  File "c:\users\low\appdata\local\programs\python\python38\lib\runpy.py", line 87, in _run_code
    exec(code, run_globals)
  File "C:\Users\low\AppData\Local\Programs\Python\Python38\Scripts\libretro_finder.exe\__main__.py", line 4, in <module>
  File "c:\users\low\appdata\local\programs\python\python38\lib\site-packages\libretro_finder\main.py", line 6, in <module>
    from config import SYSTEMS as system_df
  File "c:\users\low\appdata\local\programs\python\python38\lib\site-packages\config\__init__.py", line 52, in <module>

    RETROARCH_PATH = find_retroarch()
  File "c:\users\low\appdata\local\programs\python\python38\lib\site-packages\libretro_finder\utils.py", line 117, in find_retroarch
    drives = [
  File "c:\users\low\appdata\local\programs\python\python38\lib\site-packages\libretro_finder\utils.py", line 120, in <listcomp>
    if pathlib.Path(f"{drive}:").exists()
  File "c:\users\low\appdata\local\programs\python\python38\lib\pathlib.py", line 1407, in exists
    self.stat()
  File "c:\users\low\appdata\local\programs\python\python38\lib\pathlib.py", line 1198, in stat
    return self._accessor.stat(self)
OSError: [WinError 87] The parameter is incorrect: 'D:'

@jaspersiebring
Copy link
Owner

I have not been able to reproduce this error on Windows, Linux or MacOS. Can you check if the issue still persists for the 0.3.0 release (both standalone and through pip)?

@lowburger
Copy link
Author

I test with 0.3.1 both version and no change in error. Maybe it can be Win 7 issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants