http://bugs.winehq.org/show_bug.cgi?id=7319
xerox_xerox2000(a)yahoo.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Component|test |wine-user
Ever Confirmed| |1
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2007-03-02 08:32 -------
Confirming. Added downloadlink. Following hack makes it start up fine:
diff --git a/dlls/user32/defwnd.c b/dlls/user32/defwnd.c
index 06c10b2..0aa19b3 100644
--- a/dlls/user32/defwnd.c
+++ b/dlls/user32/defwnd.c
@@ -776,9 +776,9 @@ LRESULT WINAPI DefWindowProcA( HWND hwnd
CREATESTRUCTA *cs = (CREATESTRUCTA *)lParam;
/* check for string, as static icons, bitmaps (SS_ICON, SS_BITMAP)
* may have child window IDs instead of window name */
- if (HIWORD(cs->lpszName))
+ if (cs){if (HIWORD(cs->lpszName))
DEFWND_SetTextA( hwnd, cs->lpszName );
- result = 1;
+ result = 1;}
}
break;
--
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=3747
------- Additional Comments From tomek.fizyk(a)op.pl 2007-03-02 07:21 -------
Hi.
Same problem here.
I'm using wine 0.9.29 from Debian Etch AMD64.
The outputs of 'wine motor.exe' and 'WINEDEBUG=+dinput wine motor.exe' are in
attachments.
the output of 'WINEDLLOVERRIDES="dinput=n" wine motor.exe is:
err:module:import_dll Library DINPUT.dll (which is needed by L"C:\\Program
Files\\Motorhead\\motor.exe") not found
err:module:LdrInitializeThunk Main exe initialization for L"C:\\Program
Files\\Motorhead\\motor.exe" failed, status c0000135
The game uses a very old DX 5.0, so why it encounters such problems?
Please resolve this issue;)
Regards, Tomek
PS. I think the 'Version' the bug applies to should be changed to at least
0.9.29
--
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=7320
Summary: Reason 3.0 - unusual slowness
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-x11driver
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lomaxx(a)iname.com
I am opening this bug to get attention for bug 4888, which was marked as
duplicate of bug 3902. The problem: bug 3902 has been fixed, but bug 4888 is
still present. So it's NOT a duplicate. I already commented on this in bug 4888
three weeks ago, but i am not sure if someone is still paying attention to it
since it was marked as duplicate:
http://bugs.winehq.org/show_bug.cgi?id=4888
Please execute the necessary measures to reactivate the bug-resolving-process.
--
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=6544
alex(a)thehandofagony.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From alex(a)thehandofagony.com 2007-03-02 06:11 -------
Closing invalid.
By the way, the game works using a hacked ddraw.dll.
--
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=5729
alex(a)thehandofagony.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |stefandoesinger(a)gmx.at
Keywords| |regression
------- Additional Comments From alex(a)thehandofagony.com 2007-03-02 05:29 -------
As it did work at some point using GLSL (offending patch idnetified above),
this is really a regression.
Adding keyword and patch author.
--
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=7319
Summary: Unable to install Worship Assistant 4.4.1. Access
violation at address 004096DA. Write of address 00400000
Product: Wine
Version: 0.9.30.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: test
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: frommetoyou(a)comxnet.dk
OS: Fedora Core 6 (fc6) up to date pr 2007-02-03.
Compiled and installed Wine from source (no errors)
winecfg and winefile runs OK
Tried to install Worship Assistant (WA) - but gets an access violation.
Used winecfg to change default windows version from 2000 to 98 - but same result.
Trial version of WA can be downloaded from http://www.churchassist.com/download.html
Have privous installed 0.2.29 from fedora extras. Wine 0.9.29 was able to
install WA but failed when starting WA.
Running winecfg first time result
wine: creating configuration directory '/root/.wine'...
libGL warning: 3D driver claims to not support visual 0x5a
libGL warning: 3D driver claims to not support visual 0x5a
libGL warning: 3D driver claims to not support visual 0x5a
Failed to open the service control manager.
wine: '/root/.wine' created successfully.
libGL warning: 3D driver claims to not support visual 0x5a
libGL warning: 3D driver claims to not support visual 0x5a
PS: Not sure this report is assigned the correct component
--
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.