http://bugs.winehq.org/show_bug.cgi?id=3590
mike(a)codeweavers.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |ASSIGNED
------- Additional Comments From mike(a)codeweavers.com 2006-10-01 00:31 -------
Hi Jim,
The version of MSI you're using is woefully old. Please upgrade to test in
future. Testing with today's WineHQ CVS/GIT it looks like the only problem is
that the features can't be selected in the SelectionTree control.
--
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=3572
mike(a)codeweavers.com changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|wine-bugs(a)winehq.org |mike(a)codeweavers.com
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
------- Additional Comments From mike(a)codeweavers.com 2006-10-01 00:18 -------
Gets further with this patch:
http://www.winehq.org/pipermail/wine-patches/2006-January/023309.html
--
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=1631
------- Additional Comments From shea08(a)eastlink.ca 2006-09-01 21:39 -------
In my case, I don't need sound. If someone could tell me how to disable it,
I would be very happy. Is there a hacked quartz.dll that doesn't bother
with the sound?
--
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=3529
------- Additional Comments From mike(a)codeweavers.com 2006-09-01 21:00 -------
I'm using setupUS.exe (md5sum: a2979665779a9c37aba4b078dfdee858).
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
http://bugs.winehq.org/show_bug.cgi?id=3529
------- Additional Comments From mike(a)codeweavers.com 2006-09-01 20:50 -------
If I use oleaut32.dll from Windows 2000, then the behaviour changes (though
still fails), so I suspect that there's some ole problems here too.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
http://bugs.winehq.org/show_bug.cgi?id=4279
Summary: Wine requires more stack than Windows; Doesn't allocate
it.
Product: Wine
Version: 0.9.4.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-loader
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: justinmarrese(a)comcast.net
I get the following error while running the 64k Demo "Sonnet":
err:seh:setup_exception stack overflow 0 bytes in thread 0009 eip 7faa0ab3 esp
7fac1000 stack 0x7fac1000-0x7fbd0000
Changing the PE header of sonnet.exe to allocate more stack resolves the issue.
(I used "editbin" that came with MSVC. I can email you the modified .exe upon
request.)
This seems to indicate that Wine is using more stack space than Windows running
the same program. I undestand That Is Not A Bug. I do believe that Wine should
give itself more stack space when loading the PE to compensate for the difference.
In my experience, I've only tweaked stack sizes in response to seeing it
overflow. As we cannot expect the average Windows developer to test their
program under Wine, and because Wine needs more stack than Windows, I feel it is
our responsibility to compensate.
Sonnet is available at:
http://www.threestate.com/filez/3s-sonnet.zip
With more info about Sonnet at:
http://www.threestate.com/sonnetminisite.htm#top
Modified (working) version of Sonnet can be created by: (In an MSVC environment)
editbin /STACK:2000000 sonnet.exe
Where 2000000 is an abritrary yet sufficiently large number.
I'm running Gentoo on an Athlon (x86), updated as of last week, with Wine 0.9.4
emerged from the ~x86 branch in portage.
Thanks -- Justin Marrese
--
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=4266
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |NoAppDBEntry
------- Additional Comments From tony.lambregts(a)gmail.com 2006-09-01 19:21 -------
Please add an entry in the appdb for the is version.
http://appdb.winehq.org/appview.php?appId=228
--
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.