Unknown6656 / AutoIt-Interpreter

A C# AutoIt interpreter designed to be platform-independent
GNU Affero General Public License v3.0
36 stars 10 forks source link

[Linux] (System.PlattformNotSupportedException) (8013159h) #186

Closed OfficialLambdax closed 3 months ago

OfficialLambdax commented 3 months ago

Bug description

$ dotnet autoit3.dll --help
[System.PlatformNotSupportedException] (80131539h) Operation is not supported on this platform.:
   at System.ConsolePal.get_CursorVisible()
   at System.Console.get_CursorVisible()
   at Unknown6656.Controls.Console.ConsoleExtensions.SaveConsoleState()
   at Unknown6656.AutoIt3.CLI.MainProgram.Start(String[] argv)
   at Program.<Main>$(String[] args)

Steps to reproduce

Steps to reproduce the behavior:

  1. Install Manjaro Linux, dotnet-runtime and sdk for version 8 of .NET
  2. download latest pre release of Autoit-Interpreter
  3. run dotnet autoit3.dll --help

Used system

Additional context

This error is displayed through ssh and on monitor

Unknown6656 commented 3 months ago

@OfficialLambdax sorry for responding this late. Thanks for bringing the issue to my attention. I will try to resolve it asap.

Unknown6656 commented 3 months ago

Hopefully fixed with 7bd3ec5a84be79f7d01ac36e3ba9e14f7f338ec6:

image

OfficialLambdax commented 3 months ago

I will try this out as soon as the next release comes out, thank you alot for looking into it!

Unknown6656 commented 3 months ago

I pushed a new release: https://github.com/Unknown6656/AutoIt-Interpreter/releases/tag/0.10.2166.8633

Let me know if you still encounter this issue.

OfficialLambdax commented 3 months ago

Yes this seems to have fixed it, i can now successfully execute the dotnet autoit3.dll --help command. I will be doing tests with it, thank you again! 👍

Unknown6656 commented 3 months ago

sure thing, you're welcome. Sorry for the long wait.