http://bugs.winehq.com/show_bug.cgi?id=803
------- Additional Comments From tony_lambregts(a)telusplanet.net 2002-06-20 10:49 -------
Are you talking about wine's built in mp3? If so you can change directories to
where it is located and do a make depend && make there the last 10 or 20 lines
from that will probably tell us enough, perhaps not. The location for the
builtin MP3 is in dlls/msacm with some modules below that.
I assume that this is using 2000 06 05 right?
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=803>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=813
apa3a(a)yahoo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|fixme:clipboard:GetClipboard|fixme:clipboard:GetClipboard
|SequenceNumber |SequenceNumber
------- Additional Comments From apa3a(a)yahoo.com 2002-06-20 10:37 -------
Rafael, what application is this?
Is there a free (trial, demo) version of the application available?
Configure debugger as the error message advises ;-)
http://www.winehq.org/docs/wine-devel/dbg-config.shtml
Post here information the debugger gives about the crash.
On the debugger prompt run command "bt" and post the results here.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=813>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=810
apa3a(a)yahoo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|CLOSED |REOPENED
Resolution|DUPLICATE |
Summary|quicken 2000 linux only |quicken 2000: endless loop
|installation |in scrolling
------- Additional Comments From apa3a(a)yahoo.com 2002-06-20 10:15 -------
That was my mistake because of similiar subjects
Disregard comments about bug 810.
Updated Subject to better reflect the nature of the bug.
BTW, this is a linux only installation.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=810>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=813
Summary: fixme:clipboard:GetClipboardSequenceNumber
Product: Wine
Version: 20020509
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: wine-programs
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: raphael(a)met.com.br
Hi!
I would like to run a application in using Wine, so i'm getting the follow message:
err:font:AddFontFileToList Unable to load font file
"/mnt/hdscsi/windows/fonts/desktop.ini" err = 55
err:font:AddFontFileToList Unable to load font file
"/mnt/hdscsi/windows/fonts/modern.fon" err = 2
fixme:clipboard:GetClipboardSequenceNumber Returning 0, see windows/clipboard.c
fixme:system:EnumDisplayDevicesA ((nil),0,0x40556c64,0x00000000), stub!
fixme:system:EnumDisplayDevicesA ((nil),0,0x40556c64,0x00000000), stub!
wine: Unhandled exception, starting debugger...
err:seh:start_debugger Couldn't start debugger ("debugger/winedbg 134663656
112") (2)
Read the Wine Developers Guide on how to set up winedbg or another debugger
Could you help me to solve this problem? Thank you!!
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=813>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=812
Summary: Wine loader printing debug messages to stdout.
Product: Wine
Version: CVS
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P5
Component: wine-loader
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: dvos12(a)calvin.edu
The wine loader is printing debug messages to stdout when they should go to
stderr. For example in the file "wineloader.in", or "/usr/bin/wine", The message
"Wine exited with a successful status" is printed to stdout. I have a
non-interactive console application which takes input from stdin and writes to
stdout. I need to capture the output of the program without any wine messages
in the middle.
One solution is to change the lines like:
echo "Wine exited with a successful status"
to:
echo "Wine exited with a successful status" >&2
Or, you could add a --quiet command line option to wine. Or do both.
David
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=812>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=803
------- Additional Comments From firewire(a)e-tahan.com 2002-06-20 05:41 -------
I don't use packages, i don't find installing binaries on my unix system
coherent, i compile the source then install it ( most of the the via the ports ).
I think the problems comes from here, because the integrated mp3 decoder doesn't
compile correctly ...
do you think it will be a good idea to catch all the result of the compile
process and send it?
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=803>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=803
------- Additional Comments From tony_lambregts(a)telusplanet.net 2002-06-19 22:13 -------
Unmount your windows drive and install wine. I'm not sure how the BSD package
will deal with this, but they are supposed to install the default registries and
make a fake windows directory tree.
It works great with the tarball and CVS. I don't know about the packages lately
but I had more problems with them, then I had with the tarball, when I started
with wine two years ago.
I recently switched over to CVS. The initial setup took a while but it sure
makes it easy to find regressions.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=803>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=803
------- Additional Comments From firewire(a)e-tahan.com 2002-06-19 15:21 -------
how to do it? i never tried it without windows ...
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=803>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=810
apa3a(a)yahoo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From apa3a(a)yahoo.com 2002-06-19 13:58 -------
Closing
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=810>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.