Page 1 of 1

Important Messages?

Posted: Mon May 18, 2026 2:17 am
by Lefthandovgod0101
Language:
System.IO.IOException: The handle is invalid. : 'C:\Program Files (x86)\Return of Reckoning\user\UserSettings.xml'
at System.IO.RandomAccess.ReadAtOffset(SafeFileHandle handle, Span`1 buffer, Int64 fileOffset)
at System.IO.Strategies.OSFileStreamStrategy.Read(Span`1 buffer)
at System.IO.Strategies.OSFileStreamStrategy.Read(Byte[] buffer, Int32 offset, Int32 count)
at System.IO.Strategies.BufferedFileStreamStrategy.ReadSpan(Span`1 destination, ArraySegment`1 arraySegment)
at System.IO.Strategies.BufferedFileStreamStrategy.Read(Byte[] buffer, Int32 offset, Int32 count)
at System.IO.StreamReader.ReadBuffer()
at System.IO.StreamReader.ReadLine()
at rYIZQHOkunpPN4W6Adp.UKY45ykieR(Object , rYIZQHOkunpPN4W6Adp )
at RoRLauncher.ConfigWindow.ReadLanguage()

This popped up when I started the RoR launcher, any idea what this means?

Re: Important Messages?

Posted: Mon May 18, 2026 3:35 am
by Martok
That is the Skynet activation code. We only have thirty minutes...

Re: Important Messages?

Posted: Mon May 18, 2026 7:11 am
by gyps
Lefthandovgod0101 wrote: Mon May 18, 2026 2:17 am Language:
System.IO.IOException: The handle is invalid. : 'C:\Program Files (x86)\Return of Reckoning\user\UserSettings.xml'
at System.IO.RandomAccess.ReadAtOffset(SafeFileHandle handle, Span`1 buffer, Int64 fileOffset)
at System.IO.Strategies.OSFileStreamStrategy.Read(Span`1 buffer)
at System.IO.Strategies.OSFileStreamStrategy.Read(Byte[] buffer, Int32 offset, Int32 count)
at System.IO.Strategies.BufferedFileStreamStrategy.ReadSpan(Span`1 destination, ArraySegment`1 arraySegment)
at System.IO.Strategies.BufferedFileStreamStrategy.Read(Byte[] buffer, Int32 offset, Int32 count)
at System.IO.StreamReader.ReadBuffer()
at System.IO.StreamReader.ReadLine()
at rYIZQHOkunpPN4W6Adp.UKY45ykieR(Object , rYIZQHOkunpPN4W6Adp )
at RoRLauncher.ConfigWindow.ReadLanguage()

This popped up when I started the RoR launcher, any idea what this means?
.Net file handled incorrectly
1. Permissions
C:\Program Files (x86)\ is a UAC-protected folder. If the launcher isn't running as administrator, Windows can return an invalid handle on read/write attempts.

2. File doesn't exist
UserSettings.xml was deleted/corrupted.

3. File locked by another process (an antivirus scan for example)
Another process (antivirus, the game still running in the background, etc.) has the file open.

Fix: add an exception for the Return of Reckoning folder.

Re: Important Messages?

Posted: Mon May 18, 2026 7:57 am
by Lefthandovgod0101
Strangely enough the message stopped showing up. Never had this happen before, this is a first for me. The game still runs and works as it has since I have been playing. Maybe it resolved itself?