http://bugs.winehq.org/show_bug.cgi?id=22522
Summary: black intro videos with smackw32.dll
Product: Wine
Version: 0.9.48.
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hoehle(a)users.sourceforge.net
"Der Dieb von Burg Schreckenstein" and "5 Freunde 2 und der silberne
Turm" start with a black screen when it should show an intro video.
Audio is played normally and the app proceeds to the main menu after
the video ends. Also, pressing a key aborts the video as expected.
The video is visible on a native XP machine.
Both apps use smackw32.dll to display the video. I suppose the screen
remains black because an exception is caught soon after start.
0009:CALL smackw32._SmackDoFrame@4(008c5440) ret=0049ef3d
0009:Call winmm.timeGetTime() [a few times]
0009:Ret winmm.timeGetTime()
0009:trace:seh:raise_exception code=c0000005 flags=0 (access violation)
...
0009:RET smackw32._SmackDoFrame@4() retval=00000000 ret=0049ef3d
The sequence of smackw32 calls is:
smackw32._SmackOpen@12
smackw32._SmackCheckCursor@20
smackw32._SmackToBuffer@28
smackw32._SmackDoFrame@4
The affected video is "intro.smk". Curiously, this is the second such
sequence. The first one, opening "loads.smk" produces no exception
(but it is too short to be a video). Surprisingly, Burg
Schreckenstein's ending credits extro_[1-7].smk are rendered (these
appear to be still images without animation).
Logs are available upon request. What channels?
You may add
[Smacker]
Debug=1
to win.ini and set WINEDEBUG=+debugstr.
I've not yet written an AppDB entry for either of these 2 children apps.
"5 Freunde" is Enid Blyton's "Famous 5" or "Club des cinq".
Bug present with both Ubuntu Intrepid and MacOS, on different HW and was
observed as early as wine-0.9.48 to present.
--
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=42566
Bug ID: 42566
Summary: Edit control uses WM_PAINT instead of WM_ERASEBKGND
Product: Wine
Version: 2.0
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: user32
Assignee: wine-bugs(a)winehq.org
Reporter: james.tabor(a)reactos.org
Distribution: ---
Created attachment 57478
--> https://bugs.winehq.org/attachment.cgi?id=57478
Test Program
In Windows, the edit control uses the WM_ERASEBKGND message to erase the
background but the Wine edit control uses the WM_PAINT message. Test app
included..
--
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=30583
Bug #: 30583
Summary: keyboard input does not work after focus-out and
focus-in
Product: Wine
Version: unspecified
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hramrach(a)gmail.com
Classification: Unclassified
Since upgrade to wine 1.4-rc6 keyboard input does not work after focus is lost
and restored.
0) switch to focus-follows-mouse
1) run notepad
2) enter some text
3) point to another window and back to notepad
4) type
no text appears.
--
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=40835
Bug ID: 40835
Summary: PulseAudio support with NetBSD
Product: Wine
Version: 1.9.12
Hardware: x86
OS: NetBSD
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: winepulse.drv
Assignee: wine-bugs(a)winehq.org
Reporter: adrien_fernandes2(a)hotmail.com
Created attachment 54798
--> https://bugs.winehq.org/attachment.cgi?id=54798
Output of the compilation
Hello,
I am making a package from scratch for NetBSD using pkgsrc so my objective is
to make it fully functional whatever the user wants to use (thanks to options).
Everything is perfect EXCEPT for a problem when building with PulseAudio
support.
NetBSD 7.0.1 (GENERIC.201605221355Z) i386
--
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=22389
Summary: Text fields in dialog box remain highlighted in IDA
Pro (maybe other Borland VCL programs?)
Product: Wine
Version: 1.1.42
Platform: x86
URL: http://www.hex-rays.com/idapro/idadownfreeware.htm
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: markk(a)clara.co.uk
IDA Pro is an interactive disassembler. A freeware version can be downloaded
from http://www.hex-rays.com/idapro/idadownfreeware.htm
In some dialog boxes, when you press Tab to cycle to the next text box, text in
the previously-active box remains highlighted. It should not.
To demonstrate, download and install the freeware IDA Pro. Load any Windows
executable into it. Click to position the cursor over any label (e.g. start),
and press N to bring up the Rename address dialog box.
Initially, the Name field is highlighted. Press Tab. The "Maximum length of new
names" field is highlighted, but the Name field remains highlighted. Pressing
Tab again causes the "Local name prefix" field to also be highlighted, with the
previous two fields staying highlighted.
Apparently IDA Pro is built using the Borland VCL (Visual Component Library),
so perhaps this issue could affect other programs too.
--
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=37896
Bug ID: 37896
Summary: EM_SETPASSWORDCHAR ineffective when edit control does
not have WS_BORDER set
Product: Wine
Version: 1.7.33
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: user32
Assignee: wine-bugs(a)winehq.org
Reporter: winehq-bugzilla(a)richardpayne.name
Distribution: ---
I have two identical edit controls with ES_PASSWORD set via EM_SETPASSWORDCHAR.
Identical, that is, apart from 1 having WS_BORDER set and the other not.
The one without WS_BORDER does not conceal its contents as it should when a
password char is specified. The one with WS_BORDER set works as expected.
--
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=38786
Bug ID: 38786
Summary: An EXE that only creates a WS_EX_TOOLWINDOW window
isn't given focus (or returned focus).
Product: Wine
Version: 1.7.38
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jasonwinter(a)hotmail.com
Distribution: ---
It seems only WS_EX_APPWINDOW windows are given focus by Wine on application
startup (I.E. windows that have a taskbar button).
Windows that do not appear in the taskbar are not given focus by Wine when an
application is started. Additionally, if the user gives focus to that window
using the mouse, things like MessageBox (I.E. another window that takes focus)
do not return focus to a tool-window that last had focus. Instead, focus is
only returned to the last window which had focus and also has a taskbar button.
--
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=40255
Bug ID: 40255
Summary: Cannot delete or modify 1Password items
Product: Wine
Version: 1.9.4
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jhessin(a)gmail.com
Distribution: ---
While using 1Password ver. 4.6.0.604 I am unable to delete or modify any
passwords in my shared vault. The vault works perfectly fine on my windows
computer. This is the error report generated by the application: NOTE: personal
information has been removed.
Application:
> -------------------------------------------------------
> 1.1 Start Date : Sat, 5 Mar 2016 09:11:42 -0700
> 1.2 Name/Description: 1Password.exe - (1Password)
> 1.3 Version Number : 4.6.0.604
> 1.4 Parameters :
> 1.5 Compilation Date: Tue, 23 Feb 2016 13:07:31 -0700
> 1.6 Up Time : 1 minute, 5 seconds
>
> Exception:
> --------------------------------------------------------------------------
> ------------------------------------- 2.1 Date : Sat, 5 Mar
> 2016 09:12:48 -0700 2.2 Address : 005F3654
> 2.3 Module Name : 1Password.exe - (1Password)
> 2.4 Module Version: 4.6.0.604
> 2.5 Type : EAccessViolation
> 2.6 Message : Access violation at address 005F3654 in module
> '1Password.exe'. Read of address 00000004.
> 2.7 ID : 1001
> 2.8 Count : 1
> 2.9 Status : New
> 2.10 Note :
>
> Active Controls:
> ----------------------------------------------
> 4.1 Form Class : TFrm1pMain
> 4.2 Form Text : 1Password
> 4.3 Control Class: TTntListView.UnicodeClass
> 4.4 Control Text :
>
> Computer:
> -------------------------------------------------------
> 5.1 Name : #########
> 5.2 Total Memory : 3097 Mb
> 5.3 Free Memory : 1739 Mb
> 5.4 Total Disk : 913.32 Gb
> 5.5 Free Disk : 821.71 Gb
> 5.6 System Up Time: 2 hours, 1 minute, 38 seconds
> 5.7 Processor : Intel(R) Pentium(R) 4 CPU 2.40GHz
> 5.8 Display Mode : 1366 x 768, 32 bit
> 5.9 Display DPI : 96
> 5.10 Video Card : X11 Windowing System (driver )
> 5.11 Printer :
>
> Operating System:
> ---------------------------------------------
> 6.1 Type : Microsoft Windows XP (64 bit)
> 6.2 Build # : 3790
> 6.3 Update : Service Pack 2
> 6.4 Language: English
> 6.5 Charset : 0
>
--
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=37132
Bug ID: 37132
Summary: Clang Static Analyzer: Uninitialized array item
Product: Wine
Version: 1.7.22
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: lukebenes(a)hotmail.com
Clang Static Analyzer identifies Uninitialized array item
File: dlls/avifil32/api.c
Location: line 1753, column 10
Description: Assigned value is garbage or undefined
#define MAX_AVISTREAMS 8
...
HRESULT WINAPI AVISaveVW(....int nStreams ....)
{
...
//Declaring 8-item array, [0..7]
PAVISTREAM pInStreams[MAX_AVISTREAMS];
...
if (nStreams >= MAX_AVISTREAMS) {
WARN(...);
return AVIERR_INTERNAL;
}
...
//Initializing first 7 items, [0..6].
for (curStream = 0; curStream < nStreams; curStream++) {
pInStreams[curStream] = NULL;
pOutStreams[curStream] = NULL;
}
...
for (curStream = 0; curStream < nStreams; curStream++) {
...
if (curStream + 1 >= nStreams) {
/* move the others one up */
PAVISTREAM *ppas = &pInStreams[curStream];
int n = nStreams - (curStream + 1);
do {
*ppas = pInStreams[curStream + 1];
//Clang: Assigned value is garbage or undefined
} while (--n);
}
...
}
...
}
In this code, an array of 8 items is declared. The code will continue executing
as long as the nStreams variable is less than 8, i.e. 7 at most. All the loops
in this function with the conditional statement (curStream < nStreams) fail to
iterate through the last item, both before its initialization and when using
it. The line Clang displayed the message on is just that very line where the
eighth item with the index 7 is taken, as the (curStream + 1 >= nStreams)
condition will be true at curStream==6 and nStreams==7. Addressing the
pInStreams[curStream + 1] array will give us the last, previously uninitialized
item.
--
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=34758
Bug #: 34758
Summary: Unhandled exception: divide by zero in 32-bit code
(0x7eabe0ee). under unbuntu 12.04 wine 1.6
Product: Wine
Version: unspecified
Platform: x86-64
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Francis.Bougron(a)free.fr
Classification: Unclassified
Created attachment 46350
--> http://bugs.winehq.org/attachment.cgi?id=46350
Trace of debugger
This happens when starting "Microsoft money97 5.0.
I see bugs 33886 34451 300082.
It is probably the same thing.
--
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.