aash / HBRelog

This program is for use with Honorbuddy (an automation tool for World of warcraft). It launches World of Warcraft, logs into the game and then launches Honorbuddy. If Wow or Honorbuddy crashes or disconnects the whole process is repeated.
GNU General Public License v3.0
5 stars 0 forks source link

Checking for WoW Window Style to be WS_POPUP preventing from launching WoW.exe #30

Open KSUMatt opened 8 years ago

KSUMatt commented 8 years ago

The change made in commit c9e8cb466e4e55282e76b85970f4e55601b90ab1 where it checks for the window style to not be WS_POPUP... I think this is invalid. I run my game in windowed mode (is that WS_POPUP?). I removed this check when I built it and it continues to work for me. So I think this is an invalid method for looking for some kind of error popup.

With the codebase as it is with this check, it will not launch WoW.exe for me.