http://bugs.winehq.org/show_bug.cgi?id=4217
------- Additional Comments From m.goemmel(a)compulab.de 2006-03-01 02:58 -------
:-)
Seeing that something seems to go wrong and knowing what to do are different
things... I spent some time trying to find a solution for this, but without
some deeper knowledge about the internal Wine structures it's not as easy as
it might look for a codeweavers developer... my first idea about setting a
WS_CENTER flag for the dialogs .rc file isn't really good, and trying to find
exactly why the MessageBox function goes into this and not into that branch is
even more complex if you come from Windows, where debuggers looks a bit
different to winedbg :-)
So I decided to report this issue at least... leave it unconfirmed or whatever
you like. When I find time, I can do a second try to find and probably fix it.
But maybe meanwhile someone walks over it and see something immediately...
Markus
--
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=4223
Summary: The Elder Scrolls: Construction Set doesn't load
Product: Wine
Version: CVS
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: darksidex(a)charter.net
Every time I attempt to load The Elder Scrolls Construction Set (A component of
the game The Elder Scrolls: Morrowind) with Wine, it crashes. The program loads
most of the basic interface (pops up the root window) then closes with the
attached console output.
--
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=3299
------- Additional Comments From mike(a)codeweavers.com 2006-03-01 00:04 -------
The following patch fixes both version ABBYY Reader 7.0 and 8.0.
http://www.winehq.org/pipermail/wine-patches/2006-January/023150.html
ABBYY 7.0 won't start up.
bash-3.00$ wine FineReader.exe
Unknown COM Error. Error code: 0x80004005
Solved by:
mkdir ~/.wine/drive_c/windows/profiles/mike/Local\ Settings/Application\ Data
Still crashes, with what looks like ole/msvcrt exception problems.
However, the original (msi) problem should be solved, so I'll close this when
the patch is committed to WineHQ. Somebody can open a new bug for the new problems.
--
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=4142
------- Additional Comments From linux(a)jsware.net 2006-02-01 22:51 -------
I just tried installing WEB-ED under Wine .9.4 and it worked fine. MSVBVM60.DLL
was installed to the system32 folder and the full setup ran. I didn't have the
installer packaged inside a self-executing zip, as it is in the demo package,
but I doubt that would have an affect.
--
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=3299
------- Additional Comments From mike(a)codeweavers.com 2006-02-01 22:44 -------
Actually, there's two different versions of Abby Fine Reader here:
FR703962.exe 47131648 bytes version 7
FR80PE_TB_EGFD.exe 51855320 bytes version 8
that's why the traces are different.
Mike
--
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=4222
Summary: Set Cooperative Level Bug
Product: Wine
Version: 0.9.3.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P3
Component: wine-directx-ddraw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: arilbs(a)hotmail.com
I am not sure of the severity of this bug (it's definitely blocking me from
running my program), how fixable it is, or really anything about it other than
that the IRC members told me that it was a bug with Wine and not my program or
computer. While attempting to run an .exe file, I got this error:
ari@Ari:~/.wine/drive_c/Program Files/Gravity/RO$ wine qro.exe
fixme:ddraw:Main_DirectDraw_SetCooperativeLevel
(0x7fe54818)->(0x10024,00000c08)
err:ddraw:create_dib CreateDIBSection failed!
fixme:ddraw:Main_DirectDraw_CreateSurface failed surface creation with code
0x80070057
fixme:ddraw:Main_DirectDraw_SetCooperativeLevel
(0x7fe54818)->(0x10024,00000008)
The screen flashes, and a new prompt appears. I tried running 0.9.4 but I
didn't even get this far, I ran into a lot more errors.
I could not find this bug on the bug list, and no one on the IRC channel could
tell me its status. If someone could send me an email to update me at
aberkowi(a)student.umass.edu (not my login name) then that would be really
helpful. I'm willing to lend a hand to anyone else who wants to fix this.
Otherwise....good luck!
--
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=3429
------- Additional Comments From mike(a)codeweavers.com 2006-02-01 22:19 -------
Unfortunately, I don't have an SMP machine to test on. The problem could be in
MSI as except for the records, the database, view, package and other handles are
not thread safe.
I guess you either have to install it on a uni-processor machine, have a go at
debugging it yourself, or send me an SMP machine in the mail ;)
--
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=2899
------- Additional Comments From mike(a)codeweavers.com 2006-02-01 21:35 -------
Bernd,
Thanks for the feedback. I'm aware the radio buttons should grey out when
disabled, the richedit text selects itself for some reason and that MsiGetMode
is not implemented.
To get the right behaviour with the richedit control I tried using the
WM_MOUSEMOVE to trigger the DoAction event, but that meant that the mouse must
enter the richedit control itself (not just its scrollbar), then settled for
WM_VSCROLL, because it's closer to what I want, despite the selection problem.
Anyway, could you please open seperate bugs for each issue you find, and then
assign them to me, otherwise this bug will end up as a mixup of many different
issues, and I won't know when to close it.
thanks
--
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=4199
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
------- Additional Comments From vitaliy(a)kievinfo.com 2006-02-01 21:32 -------
I see. Well author just updated dependancies required for propper building on
unstable.
Marking as invalid as it is stated on download page that package is for unstable
debian.
--
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.