Ob2 crash

ob2 crash after my config ran 4-5 hours.

Scroll up and send the beginning of the stack trace, where it says Exception etc. otherwise I cannot know what error it is just by looking at the end of the stack trace.

I got this
warn: Microsoft.AspNetCore.Components.Server.Circuits.RemoteRenderer[100]
Unhandled exception rendering component: Could not find file ‘C:\Users\Tra\Desktop\OpenBullet2 0.1.7\OpenBullet2\1’.
System.IO.FileNotFoundException: Could not find file ‘C:\Users\Tra\Desktop\OpenBullet2 0.1.7\OpenBullet2\1’.
File name: ‘C:\Users\Tra\Desktop\OpenBullet2 0.1.7\OpenBullet2\1’
at System.IO.FileStream.ValidateFileHandle(SafeFileHandle fileHandle)
at System.IO.FileStream.CreateFileOpenHandle(FileMode mode, FileShare share, FileOptions options)
at System.IO.FileStream…ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options)

Well I mean it’s pretty self-explanatory. It’s looking for a file that is not there anymore. What was that file called 1 in the root folder? Did you create it through the config?

2 Likes