http://bugs.winehq.org/show_bug.cgi?id=9849
Summary: in win16 apps, exit status is lost, and always reported
as 0
Product: Wine
Version: 0.9.45.
Platform: Other
OS/Version: other
Status: NEW
Keywords: download, source
Severity: normal
Priority: P2
Component: wine-dos
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Simple win16 programs that just terminate with nonzero
status do so properly on winxp, but on wine, wine terminates
with zero status.
This is easy to test with openwatcom and a trivial C program, e.g.
#include <stdlib.h>
#include <unistd.h>
extern void myexit( void );
#pragma aux myexit = \
"mov ax,4c01h" \
"int 21h"
int main()
{
/*exit(1);
_exit(1);
__exit(1);*/
myexit();
return 1;
}
I compiled this with the overly complicated commandline
wine wcc '-i=C:\WATCOM\h\win;C:\WATCOM\h'-zW -e25 -zq -od -d2 -bw-bt=windows
foo.c
wine wlink file foo.obj
To test, do
wine foo.exe
echo $?
It should output 1, but it outputs 0.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=13202
Summary: ClientSideWithRender fixes Auran Trainz text, but breaks
window elements in Steam
Product: Wine
Version: 1.0-rc1
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: baloo(a)ursine.ca
Setting the registry key
HKEY_CURRENT_USER\Software\Wine\X11 Driver\ClientSideWithRender in Wine's
regedit fixes the infamous disappearing text problem in some games (such as the
Auran Trainz series), but causes some UI elements in Steam to become invisible.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10202
Summary: Battery visualization not working in WMP9
Product: Wine
Version: 0.9.48.
Platform: PC
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: wine-directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alex(a)thehandofagony.com
Created an attachment (id=8810)
--> (http://bugs.winehq.org/attachment.cgi?id=8810)
Console output
When the 'Battery' visualization type (default) is selected in Windows Media
Player 9, the visualization area is not drawn; other windows leave traces in it
etc. No visualization appears to be occuring.
The relevant errors seems to be
fixme:d3d_surface:IWineD3DBaseSurfaceImpl_SetFormat (0x1a9acb8) : The format of
the surface must be WINED3DFORMAT_UNKNOWN
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=12326
Summary: SHELL_FindExecutable breaks "mailto:" URL
Product: Wine
Version: 0.9.58.
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: shell32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: developers(a)tefnet.pl
Created an attachment (id=11802)
--> (http://bugs.winehq.org/attachment.cgi?id=11802)
mailto test script
When you try to run attached script (mailtotest.sh) you will get an email with
only 23 lines (not 43 as supposed to be)
But when you comment out line ~560 "if (key) *key = '\0';" in
SHELL_FindExecutable (dlls/shell32/shlexec.c), you will get correct email body.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10461
Summary: Photoshop CS2 can't use multiple scratch disks
Product: Wine
Version: CVS/GIT
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-files
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: michal(a)lightcomp.cz
Photoshop tries to use more space on scratch disk than it is available. I have
8GB of memory but PS can use only 1.8GB. So I set limit of tmpfs mounted as
/dev/shm to 6GB. PS uses this location as first scratch disk. Second is regular
drive. Normally PS should use second scratch disk when first is full. But it
allocates empty file that is bigger than 6GB and tries to use it. When file is
written up to 6GB limit, Photoshop displays error message:
Disk error -34 occurred while reading or writting to a scratch disk. Sorry, but
this error is unrecoverable.
I tried it also with other filesystem than tmpfs. Behavior is the same.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11068
Summary: Mavis Beacon Teaches Typing 16 font metrics trouble
Product: Wine
Version: CVS/GIT
Platform: Other
URL: http://appdb.winehq.org/appview.php?appId=308
OS/Version: other
Status: NEW
Severity: normal
Priority: P2
Component: fonts
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
and the horizontal font metrics of what you
type are screwed up (they should match the
practice text, but don't; sometimes it's
too big, and sometimes it's so small letters
overlap significantly.
Installing times and arial didn't help,
though it made the displayed text look better.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9667
Summary: Grim Fandango hangs if X in 24bpp mode
Product: Wine
Version: 0.9.45.
Platform: PC
URL: http://www.grimfandango.net/?page=demo
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-x11driver
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: a.hurst(a)shef.ac.uk
Grim Fandango works well if X is started with 16-bit colour depth.
If started with 24-bit colour, it hangs before the intro video (disc 1) or the
game engine start (disc 2).
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=13581
Summary: mouse corruption in lionheart
Product: Wine
Version: 1.0-rc2
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: iborco(a)gmail.com
Created an attachment (id=13538)
--> (http://bugs.winehq.org/attachment.cgi?id=13538)
Mouse corruption
When I try to play Lionheart, I get mouse corruption (see attached imaged).
This has happened since I've installed the game.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=13200
Summary: Microsoft Pinball Arcade missing some color depth
Product: Wine
Version: 1.0-rc1
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: vanessaezekowitz(a)gmail.com
Created an attachment (id=13032)
--> (http://bugs.winehq.org/attachment.cgi?id=13032)
Screenshot of the game as it appeares in 8bpp "StaticColor" mode
In a real Windows installation (either on the real hardware or within vmware),
MS Pinball Arcade looks normal, but when running under Wine/Linux in an Xorg
8bpp StaticColor visual, it looks like some color depth is being lost, almost
like 7 bits per pixel. This affects all parts of the game - intro screens, the
menu, ,loading screens, and game tables.
If you switch to a StaticGray visual, you get what looks like a full 256-greys
screen. Brightness transitions are smoother (e.g. finer steps and banding)
than their StaticColor counterparts.
In the screenshots, it is probably easiest to see the difference between the
two visuals along the edges of the table and in the ball launch trough on the
right.
Expected Results:
The game should look exactly like it does in Windows.
Affected Versions:
All recent versions up through 1.0 rc1. I can't be sure when this started,
I've only been using Wine since around 0.9.31.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9652
Summary: Longbow 2 installer stops with an Error in copying files
Product: Wine
Version: 0.9.44.
Platform: PC
URL: http://appdb.winehq.org/appview.php?iVersionId=9162
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: wine-winelib
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: punong_bisyonaryo(a)yahoo.com
When trying to install Longbow 2, by entering
wine /media/cdrom/SETUP.exe
in the terminal, the installer starts and works fine. The installer also starts
the copying of files. However, it stops around 80% during the copying of files
with an "ERROR, Copying Files " message being displayed in the installer after
that. There are no error messages or Fixmes in the terminal window, as if the
program is running fine.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.