https://bugs.winehq.org/show_bug.cgi?id=39973
Bug ID: 39973 Summary: Black window is shown when selecting a color. Product: Wine Version: 1.9.1 Hardware: x86 OS: Linux Status: NEW Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: leslie_alistair@hotmail.com Distribution: ---
Download these examples http://www.bcgsoft.com/download/BCGControlBarProDemo.zip
Run the BCGPControls.exe example Click the "Color Controls" on the left hand side. Click the "Dialog..." Button under "Advanced Color Dialog:" Click the "Select..." button.
The screen goes black at this stage, clicking anywhere causes it to be removed.
On Windows, it allows you to select the color from a window that is visible.
https://bugs.winehq.org/show_bug.cgi?id=39973
Alistair Leslie-Hughes leslie_alistair@hotmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download URL| |http://www.bcgsoft.com/down | |load/BCGControlBarProDemo.z | |ip
https://bugs.winehq.org/show_bug.cgi?id=39973
Sergey Isakov isakov-sl@bk.ru changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |isakov-sl@bk.ru
--- Comment #1 from Sergey Isakov isakov-sl@bk.ru --- This application make me other crash ~~~ trace:loaddll:load_native_dll Loaded L"C:\windows\system32\MFC42.DLL" at 0x5f400000: native ... wine: Call from 0x7bc43e28 to unimplemented function MFC42.DLL.6571, aborting err:module:attach_process_dlls "BCGCBPRO2510.dll" failed to initialize, aborting err:module:LdrInitializeThunk Main exe initialization for L"C:\BCGControlBarProDemo\BCGPControls.exe" failed, status 80000100
https://bugs.winehq.org/show_bug.cgi?id=39973
winetest@luukku.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |winetest@luukku.com
--- Comment #2 from winetest@luukku.com --- (In reply to Sergey Isakov from comment #1)
This application make me other crash
trace:loaddll:load_native_dll Loaded L"C:\\windows\\system32\\MFC42.DLL" at 0x5f400000: native ... wine: Call from 0x7bc43e28 to unimplemented function MFC42.DLL.6571, aborting err:module:attach_process_dlls "BCGCBPRO2510.dll" failed to initialize, aborting err:module:LdrInitializeThunk Main exe initialization for L"C:\\BCGControlBarProDemo\\BCGPControls.exe" failed, status 80000100
That looks weird. Does winetricks -q mfc42 fix it?
https://bugs.winehq.org/show_bug.cgi?id=39973
--- Comment #3 from Sergey Isakov isakov-sl@bk.ru --- (In reply to winetest from comment #2)
(In reply to Sergey Isakov from comment #1)
This application make me other crash
trace:loaddll:load_native_dll Loaded L"C:\\windows\\system32\\MFC42.DLL" at 0x5f400000: native ... wine: Call from 0x7bc43e28 to unimplemented function MFC42.DLL.6571, aborting err:module:attach_process_dlls "BCGCBPRO2510.dll" failed to initialize, aborting err:module:LdrInitializeThunk Main exe initialization for L"C:\\BCGControlBarProDemo\\BCGPControls.exe" failed, status 80000100
That looks weird. Does winetricks -q mfc42 fix it?
I have to possibility builtin and native. For native see above For builtin ~~~~ err:module:import_dll Library MFC42.DLL (which is needed by L"C:\BCGControlBarProDemo\BCGCBPRO2510.dll") not found ~~~~
AFAIK Wine has no builtin MFC42.dll
https://bugs.winehq.org/show_bug.cgi?id=39973
--- Comment #4 from Dmitry Timoshkov dmitry@baikal.ru --- (In reply to Sergey Isakov from comment #1)
This application make me other crash
trace:loaddll:load_native_dll Loaded L"C:\\windows\\system32\\MFC42.DLL" at 0x5f400000: native ... wine: Call from 0x7bc43e28 to unimplemented function MFC42.DLL.6571, aborting err:module:attach_process_dlls "BCGCBPRO2510.dll" failed to initialize, aborting err:module:LdrInitializeThunk Main exe initialization for L"C:\\BCGControlBarProDemo\\BCGPControls.exe" failed, status 80000100
Where did you get this mfc42.dll from? Apparently this build is not compatible with the application. Does installing it with winetricks help?
https://bugs.winehq.org/show_bug.cgi?id=39973
--- Comment #5 from Sergey Isakov isakov-sl@bk.ru ---
From real windows-7
https://bugs.winehq.org/show_bug.cgi?id=39973
--- Comment #6 from Alistair Leslie-Hughes leslie_alistair@hotmail.com --- (In reply to Dmitry Timoshkov from comment #4)
(In reply to Sergey Isakov from comment #1)
This application make me other crash
trace:loaddll:load_native_dll Loaded L"C:\\windows\\system32\\MFC42.DLL" at 0x5f400000: native ... wine: Call from 0x7bc43e28 to unimplemented function MFC42.DLL.6571, aborting err:module:attach_process_dlls "BCGCBPRO2510.dll" failed to initialize, aborting err:module:LdrInitializeThunk Main exe initialization for L"C:\\BCGControlBarProDemo\\BCGPControls.exe" failed, status 80000100
Where did you get this mfc42.dll from? Apparently this build is not compatible with the application. Does installing it with winetricks help?
winetricks mfc42 or winetricks vcrun6
https://bugs.winehq.org/show_bug.cgi?id=39973
--- Comment #7 from Sergey Isakov isakov-sl@bk.ru --- Created attachment 56524 --> https://bugs.winehq.org/attachment.cgi?id=56524 white background around dialog
OK winetricks vcrun6 does help.
After click "Select..." button background became white. Click inside dialog works, click outside cause return to the dialog. See screenshot
https://bugs.winehq.org/show_bug.cgi?id=39973
--- Comment #8 from Sergey Isakov isakov-sl@bk.ru --- Sorry, it was not clear wine. Tested with wine-1.9.20. All works normal except the result. Select button always return white.
https://bugs.winehq.org/show_bug.cgi?id=39973
--- Comment #9 from Sergey Isakov isakov-sl@bk.ru --- It was winemac.drv. Switching to winex11.drv replicate the behavior as in the bug description.
https://bugs.winehq.org/show_bug.cgi?id=39973
--- Comment #10 from winetest@luukku.com --- Still valid wine 2.0rc5 and staging 2.0rc5.