http://bugs.winehq.org/show_bug.cgi?id=7859
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|wine-misc |wine-kernel
OS/Version|other |Linux
Platform|Other |PC
------- Additional Comments From vitaliy(a)kievinfo.com 2007-04-04 23:49 -------
After all the bug is in RtlWalkHeap and SSE instruction exception has nothing to
do with it. It appears that just having a pointer to the allocated heap memory
should be enough for the RtlWalkHeap. While Wine relies on the size to be
initialized as well.
I'm not sure if there are other "cleaner" ways to do this as we need to
reinspect the current arena before being able to move to the next one.
--
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=6152
------- Additional Comments From vlad1977(a)gmail.com 2007-04-04 23:30 -------
And I am sorry, I forgot to mention, I am using new wine, compiled from sources
about a week ago. Latest version. On $wine --version it brings back 0.9.11 for
some reason.
--
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=6152
------- Additional Comments From vlad1977(a)gmail.com 2007-04-04 23:24 -------
Created an attachment (id=5639)
--> (http://bugs.winehq.org/attachment.cgi?id=5639&action=view)
Popup window
Deleting old ~/.wine directory does not help. I am able to apply private server
patch and update the client from the private server through the wine. But it
does not go anywhere else. It crashes when I start the game. Pop-up window
reads this:
--
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=7955
Summary: Hoai client has exception dialog when displaying menus
Product: Wine
Version: CVS
Platform: Other
URL: http://hoai.de
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: wine-user
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
To reproduce: install the app (working around bug 7690 if needed).
Ignore the expected "Lizenzdatenbank nicht vorhanden!" error dialog,
which also happens on Windows.
Then click on the File menu. The app puts up a dialog saying
Zugriffsverletzung bei Adresse 0069B3C5 in Modul 'S-HOAI.exe'.
Lesen von Adresse 00000000
+seh,+relay,+text,+dialog shows the following output before the exception:
trace:text:DrawTextExW L"&Projekt", 8, [(10,24)-(43,42)] 00000025
trace:text:DrawTextExW Params: iTabLength=0, iLeftMargin=0, iRightMargin=0
0009:Call window proc 0x370f7a
(hwnd=0x1002c,msg=WM_MENUSELECT,wp=00900000,lp=00000190)
0009:Call user32.CallWindowProcA(00370fc8,0001002c,0000011f,00900000,00000190)
ret=00477e4b
0009:Call window proc 0x370fc8
(hwnd=0x1002c,msg=WM_MENUSELECT,wp=00900000,lp=00000190)
0009:Call user32.GetSubMenu(00000190,00000000) ret=0045505e
0009:Ret user32.GetSubMenu() retval=000001e0 ret=0045505e
0009:Ret window proc 0x370fc8
(hwnd=0x1002c,msg=WM_MENUSELECT,wp=00900000,lp=00000190) retval=00000000
0009:Ret user32.CallWindowProcA() retval=00000000 ret=00477e4b
0009:Ret window proc 0x370f7a
(hwnd=0x1002c,msg=WM_MENUSELECT,wp=00900000,lp=00000190) retval=00000000
0009:Call winex11.drv.ReleaseDC(0001002c,000002e4,00000000) ret=7ec34e6c
0009:Ret winex11.drv.ReleaseDC() retval=00000001 ret=7ec34e6c
0009:Call window proc 0x370f7a
(hwnd=0x1002c,msg=WM_INITMENUPOPUP,wp=000001e0,lp=00000000)
0009:Call user32.CallWindowProcA(00370fc8,0001002c,00000117,000001e0,00000000)
ret=00477e4b
0009:Call window proc 0x370fc8
(hwnd=0x1002c,msg=WM_INITMENUPOPUP,wp=000001e0,lp=00000000)
trace:seh:raise_exception code=c0000005 flags=0 addr=0x69b3c5
so I wonder if we're sending a bad WM_INITMENUPOPUP somehow?
I think people have been complaining about that message,
and Alexandre has been promising to fix it, for quite some time:
http://groups.google.com/group/comp.emulators.ms-windows.wine/browse_thread…
:-)
--
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=7954
Summary: Hoai client put up "Evaluate?" dialog on startup
Product: Wine
Version: CVS
Platform: Other
URL: http://www.hoai.de
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
To reproduce: install the app (working around bug 7690 if needed).
Ignore the expected "Lizenzdatenbank nicht vorhanden!" error dialog,
which also happens on Windows.
Next, on Windows it shows a new dialog asking if
you want to evaluate the product.
But that dialog does not appear on Wine.
Who knows, maybe that's related to the console output:
fixme:mpr:WNetGetUniversalNameA ("C:\\PROGRAM
FILES\\KOBOLD\\SHOAI.80\\KLM\\KLM.mdb", 0x00000001, 0x33f82c, 0x33fc38): stub
err:ole:CoGetClassObject class {6c736db1-bd94-11d0-8a23-00aa00b58e10} not
registered
--
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=7953
Summary: Neotrace
Product: Wine
Version: 0.9.33.
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: test
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: piroisl33t(a)yahoo.com
Neotrace doesn't even load up. You can install it, but cannot use it.
Rating: garbage
--
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=7690
------- Additional Comments From dank(a)kegel.com 2007-04-04 21:52 -------
Yes. Without syssetup, but with your patch from comment #10,
with a fake ie6 registry key, and in winxp mode,
this app seems to install successfully.
When will you submit that patch?
--
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=6764
------- Additional Comments From dank(a)kegel.com 2007-04-04 21:11 -------
Whoops, attached the msi log to bug 7875 by mistake somehow.
I'll attach a msi,relay log tomorrow, hopefully to the right 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.