http://bugs.winehq.org/show_bug.cgi?id=7116
--- Comment #6 from Toni Spets <toni.spets(a)gmail.com> 2008-01-26 14:27:08 ---
Created an attachment (id=10461)
--> (http://bugs.winehq.org/attachment.cgi?id=10461)
quick hack
The underlying cause was that hModule was given as a parameter to another
function. It just works if its not passed anywhere. Also the else statement is
needed altough it never occures with NFS3.
Is this related to the phase of the moon? My head hurts.
--
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.
http://bugs.winehq.org/show_bug.cgi?id=7223
Dan Kegel <dank(a)kegel.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed|0 |1
Summary|You can not pass URLs to |Wine Internet Explorer can't
|Wine Internet Explorer |handle URLs that don't start
| |with a protocol
--- Comment #7 from Dan Kegel <dank(a)kegel.com> 2008-01-26 14:17:14 ---
This affects preview in Dreamweaver MX, which previews like this:
trace:process:CreateProcessW app (null) cmdline L"\"c:\\Program Files\\Internet
Explorer\\iexplore.exe \" \"C:\\foo.com\\TMPjksv9pkb.htm\""
and fails with a similar error message,
fixme:shdocvw:bind_to_object BindToObject failed: 80004005
--
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.
http://bugs.winehq.org/show_bug.cgi?id=8224
Ryan Sinn <ryan(a)sinn.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |ryan(a)sinn.org
--- Comment #2 from Ryan Sinn <ryan(a)sinn.org> 2008-01-26 12:39:55 ---
This is still an issue with Lightroom 1.3.1 with Wine 0.9.54
--
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.
http://bugs.winehq.org/show_bug.cgi?id=9158
Luke Bratch <l_bratch(a)yahoo.co.uk> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |l_bratch(a)yahoo.co.uk
--
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.
http://bugs.winehq.org/show_bug.cgi?id=2467
--- Comment #54 from Nicholas Doyle <niskel+bugs(a)gmail.com> 2008-01-26 11:44:55 ---
No dice with latest Wine for me either. Same problems persist.
--
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.
http://bugs.winehq.org/show_bug.cgi?id=7116
Toni Spets <toni.spets(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |toni.spets(a)gmail.com
--- Comment #5 from Toni Spets <toni.spets(a)gmail.com> 2008-01-26 11:34:40 ---
09c3d32ff583dad7b1ba8a86d17a65bc8226f705 is first bad commit
commit 09c3d32ff583dad7b1ba8a86d17a65bc8226f705
Author: Dmitry Timoshkov <dmitry(a)codeweavers.com>
Date: Thu Nov 1 14:23:38 2007 +0800
version: Use GetModuleHandleEx to increment the module ref count.
:040000 040000 ad5cbc59e008b9ff37e57aa383e6c496b16aafdc
e818244157b6a6bad00a8113aadf9b03bec6e52f M dlls
Reverting the patch on recent Wine enables the game to load.
--
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.
http://bugs.winehq.org/show_bug.cgi?id=2467
Alain R. <alainr(a)gmx.de> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |alainr(a)gmx.de
--- Comment #53 from Alain R. <alainr(a)gmx.de> 2008-01-26 11:33:50 ---
have you installed msttcorefonts ?
--
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.
http://bugs.winehq.org/show_bug.cgi?id=5163
--- Comment #36 from mback <mback(a)yahoo.com> 2008-01-26 11:11:16 ---
Created an attachment (id=10457)
--> (http://bugs.winehq.org/attachment.cgi?id=10457)
Log of failing OfficeXP Professional setup
Logged with WINEDEBUG=warn+all environment. Command line was:
wine setup.exe 2> my.log
This run was with typical install and valid key. The setup crashed after all
options were accepted & while it was preparing to install files.
--
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.
http://bugs.winehq.org/show_bug.cgi?id=881
--- Comment #49 from Eli <sharparrow1(a)yahoo.com> 2008-01-26 11:03:43 ---
The fact that this bug has been around so long is a bit insane.
Simplified testcase:
Write a program with the following WM_SETCURSOR handler:
SetCursor(NULL);
return TRUE;
On Windows XP, that hides the cursor over the window; on Wine, it doesn't.
--
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.
http://bugs.winehq.org/show_bug.cgi?id=5163
mback <mback(a)yahoo.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |mback(a)yahoo.com
--- Comment #35 from mback <mback(a)yahoo.com> 2008-01-26 11:01:33 ---
OfficeXP contnues to fail setup in 0.9.54. Will try to attach log
(OfficeXP_54.log.bz2)
--
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.