http://bugs.winehq.org/show_bug.cgi?id=2557
Summary: RichEdit control out of space
Product: Wine
Version: 20041019
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: wine-debug
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ingenuz(a)hotmail.com
Hi,
I have a problem using wine under linux Mandrake 10.0. In fact when I use
Fuqid.exe, a freenet's tool, Everything is ok during 4 minutes, but after I have
error message ERROR: RichEdit control out of space, then I can't do anything
with it: I can't close wine nor Fuqid. I change settings with winesetuptk, but
nothing.
Can you help me debugging this please?
This is my email: ingenuz(a)hotmail.com
Thanks a lot.
pc:
512 Mo Ram
1 Go AthlonTbird
120 Go HD
Linux: Mandrake 10
Wine without windows
--
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=2556
------- Additional Comments From JoelMontes01(a)gmail.com 2004-01-11 16:25 -------
it should link atleast c: drive by default because its automatically created.
(z: drive linked to root would also give convenience)
--
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=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.
http://bugs.winehq.org/show_bug.cgi?id=2553
Summary: Asian fonts from Acrobat Reader crashes wine
Product: Wine
Version: 20041019
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: utx(a)penguin.cz
How to repeat:
- Install Acrobat Reader 5.09 for Linux and Asian Fonts for Acrobat Reader 20020815.
- add path to Acrobat Reader font directory to /etc/fonts/local.conf
- Call fc-cache.
- Run wine. All graphical applications will crash with unhandled exception:
31722 open("/opt/Acrobat5/Resource/Font/MSungStd-Light-Acro.otf", O_RDONLY) = 9
31722 fcntl64(9, F_SETFD, FD_CLOEXEC) = 0
31722 fstat64(9, {st_mode=S_IFREG|0644, st_size=8351624, ...}) = 0
31722 mmap2(NULL, 8351624, PROT_READ, MAP_PRIVATE, 9, 0) = 0x40adb000
31722 close(9) = 0
31722 --- SIGSEGV (Segmentation fault) @ 0 (0) ---
--
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=2552
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From tony_lambregts(a)telusplanet.net 2004-31-10 12:36 -------
Fixed it..
--
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=2551
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://appdb.winehq.org/appv
| |iew.php?appId=600
Keywords| |download
--
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=2530
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony_lambregts(a)telusplanet.net 2004-31-10 12:28 -------
Closing
--
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.