WombatFromHell / OriginSteamOverlayLauncher

An executable wrapper for Steam to make third-party launchers more convenient to use with a Steam Controller
MIT License
412 stars 25 forks source link

Checklist for 1.06 #10

Closed WombatFromHell closed 6 years ago

WombatFromHell commented 6 years ago
BarterClub commented 6 years ago

Could be get a minimize launcher when game is launched?

WombatFromHell commented 6 years ago

Possible, but annoying to get working across all launchers. No guarantees.

WombatFromHell commented 6 years ago

I'm not having much luck tracking down why Battlefront 2 won't launch when called with the game -> launcher proxy. Still investigating process detection desync, not much progress on it so far though.

SubSonix commented 6 years ago

@WombatFromHell Battlefront 2 (2017) works fine for me. It does cause the game to crash a bit faster than usual though (pretty sure the game has a memory leak, may just be me though. I doubt it's directly related to OriginSteamOverlayLauncher)

WombatFromHell commented 6 years ago

I misspoke. I was referring to issue #9 where OSOL desyncs when looking for the active game process resulting in losing the game PID and not closing the launcher after the game exits. This is most likely caused by the Origin launcher proxy embedded in the game executable that calls home to Origin to authenticate so the Origin client can bring up the game inside the launcher.

Due to the fact that I don't have the game I'm having to test for the bug in a simulated environment (using a dummy executable) to try and duplicate it to no avail. This issue is a blocker for v1.06 unless I can verify that it isn't on my end within a reasonable timeframe.