http://bugs.winehq.org/show_bug.cgi?id=3593
------- Additional Comments From richard(a)daijobu.co.uk 2005-17-10 09:26 -------
Hmm, the Czech font dialog was really hardly implemented at all.
As you've found out, the sample text in the resource is ignored. The real sample
text is in fontdlg.c -- change the Script to change the Sample.
--
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=3547
m.goemmel(a)compulab.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|socket() is created in |multiple accept() calls to
|nonblocking mode by |the same socket all came
|default... |back when a call came in
| |(blocking mode)
------- Additional Comments From m.goemmel(a)compulab.de 2005-17-10 09:22 -------
Ok, I took a look into the code, doing some debugging, and now I can make my
first bug report a bit clearer. My windows application has a socket, which is
binded and set to listen, all in blocking mode. Then I call accept() four
times in different threads, and then I'm waiting that a IP call to the IP
address comes in. Now the difference: when in Windows, the first accept()
comes back and the other three accept() calls are untouched, waiting for the
next call. In Wine, all four accept() come back immediately, three of them
with a zero handle.
Please let me know if I can help in any way...
Thanks
Markus
--
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.
I'm a little pressed for time right now, but I will see if I can get to
it.
Dan Rollins
Seattle ARTCC
Traffic Management
COMSEC Manager
253-351-3529 TMU 24hr
253-351-3534 voice mail if unavailable
Wine Bugs <wine-bugs(a)winehq.org>
10/07/2005 06:12 AM
To
Daniel Rollins/ANM/FAA@FAA
cc
Subject
[Bug 2841] Missing Minimize Button
http://bugs.winehq.org/show_bug.cgi?id=2841
------- Additional Comments From jonathan(a)ernstfamily.ch 2005-07-10 08:12
-------
Can you please try using latest Wine release and report back ?
If the problem still occur, would you mind attaching a simple test app
(source
and binary) so that we can see what's wrong ?
Thanks
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You reported the bug, or are watching the reporter.
http://bugs.winehq.org/show_bug.cgi?id=3610
gertrudethetramp(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|normal |major
--
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=3610
Summary: Heap Issues (???)
Product: Wine
Version: CVS
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gertrudethetramp(a)gmail.com
I'm not really sure where to submit this... hell, I'm not even sure what these
error messages mean.
I'm trying to run VectorWorks 11.5, which installed flawlessley, and has never
worked. I've tried it with the default Ubuntu Wine-200507025, with
Wine-20050930, and now with Wine-CVS.
I've tried with both the native and builtin ole32, oleaut, and rpcrt4 dll's,
which all fail, although occasionally differently.
Here is the error output with all builtin DLL's. Help!
fixme:shell:SHGetFileInfoW set icon to shell size, stub
fixme:font:WineEngAddFontResourceEx :stub
fixme:ole:CoRegisterMessageFilter stub
err:heap:HEAP_ValidateInUseArena Heap 0x40360000: in-use arena 0x442285d0 next
block has PREV_FREE flag
err:x11drv:X11DRV_CreateBitmap Trying to make bitmap with planes=1, bpp=4
err:seh:setup_exception stack overflow 712 bytes in thread 0009 eip 401d86de esp
406d0d38 stack 0x406d0000-0x407d0000
err:ntdll:RtlpWaitForCriticalSection section 0x40360020 "heap.c: main process
heap section" wait timed out in thread 000b, blocked by 0009, retrying (60 sec)
wine: Unhandled exception (thread 000b), starting debugger...
err:ntdll:RtlpWaitForCriticalSection section 0x40360020 "heap.c: main process
heap section" wait timed out in thread 000b, blocked by 0009, retrying (60 sec)
err:seh:EXC_DefaultHandling Unhandled exception code c0000194 flags 0 addr
0x401ae360
--
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=3560
jonathan(a)ernstfamily.ch changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|REOPENED |RESOLVED
Resolution| |FIXED
------- Additional Comments From jonathan(a)ernstfamily.ch 2005-17-10 09:00 -------
You don't need to patch the cvs tree using my patch as it has been committed.
Just update to latest cvs and this bug will be fixed.
--
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=3607
------- Additional Comments From jonathan(a)ernstfamily.ch 2005-17-10 08:52 -------
This is probably wontfix as:
1)wine already calls wineprefixcreate when no ~/.wine exist
2)name/company/dpi/font/vram, etc should be detected without user interaction
and/or are not necessary for running applications
Can someone confirm?
--
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=3560
------- Additional Comments From I-SAngeli(a)siriush.com 2005-17-10 08:35 -------
Hi Vijay,
thank you for your reply.
So, lets say this is my folders: /opt/cvs/wine and /opt/cvs/wine-patches
I download the patches and save them all in wine-patches path. Then I run from
/opt/cvs/wine:
# patch -p0 < ../wine-patches/locale.patch
and I get this as output:
patching file dlls/kernel/locale.c
Is this correct so far?
So patch -p0 means start from where you are. patch -p1 means what again? one
directory above or below? Please provide an example so that I can better
understand (if possible)
thank you,
spiro
--
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=3560
------- Additional Comments From infyquest(a)gmail.com 2005-17-10 08:26 -------
When you are in wine directory you need use patch level as 0, which means it
searches for the files starting using the current directory as the base directory
eg:
patch -p0 < 19084-001.bin
--
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=3609
------- Additional Comments From infyquest(a)gmail.com 2005-17-10 08:22 -------
also attach your config.log, created when you do ./configure
--
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=3560
I-SAngeli(a)siriush.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |REOPENED
Resolution|FIXED |
------- Additional Comments From I-SAngeli(a)siriush.com 2005-17-10 07:58 -------
Hi Richard and Vijay,
thank you for explaining to me how to better file a bug report. As a matter of
fact I did so as of now.
Beside this, there is still a previous message that has not been addressed which
is pertinent to this case. So, I will reopen this case and post again the
message, hoping to get a solution.
------- Additional Comment #19 From Spiro A. 2005-10-17 01:21 -------
Hi Jonathan,
How come I get this error? Am I doing something wrong?
wine # patch -p1 < 19084-001.bin
can't find file to patch at input line 8
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|Index: dlls/kernel/locale.c
|===================================================================
|RCS file: /home/wine/wine/dlls/kernel/locale.c,v
|retrieving revision 1.67
|diff -u -p -r1.67 locale.c
|--- dlls/kernel/locale.c 12 Sep 2005 21:22:32 -0000 1.67
|+++ dlls/kernel/locale.c 15 Oct 2005 13:28:56 -0000
--------------------------
File to patch:
Thank you,
Spiro
--
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=3609
Summary: cannot find -lfreetype
Product: Wine
Version: CVS
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: I-SAngeli(a)siriush.com
freetype is an issue when compiling. In my gentoo amd64 64bit, if I apply this "cp
/usr/lib/libfreetype.* /emul/linux/x86/usr/lib/" then I won't get this error but
then my other apps wont run. If I rather don't apply the above command, I get
this error on make epend:
/usr/lib/gcc/x86_64-pc-linux-gnu/3.4.4/../../../../x86_64-pc-linux-gnu/bin/ld:
cannot find -lfreetype
collect2: ld returned 1 exit status
make[1]: *** [sfnt2fnt] Error 1
make[1]: Leaving directory `/opt/cvs/wine/tools'
make: *** [tools] Error 2
Please advice how to solve this major issue.
Thank you,
Spiro
--
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=3602
------- Additional Comments From infyquest(a)gmail.com 2005-17-10 07:24 -------
They are using propertysheets, we dont have any tests for propertysheets.
Problem is with propertysheets in dialogs
--
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=3270
------- Additional Comments From dmitry(a)codeweavers.com 2005-17-10 07:18 -------
ShowWindow(SW_SHOWMINIMIZED/SW_SHOWMAXIMIZED) aren't routed to the Window
Manager
at the moment. Crossover has a hack for that, but it needs a clean up
before Alexandre accepts it.
Alexandre has plans to add support for it once 0.9 is released.
--
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=3560
infyquest(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|REOPENED |RESOLVED
Resolution| |FIXED
------- Additional Comments From infyquest(a)gmail.com 2005-17-10 05:44 -------
closing this bug as the original bug has been fixed, patch has been commited to
cvs. if there are any new problems other than this one open new bug report(s).
--
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=1490
------- Additional Comments From wijn(a)wanadoo.nl 2005-17-10 05:39 -------
Looks like the same problem that I've seen before on the users mailing list and
the news group. If I am right he error message is accurate: there is no space
for the environment, because the environment is now typically larger then when
this program was written.
This is what I wrote on the users list:
This actually has come up before in a thread "Upper Memory" not long ago
in the newsgroup comp.emulators.ms-windows.wine. That was about a
program called Seed Master, but Bible Companion Software was also
mentioned to suffer the same problem.
The problem is that the program reserves a fixed sized buffer to store
the environment (the output what you see when you type "set" under
DOS/Windows or "env" under Unix/Linux). What was more then enough for
Windows 3.1, may not be enough under XP or Linux.
If the supplier is unwilling to fix it, there are two ways to try to reduce the
environment:
1. Before starting wine, before starting wine cut as much as possible unneeded
variables from the environment. Use the "unset" command for this. You would do
this in a shell script.
2. Remove the environment and add only those variables that are needed
for running wine. For a start you can try this:
env -i PATH=$PATH DISPLAY=$DISPLAY wine yourprogram.exe
(the -i removes all variables, and I add the PATH and DISPLAY variables
needed to find and run wine).
There may be a few more other variables, TMP, TEMP, anything starting
with LD_ needed or wine to run.
Rein.
--
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=3217
------- Additional Comments From f.h.silva(a)terra.com.br 2005-17-10 05:34 -------
Hi Louis,
I dont tried the demo, because with cd version and wine-20050930 I got the same
error: Can't find the refresh rate of my monitor.
thank you for the answer.
Flávio
--
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=1490
------- Additional Comments From infyquest(a)gmail.com 2005-17-10 05:15 -------
there have been a lot of changes from 200504 - 200509. please test with latest wine
--
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=3578
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2005-17-10 05:11 -------
Hi, do you have the same problem with the demo (the free trial version from the
website mentioned above)? I tried the demo and initially it wouldn't start
because of errors with the audio settings. I changed (using winecfg) Hardware
acceleration to "Emulation" and than the program starts up just fine.Could you
try these steps too and report back if it changes anything? Thanks!
--
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=3560
------- Additional Comments From richard(a)daijobu.co.uk 2005-17-10 05:08 -------
1. Please open separate bug reports for each bug, as it makes them much easier
to track.
The last one seems to be something like "Compilation fails with AMD64 and 64bit
freetype"
2. Use attachments rather than pasting large amounts of text.
Thanks.
--
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=3604
------- Additional Comments From richard(a)daijobu.co.uk 2005-17-10 05:03 -------
mfc42.dll is a Visual C++ redistributable, meaning that it can, and perhaps
should, be distributed with savihost.exe
You can also download the necessary version from Microsoft. See
http://support.microsoft.com/kb/q259403/
"Vcredist.exe installs the latest run-time components for Visual C++ applications"
or
http://www.msdn.microsoft.com/library/default.asp?url=/library/en-us/dnvc60…
"Redistributing Microsoft Visual C++ 6.0 Applications"
In short, since you would get exactly the same problem on a freshly installed
copy of Windows 98, this bug should probably be closed.
Re-implementing MFC is a huge job that should not be in the scope of Wine.
--
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=443
------- Additional Comments From infyquest(a)gmail.com 2005-17-10 04:17 -------
if i try bash.exe on wine20050930, i get the following errors
fixme:ntdll:NtSetInformationToken 0x44 4 0x61154988 44
fixme:ntdll:NtSetInformationToken 0x44 6 0x7fa9fa00 4
31 [main] ? 8 cygheap_user::init: SetTokenInformation (TokenDefaultDacl),
Win32 error 1
fixme:ntdll:NtSetSecurityObject 0x38 0x00000004 0x7fa9f5ec
fixme:advapi:ImpersonateLoggedOnUser ((nil)):stub returning FALSE
fixme:advapi:ImpersonateLoggedOnUser ((nil)):stub returning FALSE
fixme:advapi:ImpersonateLoggedOnUser (0x9c):stub returning FALSE
fixme:advapi:ImpersonateLoggedOnUser (0xd4):stub returning FALSE
fixme:advapi:ImpersonateLoggedOnUser (0x9c):stub returning FALSE
fixme:advapi:ImpersonateLoggedOnUser (0x9c):stub returning FALSE
fixme:ntdll:NtQueryObject Unsupported information class 1
fixme:ntdll:NtQueryObject Unsupported information class 1
Segmentation fault
--
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=3602
------- Additional Comments From infyquest(a)gmail.com 2005-17-10 04:10 -------
it works in desktop mode, it might be a problem with dialog re-sizing
--
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=3608
------- Additional Comments From oldium.pro(a)seznam.cz 2005-17-10 04:01 -------
Already done on 8th October 2005, I just wanted to be sure that it will not be
lost anywhere in the middle of hundreds of patches :-)
--
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.