http://bugs.winehq.org/show_bug.cgi?id=32773
Bug #: 32773
Summary: Indeo codec 3.2 is not on winetricks icodecs
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: windowscodecs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: i30817(a)gmail.com
Classification: Unclassified
This is needed for certain games, like age of wonders or thief. Would be nice
if the normal icodecs winetricks worked for it (or another one if that is too
problematic).
--
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=34170
Bug #: 34170
Summary: Uppercase ".dll" causing GUI problem
Product: Wine
Version: unspecified
Platform: x86-64
OS/Version: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wawaseb(a)hotmail.com
Classification: Unclassified
« msimtf.dll » needs to be renamed into « MSIMTF.dll » if lauching application
(VS/Qt) with SWF file.
Best regards,
--
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.
https://bugs.winehq.org/show_bug.cgi?id=5771
Bruno Jesus <00cpxxx(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|Problems with Settlers III |Problems with Settlers III
|films |films (exotic Indeo RIFF
| |chunks like ##iv are not
| |detected in wine)
--
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.
https://bugs.winehq.org/show_bug.cgi?id=5771
--- Comment #28 from Bruno Jesus <00cpxxx(a)gmail.com> ---
Created attachment 52359
--> https://bugs.winehq.org/attachment.cgi?id=52359
patch
Actually I just found the issue related to the timing, I believe the attached
patch fixes both the crash and the sync issue. More tests are appreciated. I
tested with the GOG version of the game and the main video and campaign start
videos play fine.
--
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.
https://bugs.winehq.org/show_bug.cgi?id=5610
--- Comment #21 from Austin English <austinenglish(a)gmail.com> ---
(In reply to super_man from comment #20)
> Don't have remote pc to test.
>
> 1527 DWORD WINAPI WNetAddConnection2W( LPNETRESOURCEW lpNetResource,
> 1528 LPCWSTR lpPassword, LPCWSTR lpUserID,
> 1529 DWORD dwFlags )
> 1530 {
> 1531 FIXME( "(%p, %p, %s, 0x%08X): stub\n",
> 1532 lpNetResource, lpPassword, debugstr_w(lpUserID), dwFlags );
> 1533
> 1534 SetLastError(WN_NO_NETWORK);
> 1535 return WN_NO_NETWORK;
> 1536 }
>
> It doesn't print stub anymore.
Umm..
> 1531 FIXME( "(%p, %p, %s, 0x%08X): stub\n",
--
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.
https://bugs.winehq.org/show_bug.cgi?id=5610
super_man(a)post.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |super_man(a)post.com
--- Comment #20 from super_man(a)post.com ---
Don't have remote pc to test.
1527 DWORD WINAPI WNetAddConnection2W( LPNETRESOURCEW lpNetResource,
1528 LPCWSTR lpPassword, LPCWSTR lpUserID,
1529 DWORD dwFlags )
1530 {
1531 FIXME( "(%p, %p, %s, 0x%08X): stub\n",
1532 lpNetResource, lpPassword, debugstr_w(lpUserID), dwFlags );
1533
1534 SetLastError(WN_NO_NETWORK);
1535 return WN_NO_NETWORK;
1536 }
It doesn't print stub anymore.
--
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.
https://bugs.winehq.org/show_bug.cgi?id=5771
--- Comment #27 from Bruno Jesus <00cpxxx(a)gmail.com> ---
The current crash is unrelated to the original bug, I found the crash and will
send a patch soon. Then we will be able to test the original issue again.
The crash happens because wine skips frame 0 and start decoding from frame 1,
but that is unacceptable to the Indeo5 codec which relies on the data from the
previous frame, that is why it crashes.
--
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.
https://bugs.winehq.org/show_bug.cgi?id=6416
Austin English <austinenglish(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Fixed by SHA1| |b66fcd68f7d54eae955cca8b877
| |8a864866b5731
--
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.
https://bugs.winehq.org/show_bug.cgi?id=6416
Rosanne DiMesio <dimesio(a)earthlink.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
--- Comment #20 from Rosanne DiMesio <dimesio(a)earthlink.net> ---
I noticed the original report was filed for Word 2003, not 2007, so I tested
that, and it is fixed for that version of Word.
I'm going to mark this fixed and reopen bug 33524, which was closed as a
duplicate of this one, as that is apparently a different issue after all.
--
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.
https://bugs.winehq.org/show_bug.cgi?id=6416
--- Comment #19 from Rosanne DiMesio <dimesio(a)earthlink.net> ---
It's fixed for notepad, but not Word 2007.
--
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.