Open jiroumu opened 3 years ago
Re-checked and saw same issue already mentioned in closed tickets.
Thanks for re-opening, I've added my findings under the already closed issue to avoid confusion.
I assumed that you used the new installer from version 1.3.0 please try this:
Sure:
INFO:root:Started DEBUG:root:Main App created DEBUG:root:MyForm:init: miniframe created
That's all.
Mmm... next line should have been: DEBUG:root:MyForm:init: appicon found
Step1: could you check if you have the file 'appicon.png' in C:/Program Files (x86)/Idasen Desk Control
Step2: could you try to add Full Control permission to your user for this folder C:\Program Files (x86)\Idasen Desk Control
Step3: are you launching the app from the auto-created shortcut? can you make sure that the shortcut start folder is C:\Program Files (x86)\Idasen Desk Control
It's really just the three lines I pasted.
I tried the initial release 1..0..0 in the meantime since this was still a portable install and with this version it only throws the first error 'Failed to execute script idasen-ui', if that somehow helps.
Thanks for taking the time either way.
Same problem here. Exactly the same outcome and messages. I tried the same things that you recommended but this produces no other results.
@lschiemann
Same problem here. Exactly the same outcome and messages. I tried the same things that you recommended but this produces no other results.
If you try this:
I just changed laptop and got the same issue and finally found a fix. By default, I did not have permission to execute and write to installation folder.
I am not sure why Python installer needs that but anyway, here how to fix it:
icacls "%ProgramFiles(x86)%\Idasen Desk Control" /grant Users:(OI)(CI)F /T
This will provide full control on Idasen Desk Control installation folder.
Hey, just bought an idasen and tested this, same issue as described by the OP. Checked the log and it says the same thing:
INFO:root:Started
DEBUG:root:Main App created
DEBUG:root:MyForm:_init_: miniframe created
Also I've tried the solution that @danieldesrochers mentioned above. No dice.
Here's some extra info that might help:
For now, I'll continue to use newAM/idasen, but hopefully, this gets addressed soon! If you need any additional info I'll gladly provide it.
Here's some extra info that might help:
- I'm using a European version of the desk.
- You mention the desk being called "Desk 8638" however mine is called "Desk 2052"
- I've tested the original repo newAM/idasen and after having to manually type the MAC (because the auto-detection didn't work) it works fine.
- To the point mentioned above, the possible reason why auto-detection failed is that the MAC address is actually found in the "Unique Identifier" field in the device info, not the MAC address as seen in the picture below:
For now, I'll continue to use newAM/idasen, but hopefully, this gets addressed soon! If you need any additional info I'll gladly provide it.
Hello Mathue24,
It's very difficult for me to resolve when not able to reproduce the issue. Since you seems to be techky enough :), you might want to try it directly from the source code:
https://github.com/danieldesrochers/idasen-ui/wiki/How-to-run-idasen-ui-from-source-code
If you ever found the fix, let me know! Daniel.
After installing (trying both default Program Files (x86) and user dir) I am unable to launch idasen-ui.exe, see errors: