http://bugs.winehq.org/show_bug.cgi?id=5920
xerox_xerox2000(a)yahoo.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|wine-directx |wine-directx-dinput
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2007-09-07 07:09 -------
A few lines from +relay log:
0009:Call dinput.DllGetClassObject(005c8480,60517b3c,0034f308) ret=604b95d7
0009:Ret dinput.DllGetClassObject() retval=00000000 ret=604b95d7
Then later on :
Call user32.CreateWindowExW(00000000,61a4ad62
L"Hook_LL_CL",00000000,00000000,00000000,00000000,00000000,00000000,fffff
ffd,00000000,00000000,00000000) ret=61a3a200
Then lots of lines with vague stuff, and then ExitProcess.
With native dinput I could easily get into the first menuscreen, then crashes in
quartz (as a first guess). Maybe Vitaliy could shed a light on this bug?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3997
------- Additional Comments From dmitry(a)codeweavers.com 2007-09-07 07:03 -------
Photoshop creates captionless windows (such as splash screen) and Wine to
cope with WM limitations creates those windows as not managed. Any window
that should pop up above that windows will be visible behind them (for ex
the font error box), stupid WMs.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3794
------- Additional Comments From austinenglish(a)gmail.com 2007-09-07 07:02 -------
Louis's patch fixes the installer for me as well.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5911
xerox_xerox2000(a)yahoo.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |regression
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2007-09-07 06:48 -------
This installer gets past the crash in wine-20050628. In wine-20050830 it
crashes. So looks like a regression. Funnily enough the crash can also be
bypassed by running with +relay,+seh.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3997
------- Additional Comments From dank(a)kegel.com 2007-09-07 05:32 -------
I tried a couple obvious simpleminded things:
1) call XRaiseWindow when first creating the window
2) in X11DRV_set_wm_hints(), use the _NET_WM_STATE_MODAL hint; see
http://standards.freedesktop.org/wm-spec/1.3/ar01s05.html
but Photoshop CS tryout installer still puts the "Please close all Adobe apps..."
dialog under the wizard when you click 'ok';
maybe I did 'em wrong. I'll attach a patch showing what I tried.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.