Skip to content
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

[BUG] Not sure if it is a bug, but progress timer is not showing after time ran out anymore #490

Open
N0tFromHere opened this issue Jan 12, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@N0tFromHere
Copy link

N0tFromHere commented Jan 12, 2025

After the timer for idling ran out it doesn't seem to restart the timer/idling. It still showed it was idling (hasn't refreshed).
Updating games status didn't do anything. It had to be manually paused and restarted, though it showed the same amount of card drops, games left to idle and the amount of idling now. Steam registered 3 card drops.

Ending and restarting the app showed the three less card drops but doesn't do anything anymore. It shows 0 idle(ing) now and can't be started in any way.

Edit: I had to delete both the program folder as well as the appdata folder for the program. Then it started as before, though I will not end the program now even though the timer doesn't reset again etc.

error log:
12-Jan-25 18:38:22
System.UnauthorizedAccessException: Access to the path 'C:\Program Files\OO Software\DiskImage\steam_api.dll' is denied.
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share)
at IdleMasterExtended.frmMain.CopyResource(String resourceName, String file)
at IdleMasterExtended.frmMain.frmMain_Load(Object sender, EventArgs e)
at System.Windows.Forms.Form.OnLoad(EventArgs e)
at System.Windows.Forms.Form.OnCreateControl()
at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
at System.Windows.Forms.Control.CreateControl()
at System.Windows.Forms.Control.WmShowWindow(Message& m)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
at System.Windows.Forms.Form.WmShowWindow(Message& m)
at System.Windows.Forms.Form.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
12-Jan-25 18:38:28
System.ComponentModel.Win32Exception (0x80004005): The system cannot find the file specified
at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo)
at System.Diagnostics.Process.Start()
at System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
at IdleMasterExtended.Badge.Idle()
at IdleMasterExtended.frmMain.UpdateIdleProcesses()
at IdleMasterExtended.frmMain.StartMultipleIdle()
at IdleMasterExtended.frmMain.StartIdle()
at IdleMasterExtended.frmMain.<tmrReadyToGo_Tick>d__82.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.AsyncMethodBuilderCore.<>c.b__6_0(Object state)
12-Jan-25 18:38:30
System.ComponentModel.Win32Exception (0x80004005): The system cannot find the file specified
at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo)
at System.Diagnostics.Process.Start()
at System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
at IdleMasterExtended.Badge.Idle()
at IdleMasterExtended.frmMain.UpdateIdleProcesses()
at IdleMasterExtended.frmMain.StartMultipleIdle()
at IdleMasterExtended.frmMain.StartIdle()
at IdleMasterExtended.frmMain.<btnSkip_Click>d__55.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.AsyncMethodBuilderCore.<>c.b__6_0(Object state)

After the initial 5 sec for one game each and then 5 min for 31 games for one or two times:
Idle1

After ending and restart:
Idle2

EDIT: I had the program running for over an hour. Now it shows the timer ticking down but nothing happens. Above it shows 0 idle now. The hours shown haven't increased afaik. No error message and no new drops on Steam either.
Idle3

Looked at it till the timer ended and restarted, suddenly it says 0 idle now again. Seems like it didn't do any progress in hours, change in games nor card drops either. Until a solution is found the program seems useless to me unfortunately.

@N0tFromHere N0tFromHere added the bug Something isn't working label Jan 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant