http://bugs.winehq.org/show_bug.cgi?id=2297
------- Additional Comments From wine(a)ambridge.freeserve.co.uk 2004-18-06 05:58 -------
Ok, so the attachment is too large to upload
Please obtain it from:
http://home.btconnect.com/stinky_ric/wine_files.tar.bz2
[root@cartman video]# md5sum wine_files.tar.bz2
612e7b2cb3f4d9e9947a8efc45d81beb wine_files.tar.bz2
[root@cartman video]# ls -l wine_files.tar.bz2
-rw-r--r-- 1 root root 11020760 Jun 18 10:32 wine_files.tar.bz2
--
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=2297
------- Additional Comments From wine(a)ambridge.freeserve.co.uk 2004-18-06 04:45 -------
Im about to upload an attachment.
The wine_files.tar.bz2 contains files to untar into your wine C drive location.
It will create a directory Program Files with two sub directories;
Digiguide_new and Digiguide_notcrash
If you run wine in Digiguide_notcrash as wine client.exe it will not crash
If you run wine in Digiguide_new as wine client.exe it will crash
In the Digiguide_new folder is some output files with +relay,+seh set in
WINEDEBUG, there are three files:
WINE_OUTPUT_stderr.log
WINE_OUTPUT_stdout.log -these two are from one run of the program, wine
client.exe > WINE_OUTPUT_stdout.log 2> WINE_OUTPUT_stderr.log
WINE_run2_OUTPUT_stdandstderr.log - this is from wine client.exe >
WINE_run2_OUTPUT_stdandstderr.log 2>&1
(sorry about the unbzipped file being
-rw-r--r-- 1 root root 287528960 Jun 18 10:32 wine_files.tar
LARGE)
Enjoy.
--
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=2297
Summary: digiguide crash with marker containing
$SingleLineDescription
Product: Wine
Version: 20040505
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wine(a)ambridge.freeserve.co.uk
Digiguide 6.1 - build 443 crashes when I try to use Markers which contain the
$SingleLineDescription output in the arguments to an external program.
Digiguide can run external programs with a marker when you set an alert,
Menu->Edit->All Markers
The Alert can run a program, and the program can take arguments,
http://www.digiguide.com/dg/faq/reminder-arguments.shtml
If I use the $SingleLineDescription argument, wine will crash. This argument
will contain a large string in the output.
Addtitional files hopefully will be attached here.
I am using wine20040505-1rh9winehq
--
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=2296
Summary: pcb123 installer runs, but installation dialogs are
'non-interactive'.
Product: Wine
Version: 20040505
Platform: Other
URL: http://pcb123.com
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: winehq(a)slacy.com
Go to http://pcb123.com and download the installer program for this application.
Upon running the application, the installer appears to correctly launch, and the
first dialog box of the installation appears, asking me to choose an
installation language. There are two buttons available, one for "Next >" and
the other for "Cancel"
At this point, the dialog seems functional, as I can select different languages
from the list, but upon clicking on either button, nothing happens. The buttons
appear to know they're being clicked (you can tell by the way they indent
themselves) but no action is taken to go to the next step of the installation.
The only way to exit is to close the dialog, which then produces an exception.
I will attach some output of:
# WINEDEBUG=+dialog,+atom wine pcb123.exe
--
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=2295
Summary: Wine crashes in Agent
Product: Wine
Version: 20040615
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P1
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kenneth_teagan(a)hotmail.com
Wine 20040615 shuts down in Agent 1.93 when you go to post a usenet
message. Had same problem with 20040505. Running Mandrake 10.0 Linux.
Thanks, keep up the good work!
Ken
--
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=2294
Summary: Wine preloader segfaults
Product: Wine
Version: 20040615
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-loader
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: adam(a)tpetaccia.com
Ever since the wine-preloader was first checked into CVS before 20040615 was
released, it has constantly segfaulted when loaded. If I invoke wine-pthread
manually, windows executables work though. Today, I did a clean recompile of
WINE with only the CFLAGS "-O2 -pipe" and got the following from GDB:
---
Starting program: /usr/local/bin/wine-preloader
Program received signal SIGSEGV, Segmentation fault.
0x780011d0 in write ()
(gdb)
---
I'm not sure if this helps or makes problems worse, but with my original CFLAGS
of "-O2 -march=athlon -frename-registers -fomit-frame-pointer" I got a different
error message from GDB. It printed out a memory address followed by open64(),
which I find odd. Also, when I allow it to dump a core file, and backtrace
that, it says:
---
Program terminated with signal 11, Segmentation fault.
#0 0x7800106e in open64 ()
(gdb)
---
I hope the information I've provided is useful.
--
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=2292
------- Additional Comments From julliard(a)winehq.com 2004-17-06 18:07 -------
This should be fixed now. Thanks for the good report.
--
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=2293
Summary: passing Help Context IDs to winhelp doesn't work
Product: Wine
Version: 20030911
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ivanr(a)syncad.com
when debuginng wine with these parameters -- winhelp -
-i260 /helpdir/somehelpfile.hlp the HLPFILE_Hash does not give the right
index. 260 is a Context ID for the file being tested. HLPFILE_Hash is
implemented in /programs/winhelp/hlpfile.c
OS: Linux Red Hat 7.5
Thanks in advance!
Ivan
ivanr(a)syncad.com
--
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=1780
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From marcus(a)jet.franken.de 2004-17-06 15:17 -------
this bug is fixed in 20040615 due to patches from Robert i think. please
retest.
--
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.