http://bugs.winehq.org/show_bug.cgi?id=15192
Summary: Some checkboxes are not selectable in WinUAE Product: Wine Version: 1.1.4 Platform: PC URL: http://www.winuae.net/ OS/Version: Linux Status: UNCONFIRMED Severity: minor Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: markk@clara.co.uk
[I guess this might be a problem with Wine comctl32 or comdlg32, but I don't know enough about Windows to say.]
WinUAE is an open source (GPL) emulator of Amiga computers, available from http://www.winuae.net/. Some checkboxes in the WinUAE settings window cannot be checked. (Others work fine however.)
To demonstrate: - Run WinUAE - Click on "Floppy drives" - Note how the DF0: write-protected checkbox is greyed out. That is correct. - Click the DF0: "..." button and select a disk image for drive DF0: in the Floppy drives page. For example, select rsi1.adf after downloading and decompressing ftp://ftp.coresystems.de/pub/uae/rsi1.adf.gz - The write-protected checkbox is now blank. Click on it. The checkbox remains blank, but it should become checked.
All(?) other checkboxes in the settings window seem to operate correctly.
http://bugs.winehq.org/show_bug.cgi?id=15192
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download, source
--- Comment #1 from Austin English austinenglish@gmail.com 2008-09-08 22:45:50 --- Does native comctl32 help?
http://bugs.winehq.org/show_bug.cgi?id=15192
Vincent Povirk madewokherd@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |madewokherd@gmail.com
http://bugs.winehq.org/show_bug.cgi?id=15192
--- Comment #2 from markk@clara.co.uk 2008-09-09 20:32:42 --- No, the problem still occurs using native comctl32.dll.
http://bugs.winehq.org/show_bug.cgi?id=15192
markk@clara.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID
--- Comment #3 from markk@clara.co.uk 2008-09-11 20:36:23 --- This problem appears to be filesystem-related, i.e. not to do with comctl32.
For testing, I was running Ubuntu 8.04, with /host being the NTFS Windows (Vista) partition sda2. Wine Z: is Linux filesystem root (/).
/host is readable and writeable; all files and directories there have permissions rwxrwxrwx. It is not possible to restrict the permissions of a file using chmod.
When an uncompressed ADF disk image file is selected in WinUAE, clicking the write-protected checkbox causes WinUAE to try to write-protect the file, which in the case of a file in Z:\host, has no effect. So WinUAE does not allow the box to be checked.
http://bugs.winehq.org/show_bug.cgi?id=15192
James Hawkins truiken@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #4 from James Hawkins truiken@gmail.com 2008-09-11 20:47:37 --- Closing.
http://bugs.winehq.org/show_bug.cgi?id=15192
--- Comment #5 from Austin English austinenglish@gmail.com 2008-09-12 11:49:17 --- (In reply to comment #3)
This problem appears to be filesystem-related, i.e. not to do with comctl32.
For testing, I was running Ubuntu 8.04, with /host being the NTFS Windows (Vista) partition sda2. Wine Z: is Linux filesystem root (/).
/host is readable and writeable; all files and directories there have permissions rwxrwxrwx. It is not possible to restrict the permissions of a file using chmod.
When an uncompressed ADF disk image file is selected in WinUAE, clicking the write-protected checkbox causes WinUAE to try to write-protect the file, which in the case of a file in Z:\host, has no effect. So WinUAE does not allow the box to be checked.
Don't run programs from a windows partition.
http://bugs.winehq.org/show_bug.cgi?id=15192
--- Comment #6 from markk@clara.co.uk 2008-09-12 13:39:29 --- [I wasn't running WinUAE from a Windows partition; only the disk image file which I loaded into WinUAE was on that partition.]
http://bugs.winehq.org/show_bug.cgi?id=15192
--- Comment #7 from Austin English austinenglish@gmail.com 2008-09-12 15:20:01 --- (In reply to comment #6)
[I wasn't running WinUAE from a Windows partition; only the disk image file which I loaded into WinUAE was on that partition.]
Ahh. Might file a bug report with NTFS-3G...
http://bugs.winehq.org/show_bug.cgi?id=15192
--- Comment #8 from Vitaliy Margolen vitaliy@kievinfo.com 2008-09-12 16:38:34 --- Where is the complete terminal output?
http://bugs.winehq.org/show_bug.cgi?id=15192
--- Comment #9 from markk@clara.co.uk 2008-09-13 10:56:12 --- There is no console output on selecting a disk image file (on an NTFS partition) and attempting to check the write-protected box. If you can suggest what to set WINEDEBUG to to get useful info on the terminal, I will try it and post the result. (Various fixme messages are printed when WinUAE starts, but they are not related to this issue.)