http://bugs.winehq.org/show_bug.cgi?id=5308
Zhangrong Huang <hzhrong(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
--- Comment #3 from Zhangrong Huang <hzhrong(a)gmail.com> 2007-12-25 07:25:57 ---
It's fixed.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9178
Jaime Rave <jaimerave(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jaimerave(a)gmail.com
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=8069
Vitaliy Margolen <vitaliy(a)kievinfo.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |dank(a)kegel.com
--- Comment #20 from Vitaliy Margolen <vitaliy(a)kievinfo.com> 2007-12-24 12:16:38 ---
*** Bug 10884 has been marked as a duplicate of this bug. ***
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=7675
--- Comment #10 from kag <kag(a)tensus.net> 2007-12-24 10:25:29 ---
Created an attachment (id=9787)
--> (http://bugs.winehq.org/attachment.cgi?id=9787)
+relay logs
I'm attaching a +relay log of the whole session, in which the ativation screens
shows up, i choose "Telephone" option and it shows an error msg. The message is
in Polish, because i have a locale version, but i googled and it's happening in
all versions.
Message is: Nie mo\017cna uruchomi\0107 programu, poniewa\017c jest za ma\0142o
miejsca na dysku.\r\nProsz\0119 usun\0105\0107 kilka plik\00f3w z komputera i
spr\00f3bowa\0107 ponownie.
It roughly translates to: Cannot run program, because there's not enough free
space on the disk. Please remove some files from your computer and try again.
This is probably not the real reason... ;D
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=3620
Dmitry Timoshkov <dmitry(a)codeweavers.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|simple installer for mfc42 |GetModuleUsage16 doesn't
|fails in CreateFileA() |work on hinstance handle
| |returned by
| |ShellExecute16(32bit.exe)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=3620
--- Comment #5 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2007-12-24 10:02:41 ---
Created an attachment (id=9786)
--> (http://bugs.winehq.org/attachment.cgi?id=9786)
Sample app replicating the bug
(In reply to comment #4)
> sysupe is PKWare's 16-bit SFX module, which unpacks and starts 32-bit
> InstallShield-based installer via WinExec(16), and then waits for it using
> GetModuleUsage(16). On Windows this works, on Wine GetModuleUsage doesn't work
> on 32-bit applications, so SFX thinks it can close and it "cleans" things up,
> disrupting some of installer files.
Thanks for the investigation. In order to make debugging and fixing this bug
a bit easier I've created a sample 16-bit application which replicates the bug.
It's worth to mention that 16-bit GetModuleFileName in the test returns
C:\WINNT\SYSTEM32\WINOLDAP.MOD under 32-bit XP. In Wine we have no a 16-bit
wrapper for ShellExecute16 to run 32-bit applications, so we either need to
introduce it, or somehow extend WinExec16/ShellExecute16 to return a proper
handler for 32-bit modules on which GetModuleUsage16 would work.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=7675
--- Comment #9 from Dan Kegel <dank(a)kegel.com> 2007-12-24 09:08:10 ---
We haven't been focusing on this app, we're doing photoshop first, sorry.
What's the exact error message?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=7804
Hans Leidekker <hans(a)it.vu.nl> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |hans(a)it.vu.nl
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #2 from Hans Leidekker <hans(a)it.vu.nl> 2007-12-24 09:03:23 ---
> err:bitmap:DIB_GetBitmapInfo (44): unknown/wrong size for header
> err:bitmap:GetDIBits Invalid bitmap format
I have seen this bug with Safari too, it was fixed by Dmitry some time ago.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.