vlachoudis / bCNC

GRBL CNC command sender, autoleveler and g-code editor
GNU General Public License v2.0
1.54k stars 528 forks source link

bCNC wont open #1766

Closed GabriellJohnny closed 1 year ago

GabriellJohnny commented 1 year ago

when i try to start the program i get the following message in the prompt and then it crashes

Captura de tela 2022-11-30 083821

dont know how to fix it, all the modules are installed correctly , this behavior started all the sudden. I am running the program on the Win10 .

bgbsww commented 1 year ago

That's reading the configuration file. It would be ~/.bCNC and /bCNC.ini on a unix system.

On a windows system, it should be .bCNC in your user's home directory, and bCNC.ini wherever the application is installed. One or the other of those files is corrupt.

Looking at the stack tract, it's c:\Users\Volts/.bCNC which is your user config file. Delete that file, and things should work again.

GabriellJohnny commented 1 year ago

it worked, thank you!