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.
http://bugs.winehq.org/show_bug.cgi?id=4410
------- Additional Comments From jan.wine(a)zerebecki.de 2006-25-01 03:07 -------
As long as it is not changed in wine you can do it yourself in the registry
(with regedit). HKLM Software\Microsoft\DirectX entry "Version" should contain
"4.09.00.0904" for it to say 9.0c.
--
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 gotletter(a)gmail.com 2006-25-01 02:55 -------
Renaming Movies dir? Using nocd?
I could not start war3 without both
--
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=4294
------- Additional Comments From tuharsky(a)misbb.sk 2006-25-01 02:54 -------
Well, I have found that the previous error has been caused by presence of
giflib3g-dev in my Debian Sarge. After removing the package, everything works again.
I'll report this as separate 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=3978
------- Additional Comments From jan.wine(a)zerebecki.de 2006-25-01 02:47 -------
The crash seems to occur in wineoss, did you try to use other audio drivers or
disabled sound?
--
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=4369
mike(a)codeweavers.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords|NoAppDBEntry |
--
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=4294
------- Additional Comments From tuharsky(a)misbb.sk 2006-25-01 02:24 -------
I suspect that the error has been introduced when I installed giflib3g-dev,
giflib-bin or giftrans library. Probably a whole new issue.
--
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=4412
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
------- Additional Comments From marcus(a)jet.franken.de 2006-25-01 01:35 -------
please mail this patch to wine-patches(a)winehq.org
--
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-25-01 01:34 -------
Sorry, this has been from script I use for regression testing. Please note that
I'm not a programmer and I don't know the patching parameters, so I needed Your
help anyway :o)
I'll try Your advice. Thank You.
--
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=4294
------- Additional Comments From tuharsky(a)misbb.sk 2006-25-01 01:27 -------
Hi,
this is strange. I get different results depending on compilation procedure.
When I compile the Wine 0.9.6 with standard .configure, make depend, make, make
install, I get compiled Wine, however with bad GIFs.
When compiling by tools/wineinstall, soon the installation stops with this errors:
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
I'm going to try older Wine versions which do have the GIF problem.
--
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 xerox_xerox2000(a)yahoo.co.uk 2006-25-01 01:23 -------
Wyu do you use -R? That's for reverting patches. I think it should read
patch -Np0 -i patch.diff (0 means remove no leading "dir"s) in the wine directory.
--
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 truiken(a)gmail.com 2006-25-01 01:21 -------
-R means reverse so I don't think you want that. As the error message states,
you used the wrong -p option.
patch -p0 -i nameofpatch.diff
You have to run the command from within the wine directory.
--
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=4407
------- Additional Comments From tuharsky(a)misbb.sk 2006-25-01 01:19 -------
No, there are no files in fonts directory.
I hope Wine will use all system-wide used fonts, including ttf fonts in
/usr/lib/X11/fonts/TTF (they are of course also defined in /etc/X11/XF86Config-4).
Is that wrong? It has worked ever before VFP9.
--
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-25-01 01:14 -------
Hallo,
I get an error
can't find file to patch at input line 8
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|Index: dlls/kernel/volume.c
|===================================================================
|RCS file: /home/wine/wine/dlls/kernel/volume.c,v
|retrieving revision 1.36
|diff -p -u -r1.36 volume.c
|--- dlls/kernel/volume.c 28 Nov 2005 20:10:40 -0000 1.36
|+++ dlls/kernel/volume.c 24 Jan 2006 22:04:55 -0000
--------------------------
File to patch:
The command I have used:
patch -Rp1 -i "/usr/src/patches/myodbc.py"
--
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=4355
truiken(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|wine-bugs(a)winehq.org |truiken(a)gmail.com
Status|ASSIGNED |NEW
------- Additional Comments From truiken(a)gmail.com 2006-25-01 00:54 -------
Assigning to myself.
--
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.