https://bugs.winehq.org/show_bug.cgi?id=36769
Bug ID: 36769
Summary: Adobe Creative Cloud Setup crashes on startup
Product: Wine
Version: 1.7.20
Hardware: x86
URL: https://ccmdls.adobe.com/AdobeProducts/ILST/17/win32/A
AMmetadataLS20/CreativeCloudSet-Up.exe
OS: Linux
Status: NEW
Keywords: download, Installer
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Created attachment 48829
--> https://bugs.winehq.org/attachment.cgi?id=48829
terminal output
Follow up to bug 34215.
Crashes very early on start:
[0619/151638:ERROR:gpu_info_collector_win.cc(91)] Can't retrieve a valid WinSAT
assessment.
fixme:win:EnumDisplayDevicesW ((null),0,0x536e024,0x00000000), stub!
fixme:thread:GetThreadPreferredUILanguages 56, 0x33de4c, 0x33de5c 0x33de50
fixme:module:load_library unsupported flag(s) used (flags: 0x00000060)
fixme:thread:GetThreadPreferredUILanguages 56, 0x33dadc, 0x33daec 0x33dae0
fixme:module:load_library unsupported flag(s) used (flags: 0x00000060)
fixme:dwrite:dwritefactory_RegisterFontFileLoader (0x1fb3f0): stub
wine: Unhandled page fault on read access to 0x00000000 at address 0x67e561c
(thread 007d), starting debugger...
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x067e561c).
I'll attach logs.
--
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=6254
--- Comment #74 from jre.winesim(a)gmail.com ---
Found in 1.7.45 (Debian's wine-development 1.7.45-1) with SteuerSparErklärung
2015 (free test version available, see AppDB link):
Start the installer, choose "Express-Installation", tick "Testversion
installieren". In the view of the "Lizenzvereinbarung" (which is not displayed
as reported in bug #37743) click "Drucken" (Print)
-->
The installer ends up unresponsive and continuously emits the line
fixme:richedit:ME_HandleMessage EM_FORMATRANGE: stub
"winetricks riched20" solves this.
--
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=3637
--- Comment #18 from Alexey Slepov <sir-lexa(a)yandex.ru> ---
As it is described before, it's about WM_PAINT event.
On choosing in menu "Help"->"Periodic Table" in that "Periodic Table" window
there must be shown a color box under "Selection: C".
You can see the color box when you click on any chemical element (because of
repaint). But it must be shown at the very beginning.
The bug is there in wine 1.7.44, I don't know about 1.7.45.
--
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 #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.