https://bugs.winehq.org/show_bug.cgi?id=6254
super_man(a)post.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |super_man(a)post.com
--- Comment #75 from super_man(a)post.com ---
still an issue 1.7.51
--
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=7517
Oleksandr Gavenko <gavenkoa(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |gavenkoa(a)gmail.com
--- Comment #17 from Oleksandr Gavenko <gavenkoa(a)gmail.com> ---
I provide instruction to make usable HTML Help Workshop with Wine 1.6.2
(package from Debian 8).
Get official HTML Help Workshop distribution from any:
http://msdn.microsoft.com/en-us/library/ms669985
Microsoft HTML Help Downloads.
http://www.microsoft.com/en-us/download/details.aspx?id=21138
HTML Help Workshop and Documentation.
Set Wine's Windows version to Windows 2000 (or above):
$ wine winecfg
Install necessary dependency:
$ winetricks mfc40
Alternative official source for mfc40 is
http://activex.microsoft.com/controls/vc/mfc40.cab Extract ``mfc40.exe`` from
.cab and run them (by ``cabextract``).
Install Workshop from file system without ``noexec`` attribute:
$ wine htmlhelp.exe
Get necessary native dll from installer, which isn't implemented in Wine (bug
report about them):
$ cabextract -F hhupd.exe htmlhelp.exe
$ cabextract -F itircl.dll hhupd.exe
$ cabextract -F itss.dll hhupd.exe
$ cp -a itircl.dll ~/.wine/drive_c/windows/system32/
$ cp -a itss.dll ~/.wine/drive_c/windows/system32/
Set ``itircl.dll`` to native by ``winecfg`` "Libraries" tab.
Enjoy!
--
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
Sylvain Petreolle <spetreolle(a)yahoo.fr> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC|spetreolle(a)yahoo.fr |
--
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=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.