http://bugs.winehq.com/show_bug.cgi?id=815
andi(a)rhlx01.fht-esslingen.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |ASSIGNED
------- Additional Comments From andi(a)rhlx01.fht-esslingen.de 2002-06-21 16:22 -------
ooook, now I see what the problem is...
(well, not quite, but much further)
Our builtin msvcrt20 has a __getmainargs *forward* entry, which thus calls
into native msvcrt __getmainargs.
For some reason the program seems to call our msvcrt20 __getmainargs with
new_mode set to NULL, which crashes native msvcrt, as it assumes that new_mode
is *never* NULL.
Can you try to find out why the program calls __getmainargs with new_mode set to
NULL ?
We need to know whether msvcrt20 __getmainargs can indeed be legally called with
a NULL new_mode.
If so, then we'd have to get rid of the forward to msvcrt __getmainargs, as
native msvcrt obviously has a problem with a NULL parameter here.
(IOW: we'd have to actually implement a msvcrt20 __getmainargs function that
calls into msvcrt __getmainargs, with a NULL new_mode check added)
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=815>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=815
------- Additional Comments From medbi01(a)accpac.com 2002-06-21 16:13 -------
Sorry; I wasn't clear in my description. It isn't the argv[4]; it is the thing
that in the Wine copy is labelled as int *new_mode (See
dlls/msvcrt/data.c:__getmainargs). According to my local disassembly following
the stack dump the pointer is dereferenced without testing for null in the
native version.
The problem disappears as soon as the native msvcrt20 is used.
The full +relay trace is 50MB but that includes the parent program. The
offending process alone is only 2M. However I note that the Wine msvcrt20 is
rather empty; I'm a little surprised that there were no stub warnings.
Bill
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=815>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=815
------- Additional Comments From andi(a)rhlx01.fht-esslingen.de 2002-06-21 16:01 -------
Hmm, sounds like there might be an argc vs. argv[] incompatibility here...
Could you run --debugmsg +relay,+snoop
to check whether our msvcrt20 somehow somewhere returns one argument count
too many and thus the program dereferences the last non-existing (NULL) argument ?
Thanks !
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=815>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=815
Summary: msvcrt20 and msvcrt incompatibility
Product: Wine
Version: CVS
Platform: Other
OS/Version: other
Status: NEW
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: medbi01(a)accpac.com
This was detected working with Computer Associates Realizer with ACCPAC 4.2A
(Linux version)
When the builtin msvcrt20 is used with the native msvcrt.dll (6.0.8797.0) the
result is that msvcrt.dll.__getmainargs dereferences a null pointer fifth
argument, a memory access violation.
(For information only)
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=815>.
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-21 13:17 -------
I didn't really understand, what do i have to do now? thanks
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=737
------- Additional Comments From apa3a(a)yahoo.com 2002-06-21 11:14 -------
Wait, I already have this information in the debugging output you attached.
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=737>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=814
Summary: Add section on 'Implementing a new DLL' to Wine
Developer's Guide
Product: Wine
Version: unspecified
Platform: PC
OS/Version: All
Status: NEW
Severity: normal
Priority: P4
Component: wine-documentation
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: idstewart(a)compuvative.com
According to Alexandre Julliard, " Actually this whole 'implementing a new dll'
section is completely obsolete (like most of the rest of [DEVELOPERS-HINTS]), it
needs to be rewritten from scratch, and probably belongs in the Wine developer's
guide instead."
See the original message from Alexandre at:
http://www.winehq.com/hypermail/wine-devel/2002/05/0410.html
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=814>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=737
------- Additional Comments From puoti(a)inwind.it 2002-06-21 09:55 -------
I'm sorry, but I don't have Corel Draw any more, I'll try to get it in the next
few days and I'll try to run it as you say.
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=737>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=720
------- Additional Comments From p_christ(a)hol.gr 2002-06-21 08:13 -------
Created an attachment (id=181)
Correct coords of redwawing the bitmap
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=720>.
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
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |download, regression, source
Version|CVS |20020605
------- Additional Comments From tony_lambregts(a)telusplanet.net 2002-06-20 22:51 -------
OK this is when someone who knows what they are doing is supposed to jump in <g>
Knowing what I do though this probably is the culprit if you dont get these
errors with the previous version.
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=800
------- Additional Comments From rankincj(a)yahoo.com 2002-06-20 20:48 -------
Created an attachment (id=180)
"debugmsg +all,+relay" output of crash (up to debugger launch)
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=800>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=800
------- Additional Comments From rankincj(a)yahoo.com 2002-06-20 20:25 -------
Created an attachment (id=179)
Full debugmsg output of crash
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=800>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=769
johane(a)lysator.liu.se changed:
What |Removed |Added
----------------------------------------------------------------------------
Platform| |All
Summary|Failure in looping |Failure in looping playback
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=769>.
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 14:36 -------
in compiling the dlls/msacm i got about 20 of these
undefined reference to `__assert'
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-20 14:33 -------
i just noticed that the ./configure gives this :
*** Warning: non-reentrant libc detected. Wine will be built without
*** threading support. Consider upgrading libc to a more recent
*** reentrant version of libc.
could it be the problem? and if so, how to fix 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=812
apa3a(a)yahoo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From apa3a(a)yahoo.com 2002-06-20 12:18 -------
No problem. Look forward for your new bug reports ;-)
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=812
dvos12(a)calvin.edu changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |INVALID
------- Additional Comments From dvos12(a)calvin.edu 2002-06-20 12:03 -------
Ooops. I am dumb. Under the Debian Woody install, /usr/bin/wine is the
winelauncher script and I didn't realize that there was an alternative. If I call
"/usr/bin/wine.bin 'c:/windows/hello_world.exe'" everything works fine.
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=737
apa3a(a)yahoo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Platform| |All
------- Additional Comments From apa3a(a)yahoo.com 2002-06-20 11:54 -------
Ivan, as it turned out the message fixme:msvcrt:__CxxFrameHandler is not related
to the issue. Could you get the relay trace, running the application as:
wine --debugmsg +relay myapp.exe &> 1.log
Post here the last 200 lines of the log before the first
fixme:msvcrt:__CxxFrameHandler message.
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=737>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=396
apa3a(a)yahoo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
BugsThisDependsOn|514 |
Platform| |All
------- Additional Comments From apa3a(a)yahoo.com 2002-06-20 11:52 -------
As it turned out the fixme messages are not related to the issue itself.
Sascha, could you get the relay trace as:
wine --debugmsg +relay app.exe &> 1.log
Post here the last 200 lines before the first fixme:msvcrt:__CxxFrameHandler
message.
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=396>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
Hello,
I haven't tried the suggestion yet, but will be doing it
shortly.
Please let me know how to add comments to the already reported
bug.
KK.
On Thu, 06 Jun 2002 wine-bugs(a)winehq.com wrote :
>http://bugs.winehq.com/show_bug.cgi?id=628
>
>*** shadow/628 Fri May 10 08:28:35 2002
>--- shadow/628.tmp.25410 Thu Jun 6 12:49:29 2002
>***************
>*** 1,11 ****
>
>+============================================================================+
> | HELP-WIndows app. fail to run
> |
>
>+----------------------------------------------------------------------------+
>! | Bug #: 628 Product: Bugzilla
> |
>! | Status: ASSIGNED Version: 2.11
> |
> | Resolution: Platform:
> |
> | Severity: normal OS/Version: All
> |
>! | Priority: P1 Component: bug list
> |
>
>+----------------------------------------------------------------------------+
> | Assigned To: tony_lambregts(a)telusplanet.net
> |
> | Reported By: rhlinux(a)rediffmail.com
> |
>--- 1,11 ----
>
>+============================================================================+
> | HELP-WIndows app. fail to run
> |
>
>+----------------------------------------------------------------------------+
>! | Bug #: 628 Product: Wine
> |
>! | Status: ASSIGNED Version:
>unspecified |
> | Resolution: Platform:
> |
> | Severity: normal OS/Version: All
> |
>! | Priority: P1 Component:
>wine-binary |
>
>+----------------------------------------------------------------------------+
> | Assigned To: tony_lambregts(a)telusplanet.net
> |
> | Reported By: rhlinux(a)rediffmail.com
> |
>***************
>*** 47,49 ****
>--- 47,54 ----
> b) uninstall Wine, do a total cleanup, as described here:
> http://wine.codeweavers.com/fom-meta/cache/297.html
> install Wine again
>+
>+
>+ ------- Additional Comments From tony_lambregts(a)telusplanet.net
>2002-06-06 12:49 -------
>+ Dear kk it has been a while since you reported this. Does it
>work for you now,
>+ or were the links that Andriy supplied unhelpfull?
>\ No newline at end of file
_________________________________________________________
There is always a better job for you at Monsterindia.com.
Go now http://monsterindia.com/rediffin/
http://bugs.winehq.com/show_bug.cgi?id=812
------- Additional Comments From apa3a(a)yahoo.com 2002-06-20 11:41 -------
David,
the purpose of the winelauncher script (taken from the script comments):
"This shell script attempts to intelligently manage the process of launching a
program with Wine. It adds some level of visual feedback to an end user."
Is there any special reason you don't call wine directly, like "wine myapp.exe"?
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 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.
http://bugs.winehq.com/show_bug.cgi?id=810
apa3a(a)yahoo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From apa3a(a)yahoo.com 2002-06-19 13:57 -------
Duplicate of 809. Copied informationto that bug.
*** This bug has been marked as a duplicate of 809 ***
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=809
apa3a(a)yahoo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
BugsThisDependsOn| |808
AssignedTo|wine-bugs(a)winehq.com |h.davies1(a)physics.ox.ac.uk
------- Additional Comments From apa3a(a)yahoo.com 2002-06-19 13:57 -------
I guess you wanted to put comments here instead of creating a new bug (taken
from 810):
**********************************************
when entering a new record in a register and selecting a catagory. if you click
on the scroll bar or arrow ( not the button) an endless loop starts ( possibly
through redraw) by doing an alt+tab through open windows and back to quicken the
program can continue normaly.
**********************************************
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=809>.
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
Summary: quicken 2000 linux only installation
Product: Wine
Version: CVS
Platform: PC
OS/Version: Linux
Status: NEW
Severity: major
Priority: P2
Component: wine-user
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: locutus(a)all.at
CC: locutus(a)all.at
when entering a new record in a register and selecting a catagory. if you click on the
scroll bar or arrow ( not the button) an endless loop starts ( possibly through redraw) by
doing an alt+tab through open windows and back to quicken the program can continue
normaly.
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=809
Summary: using quicken 2000 on linux only installation
Product: Wine
Version: CVS
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: wine-user
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: locutus(a)all.at
CC: locutus(a)all.at
using quicken 2000 on linux only installation and selecting a record in a register the
following message is produced.
:clipping:CLIPPING_UpdateGCRegion DC is dirty
the bug is repeatable.
similar to bug 808
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=809>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=808
apa3a(a)yahoo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|wine-bugs(a)winehq.com |h.davies1(a)physics.ox.ac.uk
------- Additional Comments From apa3a(a)yahoo.com 2002-06-19 10:15 -------
The message was introduced by patch of Albert den Haan <albertd(a)corel.com>:
"Added syslevel locking for GDI operations. Propagate the changes through the
graphics code." (see version 1.21 of file objects/clipping.c)
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=808>.
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 10:05 -------
you can try "no windows" installation with wine. If the problem is with BSD we
need to get it fixed.
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 04:10 -------
ok, so at least now, we know that it doesn't come from wine it self, myabe it's
related to the DLLs of 2000 ( since you use 98 ) or from thread support in
freebsd ( since you use linux ).
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 01:16 -------
Ok I tried it with CVS date 2002 06 06 (same as 2002 06 05 snapshot) When I
click on the second button from the left the vidio plays with sound (just as
choppy as on windows). So I don't know what the problem is
If you want to do some regression testing yourself please have a look at
http://www.winehq.org/Docs/wine-devel/cvs-regression.shtml . Once your set up
its very easy but it takes a lot of computer time
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-18 19:08 -------
Lets see, the first button is stop and the second button is play input right? It
might be the difference in Windows/OS versions since I am using Windows 98 and
RedHat 7.2. I would willing to bet that it isn't though. However I just updated
Wine to be in sync with CVS and it looks like I ran into another regression.
err:dialog:DIALOG_Init Could not initialize base dialog units
err:dialog:DIALOG_Init Could not initialize base dialog units
Also I ran into another problem that with CVS a week old that caused the program
to crash the second time I tried to open a file. Have you run into this problem?
Anyways I will try CVS date 2000 06 05 and see if I can get the error you get next.
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-18 18:25 -------
what about the play input?
which windows do you use? 2000 sp2 ?
i installed from the freebsd port version 2002.06.05
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-18 18:10 -------
After I installed the MP3 decoder I am able to run the AVI file with music using
the second button from the left without any problems. This was with CVS about a
week old. So either it is fixed in CVS or something else is wrong with your setup.
Did you install from tarball?
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=808
------- Additional Comments From cheapisp(a)sensewave.com 2002-06-18 16:20 -------
Actually, I get that message by opening any message or window inside Lotus Notes.
No move or resize necessary.
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=808>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=808
Summary: clipping:CLIPPING_UpdateGCRegion DC is dirty. when
resizing Notes R6b2
Product: Wine
Version: CVS
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: wine-gdi
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: cheapisp(a)sensewave.com
My 'Component' selection may be wrong.
Lotus Notes R6 beta 2 with wine as of CVS June 16 2002.
Starting wine, minimizing the window and maximizing it again:
> wine .wine/fakewin/Lotus/Notes/nlnotes.exe
err:win32:PE_fixup_imports No implementation for OLEAUT32.dll.97 imported from
F:\.wine\fakewin\Lotus\Notes\nnotesws.dll, setting to 0xdeadbeef
err:win32:PE_fixup_imports No implementation for OLEAUT32.dll.127 imported from
F:\.wine\fakewin\Lotus\Notes\nnotesws.dll, setting to 0xdeadbeef
fixme:win32:PE_CreateModule Security directory ignored
fixme:console:SetConsoleCtrlHandler ((nil),0) - no error checking or testing yet
fixme:console:SetConsoleCtrlHandler (0x6002f290,1) - no error checking or
testing yet
fixme:ole:CoRegisterMessageFilter stub
fixme:ole:CoCreateInstance no classfactory created for CLSID
{4955dd33-b159-11d0-8fcf-00aa006bcc59}, hres is 0x80040154
fixme:shdocvw:SHDOCVW_DllGetVersion (void): stub
fixme:commctrl:InitializeFlatSB stub
fixme:commctrl:InitializeFlatSB stub
fixme:commctrl:InitializeFlatSB stub
err:clipping:CLIPPING_UpdateGCRegion DC is dirty. Please report this.
err:clipping:CLIPPING_UpdateGCRegion DC is dirty. Please report this.
I get more instances of that message by resizing the window as well.
XFree86 4.2.0, Linux 2.4.19pre6+something
DefaultDepth 16.
The Lotus Notes package can be had from here:
http://www-10.lotus.com/ldd/notes6
Beware, >100MB download....
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=808>.
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-18 15:48 -------
Ok I'm trying this in Windows (Shudder!)and I got the same error message so I
did a little searching and I found this link for an mp3 decoder that seems to
work http://members.telocity.com/~linuxgod/ra-codec12.zip
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=788
apa3a(a)yahoo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|wine-bugs(a)winehq.com |julliard(a)winehq.com
Status|REOPENED |NEW
------- Additional Comments From apa3a(a)yahoo.com 2002-06-18 14:24 -------
I'm surprised it tries to allocate DOS memory for 32 bit windows application.
Forward to the developer who inserted the message "Cannot use first megabyte for
DOS address space, please report".
I wonder if this message is related:
http://www.winehq.com/hypermail/wine-devel/2002/02/0311.html
Looks familiar - the mentioned message for Windows application.
Another one:
http://www.winehq.com/hypermail/wine-devel/2001/01/0398.html
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=788>.
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-18 12:33 -------
maybe the builtin mp3 codec doesn't support the format.
so, verify that you can play the file under windows correctly then use the
native windows for l3acm and add it to the system.ini
msacm.l3acm= ...
msacm.l3codec= ...
depends on your 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=789
------- Additional Comments From fgouget(a)codeweavers.com 2002-06-18 12:10 -------
See also bug 514 and to some extent bug 806.
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=789>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=807
------- Additional Comments From apa3a(a)yahoo.com 2002-06-18 11:51 -------
Luigi, I get "Forbidden" error when I try to access the archive.
Could you attach the archive right to the bug description?
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=807>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=798
apa3a(a)yahoo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From apa3a(a)yahoo.com 2002-06-18 11:45 -------
Closing per the reporter's comments.
If this is a real Wine bug in directories handling it will show up in other
applications.
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=798>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=788
------- Additional Comments From apa3a(a)yahoo.com 2002-06-18 11:38 -------
I can reproduce the issue now. Researching...
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=788>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=788
gary(a)evalunet.co.za changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |REOPENED
Resolution|WORKSFORME |
------- Additional Comments From gary(a)evalunet.co.za 2002-06-18 08:14 -------
I've done the following:
1. make uninstall
2. rm -Rf ~/c ~/.wine
3. cvs update -PAd
4. make distclean
5. tools/wineinstall
The new attachment (06/18/02 08:09) is a much much stripped down version of the
program, in fact, it's an empty program which still gives me the error. I
think it has something to do with the fact that it is a win32 command line
program, rather than a windows program - if I do the same but compiling as a
windows gdi program it works just fine.
Both versions work great on my Windows 2000 box.
BTW, the code is now like this:
---
program derr;
begin
end.
---
(Other project settings are in the .cfg and .dof files in the attachment)
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=788>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=788
------- Additional Comments From gary(a)evalunet.co.za 2002-06-18 08:09 -------
Created an attachment (id=177)
Reduced error case
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=788>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=807
Summary: PowerBuilder 6.0 generated applications crash accessing
date fields
Product: Wine
Version: 20020509
Platform: PC
URL: http://web.tiscali.it/l_capriotti/WineTest.zip
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: wine-gui
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: l.capriotti(a)tiscali.it
I'm trying to run a PB-generated application under Wine, but every panel
with date-time fields generate a crash. By means of winedbg I've managed to
track the crashes to a limited set of function calls into the runtime engine
PBVM60.DLL
(namely PBE_SetData, PBE_FmtSetDataString, PBE_FmtSetMask) which are called by
the engine itself whenever creating dialogs. It seems to me a dialog property is
not correctly initialised, leading to a segfault accessing an invalid pointer.
I've managed to package a minimal test application into the following zip file:
http://web.tiscali.it/l_capriotti/WineTest.zip
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=807>.
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-17 22:55 -------
When I click on the second button from the left (play input file) I get the
following error
The requested audio compression is not compatible with the
imput format. Check that the sampling rate and channel count
of the input match those of the requested format
When I press OK nothing happens.
This is using current CVS. I can get the vidio to play by clicking on the 3rd
button but I get no sound. You mentioned MP3 in you original report but the only
options for sound are avi and wav. Any suggestions.
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=798
online(a)wantree.com.au changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|REOPENED |RESOLVED
Resolution| |INVALID
------- Additional Comments From online(a)wantree.com.au 2002-06-17 22:28 -------
In windows it always works because in a point-and-click environment you don't get
a choice as to where the program starts. However we can replicate the problem
from a dos box in windows.
cd d:\Dungeon
charac~1
REM the character generator works
cd r
..\charac~1
REM nothing happens ... presumably it crashed just as it happens in wine
REM but windows doesn't pop up a debugger or spew debug information.
Hence it seems that wine is infact correctly emulating windows bug for bug in this
case.
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=798>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=798
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://www.wizards.com/maste
| |rtools/downloads/CGSetup12.e
| |xe
------- Additional Comments From tony_lambregts(a)telusplanet.net 2002-06-17 20:17 -------
adding url to download file
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=798>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=798
------- Additional Comments From apa3a(a)yahoo.com 2002-06-17 13:14 -------
As I consider this issue a bug I still want to find and fix it.
Reporter, will it be difficult for you to do the regression testing as described
above?
Let me know if you need any help.
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=798>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=794
apa3a(a)yahoo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From apa3a(a)yahoo.com 2002-06-17 12:57 -------
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=794>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=794
apa3a(a)yahoo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |INVALID
------- Additional Comments From apa3a(a)yahoo.com 2002-06-17 12:56 -------
Closing the bug per discussion with Shachar and Alexandre. Looks like this is
not a bug. File separate bug reports if you come across similiar issues.
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=794>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=788
apa3a(a)yahoo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |WORKSFORME
------- Additional Comments From apa3a(a)yahoo.com 2002-06-17 12:54 -------
Gareth, it works for me.
I just unpack the archive you provided and run command "wine MakeMakefiles.exe
.". Used fresh Wine from CVS.
If you still have the issue with recent CVS try to reproduce the bug with
default no-windows Wine configuration.
Reopen the bug if you can reproduce the issue. Please, also create as small as
possible test case. Be sure the test case works on Windows and fails on Wine.
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=788>.
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-17 12:46 -------
you must install the divx4.11 or divx4.12 under the windows you are
using ( you can find it at
http://www.filemirrors.com/search.src?file=DivX412Codec.exe ) or you can
surf www.divx-digest.com.
And verify that you can open the file under windows.
then add this :
[drivers32]
vidc.DIVX=DivX.dll
in the ~/.wine/system.ini
by the way i am using windows 2000.
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=798
apa3a(a)yahoo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |REOPENED
Resolution|INVALID |
------- Additional Comments From apa3a(a)yahoo.com 2002-06-17 12:04 -------
No, if the application works on Windows it should also work under Wine despite
it can be started from the same directory.
Reopening.
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=798>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=798
online(a)wantree.com.au changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |INVALID
------- Additional Comments From online(a)wantree.com.au 2002-06-17 11:57 -------
This is infact the free trial version I am using. It is a 10MB download from
http://www.wizards.com/mastertools/downloads/CGSetup12.exe.
However, I just noticed that the problem does not occur if I start the Character
Generator from its installed directory, which leads me to believe that this is a bug
in the application rather than in wine.
I have entered this as a suggestion in the Wine Troubleshooters Guide.
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=798>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=804
------- Additional Comments From apa3a(a)yahoo.com 2002-06-17 11:18 -------
Evan, as I see you are using Windows dlls from WinXP, right?
Can you configure wine with default no-windows installation and reproduce the
issue there? This document may help you:
http://wine.codeweavers.com/fom-meta/cache/664.html
Configure debugger, so it will be started on the crash:
http://www.winehq.com/Docs/wine-devel/dbg-config.shtml
Report what debugger says about the crash. On the debugger prompt run command
"bt". It will give backtrace. Please, publish it here.
Get a relay trace with command:
wine MyApp.exe --debugmsg +relay,+file,+dosfs &> 1.log
Post the last 200 lines of the log before the crash as attachment here.
Let me know if you need any help in debugging.
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=804>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=799
------- Additional Comments From online(a)wantree.com.au 2002-06-17 11:10 -------
The value of "managed" and "useDGA" does not seem to affect the behaviour of games like these (such as total annilation and the DnD Character Generator) in snapshot 20020605.(originally "managed" = "Y" and "useDGA"="Y" but chaning "useDGA"="N" as suggested had no effect)
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=799>.
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-17 09:37 -------
FireWire BSD wrote:
Hi, you must install the divx4.11 or divx4.12 under the windows you are
using ( you can find it at
http://www.filemirrors.com/search.src?file=DivX412Codec.exe ) or you can
surf www.divx-digest.com.
And verify that you can open the file under windows.
then add this :
[drivers32]
vidc.DIVX=DivX.dll
in the ~/.wine/system.ini
by the way i am using windows 2000.
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.
** This e-mail has been automatically generated.
** by: http://bugs.winehq.com/
Weekly report for wine-bugs(a)winehq.com
Bug List
-------------------------------------------------------------------------
Id Status Desc
-------------------------------------------------------------------------
11 NEW StrokePath ignores PS_JOIN_xxx
26 NEW StrokeAndFillPath doesn't fill paths on EMF
35 ASSI Wine 0.9.0 Meta Bug
48 NEW PrgWin95/98: System metrics differ from the Win9x value
50 NEW PrgWin95: Text justification needs beefing up
52 NEW PrgWin95: Problems with access to the root window
54 NEW PrgWin95: Wrong background for checkboxes, radiobuttons
61 NEW winemaker: Add support for the Visual C++ project files
66 NEW PrgWin95: Custom cursor display bug
68 NEW Winelib: SEH support
69 NEW Visual C++'s native COM support
78 NEW Wine 1.0 Documentation Metabug - Winelib Users Guide
90 NEW Compile Wine with -DSTRICT
96 NEW DLL Separation (MetaBug)
123 NEW ComboBoxes and keyboard movements: Closing
125 NEW Redraw leaves no widgets in window
128 NEW Segfaults on trying to open fontdlg for AIM95
129 NEW Crash when exiting AIM95
130 NEW Win3.1 program function keys and ALT/SHIFT/CTRL don't w
131 NEW TWGS.exe will not spawn children
134 NEW Age Of Empires II - says 'couldn't initialize graphics.
147 NEW Multi-column list widget: Double click on the header sh
149 NEW Conflict with another Wine package
151 NEW dialog focus handling is not correct (e.g. in installer
154 NEW Fonts not loaded
168 NEW Mouse and Keyboard input die upon entering a game
176 NEW Implement an SDL back-end
185 NEW Checkpoint Firewall-1 Gui doesn't work because of starn
189 NEW The mouse wheel can scroll textboxes beyond the end
199 NEW Opening dialogues in nord modular editor causes lockup
204 NEW Lotus Notes attach/detach Soap Opera.
209 NEW Wine setup ends with TCL error and no config file is wr
215 NEW x11drv errors with United Devices' agent
216 NEW selected text sometimes disappears
219 NEW realMyst and many other programs refuse to run.
223 NEW winemaker: Add support for the msvcrt headers
230 NEW winemaker: Extract more information from the source fil
231 NEW winemaker: Issue the warnings directly in the source
235 NEW IPX no longer works.
251 NEW codeweavers-wine does not install regapi and uninstalle
252 NEW codeweavers-wine: winedbg is a dead link
259 NEW Garbled screen in Starcraft
265 NEW Copy pasting into a wine app works only once
267 NEW ddraw interface not found
268 NEW ddraw interface not recognized, surface flags not imple
271 NEW Westwood Monopoly: fixme:gdi:GetObjectType Magic nnnn n
280 NEW Windows Networking (WNet) is not implemented
284 NEW FillRect failing from STATIC_PaintTextfn
291 NEW wine systray and other windows not tall enough
292 NEW Keyboard focus not following
297 NEW implement PeekNamedPipe
306 NEW Activeskin.ocx Unhandled exception: page fault on read
307 NEW Unable to launch GURPS Character GURU
308 NEW Firstclass: Mouse slows program to a crawl, but keyboar
312 NEW Trying to record audio makes Wine crash (msacm:widMappe
314 NEW Console application ("dos") doesn't recognize the retur
321 NEW msvcrt.printf does not support %S & %C
326 NEW Implement an Esd sound module
327 NEW CodeWeavers Preview Meta Bug
330 NEW Improve RichEdit headers
335 NEW Need Microphone and mic volume Support
341 NEW Running Half Life Game Fails
343 NEW file open / save in MS word fails....
351 NEW TNM (wrestling simulator) installer crashes with "Progr
373 NEW Unhandled exception in DIALOG_CreateIndirect
385 NEW Quicken99 barely usable
387 NEW Firstclass: Mouse behaves erratically
392 NEW Endless loop of redrawing a constantly growing windoq
395 NEW Wine Tasklist Meta Bug
397 NEW System hangs while trying to play a sound
406 NEW Wine Tasklets Meta Bug
413 NEW age of camelot needs wininet.InternetOpenUrlA
415 NEW Some programs do not save/open files
416 NEW Missings exports in winsocks
421 NEW Implement a DIB engine
422 NEW Make the registry loadable on demand
423 NEW Out of process COM
424 NEW DCOM support
425 NEW Network UNC path handling
429 NEW Lotus Notes R. 5.0.8 Modal windows don't close
430 NEW Edit Control doesn't not behave like Windows
443 NEW Cygwin fails to execute
444 NEW ntdll.dll RtlGetNtVersionNumbers() not implemented.
455 NEW FIXMEs
461 NEW Implement processing for SystemParametersInfo actions w
468 NEW Error while accessing parallel port - DIVICE_Open Unkno
472 NEW GetAsyncKeyState problem. IGOR: Mouse Release Events No
480 NEW Convert HBITMAP to a void* (references: 311)
481 NEW Convert HBRUSH to a void* (references: 249)
482 NEW Convert HDRVR to a void* (references: 37)
483 NEW Convert HENHMETAFILE to a void* (references: 25)
484 NEW Convert HFONT to a void* (references: 200)
486 NEW Convert HINSTANCE to a void* (references: 308)
487 NEW Convert HKEY to a void* (references: 362)
488 NEW Convert HMENU to a void* (references: 279)
489 NEW Convert HMETAFILE to a void* (references: 32)
490 NEW Convert HMIDI to a void* (references: 7)
491 NEW Convert HMIDIIN to a void* (references: 5)
492 NEW Convert HMIDIOUT to a void* (references: 12)
493 NEW Convert HMIDISTRM to a void* (references: 6)
494 NEW Convert HMIXER to a void* (references: 4)
495 NEW Convert HMIXEROBJ to a void* (references: 5)
496 NEW Convert HMMIO to a void* (references: 20)
498 NEW Convert HPALETTE to a void* (references: 34)
500 NEW Convert HRGN to a void* (references: 179)
501 NEW Convert HRSRC to a void* (references: 86)
502 NEW Convert HTASK to a void* (references: 17)
503 NEW Convert HWAVE to a void* (references: 9)
504 NEW Convert HWAVEIN to a void* (references: 4)
505 NEW Convert HWAVEOUT to a void* (references: 15)
506 NEW Convert HKL to a void* (references: 40)
507 NEW Convert HDC to a void* (references: 804)
508 NEW Convert HANDLE to a void* (references: 1219)
509 NEW Convert HWND to a void* (references: 3486)
510 NEW Convert HACCEL to a void* (references: 23)
517 NEW Could not load wprocs.dll
526 NEW Document the regression testing framework
527 NEW Running C regression tests on Windows with MSVC
529 NEW Running Perl regression tests on Windows
530 NEW Package the regression tests for Windows
531 NEW DLL Separation: ddraw from gdi32
532 NEW DLL Separation: gdi32 from ttydrv, x11drv (BITMAP_Drive
533 NEW DLL Separation: gdi32 from ttydrv, x11drv (PALETTE_Driv
534 NEW DLL Separation: gdi32 from ttydrv, x11drv (color init)
535 NEW DLL Separation: wineps from gdi32
536 NEW DLL Separation: ttydrv from gdi32
537 NEW DLL Separation: ttydrv from user32
538 NEW DLL Separation: x11drv from gdi32
539 NEW DLL Separation: x11drv from user32 (caret)
540 NEW DLL Separation: x11drv from user32 (clipboard)
541 NEW DLL Separation: x11drv from user32 (drag and drop)
542 NEW DLL Separation: x11drv from user32 (misc)
543 NEW DLL Separation: x11drv from ntdll (FILE_DupUnixHandle)
544 NEW DLL Separation: x11drv from ntdll (Options)
545 NEW DLL Separation: x11drv from ntdll (VIRTUAL_SetFaultHand
546 NEW DLL Separation: winedos from ntdll
547 NEW DLL Separation: user32 from gdi32
548 NEW DLL Separation: user32 from ntdll (ATOM_Init)
549 NEW DLL Separation: user32 from ntdll (misc)
556 NEW Reconcile the Windows and Wine spec files
563 NEW Right click does not call local menu
564 NEW Implement function GetGUIThreadInfo
567 NEW snmpapi.dll is not implemented
569 NEW widgets not being redrawn
572 NEW starcraft crashes in recent wine builds
587 NEW Create replacement of browser component (Internet Explo
588 NEW Word2000 - fixme:file:FindFirstChangeNotificationA this
595 NEW Age of Wonders fails with PE_fixup_imports
620 NEW dragging trillian's window causes the X server to crash
623 NEW Regression: IE can't view https links
626 NEW internet explorer crashes upon launch
633 NEW Non-text clipboard data from WINE to X
634 NEW Wine XIM
638 NEW Document Wine debugging channels
640 NEW Major graphic glitch in x11drv
650 NEW error messages when loading debugging information from
654 NEW Can't install ms money web edition from win98se install
657 NEW MFC42.dll is not implemented
663 NEW Publisher stops reading keyboard and mouse input.
681 NEW Two of the shlwapi DLL regression tests fail under wine
691 NEW GDI32.dll.270 (GdiEntry13) unimplemented
692 NEW GDI32.dll.266 (GdiEntry1) unimplemented
704 NEW native w2k ole32.dll needs NTDLL.NtMapViewOfSection
706 NEW Reg* functions are there twice
709 NEW riched32.dll needs to be improved a lot (was: Richedit
711 NEW Image Preview control is shrinking on Xnview
712 NEW Xnview Options window is not refreshed
719 NEW some controls does't work
720 NEW Misplaced graphics
729 NEW Shading of the Winamp equaliser and playlist windows do
735 NEW The WM_INPUTLANGCHANGE message is not send when switchi
741 NEW Debbuger window doesn't allow me to cut & paste
743 NEW WM_QUERYNEWPALETTE handling broken ? (was: Problem in w
746 NEW wrc gives segfault when creating kernel.res
750 NEW Radmin doesn't want to start the second time (says it h
756 NEW msvcrt.fwscanf, swscanf, wscanf unimplemented
757 NEW Sound bug: only sometimes - wodDsCreate DirectSound fla
758 NEW Menu/combo-box-functionality in managed mode.
765 NEW PrgWin95: Off by one error in scrollbar position
768 NEW Wine crashes when starting Micrographic designer
769 NEW Failure in looping
778 NEW Compiler warnings for wine-20020605
780 NEW Implement an Alsa 0.9 sound module
786 NEW wrc gives parse error if resource nameID has quotes
787 NEW wine-20020605 compile error (`perl_parse' from incompat
788 NEW Delphi command line program gives err:dosmem:dos_mem Ca
789 NEW __CxxFrameHandler and Friends might be incomplete/wrong
792 NEW Display bug in WinZip Extract dialog
793 NEW WinZip: Scrollbar problem in Open archive dialog
794 NEW WINPROC_UnmapMsg32ATo32W returns incorrect value for WM
795 NEW Implement NtQuerySystemInformation
796 NEW rewrite PSAPI to use NtQuerySystemInformation
797 NEW Rewrite DirectX HAL interfaces
798 NEW DnD Character Generator crashes since 20020509
799 NEW wine debugger hidden behind wine games.
800 NEW Wine crashes immediately with privileged instruction ex
801 NEW Irfanview crashes during installation
-------------------------------------------------------------------------
To get a list of all your bugs, you can use this URL (bookmark it if you like!):
http://bugs.winehq.com/buglist.cgi?assigned_to=wine-bugs@winehq.com
Or, you can use the general query page, at
http://bugs.winehq.com/query.cgi.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<%urlbase>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=804
Summary: Wine + NTFS = crash :(
Product: Wine
Version: CVS
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: emt3734(a)rit.edu
ok, i dual boot my system between WinXP and linux. my windows partition is NTFS
and i would love to be able use some windows programs within linux. but it
seems that wine dies whenever it has to deal with a read-only file system such
as NTFS (yea linux has write ability but as we all know, it aint very safe).
Anyway, i get an error like so (slightly ediited to avoid a long ass listing):
I am using Gentoo Linux, vanilla kernel 2.4.18, pentium 4, 768 mb ram if that
helps as well.
# wine calc.exe
err:win32:PE_fixup_imports No implementation for
KERNEL32.dll.188(FindActCtxSectionGuid) imported from
C:\WINDOWS\system32\ole32.dll, setting to 0xdeadbeef
err:win32:PE_fixup_imports No implementation for KERNEL32.dll.668(ReleaseActCtx)
imported from C:\WINDOWS\system32\ole32.dll, setting to 0xdeadbeef
err:win32:PE_fixup_imports No implementation for KERNEL32.dll.64(CreateActCtxW)
imported from C:\WINDOWS\system32\ole32.dll, setting to 0xdeadbeef
.....
err:font:AddFontFileToList Unable to load font file
"/mnt/windows/WINDOWS/Fonts/8514fixe.fon" err = 51
err:font:AddFontFileToList Unable to load font file
"/mnt/windows/WINDOWS/Fonts/8514fixg.fon" err = 51
err:font:AddFontFileToList Unable to load font file
"/mnt/windows/WINDOWS/Fonts/8514fixr.fon" err = 51
.....
wine: Unhandled exception, starting debugger...
err:seh:EXC_DefaultHandling Unhandled exception code c0000005 flags 0 addr
0x402d7274
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=804>.
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-16 20:33 -------
When I try to open the file you gave me I get the following error
Couldn't locate decompressor for the format 'DIV X'(OpenDIV X)
VirtualDub requires a Vidio for Windows (VFW) compatible
codec to decompress vidio. DirectShow codecs, such as
those used by Windows Media Player are not suitable.
Any suggestions on how to fix this?
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-16 18:31 -------
FireWire BSD wrote:
> Hi, i uninstalled it and reput again the 20020509, i can reinstall it if
> it is necessary, but it was doing it with any divx avi file when i click
> on "play input" the second button from the left, tell me if u can
> reproduce it otherwise i will reinstall it.
> I'm under FreeBSD 4.6
I have no divx avi files at all (I'm not even sure what they are) Please use
bugzilla as it is a real PITA to have to go through my emails to keep track of
what was said for various bugs.
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
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://www.virtualdub.org/
------- Additional Comments From tony_lambregts(a)telusplanet.net 2002-06-16 18:03 -------
Could you please attach one of your divi files and the steps that lead up to the
crash.
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.
Save up to 75% on your Term Life Insurance!
Compare rates from top insurance companies around the country
In our life and times, it's important to plan for your family's future, while
being comfortable financially. Choose the right Life Insurance policy today.
Click the link below to compare the lowest rates and save up to 75%
COMPARE YOUR COVERAGE
http://216.240.140.55/lifequotes/627208/
You'll be able to compare rates and get a free application in less than a minute!
*Get your FREE instant quotes...
*Compare the lowest prices, then...
*Select a company and Apply Online.
GET A FREE QUOTE NOW!
You can't predict the future, but you can always prepare for it.
http://216.240.140.55/lifequotes/627208/
http://bugs.winehq.com/show_bug.cgi?id=705
------- Additional Comments From spetreolle(a)yahoo.fr 2002-06-16 17:39 -------
Resolution of bug 784 now gives this:
(setting ddraw to native)
err:ntdll:RtlpWaitForCriticalSection section 0x400fd07c "../../loader/module.c:
loader_section" wait timed out, retrying (60 sec) tid=084364b0
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=705>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=705
This bug depends on bug 784, which changed state:
What |Old Value |New Value
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
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=705>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=784
spetreolle(a)yahoo.fr changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From spetreolle(a)yahoo.fr 2002-06-16 17:35 -------
I confirm the bug is resolved now. Changing it to fixed.
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=784>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=784
------- Additional Comments From johane(a)lysator.liu.se 2002-06-16 15:06 -------
I believe this should be fixed now. Confirmation?
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=784>.
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
Summary: virtualdub hangs up
Product: Wine
Version: CVS
Platform: PC
OS/Version: FreeBSD
Status: NEW
Severity: blocker
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: firewire(a)e-tahan.com
Virtualdub 1.4.10 was working well with 20020509, when i upgraded to 20020605,
then when i try to play a divx avi file i get these 2 lines :
fixme:thread:SYSDEPS_SpawnThread CreateThread: stub
fixme:thread:SYSDEPS_SpawnThread CreateThread: stub
then all i can do is kill the process.
i thought it could be due to the mp3 encoder, i disabled the internal one and
used the native windows, didn't change anything.
Thanks
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=800
------- Additional Comments From rankincj(a)yahoo.com 2002-06-15 04:53 -------
Here is what wine says before it crashes. This is just an obstacle in the way of
the output you're *really* interested in, of course:
$ wine --debugmsg +all /usr/local/bin/montypython
080786b0:trace:heap:RtlSizeHeap (40370000,00000002,40370094): returning 00000218
080786b0:trace:heap:RtlReAllocateHeap (40370000,00000002,40370094,00000234):
returning 403702d4
080786b0:trace:heap:RtlAllocateHeap (40370000,00000002,00000018): returning 40370094
080786b0:trace:heap:RtlAllocateHeap (40370000,00000002,00000038): returning 403700b4
080786b0:trace:reg:NtCreateKey
(0x0,L"Machine\\Software\\Wine\\Wine\0000\5555\01b1\0000\5246\4545t\4037`\4037\aaaa\aaaa\aaaa\aaaa\aaaa\aaaa\aaaa\aaaa\aaaa\aaaa\aaaa\aaaa\aaaa\aaaa\aaaa\aaaa"...,<null>,0,f003f,0xbfffee8c)
080786b0:trace:reg:NtCreateKey <- 0x0010
080786b0:trace:heap:RtlFreeHeap (40370000,00000002,403700b4): returning TRUE
080786b0:trace:heap:RtlAllocateHeap (40370000,00000002,00000044): returning 403700b4
080786b0:trace:reg:NtCreateKey
(0x0,L"Machine\\Software\\Wine\\Wine\\Config\0000\01a5\0000\5246\4545t\4037`\4037\aaaa\aaaa\aaaa\aaaa\aaaa\aaaa\aaaa\aaaa\aaaa\aaaa\aaaa\aaaa\aaaa\aaaa\aaaa\aaaa\aaaa\aaaa\aaaa\aaaa\aaaa\aaaa\aaaa\aaaa"...,<null>,1,f003f,0x4011a420)
080786b0:trace:reg:NtCreateKey <- 0x0010
080786b0:trace:heap:RtlFreeHeap (40370000,00000002,403700b4): returning TRUE
Segmentation fault (core dumped)
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=800>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=800
------- Additional Comments From rankincj(a)yahoo.com 2002-06-15 04:47 -------
While trying to generate your "--debugmsg +all" output, I received the following
core-dump:
#0 put_string_a (src=0xc0000000 <Address 0xc0000000 out of bounds>, n=5)
at debugtools.c:104
104 unsigned char c = *src++;
with the following back-trace:
(gdb) bt
#0 put_string_a (src=0xc0000000 <Address 0xc0000000 out of bounds>, n=5)
at debugtools.c:104
#1 0x400e1623 in NTDLL_dbgstr_an (src=0xbfffff3e "/home/chris", n=1015)
at debugtools.c:206
#2 0x40131129 in wine_dbgstr_an (s=0x6 <Address 0x6 out of bounds>, n=6)
at debug.c:401
#3 0x400a498c in lstrcpynA (dst=0xbfffeef8 "x\0027@\224",
src=0xbfffff3e "/home/chris", n=1015) at ../../include/wine/debug.h:136
#4 0x400765d3 in PROFILE_LoadWineIni () at ../../files/profile.c:1053
#5 0x4008028f in MAIN_MainInit () at ../../loader/main.c:67
#6 0x400ce70a in process_init (argv=0xbffffd34)
at ../../scheduler/process.c:435
#7 0x400ceb62 in PROCESS_InitWine (argc=4, argv=0xbffffd34,
win16_exe_name=0x6 <Address 0x6 out of bounds>, win16_exe_file=0x6)
at ../../scheduler/process.c:548
#8 0x0804c1d8 in main () at main.c:101
#9 0x4024f9ed in __libc_start_main () from /lib/libc.so.6
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=800>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=801
Summary: Irfanview crashes during installation
Product: Wine
Version: CVS
Platform: PC
URL: http://www.irfanview.com/
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: wine-ole
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: tony_lambregts(a)telusplanet.net
When I try to install Irfanview using wine i get the following errors
WineDbg starting... on pid 806cc48
Loaded debug information from ELF 'wine' (0x00000000)
Breakpoint 1 at 0x4000d61c (_end+0x37fbff54)
Loaded debug information from ELF '/usr/local/lib/libntdll.dll.so' (0x40023000)
Loaded debug information from ELF '/usr/local/lib/libwine.so' (0x40113000)
Loaded debug information from ELF '/usr/local/lib/libwine_unicode.so'
(0x4012a000)
Loaded debug information from ELF '/lib/libm.so.6' (0x401f3000)
Loaded debug information from ELF '/lib/libc.so.6' (0x40215000)
*** Invalid address 0x40016fe8 (_end+0x37fc9920)
Loaded debug information from ELF '/lib/ld-linux.so.2' (0x40000000)
Loaded debug information from ELF '/usr/local/lib/wine/kernel32.dll.so'
(0x405b7000)
Loaded debug information from ELF '/usr/local/lib/wine/gdi32.dll.so'
(0x40631000)
Loaded debug information from ELF '/usr/local/lib/wine/advapi32.dll.so'
(0x406a2000)
Loaded debug information from ELF '/usr/local/lib/wine/user32.dll.so'
(0x406c3000)
Loaded debug information from ELF '/usr/local/lib/wine/shell32.dll.so'
(0x407de000)
Loaded debug information from ELF '/usr/local/lib/wine/shlwapi.dll.so'
(0x4084d000)
Loaded debug information from ELF '/usr/local/lib/wine/comctl32.dll.so'
(0x40887000)
No debug information in ELF '/usr/lib/libfreetype.so.6' (0x40b20000)
Loaded debug information from ELF '/usr/local/lib/wine/x11drv.dll.so'
(0x40b54000)
Loaded debug information from ELF '/usr/local/lib/libwine_tsx11.so' (0x40ba3000)
No debug information in ELF '/usr/X11R6/lib/libSM.so.6' (0x40bb7000)
No debug information in ELF '/usr/X11R6/lib/libICE.so.6' (0x40bc0000)
No debug information in ELF '/usr/X11R6/lib/libXext.so.6' (0x40bd7000)
No debug information in ELF '/usr/X11R6/lib/libX11.so.6' (0x40be5000)
No debug information in ELF '/usr/lib/gconv/ISO8859-1.so' (0x4001d000)
No debug information in ELF '/usr/X11R6/lib/libXrender.so.1' (0x4048b000)
No debug information in 32bit DLL 'F:\iview370.exe' (0x00400000)
No debug information in 32bit DLL 'NTDLL.DLL' (0x4005b000)
No debug information in 32bit DLL 'KERNEL32.DLL' (0x405e3000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\MSVCRT.DLL' (0x78000000)
No debug information in 32bit DLL 'ADVAPI32.DLL' (0x406b0000)
No debug information in 32bit DLL 'GDI32.DLL' (0x4064d000)
No debug information in 32bit DLL 'USER32.DLL' (0x406f1000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\MFC42.DLL' (0x5f400000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\OLE32.DLL' (0x7ff30000)
No debug information in 32bit DLL 'SHLWAPI.DLL' (0x40865000)
No debug information in 32bit DLL 'SHELL32.DLL' (0x407fc000)
No debug information in 32bit DLL 'X11DRV.DLL' (0x40b64000)
Unhandled exception: page fault on read access to 0x00000020 in 32-bit code
(0x004017cb).
In 32-bit mode.
0x004017cb (iview370.exe..text+0x7cb in F:\iview370.exe): movl 0x20(%eax),%ecx
Wine-dbg>bt
Backtrace:
=>0 0x004017cb (iview370.exe..text+0x7cb in F:\iview370.exe) (ebp=405a6bf0)
1 0x00000001 (ebp=00406430)
2 0x00401360 (iview370.exe..text+0x360 in F:\iview370.exe) (ebp=00401320)
3 0x9090c300 (OLE32.DLL..reloc+0x10925300) (ebp=406398b8)
4 0x0000002f (ebp=000474e4)
Wine-dbg>
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=801>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=17
------- Additional Comments From tony_lambregts(a)telusplanet.net 2002-06-14 23:19 -------
No such luck with url (404 error)
Christoph if you would try this with a newer version of wine it would be
appreciated.
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=17>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=800
------- Additional Comments From tony_lambregts(a)telusplanet.net 2002-06-14 23:14 -------
No debug information in 32bit DLL 'G:\wine' (0x0804a000)
and the rest, thats very strange
I think a backtrace may be helpfull (bt)
Also a straight +debugmsg +relay might tell us more (please attach)
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=800>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=312
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
everconfirmed|0 |1
------- Additional Comments From tony_lambregts(a)telusplanet.net 2002-06-14 22:48 -------
Thankyou for your response. Since it stopped working sometime prior to the
20010824 version and you said it worked with a previous version it might take
you 7 or 8 tries to find the day. If you run into any problems just ask.
Based on Vesa's comments I am changing status to NEW
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=312>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=312
vesuri(a)jormas.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Version|20020411 |20020509
------- Additional Comments From vesuri(a)jormas.com 2002-06-14 19:39 -------
The problem is still present in 20020605. I tried to install the demo version of
SF6.0 but it uses a version of Windows Installer that does not seem to work with
Wine. Then I tried to install SF5.0 demo; Windows Installer worked but the SF
installer "requires Internet Explorer 4.0 or higher". I didn't manage to get IE5
installed (using the instructions at
http://www.winehq.com/news/?view=126#Installing%20Internet%20Explorer) so I
didn't get it installed either.
I'm now downloading the full CVS archive. I'll test different versions when I
find enough time for 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=312>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=44
Speeddymon(a)yahoo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|wine-binary |wine-winelib
Platform| |All
------- Additional Comments From Speeddymon(a)yahoo.com 2002-06-14 19:16 -------
well then, since we are going to port (eventually) winelib, then im changing
the component to wine-winelib ;) makes sense, eh?
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=44>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=17
Speeddymon(a)yahoo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Platform| |All
------- Additional Comments From Speeddymon(a)yahoo.com 2002-06-14 19:13 -------
any chance someone could test this bug? im just doing a little bit of last
minute bug maintaining before i leave for the summer, the url to download the
program is in the comments for the bug...
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=17>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=800
Summary: Wine crashes immediately with privileged instruction
exception
Product: Wine
Version: CVS
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: rankincj(a)yahoo.com
This bug has been present for a long time, and only seems to appear on my 100%
Wine box. The application is "Monty Python's Complete Waste of Time" by 7th
Level, which seems to run fine if there's a genuine Win95 partition available.
(Bug in Wine system DLL?). The following is the tail of the debug output, with
most of the symbol crap deleted:
<yada yada yada...>
failure on
nothrow_t:Tt(1,11)=s1__as::(1,12)=##(1,13)=&(1,11);:RC9nothrow_t;2A.;nothrow
(1,16)=##(1,15);:;2A.;; at
t(1,11)=s1__as::(1,12)=##(1,13)=&(1,11);:RC9nothrow_t;2A.;no
t;2A.(1,16)=##(1,15);:;2A.;;
Nothing has been defined <>
failure on this:r(0,26)=*(1,2) at
Unknown type '&'
failure on __tf9bad_alloc:F(0,27)=&(0,28)=xstype_info: at (0,28)=xstype_info:
Loaded debug information from ELF '/usr/lib/libstdc++-libc6.2-2.so.3'
(0x40af0000)
No debug information in ELF '/usr/X11R6/lib/modules/dri/mga_dri.so' (0x40b3c000)
No debug information in ELF '/usr/X11R6/lib/X11/locale/common/xlcDef.so.2'
(0x43494000)
No debug information in ELF '/usr/X11R6/lib/X11/locale/common/ximcp.so.2'
(0x43497000)
No debug information in ELF '/usr/X11R6/lib/libXrender.so.1' (0x434ba000)
No debug information in ELF '/usr/local/lib/wine/wineoss.drv.so' (0x434d0000)
No debug information in ELF '/usr/local/lib/wine/msacm.drv.so' (0x434eb000)
No debug information in ELF '/usr/local/lib/wine/msacm32.dll.so' (0x434f5000)
No debug information in ELF '/usr/local/lib/wine/midimap.drv.so' (0x434b3000)
No debug information in 32bit DLL 'G:\wine' (0x0804a000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\NTDLL.DLL' (0x40054000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\KERNEL32.DLL' (0x407f4000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\ADVAPI32.DLL' (0x40857000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\GDI32.DLL' (0x40765000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\USER32.DLL' (0x40630000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\WINMM.DLL' (0x405b3000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\X11DRV.DLL' (0x408c3000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\WINEOSS.DRV' (0x434d3000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\MSACM32.DLL' (0x434fa000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\MSACM.DRV' (0x434ee000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\MIDIMAP.DRV' (0x434b5000)
Unhandled exception: privileged instruction in 16-bit code (0317:27c2).
In 16-bit mode.
0x0317:0x27c2: lret $0xa
Wine-dbg>
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=800>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=269
apa3a(a)yahoo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From apa3a(a)yahoo.com 2002-06-14 16:03 -------
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=269>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=269
apa3a(a)yahoo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Platform| |All
Resolution| |WORKSFORME
------- Additional Comments From apa3a(a)yahoo.com 2002-06-14 16:03 -------
I was able to install the app on Windows, copied to Linux and it worked fine
(AFAICS). Install itself still crashes on GetDialogItem (for the second page of
the install wizard?). Probably should submit a separate bug report for that one.
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=269>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=799
------- Additional Comments From tony_lambregts(a)telusplanet.net 2002-06-14 12:24 -------
in your ~/.wine/config file do you have
"managed" = "Y"
and
"useDGA" = "N"
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=799>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=798
------- Additional Comments From apa3a(a)yahoo.com 2002-06-14 12:00 -------
You can also add very useful information if you configure debugger:
http://www.winehq.org/docs/wine-devel/dbg-config.shtml
Debugger can give more information about the crash.
When the debugger window appears pleas run command bt to get the backtrace of
the crash and post information it shows in the bug description.
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=798>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=799
Summary: wine debugger hidden behind wine games.
Product: Wine
Version: 20020509
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P4
Component: wine-debug
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: online(a)wantree.com.au
Many games lock parts of the screen preventing other applications from writing to
the display while the game is running. When the game crashes, the screen is still
locked and so the user cannot access the debugger or other applications while the
wine game session being debugged is still running.
Perhaps the debugger should go on top of all other wine windows, or windows
being debugged should be hidden/managed.
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=799>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=798
------- Additional Comments From apa3a(a)yahoo.com 2002-06-14 11:57 -------
Yes, informing... :-)
First of all, thank you for the detailed bug report.
Please, give more information what application is this?
Is there a free (trial, demo) version of the application? Web site to download?
This is a regression bug - kind which is easier to locate.
You can really help Wine developers by doing a regression testing as described here:
http://www.winehq.org/docs/wine-devel/cvs-regression.shtml
Often it is very easy to fix the bug when the patch which breaks it located.
Feel free to ask for help if you have any questions.
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=798>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=798
Summary: DnD Character Generator crashes since 20020509
Product: Wine
Version: 20020509
Platform: PC
OS/Version: Linux
Status: NEW
Severity: critical
Priority: P5
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: online(a)wantree.com.au
The "D&D Character Generator" does not work
with version 20020605 ( and also 2020509 ) despite it working with 20020411.
My system is RedHat 7.2 and I compiled wine with gcc version 3.0.2 ( same
problem exists with gcc 2.96)
winecheck does not report any problems except for not having write access to
irrelevant directories.
Wine starts up, changes the screen resolution, reserves the screen area
required for the character generator so that other applications cannot write
to that area. This gives the impression that Running wine with --debugmsg +all can
fill my hdd without getting to the end,
so this is what I get without any debug messages.
bash-2.05$ wine /2dos/Dungeons/Character\ Generator.exe
fixme:cdrom:CDROM_GetIdeInterface CD-ROM device with major ID 11 not
supported
fixme:cdrom:CDROM_GetIdeInterface CD-ROM device with major ID 11 not
supported
fixme:cdrom:CDROM_GetIdeInterface CD-ROM device with major ID 11 not
supported
Warning: could not find wine config [Drive x] entry for current working directory
/mnt/mandrake/usr/src/wine/wine-20020605/programs/regapi; starting in windows
directory.
err:font:AddFontFileToList Unable to load font file "/2dos/windows/fonts/desktop.ini"
err = 55
err:font:AddFontFileToList Unable to load font file "/2dos/windows/fonts/modern.fon"
err = 2
Wine has detected that you probably have a buggy version
of libXrender.so . Because of this client side font rendering
will be disabled. Please upgrade this library.
fixme:system:SystemParametersInfoA Unimplemented action: 94
(SPI_GETMOUSETRAILS)
fixme:ddraw:Main_DirectDraw_SetCooperativeLevel
(0x403b9f24)->(00010021,00000013)
fixme:ddraw:DIB_DirectDrawSurface_Blt dwFlags DDBLT_WAIT and/or
DDBLT_ASYNC: can't handle right now.
fixme:dsound:IDirectSoundImpl_SetCooperativeLevel
(0x403c53f4,00010021,1):stub
fixme:dsound:IDirectSoundImpl_SetCooperativeLevel
(0x403c53f4,00010021,2):stub
err:win32:_EnterSysLevel (0x400efcc4, level 1): Holding 0x407cd4e4, level 3.
Expect deadlock!
...
err:win32:_EnterSysLevel (0x400efcc4, level 1): Holding 0x407cd4e4, level 3.
Expect deadlock!
fixme:font:EngineRealizeFontExt16
(0000034f,29f80427,01a20000,00000000),stub
err:win32:_EnterSysLevel (0x400efcc4, level 1): Holding 0x407cd4e4, level 3.
Expect deadlock!
wine: Unhandled exception, starting debugger...
Terminated
It is hard to see the debug terminal since most of the screen is locked, but I
managed to copy this off:Unhandled exception:
page fault on read access to 0x00000000 in 32-bit code (0x004c0199).
In 32-bit mode.
Symbol h_errno is invalid
Symbol __strtol_internal is invalid
0x004c0199 ... movl 0x0(%ecx),%eax
using debugmsg +xyz,+relay we get:
... (76870 lines snipped)
08fe4e18:Call x11drv.DeleteBitmap(00000160) ret=40600bc7
08fe4e18:Ret x11drv.DeleteBitmap() retval=00000001 ret=40600bc7
08fe4e18:Ret user32.DestroyCaret() retval=00000001 ret=401f2be8
08fe4e18:Ret window proc 0x401f2b44
(hwnd=00040039,msg=WM_KILLFOCUS,wp=00000000,lp=00000000)
retval=00000000
08fe4e18:Ret x11drv.MsgWaitForMultipleObjectsEx() retval=00000002
ret=4075428d
08fe4e18:Ret user32.MsgWaitForMultipleObjects() retval=00000001
ret=401f3387
08fe4e18:Call
user32.GetMessageW(405c6dd8,00000000,00000000,00000000)
ret=401f33ba
08fe4e18:Call
x11drv.MsgWaitForMultipleObjectsEx(00000000,00000000,00000000,00000000,00000000)
ret=40782994
08fe4e18:Ret x11drv.MsgWaitForMultipleObjectsEx() retval=00000102
ret=40782994
08fe4e18:Call
x11drv.MsgWaitForMultipleObjectsEx(00000001,403aed28,ffffffff,00000000,00000000)
ret=40782ceb
Please inform me if there is any other information I can provide.
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=798>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=793
fgouget(a)codeweavers.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|WineZip: Scrollbar problem |WinZip: Scrollbar problem in
|in Open archive dialog |Open archive dialog
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=793>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=418
apa3a(a)yahoo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From apa3a(a)yahoo.com 2002-06-14 09:56 -------
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=418>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=795
apa3a(a)yahoo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |dog(a)dog.net.uk
------- Additional Comments From apa3a(a)yahoo.com 2002-06-14 09:56 -------
*** Bug 418 has been marked as a duplicate of this bug. ***
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=795>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=418
apa3a(a)yahoo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Platform| |All
Resolution| |DUPLICATE
------- Additional Comments From apa3a(a)yahoo.com 2002-06-14 09:56 -------
Bug 795 is about the same, but has more detailed description.
Steve, please check existing bugs before filing a new one.
*** This bug has been marked as a duplicate of 795 ***
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=418>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=196
apa3a(a)yahoo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
Platform| |All
------- Additional Comments From apa3a(a)yahoo.com 2002-06-14 09:39 -------
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=196>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.