View Single Post
03/04/15, 12:43 PM   #51
Dolby
Every day I'm shuffling
 
Dolby's Avatar
Premium Member
WoWInterface Admin
Join Date: Feb 2004
Posts: 1,278
Thanks EricBLivingston, this error is very helpful!

It looks like Minion is having trouble binding to localhost. Do you have anything strange in your hosts file perchance or anything else about your local network setup on your machine that might be out of the ordinary?

Minion uses a lib called juniuqe that binds to your localhost/127.0.0.1 so only 1 instance of Minion is run. If you accidentally launch Minion a 2nd time it checks if Minion is bound to localhost and if so it opens that instance of Minion instead of opening a new one. Many applications go this route to prevent multiple instances of the application loading so we must need to work on this to handle various situations better.

I'm sending this to our main java guy to see if he can see anything else with the error and what we can do about it.

Last edited by Dolby : 03/04/15 at 12:57 PM.
  Reply With Quote