http://bugs.winehq.org/show_bug.cgi?id=9158
--- Comment #7 from Dan Kegel <dank(a)kegel.com> 2008-10-19 07:28:54 ---
Tried it with today's git. It puts up the small initializing UI,
then sits for about a minute before putting up the EULA.
When you tell it to go, it fails with a problem report
dialog pointing to three files. The first one says, helpfully:
[10/19/08,04:58:29] RGB Rast: ***ERRORLOG EVENT*** : dlmgr: -2147467263,
CDownloadJob::SetMinimumRetryDelay() : Failed to set minimum retry delay.
Context: 0 Error code: -2147467263 Description: ^M
Making that return S_OK in bits got us to the next such error:
[10/19/08,05:07:44] RGB Rast: ***ERRORLOG EVENT*** : dlmgr: -2147467263,
CDownloadJob::SetNoProgressTimeout() : Failed to set no-progress timeout.
Making that return S_OK gets us further; it sits in a loop
downloading wpf.msi over and over:
trace:qmgr:BackgroundCopyFileConstructor
(L"http://go.microsoft.com/fwlink/?LinkId=70843&clcid=0x409",L"C:\\windows\\temp\\dotnetfx304506.30\\1033\\wcu\\wpf\\wpf.msi",0x7d51e428)
fixme:qmgr:BITS_IBackgroundCopyJob_SetMinimumRetryDelay Not implemented,
returning OK anyway
fixme:qmgr:BITS_IBackgroundCopyJob_SetNoProgressTimeout Not implemented,
returning S_OK anyway
fixme:qmgr:BITS_IBackgroundCopyJob_SetPriority Not implemented
trace:qmgr:processFile Transferring:
L"http://go.microsoft.com/fwlink/?LinkId=70843&clcid=0x409" ->
L"C:\\windows\\temp\\BIT9a5a.tmp" ->
L"C:\\windows\\temp\\dotnetfx304506.30\\1033\\wcu\\wpf\\wpf.msi"
fixme:urlmon:ObtainUserAgentString (0, 0x7ddd0ce7, 0x7ddd0ce0): stub
fixme:urlmon:ObtainUserAgentString (0, 0x130600, 0x7ddd0ce0): stub
fixme:qmgr:BITS_IBackgroundCopyJob_SetPriority Not implemented
fixme:wininet:InternetLockRequestFile STUB
So I think we may be nearly past the BITS dependency and on to
the next problem. I'll attach the patch for anyone who wants to try.
--
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.
http://bugs.winehq.org/show_bug.cgi?id=8126
--- Comment #7 from Jan Hoogenraad <jan-winehq(a)hoogenraad.net> 2008-10-19 07:01:22 ---
Created an attachment (id=16737)
--> (http://bugs.winehq.org/attachment.cgi?id=16737)
console output while running Paardrijclub
Barbie Paardrijclub apparently has a similar problem.
Output when running from directory where the program is installed, yields the
attached trace.
It starts with the same message:
fixme:win:EnumDisplayDevicesW ((null),0,0x32f628,0x00000000), stub!
--
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.
http://bugs.winehq.org/show_bug.cgi?id=9158
--- Comment #6 from Dan Kegel <dank(a)kegel.com> 2008-10-19 06:45:49 ---
*** Bug 15671 has been marked as a duplicate of this bug. ***
--
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.
http://bugs.winehq.org/show_bug.cgi?id=15660
Summary: Gnome panels overlaping the game window in full screen.
Product: Wine
Version: 1.1.6
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: normal
Priority: P1
Component: winex11.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: winebugzilla(a)gmail.com
CC: dmitry(a)codeweavers.com
With wine 1.1.6 has the gnome panels overlaping the game 'window' went running
the game in full screen. This did not happen with 1.1.5.
Games I have tested are World of Warcraft, Warcraft III - The Frozen Throne and
Warcraft 3 demo.
The Regression test shows that 'winex11.drv: Add support for _NET_WORKAREA.'
makes the gnome panels overlap the game window.
9aaa24091f9b93f8071b9685b6eaa8c6f16ff826 is first bad commit
commit 9aaa24091f9b93f8071b9685b6eaa8c6f16ff826
Author: Dmitry Timoshkov <dmitry(a)codeweavers.com>
Date: Thu Oct 2 04:00:18 2008 +0900
winex11.drv: Add support for _NET_WORKAREA.
:040000 040000 a2249e3f88fa71d7be95e718755ed43d5e52da88
3ae8a0b89ebbaa7ec14b75ce71741f4630b10207 M dlls
warcraft 3 demo download link:
http://ftp.blizzard.com/pub/war3/demos/Warcraft3_Demo.zip
On a side note I'm using Ubuntu 8.0.4-1 with metacity as my window manager.
This bug looks like http://bugs.winehq.org/attachment.cgi?id=9709 from bug
10673.
--
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.
http://bugs.winehq.org/show_bug.cgi?id=2057
--- Comment #17 from Dylan Smith <dylan.ah.smith(a)gmail.com> 2008-10-19 03:41:35 ---
Created an attachment (id=16733)
--> (http://bugs.winehq.org/attachment.cgi?id=16733)
richedit: Implement WM_SETREDRAW with DefWindowProc
After doing some more tests with native riched20, and the relay trace, I found
that it was using InvalidateRect and UpdateWindow while redraw is disabled. I
also found that the DefWindowProc was being used in native richedit, but not in
Wine. It seems as if redraw is simply done using DefWindowProc, which just
clears the WS_VISIBLE flag to avoid redrawing the window.
When the richedit control becomes visible again by WM_SETREDRAW, it will be
repainted properly, so it will fix the bug my last patch introduced by making
sure the scrollbar is repainted.
--
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.
http://bugs.winehq.org/show_bug.cgi?id=4098
dimesio(a)earthlink.net changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |dimesio(a)earthlink.net
--- Comment #4 from dimesio(a)earthlink.net 2008-10-18 18:29:43 ---
In 1.1.6 the progress window flashes onscreen briefly, and then the install is
finished. I'm not sure how long it's supposed to be up there; it doesn't really
take that long to copy 6 dlls.
--
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.
http://bugs.winehq.org/show_bug.cgi?id=8421
--- Comment #5 from Dan Kegel <dank(a)kegel.com> 2008-10-18 18:06:37 ---
How did you install native comctl32?
Did you try using winetricks? It works around a known difficulty with
overriding that.
cd $HOME
mv .wine .wine.old
wget http://kegel.com/wine/winetricks
sh winetricks comctl32
If that makes it work, you probably don't need to do the regression test.
--
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.
http://bugs.winehq.org/show_bug.cgi?id=8421
Pavel Brych <pavel.brych(a)centrum.cz> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |pavel.brych(a)centrum.cz
--- Comment #3 from Pavel Brych <pavel.brych(a)centrum.cz> 2008-10-18 17:50:35 ---
I can confirm this crashes, exactly as described.
I used Disk Explorer Proffesional about year ago with comctl32.dll override as
sugested with no problems, but then something went wrong and I stop using it.
Now i decide to try again and investigate a little. I started with wine 0.9.24,
the version confirmed as working with comctl32 override. It works up to wine
0.9.41, but wine 0.9.42 and higher crashes when using native comctl32.dll:
[pavel@computer Disk Explorer Professional 3]$ wine depro.exe
err:module:import_dll Library comctl32.dll (which is needed by
L"C:\\windows\\system32\\shell32.dll") not found
err:module:import_dll Library shell32.dll (which is needed by
L"C:\\windows\\system32\\comdlg32.dll") not found
err:module:import_dll Library comctl32.dll (which is needed by
L"C:\\windows\\system32\\comdlg32.dll") not found
err:module:import_dll Library comdlg32.dll (which is needed by L"C:\\Program
Files\\Disk Explorer Professional 3\\depro.exe") not found
err:module:import_dll Library comctl32.dll (which is needed by
L"C:\\windows\\system32\\shell32.dll") not found
err:module:import_dll Library SHELL32.dll (which is needed by L"C:\\Program
Files\\Disk Explorer Professional 3\\depro.exe") not found
err:module:import_dll Library COMCTL32.dll (which is needed by L"C:\\Program
Files\\Disk Explorer Professional 3\\depro.exe") not found
err:module:import_dll Library comctl32.dll (which is needed by
L"C:\\windows\\system32\\shell32.dll") not found
err:module:import_dll Library shell32.dll (which is needed by
L"C:\\windows\\system32\\comdlg32.dll") not found
err:module:import_dll Library comctl32.dll (which is needed by
L"C:\\windows\\system32\\comdlg32.dll") not found
err:module:import_dll Library comdlg32.dll (which is needed by
L"C:\\windows\\system32\\oledlg.dll") not found
err:module:import_dll Library oledlg.dll (which is needed by L"C:\\Program
Files\\Disk Explorer Professional 3\\depro.exe") not found
err:module:import_dll Library comctl32.dll (which is needed by
L"C:\\windows\\system32\\shell32.dll") not found
err:module:import_dll Library shell32.dll (which is needed by
L"C:\\windows\\system32\\wininet.dll") not found
err:module:import_dll Library WININET.dll (which is needed by L"C:\\Program
Files\\Disk Explorer Professional 3\\depro.exe") not found
err:module:LdrInitializeThunk Main exe initialization for L"C:\\Program
Files\\Disk Explorer Professional 3\\depro.exe" failed, status c0000135
[pavel@computer Disk Explorer Professional 3]$
I dont know if I'm doing something wrong. I simply installed
wine 0.9.41 from rpm - it worked. Then I removed wine and installed version
0.9.42 - and it crashed. It crashed the same with several higher versions,
include 1.1.6.
--
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.