http://bugs.winehq.org/show_bug.cgi?id=4646
------- Additional Comments From jnewman(a)codeweavers.com 2006-02-03 11:15 -------
I have removed the 2 MFC code attachments. Please DO NOT submit that code again
in the future.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4692
Summary: problem when using scons
Product: Wine
Version: 0.9.8.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fpicca(a)ltpcm.inpg.fr
hello
To test this bug you must to have a XP partition with python24 and scons install
on it.
Now add to your %PATH% the path of scons.bat usually c:/Python24
create SConstruct file with
-------
import sys
print sys.argv
-------
now configure wine to be in windows98 mode.
start a wcmd
then type scons.
you should see:
H:\tmp>scons
scons: Reading SConscript files ...
['-c']
scons: done reading SConscript files.
scons: Building targets ...
scons: `.' is up to date.
scons: done building targets.
if you hace writen: scons configure
H:\tmp>scons configure
scons: Reading SConscript files ...
['-c', 'configure']
scons: done reading SConscript files.
scons: Building targets ...
scons: *** Do not know how to make target `configure'. Stop.
scons: building terminated because of errors.
the scons error is normal
So as you can see the command line is well parse
['-c'] and ['-c', 'configure']
now if you configure wine to be in XP mode and do the same test
you obtained:
['-c'] and ['-c']
the command line is no more well parse.
This problem is not present on a native XP machine.
just for information my c: is the original windows partition.
if I do the test by installing phyton23 and scons on the drive_c I obtaine the
same result ['-c'] and ['-c'].
Have a nice day.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4664
------- Additional Comments From wijn(a)wanadoo.nl 2006-02-03 10:05 -------
> ... could you also have a
>look at bug 4664, as it seems very closely related ,
>yet isn't fixed by the patch
I dont think there is a relation. The following is what I found so far.
A backtrace from the crash with an wine with debuginfo intact:
|Backtrace:
|=>1 0x7b0e9b20 convert_888_to_0888_asis+0xc0(width=0xc, height=0xc,
srcbits=0xb018cf0, srclinebytes=0x24, dstbits=0x7b1c7b00,
dstlinebytes=0xffffffd0) [/wine/mywine/dlls/x11drv/dib_convert.c:852] in winex11
(0x7b0e9b20)
| 2 0x7b0e2b0b X11DRV_DIB_SetImageBits+0x21fb
[/usr/home/projects/wine/mywine/dlls/x11drv/dib.c:2595] in winex11 (0x7b0e2b0b)
| 3 0x7b0e7713 X11DRV_SetDIBits+0x1e3(physDev=0x7bc7e0d0, hbitmap=0xa5c,
startscan=0x0, lines=0xc, bits=0xb018cf0, info=0x78dc0088, coloruse=0x0)
[/usr/home/projects/wine/mywine/dlls/x11drv/dib.c:3983] in winex11 (0x7b0e7713)
| 4 0x7beca140 call_entry_point+0x20 in ntdll (0x7beca140)
| 5 0x7becad6d relay_call_from_32+0x1bd(descr=0x7b12ec48, idx=0x70033,
stack=0x7ba8fa6c) [/usr/home/projects/wine/mywine/dlls/ntdll/relay.c:390] in
ntdll (0x7becad6d)
| 6 0x7b0d14e1 in winex11 (+0x14e1) (0x7b0d14e1)
| 7 0x7b80a4be StretchDIBits+0x18e(hdc=0xa44, xDst=0x0, yDst=0x0, widthDst=0xc,
heightDst=0xc, xSrc=0x0, ySrc=0x0, widthSrc=0xc, heightSrc=0xc, bits=0xb018cf0,
info=0x78dc0088, wUsage=0x0, dwRop=0xcc0020)
[/usr/home/projects/wine/mywine/dlls/gdi/dib.c:291] in gdi32 (0x7b80a4be)
The crash happens on reading address 0xb018cf0, which is an argument to the
StretchDIBits() call, so it comes from the application.
Exactly the same address appears when running this program in Windows under a
debugger. So the address is not the problem, but why it cannot be read in Wine
while apparently it can be in windows.
I am a bit stuck here, since the Windows debugger also reports that address
cannot be read. The program seems to be able to do that just fine without
causing exceptions.
Rein.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4675
------- Additional Comments From darkguy2008(a)yahoo.com 2006-02-03 10:01 -------
Okay well, first I get a mail about making a bug report of this (or so I thought
after submitting an app to the appDB, then I get that don't make it using native
DLLs, but the program does not work correctly without that, so I'm supossed to
report that? I tried doing what I understood in the "read-first-stuff" before
posting the bug, guess I got it wrong? sorry then. About the dups, it was not on
purpose - misclicked the submit button so I clicked Stop, thought it was fast
enough to not to be submitted. My apologies then... Anyways, what should I do?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4688
rklassen(a)mccscs.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |UNCONFIRMED
Resolution|INVALID |
------- Additional Comments From rklassen(a)mccscs.com 2006-02-03 08:25 -------
What do you mean invalid?
I only tried wine tools as one option on many!!!
I'll try AGAIN with a bare wine install. And get back to you.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4646
------- Additional Comments From vitaliy(a)kievinfo.com 2006-02-03 08:03 -------
Arjan I don't see any proposed patches. Please attach _diff_ made with 'patch
-up' instead of the whole file.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4646
Speeddymon(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jwhite(a)codeweavers.com
------- Additional Comments From Speeddymon(a)gmail.com 2006-02-03 08:00 -------
I agree with Mike, since the code was posted as an attachment, this bug can
still be viewed without legal issues, as people working on MFC just dont have
to look at it. CC:ing Jeremy on this one though, to see if he could edit the
tables to remove the link, or at least the contents behind it.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3030
xerox_xerox2000(a)yahoo.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|wine-binary |wine-ole
Summary|LivePerson software refuses |oleaut32:LivePerson software
|to run.. |refuses to run..
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2006-02-03 04:20 -------
Hi, i just tried to run this app. I was only able to get it running using
WINEDLLOVERRIDES="oleaut32,comctl32,riched20=n" wine hc.exe
and after copying the mentioned native dlls into ~/.wine/drice_c/windows/system32.
So looks as there are at least 3 bugs, in oleaut32, riched20 and comctl32. Guess
it will take quite a while before this app runs out of the box. For now mark
this as an ole-bug
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4688
------- Additional Comments From saulius.krasuckas(a)elst.vtu.lt 2006-02-03 04:17 -------
Just to know what modules were being loaded as native. Can you, Ray, attach the
log with these flags set?
WINEDEBUG=+tid,+debugstr,+process,+loaddll
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.