http://bugs.winehq.org/show_bug.cgi?id=23655
Summary: Heroes V : Cursor icon dissapears and makes game
unplayable
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xvachon(a)gmail.com
As you play the game, the cursor eventually …
[View More]dissapears and the game becomes
unplayable.
My terminal got flooded by these messages, therefore I hint that gdi is the
problematic component.
fixme:bitmap:CreateBitmapIndirect planes = 0
err:gdi:alloc_gdi_handle out of GDI object handles, expect a crash
err:gdi:alloc_gdi_handle out of GDI object handles, expect a crash
err:gdi:alloc_gdi_handle out of GDI object handles, expect a crash
Wine 1.2-rc7
Gentoo Linux X64
nvidia-drivers 256.34
--
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.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=23656
Summary: Crystal Cubes requires native msxml3 to start
Product: Wine
Version: 1.2-rc7
Platform: x86
URL: http://www.nzlab.dk/files/cc101.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msxml3
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
On startup, Crystal Cubes (a …
[View More]freeware tetris clone in 3D) shows an error
dialogue, stating a runtime error happened, then it terminates. There is
nothing relevant in the console.
Installing native msxml3 via winetricks makes the game happy, and it starts up
correctly (after a native d3dx9_36.dll is also installed).
The game reads its configuration from the settings.xml file.
Link to the game's installer added to URL (14 Mb).
--
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.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=23718
Summary: Medieval Conquest - game unplayable due to distorted /
scrambled graphics
Product: Wine
Version: 1.2
Platform: x86
URL: http://www.catdaddygames.com/Medieval.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: …
[View More]doctorwhoguy(a)gmail.com
Created an attachment (id=29716)
--> (http://bugs.winehq.org/attachment.cgi?id=29716)
Terminal output from running main program from command line.
The game installs and starts fine. When running the program, the opening movie
plays, but only the audio can be heard. The entire screen is just a scrambled
mess of colors or maybe plain white with random black lines. The mouse cursor,
however, appears perfectly, and audible clues are heard when the mouse tracks
over a clickable hotspot.
Unsure if game would be playable if this were fixed. In earlier Wine versions
this was not a problem, but the game was unplayably slow once actual gameplay
began.
--
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.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=21870
Summary: Steam 2010 beta UI can't purchase games
Product: Wine
Version: 1.1.39
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: secur32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: epssyis(a)gmail.com
Created an attachment (id=26499)
--> (http://bugs.winehq.org/attachment.cgi?id=26499)
…
[View More]Attempting to buy a game in Steam UI Beta
As seen in the attached image the Steam client brings up a 'testshell-error'
when attempting to purchase games already added to the shopping cart. This is
via clicking any game -> adding it to the cart -> and selecting 'Purchase for
Self' which takes you to the URL
https://store.steampowered.com/checkout/?purchasetype=self. At this point the
secur32 fault presents itself.
The fault crops up out of secur32 but includes failures in crypt (and GNUTLS):
fixme:secur32:schan_InitializeSecurityContextW Using hardcoded "NORMAL"
priority
fixme:crypt:CRYPT_CriticalExtensionsSupported unsupported critical extension
"2.5.29.32"
fixme:crypt:CRYPT_CriticalExtensionsSupported unsupported critical extension
"2.5.29.32"
GNUTLS ERROR: Resource temporarily unavailable, try again.
GNUTLS ERROR: Decryption has failed.
err:secur32:schan_DecryptMessage Returning SEC_E_INTERNAL_ERROR
Debug channels for secur32 and crypt contain all the issues related to this bug
that I can detect. I have not included debug output as I do not know what
personal information may be stored in the data. Recreating the issue should be
simple as it affects all users of the Steam UI Beta at this time.
This bug is different to 19653.
--
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.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=24242
Summary: MSXML2.XMLHTTP.3.0 can't GET
Product: Wine
Version: 1.3.1
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: msxml3
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
In http://forum.winehq.org/viewtopic.php?t=9524 a user asked why
his simple download code failed:
-------- snip --------…
[View More]--
Simple Delphi code.
Uses comobj;
procedure TForm1.Button1Click(Sender: TObject);
var xmlhttp: variant;
begin
xmlhttp:=createoleobject('MSXML2.XMLHTTP.3.0');
xmlhttp.open('GET', edit1.text, true);
xmlhttp.send();
while (xmlhttp.readystate<>4) do application.processmessages;
memo1.lines.add(xmlhttp.responsetext);
end;
Screen cap: http://netikka.net/dev/ole.jpg
Here is zipped exe: http://netikka.net/dev/ole.zip
Click ok -> OLE error 800401F3 (Ubuntu 10.04, Wine 1.31)
-------- snip ----------
The app he links to is a very simple one that uses an msxml3
interface to download a file when you click the button.
Doing that fails on wine, and the log shows
err:ole:CoGetClassObject no class object {f5078f35-c551-11d3-89b9-0000f81fe221}
could be created for context 0x5
'winetricks msxml3' works around it, and gets you to the next problem.
--
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.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=22190
Summary: Roller Coaster Tycoon 3 cursor vanishes after a few
minutes
Product: Wine
Version: 1.1.41
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: leonard.lawton(a)gmail.com
After a few minutes of gameplay, the cursor …
[View More]simply vanishes.The game still
responds to click/movement events. The only way to get it back is to completely
exit the program and restart it.
--
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.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=21034
Summary: 8BallClub fails to launch due to unimplemented msxml
functionality
Product: Wine
Version: 1.1.34
Platform: PC
URL: http://www.8ballclub.com/Downloads/Install8BC.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msxml3
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: …
[View More]arethusa26(a)gmail.com
Created an attachment (id=25231)
--> (http://bugs.winehq.org/attachment.cgi?id=25231)
8BallClub standard error output
After working around bug 21033, launching 8BallClub results in a "Runtime
error!" dialog box being displayed with caption "Microsoft Visual C++ Runtime
Library". Pertinent output just before the crash is:
fixme:msxml:httprequest_QueryInterface Unsupported interface
{00000126-0000-0000-c000-000000000046}
fixme:msxml:httprequest_open stub (0x470a100)
fixme:msxml:httprequest_QueryInterface Unsupported interface
{df0b3d60-548f-101b-8e65-08002b2bd119}
fixme:msxml:httprequest_abort stub (0x470a100)
fixme:msxml:httprequest_QueryInterface Unsupported interface
{df0b3d60-548f-101b-8e65-08002b2bd119}
Using winetricks to install native msxml3 resolves the crash.
--
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.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=10796
Summary: Problems with font and layout of InstallShield
Product: Wine
Version: 0.9.51.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Ronny.Standtke(a)gmx.net
Created an attachment (id=9656)
--> (http://bugs.winehq.org/attachment.…
[View More]cgi?id=9656)
Screenshot of Installshield when running on wine showing font shadows and an
incomplete line border
I noticed that InstallShield has problems with some fonts and layouts when
running on wine.
I will attach some screenshots...
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=24506
Summary: The Elder Scrolls 4 - Oblivion not displaying
correctly
Product: Wine
Version: 1.3.3
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: singledaddy82(a)gmail.com
Hi guys,
First off, thanks for an amazing product!
…
[View More]I am running Oblivion and have been doing so successfully under Wine 1.2
As soon as the 1.3.3 version was installed, the video in the game was rendered
differently.
Everything in the game is still functional, with the exception of anything that
needs to be rendered in 3d.
The status displays (2d) are rendered correctly, as is the mouse icon. These
are still dynamic.
The sounds and the interactivity are the same, including the physics.
The menus are functional as well.
I have tried reloading different saves and creating a new game, thinking that
perhaps it was just a corrupted save tree... but no :(
I would really like to get this game working again, the regression is a pain in
the ass, but I don't want to have to go back to 1.2 unless I have no other
choice...
Thanks in advance!
--
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.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=10230
Summary: FIFA98 rtwc doesnt install
Product: Wine
Version: 0.9.47.
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jfarroyo82(a)hotmail.com
Created an attachment (id=8850)
--> (http://bugs.winehq.org/attachment.cgi?id=8850)
…
[View More]FIFA98 rtwc log
error running FIFA 98 Road to World Cup installation.
i set up previously Wine to work as Win98 with this game, and added the new
drive, but no installs
here is the log.
it does not crash, but the debugger starts and it seems to freeze.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
[View Less]