http://bugs.winehq.org/show_bug.cgi?id=17273
Summary: SetNamedPipeHandleState is a stub
Product: Wine
Version: 1.1.14
Platform: Other
OS/Version: other
Status: NEW
Keywords: testcase
Severity: enhancement
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: juan_lang(a)yahoo.com
Blocks: 17195
Created an attachment (id=19273)
--> (http://bugs.winehq.org/attachment.cgi?id=19273)
Testcase
As described in bug 17195, SetNamedPipeHandleState is currently a stub, and
always returns FALSE. Changing it to return TRUE causes one test to fail and
currently todo_wine test to succeed. It also allows the test cases in bug
17195 to run. I'm attaching some partially implemented test cases for the
GetNamedPipeHandleState and SetNamedPipeHandleState functions.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18975
Summary: RealMYST crashes on launch
Product: Wine
Version: 1.1.23
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ezekiel000(a)lavabit.com
RealMyst crashes on launch in wine 1.1.18-1.1.23 (it may crash on others I
haven't tested) but it works in wine 1.1.4.
I've attached a debug trace log.
System:
Ubuntu 9.04 amd64, nVidia onboard Geforce 8200 (with nVidia drivers 180.44)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=14371
Summary: cleanup undefined members in vartest
Product: Wine
Version: 1.0.0
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: oleaut32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jreiser(a)BitWagon.com
Created an attachment (id=14668)
--> (http://bugs.winehq.org/attachment.cgi?id=14668)
cleanup memcheck errors in vartest.c
vartest.c uses undefined structure members; detected by valgrind(memcheck).
Patch is attached, and will be sent to wine-patches(a)winehq.org.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=14370
Summary: adjust timeout interval for virtulaizers
Product: Wine
Version: 1.0.0
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jreiser(a)BitWagon.com
Created an attachment (id=14667)
--> (http://bugs.winehq.org/attachment.cgi?id=14667)
WINE_TIMEOUT_FACTOR environment variable
Using a virtualizer such as valgrind(memcheck) often slows down execution by a
significant factor. Add a new environment variable WINE_TIMEOUT_FACTOR to
allow multiplying the absolute delays for critical section timeouts. Patch is
attached, and will be sent to wine-patches(a)winehq.org.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=14365
Summary: do not touch high address space (initial stack,
user_space_limit)
Product: Wine
Version: 1.0.0
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jreiser(a)BitWagon.com
Created an attachment (id=14662)
--> (http://bugs.winehq.org/attachment.cgi?id=14662)
avoid meddling with space above user_space_limit.
In order to co-operate with valgrind and other debugging tools, then wine must
not assume anything about the initial stack, nor pretend that wine can manage
any address space above the user_space_limit. Patch is attached, and will be
sent to wine-patches(a)winehq.org.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=14361
Summary: co-operate with valgrind at execv
Product: Wine
Version: 1.0.0
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jreiser(a)BitWagon.com
Created an attachment (id=14658)
--> (http://bugs.winehq.org/attachment.cgi?id=14658)
insert $WINE_VALGRIND as argv[1] at execve()
When launching a new process, wine can co-operate with valgrind. New
environment variable WINE_VALGRIND is inserted as argv[1]. Patch is attached,
and will be sent to wine-patches(a)winehq.org.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=14366
Summary: co-operate with valgrind when switching stacks
Product: Wine
Version: 1.0.0
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jreiser(a)BitWagon.com
Created an attachment (id=14663)
--> (http://bugs.winehq.org/attachment.cgi?id=14663)
tell valgrind when switching stacks
When wine knows it is switching stacks, then wine should tell valgrind. This
reduces valgrind complaints, and increases the ability of memcheck to detect
errors. Patch is attached, and will be sent to wine-patches(a)winehq.org.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10205
Summary: Windows Media Player's Online Media Guide does not work
Product: Wine
Version: 0.9.48.
Platform: PC
URL: http://appdb.winehq.org/objectManager.php?sClass=version
&iId=1449
OS/Version: Linux
Status: NEW
Keywords: download
Severity: enhancement
Priority: P2
Component: wine-shdocvw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alex(a)thehandofagony.com
Created an attachment (id=8813)
--> (http://bugs.winehq.org/attachment.cgi?id=8813)
Console output
The player stalls with the text 'Opening . . .' in the player window for some
time, then shows a troubleshooting page telling you do check that 'work
offline' is not enabled, and that if you are connected to the Internet you can
use this link to connect the player.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18767
Summary: Radmin viewer 3.3 windows don't have window decoration
Product: Wine
Version: 1.1.22
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: stlwrt(a)gmail.com
Created an attachment (id=21528)
--> (http://bugs.winehq.org/attachment.cgi?id=21528)
Screnshot of decorless radmin window
Radmin viewer 3.3 connection manager works ok, but once you connect to some
machine, viewer window doesn't have windeco. No sensible error messages are
output from wine.
Used wine from git:
commit 1643679476c88953c6c506c152c7d25ba2219716
Author: Austin Lund <austin.lund(a)gmail.com>
Date: Wed Jun 3 16:02:56 2009 +1000
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=13018
Summary: Error when attempting to save file in ArtRage
Product: Wine
Version: unspecified
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: spamtrap(a)hellmark.org
When ever I try to save or export a file with Artrage, the app reports that an
error occurred while trying to save the file, and fixme:commdlg:GetFileName95
Flags 0x00800000 not yet implemented gets dumped into the console. Opens files
just fine.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.