-
Notifications
You must be signed in to change notification settings - Fork 72
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
Running SKSE doesnt work #174
Comments
If you say that "stl already tries to do too much here and does it wrong to boot" (the edit is still visible) |
It's a pity you read it anyway. There is a reason I edited it out. And that is that I determined it was not helpful in the scope of this bug report and it would probably lead to the reaction it now obviously did. I am sorry if I offended you. I was a bit frustrated because it took me 2 hours to get stl working at all. |
Ok, accepted. Just to make sure you know it: Either way it should be correct that a windows console program is started with wineconsole, at least this worked with other SE exen. Are you sure this is wrong or are you guessing? |
It took me 2 hours because stl didnt find yad no matter what I tried when I installed it to ~/.local so I had to write an ebuild for yad. And for that I had to deal with gnome's idea of application settings to make that yad actually do something. The reason I want stl to start skse_loader is so I can start Skyrim from within SteamVr. I already have a way to do it from the desktop. Can you tell Vortex to start a game without any interaction? Shouldn't wine run wineconsole automatically if it determines that is needed? Why would stl need to concern itself with how to run this? |
I can confirm that sksevr_loader.exe starts when not using wineconsole. |
stl simply uses Explicitely using wineconsole was required when I added SE support for Vortex, else I wouldn't have added it. |
which did find it. |
this leads nowhere without logs or at least knowing what "complained" means here. |
Should be fixed in 8bf3f72 |
$ yad --version This is what I mean by complained. |
https://github.com/frostworx/steamtinkerlaunch/blob/master/stl#L147 PR for custom expanding PATH accepted. now back on topic |
Works now when started from Steam and SteamVr. Thanks. |
I configured Skyrim VR to start with stl because I wanted to start it using sksevr_loader.exe instead of the main exe for the game.
Unfortunately stl determines that skesevr_loader.exe is a console app and tries to run it with wineconsole. This doesnrt seem to work and I havent found a way to tell stl to just run the exe through proton.
Is it possible to tell stl to just run the exe with proton and dont do this type check? I really only want proton to start with a different exe, nothing else.
STL Version: 3.5
The text was updated successfully, but these errors were encountered: