-
Notifications
You must be signed in to change notification settings - Fork 43
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
Windows version refuses to work under Wine #645
Comments
Thanks for the report. Could you try running vtm with the specified shell? wine ./vtm.exe -r term cmd.exe PS: I don't know how much this is allowed in Wine and what environment it has. |
Most likely it won't work. Apparently the Console Server is implemented there somehow differently than in the real Windows system. I use an undocumented Win32 API there. |
Of all the options that are currently available, probably only the following will work in that environment, but only as a demo (although not very consistent, as on real Windows):
|
Looking at the Wine source, it seems that a number of necessary APIs are not implemented there.
Maybe someday I'll come up with a workaround for this. |
https://github.com/directvt/vtm/releases/latest/download/vtm_windows_x86.zip
The text was updated successfully, but these errors were encountered: