http://bugs.winehq.org/show_bug.cgi?id=9011
Summary: incorrect dup() behavior
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-msvcrt
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: pclouds(a)gmail.com
I consider it incorrect although I may be wrong about this. The following
program returns 1 on Windows but 3 on Wine:
#include <stdio.h>
int main(int argc,char **argv) {
close(1);
fprintf(stderr,"%d\n",dup(2));
return 0;
}
An exception was made in msvcrt_free_fd() to avoid using file handles < 3 for
dup(). Is it really necessary?
--
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=8810
------- Additional Comments From thesource(a)mail.ru 2007-20-07 10:14 -------
I have installed flash player with install_flash_player.exe which is supposed to
be for mozilla. I know that IE installs flash player as ActiveX control. Should
do this? If I should how to do it under 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=8648
------- Additional Comments From thesource(a)mail.ru 2007-20-07 09:54 -------
That's very strange. I repeated exactly same operations on my home machine and
everything is fine! No qip crash and fonts are drawn properly. I'm confused.
I'll make a regression with git on my work computer in Monday. But I just don't
understand why crash happened only on my work computer and not on home one.
--
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=8968
dank(a)kegel.com changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://www6.spcs.se/download
| |s/demo/SPCSAdministration_4_
| |31_Demo.exe
Keywords| |download
------- Additional Comments From dank(a)kegel.com 2007-20-07 08:59 -------
Somebody needs to try this with a version
of wine that has debugging info & poke
around at the logs to narrow it down.
--
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=3997
------- Additional Comments From vinnitalik(a)yandex.ru 2007-20-07 08:47 -------
Created an attachment (id=7185)
--> (http://bugs.winehq.org/attachment.cgi?id=7185&action=view)
the app demonstrate windows behaviour
Hi. Great thanks for the participation.
If you've seen the test programm I attached, you can find that the 3-rd level
DIALOG STYLED modal child window appear over its owner (but you can still bring
it behind) - this quite satisfy us. As opposed to modal dialog window the
sizeable one is always behind.
Added to everything else I want to focus: this is in the case only when modal
paren is dialog styled also.
On the other hand sizeabled parent does not have this effect but litter the
tasbar with opened windows and confuse a user.
Vitaly N. Zadunaisky.
--
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=9010
Summary: HebRech takes forever to load
Product: Wine
Version: 0.9.41.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hugelmopf(a)web.de
HebRech (http://appdb.winehq.org/appview.php?iAppId=5202) starts up, shows a
few progress screens, but takes a very long time to complete the first three
of them (initializing some files), and in the
fourth (initializing another thing) it basically stalls, with CPU at 100%.
There is no console output, that seems relevant:
$ wine "C:\HebRechw\HEBRECH1.EXE"
fixme:ddraw:VGA_ioport_in Unsupported VGA register: 0x03c4
--
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=9004
------- Additional Comments From robbie(a)startailpro.co.uk 2007-20-07 08:40 -------
I tried what you suggested but I don't have a trial version at hand so I used
the authorized version from windows.This still doesn't work even after
completely removing it and reinstalling it. Does the activation store itself
inside or outside the program? I'll keep playing around till it works. Strangely
enough it works better in wine then it did on my windows. It would always crash
before even initialising so could this be the problem.
--
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=8968
------- Additional Comments From kent.olsson(a)chello.se 2007-20-07 08:38 -------
I use Fedora core 7.
The software is a simple administrative software (bookkeeping) without any
tricks, no graphics, no sound and no other whistles and bells. Still it does not
work!
I have removed .wine directory every time.
I do use the latest version. Now 0.9.41-1
Wine was installed by yum.
--
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.