http://bugs.winehq.org/show_bug.cgi?id=3928
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From vitaliy(a)kievinfo.com 2006-25-01 09:07 -------
Now it's in. Closing the bug.
--
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.
http://bugs.winehq.org/show_bug.cgi?id=4035
------- Additional Comments From gotletter(a)gmail.com 2006-25-01 07:41 -------
I had the same problem in 0.9.4. Changing acceleration to 'simulation' worked.
--
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=4416
Summary: Can't change the gamma in Warcraft III TFT
Product: Wine
Version: 0.9.4.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: test
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gotletter(a)gmail.com
With the -opengl param wine lets you change the gamma slider in Video
preferences but the gamma does not change.
This bug seems have been there for a while. There is a mention here in the first
comment after the HowTo http://appdb.winehq.org/appview.php?
versionId=1177&iTestingId=325 from two years ago that the "gamma slider has no
effect"
--
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=2159
xerox_xerox2000(a)yahoo.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |dmitry(a)codeweavers.com
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2006-25-01 06:40 -------
Added author of the patch
(http://cvs.winehq.org/cvsweb/wine/dlls/kernel/locale.c.diff?r1=1.25&r2=1.26)
that broke Quark. I can confirm it's still broken and reverting the patch makes
it work again (against current cvs the patch looks like this:
--- locale.c 2006-01-25 08:40:33.000000000 -0500
+++ locale.c_ 2006-01-25 08:41:35.000000000 -0500
@@ -2339,7 +2339,7 @@
INT WINAPI CompareStringW(LCID lcid, DWORD style,
LPCWSTR str1, INT len1, LPCWSTR str2, INT len2)
{
- INT ret,len;
+ INT ret;
if (!str1 || !str2)
{
@@ -2360,17 +2360,11 @@
if (len1 < 0) len1 = strlenW(str1);
if (len2 < 0) len2 = strlenW(str2);
- len = (len1 < len2) ? len1 : len2;
- ret = (style & NORM_IGNORECASE) ? strncmpiW(str1, str2, len) :
- strncmpW(str1, str2, len);
-
- if (ret) /* need to translate result */
- return (ret < 0) ? CSTR_LESS_THAN : CSTR_GREATER_THAN;
+ ret = wine_compare_string(style, str1, len1, str2, len2);
-
- if (len1 == len2) return CSTR_EQUAL;
- /* the longer one is lexically greater */
- return (len1 < len2) ? CSTR_LESS_THAN : CSTR_GREATER_THAN;
+ if (ret) /* need to translate result */
+ return (ret < 0) ? CSTR_LESS_THAN : CSTR_GREATER_THAN;
+ return CSTR_EQUAL;
}
/******************************************************************************
--
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=4384
------- Additional Comments From b.buschinski(a)web.de 2006-25-01 05:48 -------
Movie was already renamed and war3.exe is a no-cd fixed exe
but I wonder it works
wc3 starts and runs
but crash when I try to change the resolution to 1280x1024
X Error of failed request: BadMatch (invalid parameter attributes)
Major opcode of failed request: 132 (GLX)
Minor opcode of failed request: 5 (X_GLXMakeCurrent)
Serial number of failed request: 377
Current serial number in output stream: 377
with XRandR
and with XVidMode
--
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=3051
------- Additional Comments From schachwurm(a)gmx.de 2006-25-01 05:30 -------
I am not sure if it is just the space... i was replacing the spaces but still
get the same error.
fixme:msvcrt:_spawnve :not tranlating name C:\Program_Files\VC++\bin\cl.exe
locate program
--
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=4415
Summary: installing ticonnect_eng.exe and wine control
Product: Wine
Version: 0.9.6.
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: oraksa(a)gmail.com
hi all
-i am trying to install this program ticonnect_eng.exe for TI83 calculator
i got this error
$ wine ticonnect_eng.exe
fixme:msi:MsiInstallProductW L"c:\\Program Files\\Common Files\\Wise
Installation Wizard\\WISA8B9466986544126BD 28D0D2412CDED6_1_6.MSI" L"
WISE_SETUP_EXE_PATH=Z:\\home\\oracle\\ticonnect_eng.exe"
fixme:msi:ACTION_AppSearchDr : searching parent (L"AppFile6SigFile") unimplemented
fixme:msi:ACTION_AppSearchDr : searching parent (L"AppFile1SigFile") unimplemented
fixme:msi:ACTION_AppSearchDr : searching parent (L"AppFile2SigFile") unimplemented
fixme:msi:ACTION_AppSearchDr : searching parent (L"AppFile3SigFile") unimplemented
fixme:msi:ACTION_AppSearchDr : searching parent (L"AppFile4SigFile") unimplemented
fixme:msi:ACTION_AppSearchDr : searching parent (L"AppFile5SigFile") unimplemented
fixme:msi:ACTION_AppSearchDr : searching parent (L"AppFile10SigFile") unimplemented
err:msi:ITERATE_Actions Execution halted, action L"LaunchConditions" returned 1627
- when i run
$ wine control
i got this error "can not load any applet"
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=4405
------- Additional Comments From raimonds.praude(a)sets.lv 2006-25-01 03:16 -------
Created an attachment (id=1763)
--> (http://bugs.winehq.org/attachment.cgi?id=1763&action=view)
Win32 example showing the problem
The scenario to repeat the problem:
1) Run the application
2) Open the dialog via File->FocusCheckDlg menu of the main window.
3) Write something into the edit field of the combo box
4) Switch the focus to the button and then switch it again to the combo box
with TAB.
So, the content of the combo box edit field is not selected.
If you repeat this scenario in Windows, the content is selected.
--
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=4414
Summary: Debian -unable to compile Wine if giflib3g-dev is
present
Product: Wine
Version: CVS
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P3
Component: wine-ole
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tuharsky(a)misbb.sk
Debian Sarge machine. After I have installed giflib3g-dev package, I'm no longer
able to compile Wine from sources. When the package is uninstalled, compilation
works again. Tested with Wine 0.9.6, CVS 2006-01-20, CVS 2006-01-01, CVS 2006-08..
Error looks like this:
make[2]: Entering directory `/usr/src/wine-0.9.6/dlls/oleaut32'
gcc -c -I. -I. -I../../include -I../../include -D__WINESRC__ -D_OLEAUT32_
-DCOM_NO_WINDOWS_H -D_REENTRANT -fPIC -Wall -pipe -mpreferred-stack-boundary=2
-fno-strict-aliasing -gstabs+ -Wpointer-arith -g -O2 -o olepicture.o olepicture.c
olepicture.c:1001: error: `DGifOpen' undeclared here (not in a function)
olepicture.c:1001: warning: type defaults to `int' in declaration of
`pDGifOpen'olepicture.c: In function `_gif_inputfunc':
olepicture.c:1033: error: structure has no member named `UserData'
olepicture.c: In function `OLEPictureImpl_Load':
olepicture.c:1201: error: called object is not a function
olepicture.c:1231: error: structure has no member named `Function'
make[2]: *** [olepicture.o] Error 1
make[2]: Leaving directory `/usr/src/wine-0.9.6/dlls/oleaut32'
make[1]: *** [oleaut32] Error 2
make[1]: Leaving directory `/usr/src/wine-0.9.6/dlls'
make: *** [dlls] Error 2
--
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.