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.
http://bugs.winehq.org/show_bug.cgi?id=4382
Summary: > wine-0.9: kde systray app
Product: Wine
Version: 0.9.6.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ns(a)1en.de
suse 10.0 and rpms from markus meissner:
With wine-0.9 windows systray app works fine in kde-systray running it with wine.
But from here on up to wine-0.9.6 it's not working anymore.
Error-windoe says:
"Es wurde versucht, eine nicht unterstützte Operation auszuführen."
(There was a try to run an unsupported operation)
Simply run 0.9 is not a solution to me, cause it has other issues.
ok, that's it, hope someone can help.
If need logs please tell me.
Norbert
--
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:27 -------
(From update of attachment 1747)
If you run this example in Windows, pressing <Tab> key within the right edit
control switches the focus to the next edit control.
In Linux, however, a new Tab is inserted within the right control rather than
the focus is swtiched
--
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:21 -------
Created an attachment (id=1747)
--> (http://bugs.winehq.org/attachment.cgi?id=1747&action=view)
Win32 example showing the problem
If you run this example in Windows, <Tab> key switches the focus from
the left edit control to the next edit control.
In Linux, however, a new Tab is inserted within the left edit control rather
than the focus is switched.
--
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=4370
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2006-23-01 03:15 -------
Hi, i tried this app but i can't get it running in earlier wineversions eithere
unless i use native msvcrt.dll. Did you use any native dlls? So it appears there
must be more bugs. The regression is most probably in oleaut32, as i can get it
running with current cvs using native oleaut32 _and_ msvcrt. You might look what
commits there were to oleaut32 between 0.9.5 and 0.9.6. Reverting those patching
should let you 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.
http://bugs.winehq.org/show_bug.cgi?id=4370
------- Additional Comments From robert(a)chezmarshall.freeserve.co.uk 2006-23-01 03:05 -------
OK, I've installed wine using the rpm pacakges but don't have a problem in using
the cvs tree.
In the rpm'ed releases I've narrowed it down to a change between 0.9.5 and 0.9.6
- in 0.9.5 terragen runs correctly, in 0.9.6 it won't start
--
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
Summary: Cannot change focus with TAB from edit control
Product: Wine
Version: 0.9.6.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-user
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: raimonds.praude(a)sets.lv
Pressing <Tab> key when the focus is within a multiline edit control inserts tab
character within the edit control instead of moving the focus to the next
control in the sequence.
Actually, the Wine multiline edit control overtakes all the keystrokes, unlike
in Windows, where TAB, ESC, ENTER are processed by the parent dialog.
--
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=4293
tuharsky(a)misbb.sk changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|regression: visibility |visibility problem with
|problem with myODBC |myODBC installer 2.5
|installer 2.5 |
------- Additional Comments From tuharsky(a)misbb.sk 2006-23-01 02:50 -------
I was not able to proove that it is regression -I can't find the time when it
has been alright.
--
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
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 02:41 -------
Hi, you state that it used to work in wine-0.9.1, but i can't get it going with
that version either. Did you use some special settings then?
(Confirming the bug with current wine)
--
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=4229
------- Additional Comments From tuharsky(a)misbb.sk 2006-23-01 02:29 -------
Well, on another machine I have confirmed, that the fontforge package _itself_
has solved this, not even the dependency packages.
--
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=3963
------- Additional Comments From tuharsky(a)misbb.sk 2006-23-01 02:22 -------
Sorry, I meant native odbccp32 and odbc32 of course.
--
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=3963
------- Additional Comments From tuharsky(a)misbb.sk 2006-23-01 02:21 -------
Yes, it does. So the 1st bug has a workaround (using the native oleaut32).
Unfortunately, there is second bug that appears in later versions of wine, which
causes myODBC to end with "insufficient memory or disk space" even before user
can do anything.
This bug #2 is introduced between
2005-10-20 06:36:38 CDT and
2005-10-20 06:36:40 CDT
--
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=4380
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://appdb.winehq.org/appv
| |iew.php?versionId=469
------- Additional Comments From vitaliy(a)kievinfo.com 2006-23-01 00:42 -------
Please remove ~/.wine dir and follow "Manual installation" instructions from
this how-to:
http://appdb.winehq.org/appview.php?versionId=469
--
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=4375
cgoelectronics(a)yahoo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From cgoelectronics(a)yahoo.com 2006-22-01 23:56 -------
That did it, Thanks!
--
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=4380
Summary: latest wine update broke ie6 install // etc.
Product: Wine
Version: 0.9.6.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-user
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tim(a)studioemusic.net
CC: tim(a)studioemusic.net
using ubuntu linux --just updated to wine 0.9.6 -- it broke my ie6 (sp1)
install, and winetools now hangs when attempting to simulate reboot. Using
command line "wineboot" forces win reboot, but re-installing ie6 sp1 from
winetools or by running "iesetup.exe" still produces a broken ie6 with no
navigation bars.
--
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=4379
------- Additional Comments From vitaliy(a)kievinfo.com 2006-22-01 22:22 -------
Do you have 32-bit compat libraries? And what flags are you using for configure
script? ATM Wine can not be compiled as 64-bit, only as 32-bit.
--
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=4379
Summary: wine wont compile on Fedora core 4
Product: Wine
Version: 0.9.6.
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: test
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: darrinritter(a)gmail.com
I got the following errors when trying to compile wine on FC4
/usr/bin/ld: skipping incompatible /usr/X11R6/lib64/libXext.so when searching
for -lXext
/usr/bin/ld: skipping incompatible /usr/X11R6/lib64/libXext.a when searching for
-lXext
/usr/bin/ld: cannot find -lXext
collect2: ld returned 1 exit status
winegcc: gcc failed.
make[2]: *** [ddraw.dll.so] Error 2
make[2]: Leaving directory `/tmp/wine-0.9.6/dlls/ddraw'
make[1]: *** [ddraw] Error 2
make[1]: Leaving directory `/tmp/wine-0.9.6/dlls'
make: *** [dlls] Error 2
Compilation failed, aborting install.
--
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=1410
------- Additional Comments From tony.lambregts(a)gmail.com 2006-22-01 19:40 -------
Created an attachment (id=1746)
--> (http://bugs.winehq.org/attachment.cgi?id=1746&action=view)
>From oliver stieber : Patch to enable this disabling of the dimput mouse_hack
via the registry
patch is against wine/dlls/dinput, to apply the patch move into that directory
and type patch -i mousehack.diff
The registry entry
HKEY_LOCAL_MACHINE/Software/Wine/Dinput mousehack = [disabled | enabled]
can be used to turn the feature on an off.
--
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=1434
Bug 1434 depends on bug 2811, which changed state.
Bug 2811 Summary: Keyboard/Mouse does not work on AGS games
http://bugs.winehq.org/show_bug.cgi?id=2811
What |Old Value |New Value
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |DUPLICATE
--
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=3356
Bug 3356 depends on bug 2811, which changed state.
Bug 2811 Summary: Keyboard/Mouse does not work on AGS games
http://bugs.winehq.org/show_bug.cgi?id=2811
What |Old Value |New Value
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |DUPLICATE
--
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=2811
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From tony.lambregts(a)gmail.com 2006-22-01 19:34 -------
Marking as duplicate of earlier report of this
*** This bug has been marked as a duplicate of 1410 ***
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.