Skip to content

Crashes when Steam running on different Windows profile #11

@therksius

Description

@therksius

If Steam is already running on another user profile the program crashes with an AutoIt error due to the lack of error checking on line 505-506:

$aModules = _WinAPI_EnumProcessModules($aProcs[$i][1])
For $m = 1 to $aModules[0][0]

_WinAPI_EnumProcessModules returns 0.

This may only be happening when the current user is a standard account.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions