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

Any ideas what causes randomly this kind of errors just after launch. Still works though. :confused:
Code:
System.Runtime.Serialization.SerializationException: There was an error deserializing the object of type HighVoltz.HBRelog.WowRealmStatus. Encountered unexpected character '<'. ---> System.Xml.XmlException: Encountered unexpected character '<'.
   at System.Xml.XmlExceptionHelper.ThrowXmlException(XmlDictionaryReader reader, XmlException exception)
   at System.Runtime.Serialization.Json.XmlJsonReader.ReadAttributes()
   at System.Runtime.Serialization.Json.XmlJsonReader.ReadNonExistentElementName(StringHandleConstStringType elementName)
   at System.Runtime.Serialization.Json.XmlJsonReader.Read()
   at System.Xml.XmlBaseReader.IsStartElement()
   at System.Xml.XmlBaseReader.IsStartElement(XmlDictionaryString localName, XmlDictionaryString namespaceUri)
   at System.Runtime.Serialization.XmlReaderDelegator.IsStartElement(XmlDictionaryString localname, XmlDictionaryString ns)
   at System.Runtime.Serialization.XmlObjectSerializer.IsRootElement(XmlReaderDelegator reader, DataContract contract, XmlDictionaryString name, XmlDictionaryString ns)
   at System.Runtime.Serialization.Json.DataContractJsonSerializer.InternalIsStartObject(XmlReaderDelegator reader)
   at System.Runtime.Serialization.Json.DataContractJsonSerializer.InternalReadObject(XmlReaderDelegator xmlReader, Boolean verifyObjectName)
   at System.Runtime.Serialization.XmlObjectSerializer.InternalReadObject(XmlReaderDelegator reader, Boolean verifyObjectName, DataContractResolver dataContractResolver)
   at System.Runtime.Serialization.XmlObjectSerializer.ReadObjectHandleExceptions(XmlReaderDelegator reader, Boolean verifyObjectName, DataContractResolver dataContractResolver)
   --- End of inner exception stack trace ---
   at System.Runtime.Serialization.XmlObjectSerializer.ReadObjectHandleExceptions(XmlReaderDelegator reader, Boolean verifyObjectName, DataContractResolver dataContractResolver)
   at System.Runtime.Serialization.Json.DataContractJsonSerializer.ReadObject(XmlDictionaryReader reader)
   at System.Runtime.Serialization.Json.DataContractJsonSerializer.ReadObject(Stream stream)
   at HighVoltz.HBRelog.WowRealmStatus.<>c__DisplayClassa.<CreateRealmUpdateTask>b__9()
 
Last edited:
This is sad and I would hope someone will pick up the project and add this option, since all it does not is help put a target on our backs...lol

Hi icedragon,

I am currently trying to come up with a solution to this problem. I have vague idea how this could work but it would be brittle in certain circumstances. Watch out for a post soon-ish.
 
Hi icedragon,

I am currently trying to come up with a solution to this problem. I have vague idea how this could work but it would be brittle in certain circumstances. Watch out for a post soon-ish.
Also would be nice to see some kind of integration between HB so that it can detect when being in town etc. and then kill the process or maybe even logout. Rather than kill the process in middle of battle..
 
HBrelog has stopped working. i set the app up yesterday to tinker with it and everything seemed to work fine. Today, HBrelog cant seem to enter the password. excert from the log below, but the log shows no errors. just starting wow, then closing/re-starting wow after the time delay because wow did not log in. Before you ask, Yes, HBrelog is running as administrator. Yes, i deleted and re-typed in the account information. :)

[03/13/2015 10:22:01] test: Starting C:\Program Files (x86)\World of Warcraft\Wow.exe
[03/13/2015 10:22:02] test: Waiting for Wow to start
[03/13/2015 10:22:09] test: Wow is ready to login.
[03/13/2015 10:22:56] test: Failed to login wow, lets restart
[03/13/2015 10:22:57] test: Starting C:\Program Files (x86)\World of Warcraft\Wow.exe
[03/13/2015 10:22:58] test: Waiting for Wow to start
[03/13/2015 10:23:05] test: Wow is ready to login.
[03/13/2015 10:23:14] test: Attempting to close Wow
 
Ok. forget it and have a chuckle on me.. golden rule of any Microsoft product. if it ain't working reboot the damn thing...
 
Hi icedragon,

I am currently trying to come up with a solution to this problem. I have vague idea how this could work but it would be brittle in certain circumstances. Watch out for a post soon-ish.

Outstanding icu,
Thanks for 'picking up the ball'
 
ok, one other question. is there a way to just log out of a wow toon and then into another one, without restarting wow? I was looking ot simplify the changing of toons and then restarting HB.
 
I'd like to be able to schedule different profiles to run on different days. Ie on patch day run one hbrelog profile and on other days run a different hbrelog profile. I'm fine scheduling this through windows task management, but I can't seem to find a HBrelog command line parameter to start a specific profile. I can only see autostart which runs all of the checked / active profiles.
 
just started using it now,

but wow always starts with starter edition. so bot cant see any of my chars.
and i searched but couldt figure out how to do it, i just want to log off from game server after 5-6 hours. is there a way to do this in options menu?

rgds
 
I guess you could just make a folder copy of HBRelog and make changes to each folder as you like. Then use windows task management. It's not a solution but give it a try.
 
Hi,

Somehow HB relog can't login anymore since a few days, it fails to fill in the password at the logon page after it has started WoW, I have attached a log. Any idea what it could be? Allready tried a clean install of honorbuddy and HBrelog.
 

Attachments

Да что за проблема перестал заходить в игру. И еще можно ли как то сделать чтобы язык под любой реалм выбирался автоматически?
 
When I try to start I get this:

[14:04:14] System.IO.FileNotFoundException: Could not load file or assembly 'Fasm.NET.dll' or one of its dependencies. The specified module could not be found.
File name: 'Fasm.NET.dll'
at GreyMagic.ExternalProcessReader..ctor(Process proc)
at HighVoltz.HBRelog.WoW.WowLockToken.StartWoW() in c:\Buddy\Projects\HBRelog\WoW\WowLockToken.cs:line 154
at HighVoltz.HBRelog.WoW.States.StartWowState.Run() in c:\Buddy\Projects\HBRelog\WoW\States\StartWowState.cs:line 42
at HighVoltz.HBRelog.FiniteStateMachine.FiniteStateMachine.Engine.Pulse() in c:\Buddy\Projects\HBRelog\FiniteStateMachine\Engine.cs:line 41
at HighVoltz.HBRelog.WoW.WowManager.Pulse() in c:\Buddy\Projects\HBRelog\WoW\WowManager.cs:line 294
at HighVoltz.HBRelog.TaskManager.Pulse() in c:\Buddy\Projects\HBRelog\TaskManager.cs:line 62
at HighVoltz.HBRelog.CharacterProfile.Pulse() in c:\Buddy\Projects\HBRelog\CharacterProfile.cs:line 110
at HighVoltz.HBRelog.HbRelogManager.DoWork() in c:\Buddy\Projects\HBRelog\HBRelogManager.cs:line 86



anybody knows whats wrong?
 
Да такая же ерунда не работает кто что знает отпишитесь! При том что не работает только на русских серверах.Вот на картинке пишет так и ничего не происходит.

6182430f2833.png
 
Last edited:
Hi,

Somehow HB relog can't login anymore since a few days, it fails to fill in the password at the logon page after it has started WoW, I have attached a log. Any idea what it could be? Allready tried a clean install of honorbuddy and HBrelog.

I'm having the same issue.
 
This has really high potential in making some serious cash for developer that is able to take over to maintain and look after it. I would use this for sure, can not thank enough Voltz for doing great work so far.
 
Hi,

Somehow HB relog can't login anymore since a few days, it fails to fill in the password at the logon page after it has started WoW, I have attached a log. Any idea what it could be? Allready tried a clean install of honorbuddy and HBrelog.
Did you change your password recently? I'm using HBRelog 220 and so far have never had issues with my password not filling in. Just to clarify HBRelog is working fine, but it might not in some cases like yours. Is your password long? Weird characters in it?
 
I am having Problems on my pc as well as Servers to use svn.. i cannot download, URL is not working. Whats wrong?
 
Back
Top