http://bugs.winehq.org/show_bug.cgi?id=9900
Summary: Starship titanic crashes at startup
Product: Wine
Version: 0.9.45.
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nikolay(a)vladimiroff.com
Created an attachment (id=8393)
--> (http://bugs.winehq.org/attachment.cgi?id=8393)
last 100 lines of +relay debug
Starship Titanic crashes at startup. Install works fine.
Kernel/OS: 2.6.22.9-91.fc7/Fedora 7 x86_64
--
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=10250
Summary: Chart Navigator fails to start
Product: Wine
Version: 0.9.48.
Platform: PC
URL: ftp://ftp.maptech.com/downloads/CHTNAV_ENGLISH.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mar2112(a)pacbell.net
Created an attachment (id=8877)
--> (http://bugs.winehq.org/attachment.cgi?id=8877)
Debug text
Chart Navigator fails to start.
err:ole:marshal_object object doesn't expose interface
{00000126-0000-0000-c000-000000000046}, failing with error 0x80004002
--
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=10433
Summary: Galactic civilizations 2 crashes on certain occations
Product: WineHQ Apps Database
Version: unspecified
Platform: PC
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: website-bugs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: khalid.rashid(a)gmail.com
Created an attachment (id=9128)
--> (http://bugs.winehq.org/attachment.cgi?id=9128)
crash report from customizing the race
Galactic civilizations crashes randomly and in certain parts in the game.
One way that I know which will certainly crash the game is by doing the
following selections from the main menu:
New game
Click next on galaxy setup
Choose custom race on "pick your civilization" screen (the rightmost one on top
row)
on "customize your civilization" screen, click on "techs" tab.
try adding or removing any technology will result in a crash.
--
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=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=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=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=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=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.
http://bugs.winehq.org/show_bug.cgi?id=10209
Summary: Jericho crashes when entering game menu
Product: Wine
Version: 0.9.47.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-kernel
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hamsterbacke(a)inbox.lv
Created an attachment (id=8823)
--> (http://bugs.winehq.org/attachment.cgi?id=8823)
wine's crash output
Jericho crashes when entering game menu
--
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=9721
Summary: Support for HKEY_DYN_DATA\Config Manager\Enum registry
tree
Product: Wine
Version: 0.9.45.
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jjk3(a)msstate.edu
Please populate the HKEY_DYN_DATA\Config Manager\Enum registry tree. This is
needed by some games to detect the hardware on the running system.
For example, EA's Need for Speed III includes a 3dsetup.exe program that
queries HKEY_DYN_DATA\Config Manager\Enum\*\HardWareKey to detect graphics
hardware.
Free demo here: ftp://ftp.ea.com/pub/ea/demos/nfs3/nfsdemo.zip
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.