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
Durdraw 0.15 actually worked alright in Windows (in Command Prompt, Windows Terminal, etc) with windows-ncurses installed, but the latest build (0.17.2) has issues.
The issue seems to have started when I started using curses panels. Curses.panel.move() returns ERR. I haven't investigated too deeply, but some possible theories are that the Windows curses clone does not fully implement panels, or maybe that it needs a bit more care with the order things are done in. It would be nice if someone would help track down and fix the Windows issues.
The text was updated successfully, but these errors were encountered:
Unfortunately the only workaround I'm aware of at the moment is to run Durdraw under Windows Subsystem for Linux. This precludes it from running in the MS-DOS Prompt window, Powershell window, etc.
cmang
changed the title
Feature Request: Windows Support
Crashes in Windows 10: curses.panel.move() returns ERR
Nov 10, 2023
It looks like, in addition to WSL, Durdraw can be used in Windows through Docker. This works in the Command Prompt Window, Powershell window, etc. No obvious problems.
The upside is that it works. The downside is, Docker is a pretty heavy requirement. A self-contained .exe would be nicer.
Durdraw 0.15 actually worked alright in Windows (in Command Prompt, Windows Terminal, etc) with windows-ncurses installed, but the latest build (0.17.2) has issues.
The issue seems to have started when I started using curses panels. Curses.panel.move() returns ERR. I haven't investigated too deeply, but some possible theories are that the Windows curses clone does not fully implement panels, or maybe that it needs a bit more care with the order things are done in. It would be nice if someone would help track down and fix the Windows issues.
The text was updated successfully, but these errors were encountered: