http://bugs.winehq.org/show_bug.cgi?id=5692
Summary: theme park world crashes on startup
Product: Wine
Version: 0.9.17.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: timonator(a)gmail.com
the game theme park world crashes directly on startup. see backtrace appended
--
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=5691
------- Additional Comments From smack(a)smack.gotdns.org 2006-15-07 19:41 -------
Turns out I did exactly the opposite of what vitamin wanted me to try. I tried
this patch and as soon as I did my mouse in Alice broke. So the problem would
definetly be specific to the stuff below.
diff --git a/dlls/dinput/mouse.c b/dlls/dinput/mouse.c
index 8bd395e..e626bf6 100644
--- a/dlls/dinput/mouse.c
+++ b/dlls/dinput/mouse.c
@@ -418,7 +419,6 @@ static LRESULT CALLBACK dinput_mouse_hoo
MSLLHOOKSTRUCT *hook = (MSLLHOOKSTRUCT *)lparam;
SysMouseImpl* This = (SysMouseImpl*) current_lock;
DWORD dwCoop;
- static long last_event = 0;
int wdata;
if (code != HC_ACTION) return CallNextHookEx( 0, code, wparam, lparam );
@@ -426,16 +426,6 @@ static LRESULT CALLBACK dinput_mouse_hoo
EnterCriticalSection(&(This->crit));
dwCoop = This->dwCoopLevel;
- /* Only allow mouse events every 10 ms.
- * This is to allow the cursor to start acceleration before
- * the warps happen. But if it involves a mouse button event we
- * allow it since we don't want to lose the clicks.
- */
- if (((GetCurrentTime() - last_event) < 10)
- && wparam == WM_MOUSEMOVE)
- goto end;
- else last_event = GetCurrentTime();
-
/* Mouse moved -> send event if asked */
if (This->hEvent)
SetEvent(This->hEvent);
--
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=5691
Summary: dinput regression
Product: Wine
Version: CVS
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx-dinput
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: smack(a)smack.gotdns.org
In American McGee's Alice this patch breaks the mouse and makes it so you can
barely move. It's like the mouse is losing input.
date: 2006-06-22
patch message: dinput: Warp mouse each 10ms instead of dropping events.
sha1: 9d449ab4895a32aec25be03f0ead30debf34b6c8
vitamin had me try removing this stuff from the patch. After I did the mouse
worked normal in Alice.
@@ -418,7 +419,6 @@ static LRESULT CALLBACK dinput_mouse_hoo
MSLLHOOKSTRUCT *hook = (MSLLHOOKSTRUCT *)lparam;
SysMouseImpl* This = (SysMouseImpl*) current_lock;
DWORD dwCoop;
- static long last_event = 0;
int wdata;
if (code != HC_ACTION) return CallNextHookEx( 0, code, wparam, lparam );
@@ -426,16 +426,6 @@ static LRESULT CALLBACK dinput_mouse_hoo
EnterCriticalSection(&(This->crit));
dwCoop = This->dwCoopLevel;
- /* Only allow mouse events every 10 ms.
- * This is to allow the cursor to start acceleration before
- * the warps happen. But if it involves a mouse button event we
- * allow it since we don't want to lose the clicks.
- */
- if (((GetCurrentTime() - last_event) < 10)
- && wparam == WM_MOUSEMOVE)
- goto end;
- else last_event = GetCurrentTime();
-
/* Mouse moved -> send event if asked */
if (This->hEvent)
SetEvent(This->hEvent);
--
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=5463
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |mpisz(a)yahoo.com
------- Additional Comments From vitaliy(a)kievinfo.com 2006-15-07 18:41 -------
*** Bug 5690 has been marked as a duplicate of 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=5690
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From vitaliy(a)kievinfo.com 2006-15-07 18:41 -------
Dup
*** This bug has been marked as a duplicate of 5463 ***
--
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=5667
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|major |normal
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
Summary|running Mankind via Wine |Mankind crashes when
|0.9.17 ruins gnome panel |changing config
------- Additional Comments From vitaliy(a)kievinfo.com 2006-15-07 18:40 -------
Please open new bug for each problem instead of changing summary.
--
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=5683
------- Additional Comments From hverbeet(a)gmail.com 2006-15-07 17:42 -------
Yes, this does look like something that was recently fixed.
--
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=5690
Summary: IE6 shows blank screen on start up
Product: Wine
Version: 0.9.17.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mpisz(a)yahoo.com
In default installation of wine 0.9.17 with default settings under ubuntu
6.06LTS. Iexplorer seems to install fine by just wine ie6setup.exe. It seems
to complete the task and says it's finished. When I try to run IEXPLORE.EXE and
blank window {Title Wine Internet Explorer} shows up but there are no menues or
anything that would indicate Explorer is running.
I would attach a log but don't know how so here is the output pasted even though
it should not be do
fixme:shdocvw:IEWinMain "" 1
fixme:ole:CoResumeClassObjects stub
err:mshtml:get_mozctl_path Could not get value L"BinDirectoryPath"
Could not load Mozilla. HTML rendering will be disabled.
fixme:shdocvw:ClOleCommandTarget_QueryStatus (0x7fd5a5dc)->((null) 1 0x7fb8fb0c
(nil))
fixme:shdocvw:ClOleCommandTarget_Exec (0x7fd5a5dc)->((null) 25 0 0x7fb8fb20 (nil))
fixme:shdocvw:ClOleCommandTarget_Exec (0x7fd5a5dc)->((null) 26 0 0x7fb8fb20 (nil))
fixme:shdocvw:ClDispatch_Invoke (0x7fd5a5dc)->(-709
{00000000-0000-0000-0000-000000000000} 2048 0002 0x7fb8fa74 0x7fb8fac0 (nil)
0x7fb8fa84)
fixme:shdocvw:ClDispatch_Invoke (0x7fd5a5dc)->(-5512
{00000000-0000-0000-0000-000000000000} 2048 0002 0x7fb8fa34 0x7fb8fa80 (nil)
0x7fb8fa44)
fixme:shdocvw:ClDispatch_Invoke (0x7fd5a5dc)->(-5501
{00000000-0000-0000-0000-000000000000} 2048 0002 0x7fb8fa74 0x7fb8fac0 (nil)
0x7fb8fa84)
fixme:shdocvw:ClDispatch_Invoke (0x7fd5a5dc)->(-5512
{00000000-0000-0000-0000-000000000000} 2048 0002 0x7fb8fa34 0x7fb8fa80 (nil)
0x7fb8fa44)
fixme:shdocvw:ClDispatch_Invoke (0x7fd5a5dc)->(-5502
{00000000-0000-0000-0000-000000000000} 2048 0002 0x7fb8fa74 0x7fb8fac0 (nil)
0x7fb8fa84)
fixme:shdocvw:ClDispatch_Invoke (0x7fd5a5dc)->(-5513
{00000000-0000-0000-0000-000000000000} 2048 0002 0x7fb8fa74 0x7fb8fac0 (nil)
0x7fb8fa84)
fixme:shdocvw:ClDispatch_Invoke (0x7fd5a5dc)->(-726
{00000000-0000-0000-0000-000000000000} 2048 0002 0x7fb8fa74 0x7fb8fac0 (nil)
0x7fb8fa84)
fixme:shdocvw:ClientSite_GetContainer (0x7fd5a5dc)->(0x7fb8fb4c)
fixme:shdocvw:ClOleCommandTarget_Exec
(0x7fd5a5dc)->({000214d1-0000-0000-c000-000000000046} 37 0 0x7fb8fc50 (nil))
fixme:mshtml:PersistMoniker_Load not supported pibc
fixme:win:WIN_CreateWindowEx Parent is HWND_MESSAGE
fixme:mshtml:BSCServiceProvider_QueryService
(0x7fd6bd88)->({79eac9e4-baf9-11ce-8c82-00aa004ba90b}
{79eac9e4-baf9-11ce-8c82-00aa004ba90b} 0x7fd6bec0)
--
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=5667
boeser.wolff(a)web.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|Mankind crashes when |running Mankind via Wine
|changing config |0.9.17 ruins gnome panel
------- Additional Comments From boeser.wolff(a)web.de 2006-15-07 16:46 -------
The crash does no longer occur when I remove my .wine-directory from Wine 0.9.16
and install Mankind again.
Mankinds options can be changed by menu and are also saved.
But as soon as Mankind starts all of my gnome panels turn black until refreshed
moving the mouse over each element, or clicking on it. Some applets can be restored.
So far there seems to be no evidence that this behavior does have anything to do
with nvidia-glx. It did not happen with wine 0.9.16.
--
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=5687
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|critical |minor
--
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.