http://bugs.winehq.org/show_bug.cgi?id=3288
Summary: Wine cannot change colour depth in DirectX applications
Product: Wine
Version: 20050419
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P1
Component: wine-directx-ddraw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lxtanner(a)yahoo.co.uk
When a DirectX application requests a change of colour depth, Wine emits the
warning 'Could not change colour depth from <current OS setting> bits to
<setting requested by application> bits' to standard out. This error happens
regardless of whether Wine is using the XRandR extension or XVidMode extension
(the error begins with 'XRandR:' or 'XVidMode:', respectively).
Applications that are strict about the colour depth they use will crash after
the warning is emitted; other applications will carry on running with the colour
depth set on your Linux desktop.
A workaround for this is running the Linux desktop in the colour depth that the
DirectX application starts in. However, the workaround has a major shortcoming
when used for old DirectX applications that want to use 8 bit colour depth:
libGL, that Wine uses to emulate DirectDraw functions, does not support an 8 bit
screen depth. Sometimes, it is possible to run these applications with a higher
colour depth, but it depends on how strictly the application applies its colour
depth.
Unfortunately, this bug could be caused by lack of functionality in the
XRandR/XVidMode extensions (in which case, X.Org would have to be informed). The
other option is that this bug is caused by unimplemented WinAPI features related
to colour depth switching.
--
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=3287
Summary: Installation of Easy Cash & Tax fails with "File access
denied"
Product: Wine
Version: 20050830
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-files
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kilgus(a)fuenfsieben.de
The application "Easy Cash & Tax" fails to install with latest stable release
of wine - worked with all previous versions of wine I have used so far.
Homepage: http://www.easyct.de/
Demo version: http://easyct.no-ip.org/downloads.php?cat_id=1&download_id=1
(1,798 kB)
The installation stops after all necessary data has been entered (clicking on
"Weiter" all the time is sufficient), the main window reading "Ordner werden
erstellt" (meaning "creating directories") and a separate dialog appearing
"File access denied".
I started "strace -f wine ECTSetup1.19.exe" but couldn't determin by this
command's output, where "access denied" could point at ...
--
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=3139
xerox_xerox2000(a)yahoo.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2005-04-09 11:05 -------
Compiling wine with option CFLAGS="-m32" fixes the problem on my athlon64. I
think this is not a bug in 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=657
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |ivg2(a)cornell.edu
------- Additional Comments From tony_lambregts(a)telusplanet.net 2005-04-09 09:26 -------
*** Bug 3285 has been marked as a duplicate of this 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=3285
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From tony_lambregts(a)telusplanet.net 2005-04-09 09:26 -------
This is a duplicate of bug 657 (your application should supply mfc42.dll)
*** This bug has been marked as a duplicate of 657 ***
--
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=3286
Summary: compile error
Product: Wine
Version: CVS
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx-dinput
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hys545(a)dreamwiz.com
make[2]: Entering directory `/home/hys545/wine/dlls/dinput'
gcc -c -I. -I. -I../../include -I../../include -D__WINESRC__ -D_REENTRANT -
fPIC -Wall -pipe -mpreferred-stack-boundary=2 -fno-strict-aliasing -gstabs+ -
Wpointer-arith -O2 -g -march=i386 -o joystick_linuxinput.o
joystick_linuxinput.c
joystick_linuxinput.c: In function `alloc_device':
joystick_linuxinput.c:305: error: `FF_STATUS_STOPPED' undeclared (first use in
this function)
joystick_linuxinput.c:305: error: (Each undeclared identifier is reported only
once
joystick_linuxinput.c:305: error: for each function it appears in.)
joystick_linuxinput.c: In function `joy_polldev':
joystick_linuxinput.c:726: error: `EV_FF_STATUS' undeclared (first use in this
function)
joystick_linuxinput.c: In function `JoystickAImpl_EnumEffects':
joystick_linuxinput.c:1182: warning: unused variable `dei'
joystick_linuxinput.c: In function `JoystickWImpl_EnumEffects':
joystick_linuxinput.c:1266: warning: unused variable `dei'
make[2]: *** [joystick_linuxinput.o] 오류 1
make[2]: Leaving directory `/home/hys545/wine/dlls/dinput'
make[1]: *** [dinput] 오류 2
make[1]: Leaving directory `/home/hys545/wine/dlls'
I use wine-cvs-2006-9-4
--
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=3285
------- Additional Comments From ivg2(a)cornell.edu 2005-04-09 04:15 -------
I think the bug should be closed when the dll is implemented.
--
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=3285
------- Additional Comments From truiken(a)gmail.com 2005-04-09 03:58 -------
PidGen.dll depends on mfc42.dll and fails to load when it does not exist.
mfc42.dll is not implemented in wine, and AFAIK won't be implemented anytime
soon, if at all. You can use a copy of mfc42.dll from a windows installation
(or wherever you can find it). Either copy the dll to the directory containing
the application executable, or to .wine/drive_c/windows/system. That should
solve the problem. Report back if it does, and we can close this 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=3285
------- Additional Comments From infyquest(a)gmail.com 2005-04-09 03:55 -------
I too get these type of error messages with some application that i tested for
replication Audible Manager bugid 3280,3281 it says that it coulnd find a
specified dll to load which is present in that 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=3285
------- Additional Comments From ivg2(a)cornell.edu 2005-04-09 03:38 -------
Yes..there is a PidGen.dll in the same directory.
I just assumed mfc42.dll isn't implemented yet.
--
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.