mu-editor / mu

A small, simple editor for beginner Python programmers. Written in Python and Qt5.
http://codewith.mu
GNU General Public License v3.0
1.39k stars 433 forks source link

Mu Crash Report #2426

Closed Matt2763 closed 1 year ago

Matt2763 commented 1 year ago

What were you trying to do?

I was trying to run code in a new file that I made.

What steps did you take to trigger the issue?

I wrote some basic PyGame code and when I tried to run it I was getting the error "Cannot create a file when that file already exists". I checked to make sure the file didn't already exist and it wasn't there but I still keep getting the error.

What did you expect to happen?

I expected my code to run.

What actually happened?

My code didn't run and Mu threw a crash report.

Operating System Version

Windows 11

Mu Version

Latest

Other Info

No response

Editor Log

No response

Matt2763 commented 1 year ago

Never mind, resolved the issue.