m4dEngi / RemotePlayWhatever

Tiny application that lets you force remote play together any game you have in your steam library including non-steam ones.
MIT License
1.02k stars 37 forks source link

File dont start #119

Closed Darkiyus closed 9 months ago

Darkiyus commented 9 months ago

ISSUE: Yesterday the program started flawlessly, today not at all. STEAM VERSION: 1694466342 RPW: 0.2.4 Win-Version: 22621.2215

Summary of Issue with "RemotePlayWhatever.exe" Observations: Registry Access: The application attempts to access various registry keys and often encounters "REPARSE" and "NAME NOT FOUND" errors. This could imply that the program is looking for specific configuration data or resources that it cannot find.

File Information Queries: There are instances of "BUFFER OVERFLOW" errors when querying file or volume information. While usually not a critical issue, it may be worth looking into.

Recommendations: Registry Keys: Review the necessity of these keys for the application and ensure they are correctly initialized or accounted for in the code. Check especially for keys where "NAME NOT FOUND" is returned.

Buffer Sizes: Examine the buffer sizes used for querying file and volume information to ensure they are adequately sized, especially where "BUFFER OVERFLOW" is encountered.

This summary is based on the Process Monitor log and aims to provide a starting point for troubleshooting the issue where the application UI fails to launch.

I have not noticed any other problems.