praydog / REFramework

Scripting platform, modding framework and VR support for all RE Engine games
https://cursey.github.io/reframework-book/
MIT License
2.69k stars 338 forks source link

MHRise game still "Running" when exiting game. #210

Open IndegoRune opened 2 years ago

IndegoRune commented 2 years ago

When exiting the game, the game on steams till says it is "Running", and I have to force close steam. Removing the .dll file and loading the game back up and saving, it won't have this issue. I'm guessing it has something to do with the save data cloud backup?

ParticleG commented 2 years ago

the same

DanZinagri commented 2 years ago

I've been running into this. I didn't see it in my task manager either until i realized it was being grouped under steam and i had to expand the list to see it fully.

The odd part for me is i've tested the following:

  1. With no mods only REframework - exits fine
  2. With the d2d plugin- exits fine
  3. MHR Tweaks mod - exits fine
  4. With MHR overlay mod - hangs on exit and requires kill from task manager
  5. With coavins dps - hangs on exit and requires kill from task manager

So for right now it seems like it hangs when i run any sort of overlay mod right now, and i can't tell if its d2d's fault or the lua scripts from those mods.

Now i did have to grab the d2d from their github because for some reason the nexus version would also cause an issue, which i found might be because of the lua script that version was packaged with while the github version only had the DLL.

So i don't know if its something with REFramework or d2d, and this seems to be specific to certain users as a freind of mine isn't having the issue and we've made sure our mod/configs are identical between us.

DanZinagri commented 2 years ago

So i found a fix. I had check my drivers, .netframework, directX versions, ect... The last thing i hadn't done was just run windows update, as i usually push off windows 10 updates as they tend to break more than fix (had several updates that broke drivers and caused bluescreens so i tend to only update as needed.)

After updating windows the problem disappeared so i assume there was something wrong with that version.