http://bugs.winehq.org/show_bug.cgi?id=3112
Wouter Cox <Wouter_Cox(a)yahoo.co.uk> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |Wouter_Cox(a)yahoo.co.uk
--- Comment #14 from Wouter Cox <Wouter_Cox(a)yahoo.co.uk> 2007-10-03 04:38:25 ---
The Bink videos work in 0.9.46!
So I guess this bug is solved now?
(as an aside: the sound is horrible though, but that is a general remark
(dsound problem?), meanining that sound is bad for the entire game. Does not
have much to do with the Bink videos, except that Bink videos have sound)
--
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=8492
Mikolaj Zalewski <mikolaj.zalewski(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |mikolaj.zalewski(a)gmail.com
--- Comment #16 from Mikolaj Zalewski <mikolaj.zalewski(a)gmail.com> 2007-10-02 22:36:50 ---
Yes, thank you. So that's why there were two 0 records at the end of the
metafile instead of one. I was wandering why and planning to check it.
--
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=8492
--- Comment #15 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2007-10-02 22:21:52 ---
> + APM_HEADER *header = (APM_HEADER *)data;
...
> + if ((hr = OLEPictureImpl_LoadMetafile(This, data + sizeof(APM_HEADER),
> size - sizeof(header))) != S_OK)
> + return hr;
Shouldn't sizeof(header) above actually be either sizeof(APM_HEADER) or
sizeof(*header)?
--
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=8586
Mikolaj Zalewski <mikolaj.zalewski(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |INVALID
--- Comment #6 from Mikolaj Zalewski <mikolaj.zalewski(a)gmail.com> 2007-10-02 19:34:23 ---
Bonner Katalog does create a Start Menu item (I haven't noticed it because I
was looking in my profile instead of "All Users"). So starting the program with
wine start "Bonner Katalog.lnk" from the start menu also works and starting it
from the Linux start menu on systems that synchronize Windows start menu with
Linux one should also work. So I think we should close this bug as invalid.
I've tested the program a bit and except for the fact that the splash screen
disappears on Wine after a moment while on Windows it is visible during the
whole program initialization and haven't yet noticed anything.
--
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=8586
Mikolaj Zalewski <mikolaj.zalewski(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |mikolaj.zalewski(a)gmail.com
--- Comment #5 from Mikolaj Zalewski <mikolaj.zalewski(a)gmail.com> 2007-10-02 19:08:26 ---
The solution of this problem is much easier than one would expect and doesn't
require any low-level driver. Bonner Katalog must be run with the command line:
C:\DMB\WIN\DMB16G.EXE -cC:\DMB\WIN\DMBWG.mnu -tC:\DMB\WIN\DMBW.trl -aDMB
-pD:\DMB_C\DMB1.DAT
as registered in the Windows start menu. By double-clicking the executable the
program will also fail on Windows XP with the same message (BTW it's impossible
to open device MSCD000 under Windows XP even when using int 21h from a
DOS/Win16 app. I've read in an intrlist that MSCDxxx devices are also not
supported on Windows 95 but I don't know if only for Win32 apps or also
Win16/DOS).
There is a problem with Wine that we don't create any start menu entry for the
program. This can be because as this is a Win16 program the installer may be
using DDE to communicate with the Program Manager as this is not implemented. I
will check this.
--
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=8492
Mikolaj Zalewski <mikolaj.zalewski(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #8356 is|0 |1
obsolete| |
--- Comment #14 from Mikolaj Zalewski <mikolaj.zalewski(a)gmail.com> 2007-10-02 18:23:25 ---
Created an attachment (id=8357)
--> (http://bugs.winehq.org/attachment.cgi?id=8357)
better patch
It turns out the problem is in the coordinates. With this patch the logo seems
displays correctly. However it ignores the xSrc, ySrc, cxSrc, cySrc parameters
and I don't know if I shouldn't be using the unitsPerInch and the DPI
somewhere. I will check that.
--
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=8492
--- Comment #13 from Mikolaj Zalewski <mikolaj.zalewski(a)gmail.com> 2007-10-02 16:18:20 ---
Created an attachment (id=8356)
--> (http://bugs.winehq.org/attachment.cgi?id=8356)
APM loading support
With the metafiles support already in it's quite easy to add support for
loading APMs. With this patch the file loads correctly however it still doesn't
display. This may be because there is something wrong with the coordinates - we
ignore the APM header - or because of some fixmes during the start of the
program:
fixme:ole:OLEPictureImpl_get_hPal unimplemented for type 2. Returning 0
palette.
fixme:ole:OLEPictureImpl_SaveAsFile (0x12d1d0)->(0x151390, 0, (nil)), hacked
stub.
fixme:ole:PointerFree unhandled data type=12
fixme:ole:OLEPictureImpl_get_hPal unimplemented for type 2. Returning 0
palette.
fixme:ole:OLEPictureImpl_get_hPal unimplemented for type 2. Returning 0
palette.
--
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=8617
Juan Lang <juan_lang(a)yahoo.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
--- Comment #5 from Juan Lang <juan_lang(a)yahoo.com> 2007-10-02 14:13:50 ---
This (since wine 0.9.46) no longer exhibits the infinite loop. I don't know
whether you can log in or not. If not, that'd be a different 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=3980
Juan Lang <juan_lang(a)yahoo.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #25 from Juan Lang <juan_lang(a)yahoo.com> 2007-10-02 13:40:12 ---
This is now in the wiki, so you can update the instructions if you still find
them lacking. Closing 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=9867
Summary: Wrong Images for Pro Evolution Soccer 2008
Product: WineHQ Apps Database
Version: unspecified
Platform: Other
URL: http://appdb.winehq.org/screenshots.php?iAppId=5860&iVer
sionId=9271
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: website-bugs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: trevi55(a)gmail.com
I've sent some shots for PES 2008, but unfortunately I've uploaded wrong images
(due to wrong names I gave locally)... In fact they're from EA Sports FIFA-08.
So those two shots are wrong and they should be moved to FIFA 08 demo:
- http://appdb.winehq.org/appimage.php?iId=13649
- http://appdb.winehq.org/appimage.php?iId=13650
As soon as I can I'll re-upload some PES-related shots.
Sorry for this! :(
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.