You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 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 oftext = 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
The text was updated successfully, but these errors were encountered: