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

Windows Server 2012 R2 Powershell #4640

Closed
shadyslim2018 opened this issue Oct 15, 2022 · 7 comments
Closed

Windows Server 2012 R2 Powershell #4640

shadyslim2018 opened this issue Oct 15, 2022 · 7 comments
Labels

Comments

@shadyslim2018
Copy link

agent version: Commit: 2022-Aug-25 00:17:18:0700
Server version : 1.0.85

Server is on installed on Manjaro Gnome 42.5 Kernel version 6.0.0-1

On Windows Server 2012 R2, the remote desktop works fine, but the Command Prompt and Powershell are unusable. See the attached image
Screenshot from 2022-10-15 16-04-01

I type 'mesh' and the output is :

Screenshot from 2022-10-15 16-04-26

I'm using WAN connection, I have access to other servers above Server 2012 R2, also have access to Windows 10, and they're all working fine. I only have access to one Windows Server 2012 R2

@si458
Copy link
Collaborator

si458 commented Oct 15, 2022

Please refer to #4435. duplicate
fix is delete modules_meshcore_min folder OR pull from git repo directly which has my PR fix included #4594
please can you close this issue and follow other issue

@shadyslim2018
Copy link
Author

Please refer to #4435. duplicate fix is delete modules_meshcore_min folder OR pull from git repo directly which has my PR fix included #4594

Excellent, stopped the service and moved modules_meshcore_min to a different location, then started the service and now everything seems to be working fine.

@shadyslim2018
Copy link
Author

shadyslim2018 commented Oct 16, 2022

There is still a problem with the terminal, even after modify win-terminal.min.js return Buffer.from("[" + t.join(";") + e) to return Buffer.from("\x1B[" + t.join(";") + e)

When I press the arrow keys and del key, random characters show up on the screen.

P.S.

I also changed if (obj.args.minifycore === 0) obj.args.minifycore = false; to if (obj.args.minifycore == null) obj.args.minifycore = false; and it didn't make a difference.

@krayon007
Copy link
Collaborator

There is still a problem with the terminal, even after modify win-terminal.min.js return Buffer.from("[" + t.join(";") + e) to return Buffer.from("\x1B[" + t.join(";") + e)

When I press the arrow keys and del key, random characters show up on the screen.

P.S.

I also changed if (obj.args.minifycore === 0) obj.args.minifycore = false; to if (obj.args.minifycore == null) obj.args.minifycore = false; and it didn't make difference.

After the modification, do the control characters only show when you press the arrow key, or do the control characters always show up?

@shadyslim2018
Copy link
Author

When I press the arrow keys or del key, backspace is fine. These are the characters that show up.

[3~ DEL
[A UP
[B DOWN
[C RIGHT
[D LEFT

@si458
Copy link
Collaborator

si458 commented Oct 16, 2022

When I press the arrow keys or del key, backspace is fine. These are the characters that show up.

[3~ DEL [A UP [B DOWN [C RIGHT [D LEFT

@krayon007 i can confirm same here sadly
@shadyslim2018 can you close this issue and then paste your issue now with the keys in #4435 to help us keep track

@shadyslim2018
Copy link
Author

Done

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

No branches or pull requests

3 participants