WombatFromHell / OriginSteamOverlayLauncher

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

Unable to launch Cemu #48

Closed lowvyn closed 4 years ago

lowvyn commented 4 years ago

Firstly, thanks for OSOL. It's really convenient and solved a lot of my issues with playing non-Steam games on the Steam Link.

I'm trying to get OSOL to launch Cemu, following the steps listed in the Wiki, but for some reason Cemu never gets launched. When setting GamePath to my Cemu executable, nothing happens (other than the OSOL process being run).

Thanks in advance for any help provided!

michaelphagen commented 4 years ago

It may be easier to launch your games from CEMU without OSOL. OSOL is not necessary for this application.

Just make a shortcut in steam to your CEMU executable, then go into properties and edit the target to include -f and -g, then the path to the game you want to launch (ex. "A:\Program Files\CEMU\Cemu.exe" -f -g "R:\Wii U\Captain Toad Treasure Tracker\code\Kinopio.rpx")


Michael Hagen /Recorded Music Technician https://tisch.nyu.edu/about/directory/clive-davis-institute/1257736403/

Clive Davis Institute of Recorded Music Tisch School of the Arts New York University 370 Jay St, #562B Brooklyn, NY 11201 /914-299-3142 /

On October 2, 2019 2:31:11 AM lowvyn notifications@github.com wrote:

Firstly, thanks for OSOL. It's really convenient and solved a lot of my issues with playing non-Steam games on the Steam Link.

I'm trying to get OSOL to launch Cemu, following the steps listed in the Wiki, but for some reason Cemu never gets launched. When setting GamePath to my Cemu executable, nothing happens (other than the OSOL process being run).

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_WombatFromHell_OriginSteamOverlayLauncher_issues_48-3Femail-5Fsource-3Dnotifications-26email-5Ftoken-3DALXBKTAQPRKT463RDYU2QA3QMQ52ZA5CNFSM4I4SLMQ2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HPBI7WA&d=DwMCaQ&c=slrrB7dE8n7gBJbeO0g-IQ&r=SNnAb5wmiRiJym3rMjbqedJLlLYOh45_vOmmADEE7P4&m=kbbIfLc3tonrNi479kxumlTbH1kjbbU59mVO-BvwMO0&s=Pl1oPceVduipZt5V6J9GWUfG-O6saiKdw_tB8XNoZUE&e=, or mute the thread https://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_notifications_unsubscribe-2Dauth_ALXBKTD56WIK67GA6CC3MMDQMQ52ZANCNFSM4I4SLMQQ&d=DwMCaQ&c=slrrB7dE8n7gBJbeO0g-IQ&r=SNnAb5wmiRiJym3rMjbqedJLlLYOh45_vOmmADEE7P4&m=kbbIfLc3tonrNi479kxumlTbH1kjbbU59mVO-BvwMO0&s=e4o6EAiklDjyYpnwlrUsyLCg3hD6F6Dc8grHRzxnVVw&e=.

lowvyn commented 4 years ago

Yeah, but I'd like to use some of OSOL's pre/postlaunch functionality as well as the added benefit of being able to launch the Steam gyro for CEMU hook executable from the couch.

WombatFromHell commented 4 years ago

I'll look into this issue this afternoon and get back to you as soon as I can. Thanks for taking the time to report it.

WombatFromHell commented 4 years ago

I can confirm that there is a bug with how OSOL v1.09f handles a blank LauncherPath, as a workaround please use the SkipLauncher=True variable in the OSOL .ini file you're launching from. This should work as you expect.

I'll try to get this issue fixed in the next OSOL release.

(Edit: In the meantime, I'll add a blurb on the Wiki about the workaround referenced in this ticket.)

lowvyn commented 4 years ago

I can confirm that there is a bug with how OSOL v1.09f handles a blank LauncherPath, as a workaround please use the SkipLauncher=True variable in the OSOL .ini file you're launching from. This should work as you expect.

I'll try to get this issue fixed in the next OSOL release.

(Edit: In the meantime, I'll add a blurb on the Wiki about the workaround referenced in this ticket.)

Thanks so much for your reply. I'm not sure if the issue lies entirely with a blank LauncherPath, seeing as how I've tried setting the Steam Gyro for CemuHook .exe as the launcher to launch Cemu with and the Steam Gyro executable opens but Cemu does not.

WombatFromHell commented 4 years ago

I've just pushed a hotfix release (v1.09g) that addresses this and a few other issues. Let me know if it resolves your problem.

lowvyn commented 4 years ago

Aye I'll check it out soonest I can.

lowvyn commented 4 years ago

Hey, everything’s working great. Thanks for the hotfix! Really appreciate all the time and effort put into this project.