http://bugs.winehq.org/show_bug.cgi?id=2514
Summary: crashes on all programs
Product: Wine
Version: 20040914
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-console
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: evilmadman80(a)mail.ru
these crashes are occuring on a fully upgraded version of redhat 9, for all the
programs basically. whenever a program is loaded, it runs fine, and then quits
out for no apparent reason after a few seconds, no bugs are read out, despite
the fact that it is in debug mode.
--
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=1250
------- Additional Comments From surakk(a)gmail.com 2004-14-10 19:43 -------
This still happens with the latest stable release (now at october 14,
wine-0.20040914)
--
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=2242
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From tony_lambregts(a)telusplanet.net 2004-13-10 21:28 -------
resolving 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=2513
------- Additional Comments From masochisthalo(a)yahoo.com 2004-13-10 20:02 -------
BTW, I'd be happy to help in any way I can. Just let me know.
Thanks!
Hiji
--
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
masochisthalo(a)yahoo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|DirectX not Detected by Some|DirectX not Detected by Some
|Apps Anymore |Apps Anymore ( Cakewalk
| |Sonar )
--
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=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.