http://bugs.winehq.org/show_bug.cgi?id=34930
Bug #: 34930
Summary: Cygwin-compiled Hello World program couldn't display
output
Product: Wine
Version: 1.7.6
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Nachanon_Vetjasit(a)hotmail.com
Classification: Unclassified
I've recently found that console-based C program
(even a simplest one shown below) that's compiled with
Cygwin x86 1.7.25 (GCC 4.7.3) failed to display output properly in WINE.
/* hello.c */
#include <stdio.h>
int main() {
printf("Hello World\n");
return 0;
}
>From Cygwin shell under Microsoft Windows XP SP3:
cygwin$ gcc -Wall -o hello.exe hello.c
Under Debian GNU/Linux 5.0 "Lenny" i386:
(I copied both hello.exe and cygwin1.dll to my Debian partition)
$ wine hello.exe
fixme:ntdll:NtSetInformationToken unimplemented class 4
fixme:ntdll:NtQueryInformationProcess (process=0xffffffff) Unimplemented
information class: ProcessSessionInformation
fixme:ntdll:NtQueryVolumeInformationFile 0xc0: volume info not supported
fixme:ntdll:NtQueryVolumeInformationFile 0xc0: faking attribute info
fixme:ntdll:NtQueryVolumeInformationFile 0xc0: faking attribute info
$
Apart from FIXMEs, there is no "Hello World" printed out.
Attached file contains source code above, the executable and cygwin1.dll.
WINE: 1.7.6 (source) on Debian GNU/Linux 5.0 "Lenny" i386
Cygwin: cygwin1.dll 1.7.25 (x86)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=4463
Nikolay Sivov <bunglehead(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
--- Comment #11 from Nikolay Sivov <bunglehead(a)gmail.com> ---
I tested with free version 1.2 and I see no errors - workspace window appears
and I can draw on it. Feel free to open a new report if some functionality
still doesn't work for you.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=2467
--- Comment #158 from Nicholas O'Connor <nrfoconnor+wine(a)gmail.com> ---
I haven't had the chance to upgrade to 1.7.44 yet, but I can confirm the bug is
still present in 1.7.43. So unless the Wine devs have made some change to
whatever ancient graphics API the game uses between 1.7.43 and 1.7.44, I don't
imagine upgrading to 1.7.44 would be of any help at this time.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=6230
--- Comment #20 from Austin English <austinenglish(a)gmail.com> ---
This is your friendly reminder that there has been no bug activity for 1 year.
Is this still an issue in current (1.7.44 or newer) wine?
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=8997
Austin English <austinenglish(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|REOPENED |RESOLVED
Resolution|--- |ABANDONED
--- Comment #58 from Austin English <austinenglish(a)gmail.com> ---
(In reply to Tim Williams from comment #57)
> (In reply to Austin English from comment #56)
> > This is your friendly reminder that there has been no bug activity for 2
> > years. Is this still an issue in current (1.7.16 or newer) wine?
>
> Still an issue, but I don't know if I'll ever get back to trying to debug
> it. The workaround is to kill the process and start it up again. If you want
> to close it out, I'm fine with that. If I ever to get back to trying to
> track this issue down, I'll open up a new bug report.
Abandoned.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=2467
--- Comment #157 from Austin English <austinenglish(a)gmail.com> ---
This is your friendly reminder that there has been no bug activity for 1 year.
Is this still an issue in current (1.7.44 or newer) wine?
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=3548
jre.winesim(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jre.winesim(a)gmail.com
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.