https://bugs.winehq.org/show_bug.cgi?id=8712
--- Comment #51 from Nikolay Sivov <bunglehead(a)gmail.com> ---
Alright, will take a look.
--
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=8712
--- Comment #50 from Bernd Buschinski <b.buschinski(a)googlemail.com> ---
Created attachment 51733
--> https://bugs.winehq.org/attachment.cgi?id=51733
playvideo.exe with wine-1.7.45
The PlayVideo.exe is in the attachment #1,
https://bugs.winehq.org/attachment.cgi?id=6759
as well as the source, here an updated log and a quick guess that we need
IDirectDrawStreamSampleImpl_GetSurface to be implemented.
--
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=3637
--- Comment #17 from Ken Sharp <imwellcushtymelike(a)gmail.com> ---
No idea what I'm testing here. Is this still an issue in Wine 1.7.45 or later?
--
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=5402
Anastasius Focht <focht(a)gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|-unknown |user32
Summary|Canon PhotoStitch 3.1.13 |Multiple MFC-based apps
|crashes on startup |crash during non-modal
| |child dialog control
| |creation with active window
| |being zero (Canon
| |PhotoStitch 3.1.13,
| |Flexible Renamer v8.4)
--- Comment #39 from Anastasius Focht <focht(a)gmx.net> ---
Hello folks,
reviving this old bug again as another app was found which suffers from same
problem: bug 32304 ("Flexible Renamer v8.4 crashes on startup (no active window
after child dialog controls creation)")
Quoting myself:
--- quote ---
For testing purpose I made the top-most parent window which is not a child
window the active window in the non-modal case, after the dialog controls are
created and the default focus assignment is handled.
Basically searching all ancestors until a non-child top window is found which
is not a desktop window (the main app window).
It made the apps from both bugs work.
The change might not be correct but narrows down an area to investigate further
on.
--- quote ---
I tried to limit the impact by adding code only in focus handling.
This might need to be put in larger scope - your task to figure out ;-)
Source:
https://source.winehq.org/git/wine.git/blob/6c5d4cb07e6ddc578cd8f6b359f51c7…
--- snip ---
483 static HWND DIALOG_CreateIndirect( HINSTANCE hInst, LPCVOID dlgTemplate,
484 HWND owner, DLGPROC dlgProc, LPARAM param,
485 BOOL unicode, BOOL modal )
486 {
487 HWND hwnd;
488 RECT rect;
489 POINT pos;
...
691 /* Create controls */
692
693 if (DIALOG_CreateControls32( hwnd, dlgTemplate, &template, hInst,
unicode ))
694 {
695 /* Send initialisation messages and set focus */
696
697 if (dlgProc)
698 {
699 HWND focus = GetNextDlgTabItem( hwnd, 0, FALSE );
700 if (!focus) focus = GetNextDlgGroupItem( hwnd, 0, FALSE );
701 if (SendMessageW( hwnd, WM_INITDIALOG, (WPARAM)focus, param )
&& IsWindow( hwnd ) &&
702 ((~template.style & DS_CONTROL) || (template.style &
WS_VISIBLE)))
703 {
704 /* By returning TRUE, app has requested a default focus
assignment.
705 * WM_INITDIALOG may have changed the tab order, so find
the first
706 * tabstop control again. */
707 focus = GetNextDlgTabItem( hwnd, 0, FALSE );
708 if (!focus) focus = GetNextDlgGroupItem( hwnd, 0, FALSE );
709 if (focus)
710 SetFocus( focus );
711 }
712 }
713
714 if (template.style & WS_VISIBLE && !(GetWindowLongW( hwnd,
GWL_STYLE ) & WS_VISIBLE))
715 {
716 ShowWindow( hwnd, SW_SHOWNORMAL ); /* SW_SHOW doesn't always
work */
717 }
718 return hwnd;
719 }
...
723 }
--- snip ---
$ wine --version
wine-1.7.45-146-gaf55ae1
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.
https://bugs.winehq.org/show_bug.cgi?id=5402
Anastasius Focht <focht(a)gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |hitobashira(a)gmail.com
--- Comment #38 from Anastasius Focht <focht(a)gmx.net> ---
*** Bug 32304 has been marked as a duplicate of this bug. ***
--
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=32303
Bug #: 32303
Summary: Ca not excute, program.
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: hitobashira(a)gmail.com
Classification: Unclassified
I can not exec.
http://hp.vector.co.jp/authors/VA014830/english/FlexRena/
--
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=625
--- Comment #24 from Ken Sharp <imwellcushtymelike(a)gmail.com> ---
The patches don't help with Lotus SmartSuite 97. The applications look in
c:\lotus\compnent for some shared DLLs, but that isn't the working directory.
--
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=19232
Summary: since few versions of wine graphics in warhammer40k is
not drawn and causes crashes.
Product: Wine
Version: 1.1.24
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: gdi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nevasith(a)gmail.com
Recent updates of wine introduced a dramatic fall in Warhammer 40.000 Dawn of
War series. The game used to run on high details on my ATI Radeon 3400 card,
now they barely work on low.
The real problem is the graphics drawing engine - some parts are not even drawn
at all (ex armor of the TAU commander) Also these objects tend to crash the
game instantly. Even the low detail graphics keep this problem even in the game
menu. Fonts also have bacame unreadable.
I tried to use console to get informations on what may be wrong, but there are
only standard fixme lines dropping like mad.
Downgrading to wine 1.01 from ubuntu 9.04 repository solved the problem for me,
so there is something wrong with the newest versions of wine.
--
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=9159
Ken Sharp <imwellcushtymelike(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |download
--
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.