http://bugs.winehq.org/show_bug.cgi?id=9840
Summary: Font file (ttf) causes fatal Fortress Forever crash
Product: Wine
Version: 0.9.46.
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Tsukasa1105(a)gmail.com
The files Crosshairs.ttf, HUDfont.ttf, and HUDfont_caps.ttf in Fortress Forever
cause the game to crash upon launching. Removal of these files fixes the
problem, but in turn causes the in-game GUI to become invisible. Attached is
the log of the crash with the font files in use.
--
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=13394
Summary: gtk-dev-2.12.9-win32-2.exe crashes on installation
Product: Wine
Version: 1.0-rc1
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: shell32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: qelthanos(a)yahoo.com
Created an attachment (id=13303)
--> (http://bugs.winehq.org/attachment.cgi?id=13303)
Trace Log
gtk+ installer crashes on wine with shell error. Fails 1/4 through file
copying. See the the attached file for log/traceback.
Used defaults for everything with no options to wine nor user modifications to
wine/registery.
--
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=14611
Summary: Diablo 1.0x crashes on a read exception when entering
main menu on x86_64
Product: Wine
Version: 1.0.0
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kohen.d(a)gmail.com
Created an attachment (id=15004)
--> (http://bugs.winehq.org/attachment.cgi?id=15004)
Diablo 1 console log when it crashes.
Hello,
I'm using a fully up-to-date (at the time of writing these lines) Fedora 9
installation on my AMD Athlon 64 CPU.
Since all tests on the AppDB in this and later versions is silver and up, I
believe that either my graphics card or my CPU bit mode is to blame.
Graphics card - nVidia Corporation GeForce 8600 GT rev 161, Nvidia binary
drivers.
Clean wine dir, fresh install from 1.00 CD, tested with 1.09 patch as well as
the 1.00 ver of the game (patched ddraw dll).
Crashes after splash (or mouse or keyboard click).
Attached console log.
I'm a programmer so if you think I should try to comment things out, change
code, etcetera, to test possible solutions, I can.
Thanks in advance,
David.
--
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=16138
Summary: winetest should check all available versions of comctl32
and gdiplus
Product: Wine
Version: 1.1.8
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: testcases
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: madewokherd(a)gmail.com
Windows Vista contains 5 different versions of comctl32.dll, and 4 versions of
gdiplus.dll. Applications can select one using manifests.
Winetest currently tests only one version of each dll. It should run the test
suite against all available versions. Applications might expect Wine's dll's to
behave like any particular version, depending on which one they select. We
probably do not need do behave differently based on which version is selected,
but we do need to gather this information.
--
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=13662
Summary: dogfood: xchat-2.6.2 is very slow, while updating the
window
Product: Wine
Version: 1.0-rc3
Platform: PC
URL: http://appdb.winehq.org/objectManager.php?sClass=version
&iId=12199
OS/Version: Linux
Status: NEW
Keywords: download, source
Severity: enhancement
Priority: P2
Component: winex11.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wine.dev(a)web.de
Depends on: 421
xchat-2.6.2 ( http://prdownload.berlios.de/xchat-win32/xchat-2.6.2.exe ) is
very slow, while updating the window. (do not try to scroll fast...)
The console give a hint:
fixme:bitblt:X11DRV_ClientSideDIBCopy potential optimization: client-side
color-index mode DIB copy
--
By by ... Detlef
--
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=16325
Summary: incorrect font rendering for CJK programs
Product: Wine
Version: CVS/GIT
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P3
Component: gdi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xrfang(a)gmail.com
CC: xrfang(a)gmail.com
Created an attachment (id=17630)
--> (http://bugs.winehq.org/attachment.cgi?id=17630)
patches, in a tar.bz archive
If a CJK program uses "ANSI_CHARSET" to create font instance, text is not
correctly rendered, the result is that
some text in the affected programs are not correctly displayed. This is not a
"critical" problem but I consider
it a "blocker" for most Chinese Wine users as it happens massively.
This problem is reported and fixed here:
http://bugs.winehq.org/show_bug.cgi?id=4065
However, the fix only dealt with a particular program (picasa) and is not a
universal fix. A hack specifically designed for
Chinese user (codepage 936) is proposed, but not accepted because it is not
"universal". This patch is based on the
cp936 hack proposed in bug #4065.
The patch has two flavor, the first one uses GetACP() to obtain correct
codepage to use, which is preferred. The second
will use environment variable WINE_DEFAULT_CODEPAGE, if not defined, will NOT
affect original code flow. The 2nd
method added a little bit inconvenience for CJK users, but maintains maximum
compatibility, because as discussed
on the Ubuntu Chinese forum, there are better solutions, which is out of my
ability to change:
http://forum.ubuntu.org.cn/viewtopic.php?f=121&t=169647 (Chinese)
--
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=14318
Summary: Michisoft Reader Studio v1.5a fails to produce LIT file
from HTML
Product: Wine
Version: 1.0.0
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: msxml3
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: truxxon(a)gmail.com
I tried to use the Michisoft Reader Studio v1.5a, available at
http://www.michisoft.com/programs/readerstudio/rsdownload.htm , and verified
that under wine it does not finish the conversion of HTML to LIT.
Instead, it shows the following message in a dialog error box log:
"
LITGen warning (1101): DTD(Ver 1.0): Unrecognized metadata tag <Title>.
LITGen warning (1203): DTD(Ver 1.0): The <dc-metadata> tag cannot have a
<Unknown> tag in it.
LITGen warning (1205): DTD(Ver 1.0): The <dc-metadata> tag cannot have text
'mytitle' as child in its content model.
LITGen warning (1205): DTD(Ver 1.0): The <Unknown> tag cannot have text
'mytitle' as child in its content model.
LITGen warning (1101): DTD(Ver 1.0): Unrecognized metadata tag <Creator>.
LITGen warning (1203): DTD(Ver 1.0): The <dc-metadata> tag cannot have a
<Unknown> tag in it.
LITGen warning (1101): DTD(Ver 1.0): Unrecognized metadata tag <Identifier>.
LITGen warning (1203): DTD(Ver 1.0): The <dc-metadata> tag cannot have a
<Unknown> tag in it.
LITGen warning (1205): DTD(Ver 1.0): The <dc-metadata> tag cannot have text
'7055.475' as child in its content model.
LITGen warning (1205): DTD(Ver 1.0): The <Unknown> tag cannot have text
'7055.475' as child in its content model.
LITGen warning (1101): DTD(Ver 1.0): Unrecognized metadata tag <Language>.
LITGen warning (1203): DTD(Ver 1.0): The <dc-metadata> tag cannot have a
<Unknown> tag in it.
LITGen warning (1205): DTD(Ver 1.0): The <dc-metadata> tag cannot have text
'en' as child in its content model.
LITGen warning (1205): DTD(Ver 1.0): The <Unknown> tag cannot have text 'en' as
child in its content model.
LITGen error (1207): DTD(Ver 1.0): Unique identifier not found. There should
be a 'unique-identifier' attribute on the <package> tag and at least one
<dc:Identifier> tag whose ID matches that attribute.
Error 0x%x processing package file %S.
"
and the corresponding wine stderr is:
"
fixme:ole:OLEPictureImpl_Render Not quite correct implementation of rendering
icons...
fixme:msxml:bsc_QueryInterface interface {6d5140c1-7436-11ce-8034-00aa006009fa}
not implemented
fixme:win:WIN_CreateWindowEx Parent is HWND_MESSAGE
fixme:msxml:bsc_QueryInterface interface {79eac9e4-baf9-11ce-8c82-00aa004ba90b}
not implemented
Error 0x80004005 processing package file
Z:\home\xxxx\local\bin\litgen-wine\temp\temp.opf.
Terminating for error 0x80004005.
fixme:ole:OLEPictureImpl_Render Not quite correct implementation of rendering
icons...
fixme:ole:OleLoadPictureEx
(0xa7535c,774,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32e4dc),
partially implemented.
fixme:ole:OLEPictureImpl_get_hPal unimplemented for type 3. Returning 0
palette.
fixme:ole:OleLoadPictureEx
(0xa7535c,3318,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32e4dc),
partially implemented.
fixme:ole:OLEPictureImpl_get_hPal unimplemented for type 3. Returning 0
palette.
fixme:ole:OleLoadPictureEx
(0xa7535c,1086,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32e4dc),
partially implemented.
fixme:ole:OLEPictureImpl_get_hPal unimplemented for type 3. Returning 0
palette.
fixme:ole:OLEPictureImpl_SaveAsFile (0x11c1c8)->(0x11c298, 0, (nil)), hacked
stub.
fixme:ole:OLEPictureImpl_Render Not quite correct implementation of rendering
icons...
"
The problem seems to come down to wine not implementing yet these two MSXML
interfaces, and therefore being unable to support the microsoft litgen dll:
fixme:msxml:bsc_QueryInterface interface {6d5140c1-7436-11ce-8034-00aa006009fa}
not implemented
fixme:msxml:bsc_QueryInterface interface {79eac9e4-baf9-11ce-8c82-00aa004ba90b}
not implemented
--
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=13314
Summary: Winevdm displays parasitic window
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: neptunia(a)mail.ru
Created an attachment (id=13186)
--> (http://bugs.winehq.org/attachment.cgi?id=13186)
A screenshot to illustrate the bug.
When running Civilization I for Windows there appears a parasitic black window
with "winevdm" caption. If to close this window, the game exits. In earlier
versions of Wine (0.9.61) the window did not appear.
The attached screenshot shows the bug.
--
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=11224
Summary: Throw In (Blitz Basic game) has a memory access
violation
Product: Wine
Version: 0.9.53.
Platform: PC
URL: http://freeforumzone.leonardo.it/cartella.aspx?c=3694&f=
3694&idc=34040
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: trevi55(a)gmail.com
Created an attachment (id=10306)
--> (http://bugs.winehq.org/attachment.cgi?id=10306)
Throw In launch error screenshot
I'd like to play to this old-school soccer game but it doesn't run in Wine...
I mean, after creating a new wine folder to use I have to set Direct3D ->
DirectDrawRenderer to OpenGL (if I don't do so, wine stops immediately saying
me that I've to change the DirectDraw render mode)...
After this modification, I can launch the Throw In exe file and for few seconds
I get the game (loading) splash in my screen while the music is playing, then
an «Error» pop-up message appears with the «Memory Access Violation» error
(as you can see in the attached screenshot)...
The music continues to play until I press the «Ok» button, then all crashes!
The only messages I've in my terminal are:
fixme:d3d:IWineD3DImpl_FillGLCaps OpenGL implementation supports 32 vertex
samplers and 32 total samplers
fixme:d3d:IWineD3DImpl_FillGLCaps Expected vertex samplers + MAX_TEXTURES(=8) >
combined_samplers
fixme:win:EnumDisplayDevicesW ((null),0,0x34f840,0x00000000), stub!
I've tried to enable also a more accurate debugging output, but I don't see
relevant messages... Anyway I could attach it, if you need!
You can download this game (version 0.85) at http://tinyurl.com/37lhzh (0.86
update at http://tinyurl.com/36cjdu)
Just one note... If I try the version 0.8 (http://tinyurl.com/3ymj42) the
application behavior is different: when launching the exe the game menu loads
and I can navigate it until I select to play... Then the game crashes giving
the same output I've already described.
I'd have to say also that another game I can find in the same site (Total
Control Soccer), always written in the same language give me this error :(
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.