Denvi / Candle

GRBL controller application with G-Code visualizer written in Qt.
GNU General Public License v3.0
1.35k stars 548 forks source link

Bug: Personalizing the interface Candle 1.2.15b #565

Closed ArturoPin closed 2 years ago

ArturoPin commented 2 years ago

Versions

PC info

Describe the bug I would like to personalize my Candle 1.2.15b interface, that's included on this version. But the changes are not saved when close. (when I open candle again It is as default.)

How I would like to have it: image

When I open it again: image

ondras12345 commented 2 years ago

Your user account needs to have write access to a file called settings.ini that is located in the same directory as Candle.exe.

mar0x commented 2 years ago

@ArturoPin please describe how did you installed the Candle, how do you usually start it and what happens when you close it (maybe there is a message about application crash?)

mar0x commented 2 years ago

@ondras12345 What is the typical sequence of Candle installation which should lead to write permissions absence?

ondras12345 commented 2 years ago

What is the typical sequence of Candle installation which should lead to write permissions absence?

Unzip as Administrator to Program Files and try to run as a regular user. I haven't used Windows for a few years now, but i vaguely remember something like that happened to me. Either that or running directly from the .zip file without unzipping it first. In both cases, Candle is unable to write to the file. It can definitely read it, because otherwise the Visualizer window would be all black.

It also is the most likely reason for this problem to occur. I believe the only other way this could happen is if Candle crashed before saving settings, but I haven't encountered that yet.

mar0x commented 2 years ago

@ondras12345 "Unzip as Administrator" is not the typical case for Windows 10 Home, don't you think?

"Running directly from ZIP" - is what I'm expecting to get as an answer. Permissions is not an issue and the suggestion to check the permissions is confusing.

rjcamatos commented 2 years ago

Extracting to Programa Files folder it Will adquire the permisions of that folder, by default no site to users.

A terça, 5/07/2022, 10:01, ondras12345 @.***> escreveu:

What is the typical sequence of Candle installation which should lead to write permissions absence?

Unzip as administrator to Program Files and try to run as a regular user. I haven't used Windows for a few years now, but i vaguely remember something like that happened to me.

— Reply to this email directly, view it on GitHub https://github.com/Denvi/Candle/issues/565#issuecomment-1174806274, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADZXGN3O7RP3KE5SLQUPHITVSP2WPANCNFSM52QB7JZA . You are receiving this because you are subscribed to this thread.Message ID: @.***>

ArturoPin commented 2 years ago

You were right, all what I need to do was running the SW as administrator. Thanks