Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

'-popupwindow' no longer works? #2

Open
draeath opened this issue Jan 5, 2023 · 3 comments
Open

'-popupwindow' no longer works? #2

draeath opened this issue Jan 5, 2023 · 3 comments

Comments

@draeath
Copy link

draeath commented Jan 5, 2023

I switched from using the 'launch arguments' method to KSSL and this argument stopped working.

Strangely, if I check the process details, I do see the command line argument. Looking at how you handle and pass along the arguments, I have no idea how this might not be working correctly, except some tiny feedback that perhaps you should use Join(String, String[]) instead of text = text + " " + str; or such. But that shouldn't be relevant and is more a style choice? I made sure that applies all the way back to Framework 3.0 :D

"../KSP_x64.exe" -popupwindow

image

@BitBlitObviMormon
Copy link

I'm using that too, but it seems to work for me. I'm using these command line arguments on the steam launcher:
-popupwindow -adapter 2

@RebootedDuck
Copy link

I have the same issue, no idea how to fix currently

@R-T-B
Copy link
Owner

R-T-B commented Feb 9, 2023

Hmmm. That is very odd. Do both releases I've made behave the same in this regard?

I'll look into this but honestly, as you said, it should be working. I have very little direction with which to hunt this bug. But I'm looking into it.

EDIT: Wait, are you using "../KSP_x64.exe" as one of your command line parameters? Drop that if so. That'll mess things up. We haven't had to do that since like ancient days.

I assume this wiki's outdated info got you:

https://wiki.kerbalspaceprogram.com/wiki/Startup_parameters

Just list the parameters you want in steam, nothing else.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants