http://bugs.winehq.org/show_bug.cgi?id=4370
xerox_xerox2000(a)yahoo.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2006-23-01 06:38 -------
This patch: http://www.winehq.org/pipermail/wine-cvs/2006-January/020141.html
causes the run time error (although the errornumber is different)
--
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=4381
------- Additional Comments From raimonds.praude(a)sets.lv 2006-23-01 06:02 -------
(From update of attachment 1747)
The example dialog containing Edit control called via Tools->Dialog menu of the
main window.
--
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=4351
------- Additional Comments From penna(a)bb.com.br 2006-23-01 05:43 -------
Found the problem (I guess) but not the solution!!
If the *name* of the executable is "user.exe" the wine segfaults!! If the name
is anyone else, wine works! (sounds crazy? So it does!!). See:
[f0000000@esbsa038550a002 ars-v5.1]$ mv Setup.exe user.exe
[f0000000@esbsa038550a002 ars-v5.1]$ wine user.exe
Segmentation fault
[f0000000@esbsa038550a002 ars-v5.1]$ mv user.exe Setup.exe
[f0000000@esbsa038550a002 ars-v5.1]$ wine Setup.exe
err:menubuilder:extract_icon32 LoadLibraryExW (L"C:\\Arquivos de programas\\AR
System\\resdlls\\0009\\aruser.chm") failed, error 193
err:menubuilder:ExtractFromICO Invalid ico file format
err:menubuilder:InvokeShellLinker failed to fork and exec wineshelllink
It install perfectly!!!
It seems the problem is just the name "user.exe".
--
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=4328
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2006-23-01 05:42 -------
Can you still get it running with Wine-0.9.1 then?
--
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=4328
------- Additional Comments From marius.andreiana(a)gmail.com 2006-23-01 05:41 -------
Hi,
No special settings and I removed ~/.wine directory before installing.
--
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=4381
------- Additional Comments From raimonds.praude(a)sets.lv 2006-23-01 03:58 -------
Created an attachment (id=1748)
--> (http://bugs.winehq.org/attachment.cgi?id=1748&action=view)
A patch for edit.c file correcting the problem
Updated WM_GETDLGCODE message processing in EditWndProc_common function:
limited the cases when multiline Edit control overtakes the keystrokes with
DLGC_WANTMESSAGE/DLGC_WANTALLKEYS. These cases are:
1) if <Control> key is pressed (e.g. Control-TAB for inserting tab) or
2) if the style of Edit control is ES_WANTRETURN and <Enter> key is pressed.
--
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=4382
xerox_xerox2000(a)yahoo.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary| > wine-0.9: kde systray app|> wine-0.9: kde systray app
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2006-23-01 03:42 -------
What application do you try to run? Can you provide a downloadlink for it? And
if you're able to do a regression test
(http://www.winehq.org/site/docs/winedev-guide/x1344) you could track down the
patch that broke it.
--
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.