WineHQ

Cygwin

No Screenshot

Submit Screenshot

Version 3.2

Application Details:

Version: 3.2.x
License: Free to use and share
URL: https://cygwin.com/
Votes: Marked as obsolete
Latest Rating: Bronze
Latest Wine Version Tested: 6.11

Maintainers: About Maintainership

Free Download Home page

Test Results

Old test results
The test results for this version are very old, and as such they may not represent the current state of Wine. Please consider submitting a new test report.
Selected Test Results

What works

Installing with the default package list works well, printing a few Wine FIXMEs in the console, but without giving any errors. The table on the screen where you select packages is too small and cannot be resized (bug 12104) so it's a bit awkward to use, but functional.

Once installed, it has to be run via "wineconsole ./bash.exe" from C:\cygwin\bin. No other way of starting it works. In that window, commands can be run, both bash builtins and other Cygwin tools, you can pipe and redirect their output, get and set environment variables, and so on. Thus a minimally functional command line shell works. As for the hundreds of packages Cygwin has, these will vary on a case-by-case basis.

What does not

Many other ways of starting Cygwin (stty.exe, grotty.exe, tty.exe) fail, with some fork() or memory error, and/or this printed in the console output:

0120:fixme:console:console_input_ioctl unsupported ioctl 504088

There is no scrollback in the "wineconsole bash" window.

The default bash.exe PATH excludes /usr/bin, so you have to use paths in your commands, eg. "./ls" or "/usr/bin/ls" instead of just "ls".

Many package-specific bugs are likely to exist, eg. "ln -s directory link" creates some kind of link file, but you cannot "cd link" into it.


Workarounds

It helps to:

export PATH=$PATH:/usr/bin

What was not tested

Cygwin is vast and there are far too many packages to test them all.

Hardware tested

Graphics:

  • GPU: Intel
  • Driver: open source

Additional Comments

It is promising that we seem to finally have the current Cygwin version working at a minimally functional level, but much more testing and debugging will be required to get everything working well.

selected in Test Results table below
Operating systemTest dateWine versionInstalls?Runs?Used
Workaround?
RatingSubmitter
CurrentFreeBSD 12.2Jun 22 20216.11Yes Yes YesBronzeDamjan Jovanovic 

Known Bugs

Bug # Description Status Resolution Other apps affected
12104 Cygwin's setup.exe doesn't resize properly NEW View

Show all bugs

Comments

The following comments are owned by whoever posted them. WineHQ is not responsible for what they say.

Exciting! But would like more details
by Hamish McIntyre-Bhatty on Thursday October 14th 2021, 14:28
This is exciting, it would be nice to be able to do some Cygwin packaging without using a slow VM.

What version is this, exactly? Things may vary between versions so specifying a specific version is a good idea.
Back