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
Currently this doesn't work as expected so for testing I'm doing the following;
NSMutableArray* flags = [NSMutableArray array];
//�TODO: Find a better way to handle this
if ([wineStartInfo isRunWithStartExe])
{
startExeLine = @"start";
[flags addObject:startExeLine];
}
[flags addObject:[wineStartInfo getWineRunFile]];
[flags addObject:[wineStartInfo getProgramFlags]];
While doing the above does function, however if an executable has any spaces within its name it will fail to launch.
Edit;
Also launch flags don't work
Edit2:
I've edited the above it now launches executabled and uses flags correctly, if the executable contains spaces it still fails to launch
Edit3:
Edited the code again, now it works but seems the gecko issue might be caused by some other issue as some launches now cause programs to crash out
The text was updated successfully, but these errors were encountered:
wineskin/WineskinLauncher/WineskinLauncherAppDelegate.m
Lines 2373 to 2374 in a642158
Currently this doesn't work as expected so for testing I'm doing the following;
While doing the above does function, however if an executable has any spaces within its name it will fail to launch.
Edit;Also launch flags don't work
Edit2:I've edited the above it now launches executabled and uses flags correctly, if the executable contains spaces it still fails to launch
Edit3:
Edited the code again, now it works but seems the gecko issue might be caused by some other issue as some launches now cause programs to crash out
The text was updated successfully, but these errors were encountered: