http://bugs.winehq.org/show_bug.cgi?id=2556
Summary: My dosdevices dir is empty
Product: Wine
Version: 20041019
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: JoelMontes01(a)gmail.com
My dosdevices is compleatly empty
Mandrake10 Official
installed via RPM
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2554
Summary: Freopen() fails "invalid argument"
Product: Wine
Version: 20041019
Platform: Other
URL: http://www.afn.org/~wilson/foo.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wilson(a)afn.org
Environment: mingw w. gcc 2.9.95 as xcompiler under Linux.
Following tiny program fails under Wine, but succeeds under WXP. If you trust
me, executable is available at referenced URL. Invoke it (or your compiled
equivalent):
wine foo foo.exe
(or use any existing file as foo's argument).
#include <stdio.h>
#include <errno.h>
main(int argc, char* argv[]) {
FILE* f; if (argc <= 1) return 0;
if (f = freopen(argv[1], "rb", stdin))
printf("freopen() worked\n");
else
printf("Oh, no! errno=%d\n", errno);
return 0;
}
NOTE: I have another application where freopen(...) is called much later. This
application seems to work!?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2526
------- Additional Comments From jdoutt(a)whoi.edu 2004-01-11 07:37 -------
Thought I'd post the script I use to run 'wxtide32' (a workaround for the
'sprintf' problem)
wine wxtide32;
mv wxtide32.cfg wxtide32_bkup.cfg;
sed -e 's/%//g' wxtide32_bkup.cfg > wxtide32.cfg
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.