-
Notifications
You must be signed in to change notification settings - Fork 169
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
Error message #84
Comments
just what it says^^ Someone (probably your AV) deleted Options.exe and thus the update checker couldn't be run. |
Well, then it's a bug. That file happily exists in the subdirectory of where Clock64.exe is started from. Please reopen. |
well... you've got:
and inside "misc/" a |
Yes. This happens:
|
could you try to omit |
Does the same, as expected. The message appeared again yesterday evening, seems to show up daily now. |
hmm.. that's quite odd... |
This produces the same anonymous error message. As does "check now" for updates on the About tab. Wouldn't the full path of the file be necessary to start the process? Who knows what the current directory currently is, it might be anything. When I specify the full path for the mouse button click, the update dialog opens, as probably expected. Quick update: Process Hacker says the current directory of the Clock64 process is now C:\bin. There is no Clock64.exe in there and the image path is correct. |
The working directory shouldn't be of any importance here... as T-Clock is doing the path adjustments (changes You might try to un-check and re-check T-Clock's "Start T-Clock when Windows starts" and see if it's creating it properly... So it might be related to #59 |
That shortcut has the correct startup path set. But I suspect T-Clock can't handle a restart of Explorer properly. Explorer recently got a bit unstable for me in that the hovering of taskbar buttons never ended. Even when the mouse cursor has left the taskbar, the last-hovered task button remained hovered and the tooltip appeared. Also there were no window previews anymore, just app/window title text tooltips. I couldn't find the offending program, it doesn't seem to be T-Clock or 7+ Taskbar Tweaker. Restarting explorer.exe helps (if I'm not into logging out and in or restarting Windows), but then T-Clock switches to the directory from where I initiated that. Restarting T-Clock after restarting Explorer fixes the issue. It then has the initial working directory set again. But I still believe that T-Clock should be able to run properly from any working directory. I noticed that the upgrade check wants me to downgrade from 2.4.2 to 2.1.0. Is that correct or should I check/open another issue for that? |
well T-Clock shouldn't care about the working directory... that's how I build it... About the update check.. can you provide a screenshot? (or did you self-compile T-Clock?) edit: ok from a quick look at it... T-Clock only sets the working directory once.. on program start (as it doesn't change it later on.. or rather "shouldn't) |
It works when starting with Windows using the provided option, and it works when starting manually through the start menu shortcut. When I restart Explorer with the following batch file, the working directory has changed to where the batch file is stored:
Ok, I understand the update message now. |
It should be fixed now in v2.4.4 |
I never used T-Clock for anything else than showing the time better than Windows. Not interested in anything else. And does it have a file picker UI? Never seen that. But yes, I know that these dialogs can change the current working directory. Which reinforces my assertion that a program must find its own code regardless of the directory it is currently working in. Normally it doesn't even have to be started in its own directory but from anywhere. That's just a basic principle. I always code my apps so that they use their own executable full path to find stuff in the installation directory. There's a number of APIs for that. |
BTW, as I see the 2.4.4 release, where's the static build? Is it one of the new archives? Their meaning isn't documented in the release notes. |
not in the release notes.. but on the README.md xD And yes, there are file pickers.. (Options->Alarms and there for "Action", Options-Mouse and there if "Execute command" was chosen, Add/Edit Timer) |
This is new. First time yesterday evening, second time now. I've tracked that window down to Clock64.exe as it wasn't telling me. What does it mean?
T-Clock 2.4.2 build 445 on current Windows 10
The text was updated successfully, but these errors were encountered: