Hello, The past few days I've had a problem with RB randomly closing on me, and from what I can tell there doesn't seem to be a cause. I did a fresh install, installing only Lisbeth and Agil to test it. The problem still persists. I've removed both of these and will test with just fate bot. I've included two logs from the previous two force closes of RB. Edit -I've attached another log, 15068. I've been looking through windows event viewer, and nothing is coinciding with the force closes. RB just seems to not like running anymore and shuts off. I've tried everything I can think of. Fresh install, no plugins, lots of plugins, I even reinstalled windows to see if that would correct it. Nothing has worked so far..
Chances are there is a .net exception that's hard crashing rb. To find this do the following: Start -> run -> eventvwr.msc On the left side Expand "Windows Logs" Click on Application On the Right Side Click Filter Click the Down Arrow next to Event Sources and click the check boxes for both .net options. Then look at any errors that are there.
There are two from 3/11 pertaining to RB. One points at Kefka, the other is for "Description: The process was terminated due to an unhandled exception. Exception Info: System.StackOverflowException" But the logs I've attached were from yesterday and today. Which I don't see any .net errors crashing rb from yesterday or today.
The log errors you attached don't contain a crash or any information to indicate abnormal behavior. This indicates one of two things: 1) Dot net is crashing in a way that RB cannot catch. 2) Some other application is interfering with RB. This could be anything from Windows (the operating system) closing it for reasons (out of memory, hardware issues, etc) or an antivirus or similar application closing it. Your best bet is looking for items in the event viewer to see when it crashes. Alternatively launch reborn buddy from the command line and wait for it to go away and hope that an error message shows up in the command line.
I ran from cmd line, no error message came up when it closed. When looking at event viewer, the only thing that coincides with the crashes is windows security audits. Nothing else is coming up in Event viewer at the same time as the crashes. I have an exception in my firewall for RB and I'm running as an admin so in theory it shouldn't be windows security. I've been tracking my memory usage and I'm not running out of memory. I've reinstalled .net 4.7 and 3.5. The problems started happening when I upgraded my GPU to a 2080. It was working fine with my 1050 before that. Edit: I've reinstalled windows on a fresh hard drive. With RB being a fresh install as well. I'm still getting the same problems.
Does it happen when no 3rd party plugins are added to rb? All the logs have some third party stuff so they cannot be ruled out.
Yes it does. One of the logs I posted was on a clean install with no third party plugins. 15068 2019-03-12 21.47.txt I'm not getting any .net errors in event viewer. The only thing that comes up at the same times as the crashes, is Windows security audits. I have a rule in my firewall for RB and I'm running as admin.
Sorry, thought I saw some ExBuddy diagnostic output in that one. These crashes have been notoriously hard to diagnose. You could try removing all versions of .net and c++ redistributables , and only installing the ones link in the first post of the release thread. You could try attaching procdump https://docs.microsoft.com/en-us/sysinternals/downloads/procdump from the commandline procdump64.exe -e 1 -f "*" rebornbuddy.exe
I uninstalled and reinstalled .net 3.5 and 4.7.2. Didn't get a crash for about an hour and now I'm getting them almost back to back. [00:03:25] Exception: E0434F4D.System.Net.Sockets.SocketException ("No such host is known") Got this from the procdump right as it crashed, I'm not sure what it means.
it should have created a dump file, can you zip it and upload it. Also, shouldn't need 3.5 or 4.7.2 only 4.6.1. I would remove all the .net and all the vc++ redistributables.
Interesting. Try changing your dns to 8.8.8.8 or 1.1.1.1 and see if you still have the issue. I'm working on what I think might at least add logging to illuminate what the issue is.
Haven't had a crash since changing my DNS. and I've been running RB non stop since then. Looks like that was the problem. Although I'm not sure why
Looks like your isps dns didn't have one of the auth servers domains or something and so when it went to verify that your key was valid it couldn't resolve the domain and thus shut down.