ValdikSS / aceproxy

Ace Stream HTTP Proxy. ABANDONED! NO SUPPORT WHATSOEVER!
MIT License
196 stars 115 forks source link

Improve ace engine port detection on Windows #17

Closed ghost closed 9 years ago

ghost commented 9 years ago

As of AceStream 3.0 it is no longer possible to set static port for it. That's why we need to detect port on Windows anyway (not only if acespawn = true). Also it is important not to just read the acestream.port file but wait until ace engine fully loads. Ace Engine refreshes acestream.port file only after loading GUI :-1: With acespawn it also didn't worked because of the reason above. I tried to solve these problems.