dressupgeekout / rite-club-companion

The Rite Club Companion app
http://noxalas.net
BSD 2-Clause "Simplified" License
1 stars 0 forks source link

Be able to read the RiteClubReport() on Windows #7

Closed dressupgeekout closed 5 years ago

dressupgeekout commented 5 years ago

This is a big problem.

In a competition, the host is the one who is running the game, and therefore is the one who is running Parsec.

But Parsec allows hosting iff you're running Windows.

But the Rite Club Companion does not work as intended on Windows at all -- mainly because there doesn't seem to be any way of capturing the standard output (or stderr) of Pyre.exe??

Need to look into this.

dressupgeekout commented 5 years ago

Actually, print() does the right thing. With Tcl's open["|${path_to_pyre}"] , we can read the RITECLUB data coming in, just fine.