http://bugs.winehq.org/show_bug.cgi?id=29646
Bug #: 29646
Summary: Microsoft Wine Guide crashes after playing one video
clip
Product: Wine
Version: 1.3.37
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msvfw32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: markk(a)clara.co.uk
Classification: Unclassified
Created attachment 38424
--> http://bugs.winehq.org/attachment.cgi?id=38424
+mci log
This bug applies to Microsoft Wine Guide 1.0a, a multimedia CD-ROM from 1995.
There are various video clips which should play when the user clicks the
appropriate icon. The clips are AVI files with names ending .CP, e.g.
ACIDITY.CP, ALLABOUT.CP, INTRO.CP. Wine MCI (or msvfw32?) refuses to play them,
since the file extension is not .avi. On Windows the videos play as they
should.
After adding a registry key to associate the .cp extension with AVI files (in
HKLM\Software\Microsoft\Windows NT\CurrentVersion\MCI Extensions), it is
possible to play one video clip. However, after doing that, clicking on any
link causes the program to crash. Navigating between links/pages works fine
before playing a video clip.
The attached +mci log was created (after adding the registry key mentioned
above) like this:
- Start Microsoft Wine Guide
- Click on icon to play introductory video clip
- Click again on the video to stop it playing
- Click "Wine tasting with Oz"
An extract from the log:
trace:mci:MCIWndProc MCIWNDM_SENDSTRINGA (invalid)
wine: Unhandled page fault on read access to 0x12772fce at address 0xf7559bc6
(thread 0026), starting debugger...
...
Backtrace:
=>0 0xf7559bc6 in libc.so.6 (+0x7cbc6) (0x007bcfa8)
1 0x7bc687fc RtlInitAnsiString+0x2b(target=0x7bcfc8, source="")
[/build/buildd/wine1.3-1.3.37/dlls/ntdll/rtlstr.c:105] in ntdll (0x007bcfa8)
2 0x7bc69ce9 RtlCreateUnicodeStringFromAsciiz+0x28(target=0x7bd50c, src="")
[/build/buildd/wine1.3-1.3.37/dlls/ntdll/rtlstr.c:301] in ntdll (0x007bcfd8)
3 0x7e1fddd8 MCIWndProc+0xbd7(hWnd=0x2002a, wMsg=0x465, wParam=0,
lParam=0x12772fc6) [/build/buildd/wine1.3-1.3.37/dlls/msvfw32/mciwnd.c:980] in
msvfw32 (0x007bd578)
4 0x7ecc776a WINPROC_wrapper+0x19() in user32 (0x007bd5a8)
...
--
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=37301
Bug ID: 37301
Summary: Fail during installation. Fault on read access
Product: Wine
Version: 1.7.18
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: hsh.manbw(a)gmail.com
Created attachment 49612
--> https://bugs.winehq.org/attachment.cgi?id=49612
Error log
Crash during installation.
According to MyPhoneExplorer it should work on Ubuntu but seems not to work og
Mint 16
--
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=32582
Bug #: 32582
Summary: WideCharToMultiByte: incorrectly handling of user
specified DBCS "default character"
Product: Wine
Version: 1.5.20
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: thtfpcuser(a)126.com
Classification: Unclassified
for function WideCharToMultiByte,
when there are unmapped uncode characters in target codepage,
and the user specified lpDefaultChar is DBCS character,
the default characters occured in conversion result is incorrect.
the problem is in this function:
wctomb.c
/* slow version of wcstombs_dbcs that handles the various flags */
static int wcstombs_dbcs_slow( const struct dbcs_table *table, int flags,
const WCHAR *src, unsigned int srclen,
char *dst, unsigned int dstlen,
const char *defchar, int *used )
{
const unsigned short * const uni2cp_low = table->uni2cp_low;
const unsigned short * const uni2cp_high = table->uni2cp_high;
WCHAR defchar_value = table->info.def_char;
WCHAR composed;
int len, tmp;
if (defchar) defchar_value = defchar[1] ? ((defchar[0] << 8) | defchar[1])
: defchar[0];
defchar[0] has only 8 bits. left shifts 8 bits, its value is lost.
--
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=27513
Summary: Lord of the Rings launcher: 'Log in' button corrupted
without native gdiplus
Product: Wine
Version: 1.3.22
Platform: x86
URL: http://www.lotro.com/support/download-lotro
OS/Version: Linux
Status: NEW
Keywords: download
Severity: trivial
Priority: P2
Component: gdiplus
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=35180)
--> (http://bugs.winehq.org/attachment.cgi?id=35180)
bad screenshot
http://content.turbine.com/sites/clientdl/lotro/lotrohigh.exe
eabd5e282036f7864981534e4f23177b3995ebcd lotrohigh.exe
(I used the high graphics version, though it's quite likely the regular version
has the same problem).
Download, install, wait hours for it to finish (14 GB). Run, let it patch, then
you'll get a login prompt. The text of the button to login is corrupted. Native
gdiplus fixes it.
When comparing the screenshots, I also noticed that the text at the top of the
window 'Community', 'Account', 'Support' are nearly solid white with builtin,
but have a thicker black border with native gdiplus. Looks like a similar
issue..
+gdiplus trace attached.
--
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=36110
Bug ID: 36110
Summary: Drakan: screen flickers and graphics are distorted
(Mac OS X only bug)
Product: Wine
Version: 1.7.12
Hardware: x86-64
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: winebugs140(a)gmail.com
Created attachment 48292
--> http://bugs.winehq.org/attachment.cgi?id=48292
Drakan Log
The problem doesn't occur in Wine 1.7.11. Could it be a regression? I have
problems doing regression tests on Mac OS X, can a more advanced user look at
this, please?
On Ubuntu everything works fine. A demo is available. Attaching logs.
Mac OS X 10.9.2, ATI HD 2600 Pro, Mac Driver/X11
--
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=18265
Summary: Argentinian Soft
Product: Wine
Version: 1.1.20
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: pmac.itservices(a)gmail.com
Hi, I'm from Argentina and happy about WINE.
I'm trying to run 2 things with no luck.
Compumap 3 and SIAP 3.1
Both programs give error when entering menus, saving data or trying to exit a
module. i give you the url where u can get SIAP so to make necessary tests.
http://www.afip.gov.ar/Aplicativos/http://www.afip.gov.ar/Aplicativos/AplicativoDetalle.aspx?jqx%2fpWcOAt8HUdd…
Thanks in advance
Regards,
Pablo Alonso
--
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=36732
Bug ID: 36732
Summary: mscoree PATH environment setup contains a potential
stack buffer overflow
Product: Wine
Version: 1.7.20
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: mscoree
Assignee: wine-bugs(a)winehq.org
Reporter: focht(a)gmx.net
Hello folks,
split off, see bug 36731 for details.
http://source.winehq.org/git/wine.git/blob/8cdcf470016f0655dfc8810f9d4d2f2d…
Found by code review, I don't have an actual app that suffers from this.
Regards
--
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=21670
Summary: FMS: Error Dialogue - Interface Not Found
Product: Wine
Version: 1.1.38
Platform: x86-64
URL: http://www.n.ethz.ch/student/mmoeller/fms/alpha/fms2al
pha85.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gaming4jc2(a)yahoo.com
Created an attachment (id=26173)
--> (http://bugs.winehq.org/attachment.cgi?id=26173)
err:d3drm:IDirect3DRMImpl_QueryInterface... and more...
This error occurs on Flying Model Simulator, a free R/C app. It installs fine
but hangs at graphics card detection and only support Wine's HAL, no other
options making the screen black and flooded with detection error dialogues.
--
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=30180
Bug #: 30180
Summary: winecfg hangs on drive actions
Product: Wine
Version: 1.4
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sworddragon2(a)aol.com
Classification: Unclassified
If I'm opening winecfg and going to the Drives register winecfg has some
problems if there is for example a burning process on a drive which is listed
there. In this case I don't get a list of drives and winecfg is hanging until
the related drive gets unlocked.
Maybe the drive list could be something like a sandbox so if winecfg can't
access a drive it is still possible to go through the menu and make some
actions/close winecfg.
--
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.