mu-editor / crash-reports

0 stars 1 forks source link

Crash Report #612

Open patrickkayumba opened 5 months ago

patrickkayumba commented 5 months ago

mu.log REMEMBER TO ATTACH YOUR LOG FILE

Version: 1.2.0 Locale: en_US Platform: Windows 10 10.0.19045 AMD64

Traceback (most recent call last):
  File "C:\Users\Patrick\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\Patrick\AppData\Local\Programs\Mu Editor\Python\lib\runpy.py", line 87, in _run_code
    exec(code, run_globals)
  File "C:\Users\Patrick\AppData\Local\Programs\Mu Editor\Python\lib\site-packages\mu\__main__.py", line 9, in <module>
    main()
  File "C:\Users\Patrick\AppData\Local\Programs\Mu Editor\Python\lib\site-packages\mu\__main__.py", line 5, in main
    run()
  File "C:\Users\Patrick\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\Patrick\AppData\Local\Programs\Mu Editor\Python\lib\site-packages\mu\logic.py", line 821, in setup
    os.makedirs(wd)
  File "C:\Users\Patrick\AppData\Local\Programs\Mu Editor\Python\lib\os.py", line 223, in makedirs
    mkdir(name, mode)
FileExistsError: [WinError 183] Cannot create a file when that file already exists: 'C:\\Users\\Patrick\\mu_code'
patrickkayumba commented 5 months ago

When I was installing MU, I had a crash report mu.log

carlosperate commented 5 months ago

Hi @patrickkayumba, thanks for the report!

I think there were 2 instances of Mu running in parallel and racing each other at creating directories and installing wheels, 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?