http://bugs.winehq.org/show_bug.cgi?id=7373
thestig(a)google.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From thestig(a)google.com 2007-23-04 11:47 -------
patch has been accepted.
--
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=8072
------- Additional Comments From focht(a)gmx.net 2007-23-04 09:43 -------
Created an attachment (id=5909)
--> (http://bugs.winehq.org/attachment.cgi?id=5909&action=view)
crash analysis
Hello,
interesting callstack ... completely messed up :)
Basically the IAT entry for a specific shell32 call is invalid/not defined.
Native comdlg32 calls a specific import but due to invalid IAT entry, a
different import is called which has other arguments signature
(DllRegisterServer()).
This messes up callstack which renders crash dump unusable.
Attached is full analysis.
SHMapIDListToImageListIndexAsync() is the problematic one, it's missing from
shell32.spec.
Add the following
--- snip dlls/shell32/shell32.spec ---
148 stdcall -noname SHMapIDListToImageListIndexAsync( ptr ptr ptr long ptr ptr
ptr ptr ptr)
--- snip dlls/shell32/shell32.spec ---
and minimal stub impl (after SHMapPIDLToSystemImageListIndex [SHELL32.77])
--- snip dlls/shell32/iconcache.c ---
HRESULT WINAPI SHMapIDListToImageListIndexAsync( IUnknown * pts, IShellFolder *
psf,
LPCITEMIDLIST pidl, UINT flags,
void * pfn,
void * pvData, void * pvHint, int *
piIndex, int * piIndexSel)
{
/* pts is IShellTaskScheduler */
/* pfn is PFNASYNCICONTASKBALLBACK */
TRACE("(%p, %p, %p, %u, %p, %p, %p, %p, %p)\n", pts, psf, pidl, flags, pfn,
pvData,
pvHint, piIndex, piIndexSel);
return E_FAIL;
}
--- snip dlls/shell32/iconcache.c ---
If you get more crashes, feel free to post/bug report.
Regards
--
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=7949
dank(a)kegel.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |wine-bugs(a)winehq.org
AssignedTo|wine-bugs(a)winehq.org |rob(a)codeweavers.com
Status|ASSIGNED |NEW
------- Additional Comments From dank(a)kegel.com 2007-23-04 09:25 -------
Rob's taking the lead on 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.
You are on the CC list for the bug, or are watching someone who is.
http://bugs.winehq.org/show_bug.cgi?id=7943
------- Additional Comments From dank(a)kegel.com 2007-23-04 08:42 -------
I can only amplify a bit on what Anastasius asked.
How did you install? Were you using the recipe described here
http://www.osfinancials.org/mediawiki/index.php/Linux_Client_Eng_Install_ma…
or were you just using a default install of osfinancials?
Were you using firebird? If so, was it running as a service or as
an application?
Does the problem perist if you do
cd $HOME
mv .wine .wine.old
and then reinstall a fresh download of the latest osFinancials?
Me, I ran the latest osfinancials on a fresh wine directory
with all defaults. There were some issues (which I should
post in another bug) but not the one you describe, unless
I'm confused.
--
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=8150
Summary: AppDB page shows ."\n"
Product: WineHQ Apps Database
Version: unspecified
Platform: Other
URL: http://appdb.winehq.org/appview.php?iVersionId=5247
OS/Version: other
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: website-bugs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ploujj(a)gmail.com
If you look at that page you can see ."\n" to the left of the "Stop Monitoring
Version" button. If that page doesn't do that anymore. I'll attach a saved HTML
source to show you what it looks like.
--
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.