http://bugs.winehq.org/show_bug.cgi?id=25677
Summary: CaesarIV does not render text in game
Product: Wine
Version: 1.3.10
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3dx9
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wjak56(a)gmail.com
CC: wine-bugs(a)winehq.org
Created an attachment (id=32707)
--> (http://bugs.winehq.org/attachment.cgi?id=32707)
Stack trace
$ wine --version
wine-1.3.10
Follow the directions to get Caesar IV running here:
http://bugs.winehq.org/show_bug.cgi?id=10190#c14
Install dotnet20 with winetricks.
Install the game.
Replace d3dx9_30.dll and d3dx9_36.dll with native versions. I used winetricks
to install directx9 into a temporary wineprefix dir and then copied those files
over.
The game runs successfully but it does not render text. Instead there are
square yellowish boxes where the text should be.
Screenshot: http://i.imgur.com/fVmFT.jpg
I believe the issue is related to these two lines:
fixme:d3d:wined3d_get_format Can't find format unrecognized (0x36315220) in the
format lookup table
fixme:d3d:state_wrap (WINED3DRS_WRAP0) Texture wrapping not yet supported.
Some research leads me to understand that Texture wrapping isn't supported by
OpenGL and thus wine, but I was hoping there is a way to work around this bug,
or if I could be mistaken and it's unrelated to that.
I've tried various settings in the game's ini file but to no avail. I also
tried changing settings in the relevant .fx files, but nothing seemed to work,
other than me breaking different rendering aspects :D
--
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=24048
Summary: Steam crashes
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P5
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bluebriansimon(a)gmail.com
Steam crashes upon login. No known cause from what I can determine.
--
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=25645
Summary: Textures in dynamite game is upside down
Product: Wine
Version: 1.3.10
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xor29a(a)bk.ru
Textures in dynamite game is upside down
Normal screenshot:
http://www.hotud.org/images/stories/games/d/dynamite/dynamite.jpg (not found in
original size)
Upside down textures screenshot in attachment
--
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=24104
Summary: Unreal Tournament 3 hangs at start
Product: Wine
Version: 1.3.1
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ek-tunkul(a)newmail.ru
Hi!When start game through steam or shortcut on desktop,game halt when push
"launch" button, after 2-5 seconds and unreal logo becomes gray.In terminal i
have "wine: Unhandled stack overflow at address 0x34c7a12 (thread 0044),
starting debugger..." and no more.Close game with compulsory exit.Before that
game start perfectly on wine 1.2 or wine 1.3,the problem has appeared
suddenly.Tried to reinstall wine hasn't helped.May be somebody has solved a
problem?Please help!
Athlon 64 3200+,GeForce6600GT,Audigy1(ALSA),2GB,Ubuntu 10.04 lucid+wine
1.3.1,1.3 or 1.2
--
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=23554
Summary: Error in GDI affects IrfanView 4.27
Product: Wine
Version: 1.2-rc6
Platform: x86
URL: http://en.irfanview-forum.de/vb/showthread.php?6661-V4
-27-IrfanPaint-no-longer-keeps-data(removed-when-paint
-closed)&p=30835
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mrk(a)emarkay.com
The plugin for IrafanView, IrfanPaint, has given me trouble in keeping the
changes it has made applied to the original. In 4.25 I found that if you zoomed
to "Original Size" it would keep it's data (lines text, edits, etc.) when the
dialog was closed, but now in 4.27 (with the latest 4.13.67 Paint) , there is
nothing I can find to keep the changes. Even saving "in process" does not keep
the changes made to that point!
>From Developer of plugin:
"My educated guess on this fact is that Wine for DibSections uses a hybrid
approach: it creates a DIB a DDB (which probably is actually an X bitmap); the
work performed by the GDI methods is done on the DDB/X bitmap, which is
converted to DIB whenever the software tries to write on the DIB bits (I think
they use some kind of page protection method to do that).
So, when IrfanPaint just uses GDI methods to perform his work, the changes are
made just on the DDB and aren't mirrored on the DIB, thus causing the problem;
instead, when IP also writes directly on the DIB bits, before it does so the
changes done to the DDB are automatically mirrored on the DIB, so everything
works fine.
If things are like that, a quick workaround can be created to just make a "fake
write" on the DIB to force the update after each tool use. It would be quite a
small change and it should solve the problem.
Still, IMHO, to make such DIB/DDB system to work successfully they should have
set the update also on DIB read, maybe creating a "dirty flag" to avoid
unnecessary updates. "
--
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=25823
Summary: Office 2007 with wine-1.2.2 won't install on CentOS
5.5 - branding.xml verification
Product: Wine
Version: 1.2.2
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: cinaed(a)altos-da.com
Created an attachment (id=32913)
--> (http://bugs.winehq.org/attachment.cgi?id=32913)
log file from $HOME/.wine/drive_c/users/cinaed/Temp
Trying to install Office Standard 2007 on CentOS 5.5 x86_64 using wine-1.2.2.
I've tried it with a clean install. It starts the installer which is visible
for a few seconds then crashes leaving the following errors
Error: XmlSignature Verification failed for branding.xml. Type:
InvalidMetadataFile.
Showing parent-less message Title: 'Setup Error', Message: 'Setup cannot
continue because a required file is either corrupted or
not available. Run Setup again from the original source disc or download
location.'
I've tried every version from 1.22 to 1.3.10 with the same result.
Software was installed from CD.
--
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=24830
Summary: Civilization V will not download mods: "Cannot
download because Microsoft BITS has not been started"
Product: Wine
Version: unspecified
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mathuin(a)gmail.com
I am playing Civilization V via Steam and in general it works really well. The
number one issue I am facing is the inability to download mods for the game.
When I mouse over the download button, the text "Cannot download because
Microsoft BITS has not been started." comes up. When I start the BITS service
via "wine net start bits" in another window and then stop and restart Civ and
try to download a mod, I still get the same message. When I stop the
wineserver entirely, start the BITS service as mentioned above, start Steam
from the command line in a different window than that of the BITS service, and
start Civ, I *still* get the same message.
http://forum.winehq.org/viewtopic.php?t=9936&sid=3e8ab7e7bf0adabf7173f92415…
describes another person's attempt to do the same thing.
Please let me know if there's more I can do to assist you guys in fixing this!
Thanks!
--
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=17553
Summary: Condor Dedicated Server not responding to client
Product: Wine
Version: 1.0.1
Platform: PC-x86-64
URL: http://forum.condorsoaring.com/viewtopic.php?p=99117#991
17
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sebastien(a)chaumontet.net
Following the Howto all seems works well but Dedicated server is just
responding to client by its name ... but do nothing else.
"When I started the server, the server looks okay and running, and I checked if
people could connect via "condor-club" "test server".
Condor-club told me it was connectable!!!
but.......... when I try connecting from a different windows computer, condor
just hangs."
--
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=21646
Summary: hhctrl.ocx: special characters displayed wrong
Product: Wine
Version: 1.1.38
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: hhctrl.ocx
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nerv(a)dawncrow.de
Created an attachment (id=26131)
--> (http://bugs.winehq.org/attachment.cgi?id=26131)
source and binary with screenshots
html help ignores special characters in the contents, so they might also be
rendered as html, or the character should be parsed.
(e.g. Umlauts are displayed as ampersand+normalcharacter+uml+semicolon)
--
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=19373
Summary: Plants vs Zombies is draw in the left button side of
the screen
Product: Wine
Version: 1.1.26
Platform: PC
URL: http://www.reflexive.com/Plantsvs.Zombies.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jaimerave(a)gmail.com
While using the game you can see it in the left button corner of the screen
while it is supposed to be in the center of the screen. This makes impossible
to select the option of the game because the game is expecting you to make
click in a different place from where the game screen is been draw.
This is in Wine 1.1.26. I have an Intel X4500HD but I have seen the problem
also with an Nvidia card.
--
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.