-
Notifications
You must be signed in to change notification settings - Fork 999
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
Executable wont run anymore #1467
Comments
Hi, Edit: You should find both files in your root user folder, like Remark: ...\Appdata... is a hidden folder, you may want to allow showing hidden files and folders in the file explorer. |
That did it, #1462, not sure why I didn't find those links in my searching earlier. Thanks a bunch! |
Duplicate of #1462 |
@DivingDuck, we get this issue often. I think we should capture this error and just print a warning or something instead of a hard fail. I should have spare time for this in the coming weeks but have a look yourself if you wish too. |
@WanderingMelody, |
@rockstorm101, We may also think about the handling of the config file when running Pronsole in combination with existing custom button's (that just came back in my mind, #1336). |
@DivingDuck |
@WanderingMelody, |
Yeah, same here. Seemed like a Windows-only issue as I wasn't able to reproduce it too.
And yes, you are absolutely right. There's definitely room for improvement in how we handle the loading of config files. |
Hey everyone, I've been looking around a bit and this seems to be an issue on an individual level that I cant solve. I have tried several different versions of pronterface, updating then deleting (I think I got it all) and reinstalling latest python version, and even trying to open the executable in an interpreter to see if I could brute force find the issue (it was just a bunch of gibberish to me). Alas, even ignoring the problem and hoping it went away did not work. Pronsole does function correctly, btw. Here is the information I have seen helpful users ask for in other posts... Windows 10 OS Build: 19045.5131
Actions that lead to failure: I run the executable -> Unhandled Exception error window -> Close.
Log: Traceback (most recent call last):
File "pronterface.py", line 62, in
File "printrun\pronterface.py", line 2596, in init
File "printrun\pronterface.py", line 171, in init
File "printrun\pronsole.py", line 778, in parse_cmdline
File "printrun\pronterface.py", line 1161, in process_cmdline_arguments
File "printrun\pronsole.py", line 761, in process_cmdline_arguments
File "printrun\pronsole.py", line 656, in load_default_rc
File "printrun\pronsole.py", line 627, in load_rc
File "cmd.py", line 211, in onecmd
File "printrun\pronsole.py", line 403, in default
File "cmd.py", line 236, in default
AttributeError: 'NoneType' object has no attribute 'write'
I would be absolutely ecstatic if I am doing something stupid that is leading to this issue because I don't believe I have the knowledge to fix anything drastic.
The text was updated successfully, but these errors were encountered: