What's new
  • Visit Rebornbuddy
  • Visit Resources
  • Visit API Documentation
  • Visit Downloads
  • Visit Portal
  • Visit Panda Profiles
  • Visit LLamamMagic

[Ticket - Request] Config window issue

grim2594

New Member
Joined
Jun 13, 2012
Messages
325
Reaction score
5
The Demonbuddy application seems to have a thread running that will not terminate, when a plugin is using the config window option.

This is repeatable 100%.

Please, add this to your list of TODOs - because it is very annoying for me, and anyone who uses my plugin. (Especially to me, since I have to keep opening and closing Demonbuddy while testing my plugin lol)

I have included a simple test plugin, for you to see the problem. Demonbuddy.exe will not close all threads, if you click the Config button for it. You must manually go into your processes, and kill/End Task.

I also included a log file, but I believe it to be useless as it has no data towards the issue.
 

Attachments

Last edited:
Had same problem,

Just had to go to my task manager, and end a 32bit proccess to get it to run again.

im on a 64bit machine
 

Thank you, Tony, for confirming that it is going to get looked at. I know it's not really something that deserves priority, because it doesn't prevent anything from working; it's just annoying. ;)
 
We plan to do a release tomorrow and it's on the list of things to fix for that.
 
Some more info on this topic:
Creating WPF window's on dedicated threads
tried to call invokeshutdown but it ofc closed the main thread ...
when I create a extra window using a button on this config window with the threading stuff added it did only close that window I opened
 
Back
Top