PurplefinNeptuna / DiscordRP-tModLoader

Discord Rich Presence for Terraria tModLoader
MIT License
16 stars 3 forks source link

DRP causes terraria.exe to not close #3

Closed Xetaxheb closed 4 years ago

Xetaxheb commented 6 years ago

To replicate:

Run terraria with DRP enabled Close terraria with normal main menu exit game Check task manager

It might matter that i'm in invisible mode on discord It might also matter that i'm offline on steam (not piracy or anything, just normal steam owned game but i'm in offline mode)

PurplefinNeptuna commented 6 years ago

@Xetaxheb did you use latest version?, because that bug happened in v0.4 and earlier

also i can't replicate with current version did you reload mods before exit?

PurplefinNeptuna commented 6 years ago
public override void Unload()
{
    RPControl.Disable();
}

This code is responsible to stopping Rich Presence service, so maybe the mod is didn't unloaded properly

PurplefinNeptuna commented 4 years ago

I think it's solved with newer version of this mod