[Bug 27559] ImgBurn crash at startup when Wine's 'Windows Version' is set to 'Vista' (or newer)

wine-bugs at winehq.org wine-bugs at winehq.org
Wed Jul 27 09:39:04 CDT 2011


http://bugs.winehq.org/show_bug.cgi?id=27559

--- Comment #4 from LIGHTNING UK! <lightning_uk at imgburn.com> 2011-07-27 09:39:03 CDT ---
Ok so I've done a bit of digging around today and I have now found the cause
for this crash.

Wine doesn't seem to have any code for 'SHGetKnownFolderIDList'.

It's a new function that was first available in Windows Vista.

The 'TVirtualExplorerTree' component wants (and expects to be able) to use it
on Vista+ OS's but GetProcAddress(Shell32DLL, "SHGetKnownFolderIDList") just
returns null.

Without it, lots of things end up being invalid (null/nil) pointers and that's
what causes the crash.

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list