I have same problem. Its fixed when i click "back" in character creation, but i cant sit all night at my computer
thank you very much for a great software really helpful and aint ban anyway i got one single problem with this hbrelog it's not able to select a Custom class 'CC' i write the name but it stuck until I chose it myself. edit: it's not even showing in logs that it try to chose custom class like this option isn't there .
I couldnt get it working too. Easy solution for you until its fixed: create diffrent copies of HB with only 1 CC in it
This one isn't huge problem. There is bigger one, reloger doesn't click back when you log on and end up in character creation. Do you think you can fix this soon?
Highvoltz, could you please just in the meantime add a go back to server on the character selection screen? Because for now hbrelog works perfectly except when you have different accounts on different servers, it's like if the program gets stuck on a particular server and can't go back to servers screen and switch to the right server for other accounts, so when we manually click on the back button it gets automatically to the right server... Edit : like adding a check if stuck for more than 5 to 10 sec on character screen, click on back button. Edit2 : One other cool addition is to have an HB crash msgbox closer. The screen gets cluttered after a while with all those HB crashes mostly each time the account relogs or switches characters. Thanks for your support again
What to put in the custom class area n HBrelog? , i get error saying need to choose a routine. i put sngular there and stil gets same error
I "fixed" problem with not clicking back. I'm sure its not how its should be, but I dont have enought skill and time to learn programming. I changed "if (CharCreateRandomizeButton and CharCreateRandomizeButton:IsVisible()) then CharacterCreate_Back() end "); to: "if (CharCreateRandomizeButton or CharCreateRandomizeButton:IsVisible()) then CharacterCreate_Back() end "); in file WoWManager.cs I also got rid of checking for HB updates, IMO there should be option to let user decide if they want to risk getting bugged version (yes, its happens all the time) or the want to use old one. BTW, do you replace old forcemail and protected items files when updating?
Nice find mat53, this other way works too by just removing that visibility button check condition and only leaving this : "CharacterCreate_Back()"); We just need a msgbox closer for one particular crash, i know there is already one implemented for wow crashes and another HB crash but a new type of crash popup started with this new HB on MOP that doesn't get closed and gets quickly cluttered when you have multiple accounts. Edit : another small problem is putting HB on system tray is cool, but it doesnt refresh when a HB instance closes so it just gets bigger and bigger (but if you manually hover the mouse over those closed HB instances they disappear), i don't know if this only can be fixed in HB core, or if there is a trick that refresh the system tray from time to time...