http://bugs.winehq.org/show_bug.cgi?id=2242
------- Additional Comments From masochisthalo(a)yahoo.com 2004-13-10 19:39 -------
This should be closed. Newer versions wine have corrected this error.
--
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=2513
Summary: DirectX not Detected by Some Apps Anymore
Product: Wine
Version: 20040716
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-directx
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: masochisthalo(a)yahoo.com
Beginning with the "DirectSound improvments" released in 20040716, some apps can
no longer detect DirectX as being installed. For example, when running any
version of Wine >=20040716, the setup program for Cakewalk Sonar XL 2.0 says
DirectX is not installed, thus the application itself is kept from installing.
In 20040615, however, I do not get this message, and thus I can install the
application.
--
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=2497
------- Additional Comments From traxtopel(a)fastmail.fm 2004-13-10 13:25 -------
A patch has been submitted which corrects this problem.
Please can this be included .. begs.
Oops, resend with the right patch.
Vitaliy Margolen
Wednesday, October 13, 2004, 5:58:22 AM, Vitaliy Margolen wrote:
>> Second char of argument identifier was getting into program name:
>> wine start http://yahoo.com
>> was executing:
>> winebrowser \"http://yahoo.com\"1
>> Vitaliy Margolen
>> changelog:
>> dlls/shel32/shlexec.com
>> fix parameter parsing
Index: dlls/shell32/shlexec.c
===================================================================
RCS file: /home/wine/wine/dlls/shell32/shlexec.c,v
retrieving revision 1.54
diff -u -r1.54 shlexec.c
--- dlls/shell32/shlexec.c 14 Sep 2004 20:14:09 -0000 1.54
+++ dlls/shell32/shlexec.c 13 Oct 2004 11:55:04 -0000
@@ -94,7 +94,8 @@
{
if (*fmt == '%')
{
- switch (*++fmt)
+ fmt++;
+ switch (*fmt++)
{
case '\0':
case '%':
--
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=2511
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |NoAppDBEntry
--
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=2512
Summary: err:toolbar: err:progress: err:statusbar:
Product: Wine
Version: 20040505
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: marcio(a)informatech.com.br
I need help to resolv this messages !!
err:toolbar:ToolbarWindowProc unknown msg 2210 wp=00000001 lp=00010031
err:progress:ProgressWindowProc unknown msg 2210 wp=0001 lp=00010035
err:statusbar:StatusWindowProc unknown msg 2210 wp=0001 lp=00010037
How can I debug this errors?
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=2511
Summary: ExtTextOutW called on an open path
Product: Wine
Version: 20040914
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P1
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: zend2(a)libero.it
I'm using RealDraw pro 3.1 for vector graphics.
It's a nice and simple application and it works nice under wine
except i can't create TEXT. When I try to create a text object
wine return this string:
fixme:font:ExtTextOutW called on an open path
--
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=2509
------- Additional Comments From tony_lambregts(a)telusplanet.net 2004-12-10 17:44 -------
Patches submitted here tend to bit rot. If you want it included into CVS please
submit a patch to wine-patches. A link about submitting patches is here:
http://www.winehq.org/site/docs/wine-devel/patches
Please provide a link to this bug report in your post.
--
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=2510
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |NoAppDBEntry
------- Additional Comments From tony_lambregts(a)telusplanet.net 2004-12-10 17:14 -------
The program is trying to run Vxd's which is mostly unsupported in wine. If I
recall correctly these Vxd's are for copy protection. Please try setting the
windows version to emulate to NT40 or its variants (Win2k or WinXP)
Edit your ~/.wine/config file or create a new one. The AppDefault way changes
it for only the one program.
>>>
WINE REGISTRY Version 2
;...
[Version]
"Windows" = "NT40"
; or
[AppDefaults\\dvd2one.exe\\Version]
"Windows" = "nt40"
>>>
--
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=1593
mstefani(a)redhat.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From mstefani(a)redhat.com 2004-12-10 16:36 -------
Automatic download of the patch from battlenet, install of it and successfull
restart of it worked for me with Wine CVS from 20041010. So this problem seems
to be fixed too.
And playing Starcraft just works too without any 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.