https://bugs.winehq.org/show_bug.cgi?id=6416
Erich E. Hoover <erich.e.hoover(a)wine-staging.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |erich.e.hoover@wine-staging
| |.com
--- Comment #18 from Erich E. Hoover <erich.e.hoover(a)wine-staging.com> ---
This is likely fixed by commit b66fcd68f7d54eae955cca8b8778a864866b5731. If
someone could please retest then I'd appreciate it.
--
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=1201
super_man(a)post.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |super_man(a)post.com
--- Comment #35 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=5771
--- Comment #26 from super_man(a)post.com ---
At least there was division by zero at 1.7.7 wine, but where did it came?
--
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
super_man(a)post.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |00cpxxx(a)gmail.com,
| |super_man(a)post.com
--
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=39271
Bug ID: 39271
Summary: Mischiesf illustration program install but does not
work
Product: Wine
Version: 1.6
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: edwardjorge(a)iol.pt
Distribution: ---
Created attachment 52350
--> https://bugs.winehq.org/attachment.cgi?id=52350
Backtrace of Mischief illustration program
The bug happens after installing Mischief, an vector illustration program. The
program installs correctly. After that I had to copy MSVCP120.dll and
MSVCR120.dll to /drive_c/windows/syswow64/ , since the program was complaining
those files were missing.
After that there is an error message with a backtrace you can see on the text
file attached to this bug report.
Since the program uses QT, probably it's a simple thing to fix.
Hope this helps.
Thanks for your help!
Eduardo Teixeira
--
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=1429
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.
https://bugs.winehq.org/show_bug.cgi?id=39266
Bug ID: 39266
Summary: Microsoft Wine Guide does not play video files with
.cp extension
Product: Wine
Version: 1.7.51
Hardware: x86-64
OS: Linux
Status: NEW
Keywords: win16
Severity: normal
Priority: P2
Component: winmm&mci
Assignee: wine-bugs(a)winehq.org
Reporter: 00cpxxx(a)gmail.com
Distribution: ---
Currently while trying to detect a media type (video, audio file, cd audio)
wine assumes that when the file comes from a CD (GetDriveType() == CDROM) the
path must be a cd audio file.
>From dlls/winmm/mci.c:
1794 /* type, if given as a parameter, supersedes file extension */
1795 if (!strDevTyp[0] &&
1796 MCI_GetDevTypeFromFileName(lpParms->lpstrElementName,
1797 strDevTyp, sizeof(strDevTyp))) {
1798 static const WCHAR wszCdAudio[] = {'C','D','A','U','D','I','O',0};
1799 if (GetDriveTypeW(lpParms->lpstrElementName) != DRIVE_CDROM) {
1800 dwRet = MCIERR_EXTENSION_NOT_FOUND;
1801 goto errCleanUp;
1802 }
1803 /* FIXME: this will not work if several CDROM drives are installed on
the machine */
1804 strcpyW(strDevTyp, wszCdAudio);
1805 }
Relevant log part:
trace:mci:MCIWndProc MCIWNDM_OPENW L"D:\\MSWPTIME\\oz\\Intro.cp"
trace:mci:mciSendCommandW (00000000, MCI_OPEN, 00000602, 007bcc2c)
trace:mci:MCI_Open (00000602, 0x7bcc2c)
trace:mci:MCI_Open lpstrElementName=L"D:\\MSWPTIME\\oz\\Intro.cp"
trace:mci:MCI_GetDevTypeFromFileName No ...\MCI Extensions entry for L".cp"
found.
trace:mci:MCI_Open Alias=L"983243" !
trace:mci:MCI_LoadMciDriver wDevID=0001
trace:mci:mciSetDriverData (0001, 001eeb28)
trace:mci:MCI_LoadMciDriver Loaded driver 0x1eeb00 (L"CDAUDIO"), type is 516,
cmdTable=0000ffff
trace:mci:MCI_LoadMciDriver mcidev=1, uDevTyp=0204 wDeviceID=0001 !
trace:mci:mciGetDriverData (0001)
trace:mcicda:MCICDA_Open (0001, 00000602, 0x7bcc2c);
trace:mcicda:MCICDA_Open MCI_OPEN_ELEMENT element name:
L"D:\\MSWPTIME\\oz\\Intro.cp"
trace:mci:MCI_Open wDevID=0001 wDeviceID=1 dwRet=0
Naturally this fails later because mcicda fails to read the TOC from the CD and
gives up.
Windows plays the videos just fine so I guess wine should try to open the file
and guess a file type.
--
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=39106
Bug ID: 39106
Summary: Visiting a site serving Lync Web App invitation
crashes Firefox under Wine (mfplat.dll)
Product: Wine
Version: 1.7.49
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: staal1978(a)gmail.com
Distribution: ---
Visiting a site serving "Lync Web App" / "Skype For Business Web App"
invitations with Firefox for Windows under Wine causes Firefox to crash
(Windows version set to 7 in winecfg).
for example the following page:
https://join.microsoft.com/meet/petercon/9H7JFRZJ
Copying native mfplat.dll blocks the crash.
--
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=657
--- Comment #112 from Adam Bolte <abolte(a)systemsaviour.com> ---
Halo: Combat Evolved retail installer also uses PidGen.dll.
--
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.