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

Add option to disable message box on Death and Kill count file update exception #25

Closed
markekraus opened this issue Dec 31, 2019 · 1 comment

Comments

@markekraus
Copy link

Occasionally, the app will try to update the DeathCounter.txt and/or TotalKillsCounter.txt file at the same time OBS is reading from the file. This results in the following message box:

The requested operation cannot be performed on a file with a user-mapped section open.

The message box will steal focus from the game when playing in windowed mode. This casues the player character to some times run to their death or other undesirable behavior.

I recommend adding an option to disable the message box or to simply swallow that exception. In death counters I have written, I just swallow the exception because it will likely update the file successfully on the next pass.

@uberhalit
Copy link
Owner

Hello, sorry for the long delay.

Thats a good input, I've fixed it in Release 1.2.5.1.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants