mu-editor / crash-reports

0 stars 1 forks source link

Crash Report #627

Open donialh opened 4 months ago

donialh commented 4 months ago

REMEMBER TO ATTACH YOUR LOG FILE

Version: 1.2.0 Locale: fr_TN Platform: Windows 10 10.0.22621 AMD64

Traceback (most recent call last):
  File "C:\Users\Ddoni\AppData\Local\Programs\Mu Editor\Python\lib\runpy.py", line 194, in _run_module_as_main
    return _run_code(code, main_globals, None,
  File "C:\Users\Ddoni\AppData\Local\Programs\Mu Editor\Python\lib\runpy.py", line 87, in _run_code
    exec(code, run_globals)
  File "C:\Users\Ddoni\AppData\Local\Programs\Mu Editor\Python\lib\site-packages\mu\__main__.py", line 9, in <module>
    main()
  File "C:\Users\Ddoni\AppData\Local\Programs\Mu Editor\Python\lib\site-packages\mu\__main__.py", line 5, in main
    run()
  File "C:\Users\Ddoni\AppData\Local\Programs\Mu Editor\Python\lib\site-packages\mu\app.py", line 376, in run
    editor.setup(setup_modes(editor, editor_window))
  File "C:\Users\Ddoni\AppData\Local\Programs\Mu Editor\Python\lib\site-packages\mu\logic.py", line 821, in setup
    os.makedirs(wd)
  File "C:\Users\Ddoni\AppData\Local\Programs\Mu Editor\Python\lib\os.py", line 223, in makedirs
    mkdir(name, mode)
FileExistsError: [WinError 183] Impossible de créer un fichier déjà existant: 'C:\\Users\\Ddoni\\mu_code'
carlosperate commented 4 months ago

Hi @donialh, thanks for the report!

I think there were 2 instances of Mu running in parallel and racing each other at creating the same directories at the same time, which would be this issue: https://github.com/mu-editor/mu/issues/1755

I assume you are able to run Mu succesfully by opening it again (only once), could you confirm that is the case?