What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal
RebornBuddy Forums

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

HB ARCHIVES: HBRelog--DO NOT DELETE

Trunk 105 - Stucks at Character Creation:

[11:48:02] HBRelog Version 1.0.0.104
[11:48:46] Farming Blackrock Horde: ********* Tasks ***********
[11:48:46] Farming Blackrock Horde: ********* End of Task list ***********
[11:48:46] Farming Blackrock Horde: starting C:\World of Warcraft\Wow.exe
[11:48:49] D3D11CreateDeviceAndSwapChain result: 0
[11:48:49] Farming Blackrock Horde: Installing Endscene hook
[11:48:49] Farming Blackrock Horde: GlueStatus: Disconnected
[11:48:50] Farming Blackrock Horde: Setting Window location to X:1925, Y:5 and Size to Width 260, Height:230
[11:48:53] Farming Blackrock Horde: GlueStatus: Disconnected
[11:48:57] Farming Blackrock Horde: GlueStatus: CharacterCreation
[11:49:01] Farming Blackrock Horde: GlueStatus: CharacterCreation
[11:49:05] Farming Blackrock Horde: GlueStatus: CharacterCreation
[11:49:09] Farming Blackrock Horde: GlueStatus: CharacterCreation

pls fix that bug ;-)
 
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 .
 

Attachments

Last edited:
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
 
HB command-line argument '/customclass=' isn't working atm.

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
 
Last edited:
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
 
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


^ pretty pls
 
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...

 
Last edited:
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?

doesn't work for me :/
 
Back
Top