http://bugs.winehq.com/show_bug.cgi?id=1604
pouech(a)winehq.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |ASSIGNED
Ever Confirmed| |1
------- Additional Comments From pouech(a)winehq.com 2003-18-07 13:04 -------
part 1 (program launched from wcmd doesn't output anything) is actually a bug in
wcmd, which got uncovered by the fix to CreateProcess. I'll try to submit a
patch later on today.
but, I wasn't able to reproduce part 2 (programs launched from unix cmd line &
wine and which got redirected to a unix file produce an empty unix file). Could
you give more info ?
TIA
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1591
------- Additional Comments From mike(a)theoretic.com 2003-18-07 03:41 -------
There should be a libXv in your stock install, it does Xvideo extensions.
If there isn't, try asking in #redhat on freenode IRC about it, and ensure that
all the X11 related packages are installed in Add/Remove software.
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1591
riventree(a)earthlink.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |UNCONFIRMED
Resolution|INVALID |
------- Additional Comments From riventree(a)earthlink.net 2003-17-07 23:02 -------
Installed redhat 8 version... same problem.
Sorry for being such a doofus earlier and installing the RH9.
-
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1604
------- Additional Comments From gmarsden(a)wescam.com 2003-17-07 19:05 -------
This seems to be caused by ChangeSet ID:8521
A change to scheduler/process.c on June 17 in how
it sets up the file descripters around line 330.
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1604
Summary: No output text from programs run in a wcmd console
Product: Wine
Version: 20030709
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-console
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: gmarsden(a)wescam.com
Any program run from a wcmd console produces no text output.
Output redirection from a program run directly from wine produces an empty file.
This problem was not in 20030618, it is in both RH8 and RH9
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1073
------- Additional Comments From dpaun(a)rogers.com 2003-17-07 11:04 -------
Dustin,
A number of important fixes went it that may have fixed this bug.
Can you please test it again, and see if it still has problems?
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
http://bugs.winehq.com/show_bug.cgi?id=1603
Summary: Soldier Of Fortune II Double Helix
Product: Wine
Version: 20030709
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: ole.k(a)web.de
Game: Soldier of Fortune II, keyboard doesnt work on SuSE Linux 8.x
All others is ok.
Wine Version 2002xxxx already had Problems with Keyboard. But mybie works
Maybie not. I think its an Focus problem :)
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1562
wildcat(a)lns.com.br changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From wildcat(a)lns.com.br 2003-17-07 06:56 -------
Solved in last version (20030709).
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1602
Summary: make crosstest fails on Debian 3.0
Product: Wine
Version: 20030709
Platform: Other
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: test
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: jakob(a)vmlinux.org
make crosstest fails on Debian 3.0, vanilla Linux 2.4.20.
I am sad to say I could not understand why linking with ntdll did not work.
(I should learn more about make, but cook is so sweet...)
--------
jakov@black:~/c/wine-20030709$ make crosstest
make[1]: Entering directory `/home/jakov/c/wine-20030709/dlls'
make[2]: Entering directory `/home/jakov/c/wine-20030709/dlls/advapi32'
make[3]: Entering directory `/home/jakov/c/wine-20030709/dlls/advapi32/tests'
i586-mingw32msvc-gcc registry.cross.o testlist.cross.o -o
advapi32_crosstest.exe -ladvapi32 -lkernel32 -lntdll -lm
/usr/lib/gcc-lib/i586-mingw32msvc/2.95.3-7/../../../../i586-mingw32msvc/bin/ld:
cannot find -lntdll
make[3]: *** [advapi32_crosstest.exe] Error 1
make[3]: Leaving directory `/home/jakov/c/wine-20030709/dlls/advapi32/tests'
make[2]: *** [tests/__crosstest__] Error 2
make[2]: Leaving directory `/home/jakov/c/wine-20030709/dlls/advapi32'
make[1]: *** [advapi32/__crosstest__] Error 2
make[1]: Leaving directory `/home/jakov/c/wine-20030709/dlls'
make: *** [dlls/__crosstest__] Error 2
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1601
Speeddymon(a)yahoo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
------- Additional Comments From Speeddymon(a)yahoo.com 2003-17-07 04:21 -------
AFAIK this issue is somewhat known.. IIRC It is mainly due to the fact that we
do not have the quartz libraries in the wine tree anymore. The problem is
basically that when you open the file in windows, it loads the embedded player
and that player uses another player to actually play the movie (actually it's
codec). If the codec is not installed, the movie will not play. That is the
same case here.. More than likely, the codec needed is included with windows
media player, and that isnt installed. I must note though that even with media
player installed, there is no guarantee that the video will play, due to the
fact that the codec's are usually (i think) similar to drivers in the sense
that they are system wide. It's kinda like winhelp.. It uses Internet
Explorer to browse the web even though you don't see ie, it is what's being
used.
Of course I could be wrong about everything I just said, in which case you can
just ignore everything.
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.