http://bugs.winehq.org/show_bug.cgi?id=21261
Summary: implement the IGameExplorer interface
Product: Wine
Version: 1.1.35
Platform: x86
URL: http://www.eveonline.com/download/
OS/Version: Linux
Status: NEW
Keywords: download
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: madewokherd(a)gmail.com
The following output is apparently fairly common:
err:ole:CoGetClassObject class {9a5ea990-3034-4d6f-9128-01f3c61022bc} not
registered
err:ole:CoGetClassObject no class object {9a5ea990-3034-4d6f-9128-01f3c61022bc}
could be created for context 0x1
This is the class id of a new vista interface, IGameExplorer, documented here:
http://msdn.microsoft.com/en-us/library/microsoft.directx_sdk.igameexplorer…
The class should be in gameux.dll
I believe the message is usually harmless. A program could only rely on the
class being present if it requires vista or greater.
According to a Google search, the interface is used by:
* Steam games (Half-Life 2, Team Fortress 2, ...)
* EVE Online
* Enemy Territory: QUAKE Wars
* Football Manager 2008
* Far Cry 2
* Company of Heroes
* and many others
I think we will need to add this, but in doing so we risk breaking games that
currently work (because they will rely on the class to work correctly if it
exists). I think stubs will mostly work fine.
--
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=17728
Summary: Check exception during first configuration creation
Product: Wine
Version: 1.1.17
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Markus.Elfring(a)web.de
I have updated the software to the current version 1.1.17-1.1 on my openSUSE
11.1 system.
elfring@Sonne:~> winecfg
wine: created the configuration directory '/home/elfring/.wine'
fixme:system:SetProcessDPIAware stub!
fixme:dwmapi:DwmIsCompositionEnabled 0x33cf94
fixme:file:MoveFileWithProgressW MOVEFILE_WRITE_THROUGH unimplemented
fixme:advapi:SetNamedSecurityInfoW
L"C:\\windows\\gecko\\0.9.1\\wine_gecko\\components\\xpti.dat" 1 536870916
(nil) (nil) 0x33c960 (nil)
...
wine: configuration in '/home/elfring/.wine' has been updated.
err:seh:setup_exception_record nested exception on signal stack in thread 0013
eip 7d828976 esp 7ffd7948 stack 0x1bc2000-0x1cc0000
The application window is displayed for the configuration tool as expected. -
Can this error message be avoided?
(It is also mentioned in open reports for the bug #12334, bug #15195 and bug
#17347.)
--
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=20064
Summary: Divine Divinity II - Floor is transparent
Product: Wine
Version: 1.1.29
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mcflow-forum(a)gmx.net
The floor/ground in Divine Divinity II is completely transparent, you can view
through it. Just objects like stones and wood are shown. I attached a
screenshot and an error log.
ORM seems not to change anything, I tried backbuffer, pbuffer and fbo.
--
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=17630
Summary: Unreal Tournament 3: d3dx10_35.dll not found
Product: Wine
Version: 1.1.16
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jeffz(a)jeffz.name
Fresh install of Wine, Steam, UT3, attempting to launch the game fails because
it thinks that DX10 is present.
err:module:import_dll Library d3dx10_35.dll (which is needed by L"C:\\Program
Files\\Steam\\steamapps\\common\\unreal tournament 3\\Binaries\\UT3.exe") not
found
--
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=16548
Summary: qedit:mediadet.c test is skipped due to renaming a file
Product: Wine
Version: 1.1.10
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: testcases
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kgbricola(a)web.de
Created an attachment (id=18023)
--> (http://bugs.winehq.org/attachment.cgi?id=18023)
hacky mediadet.c test debug patch
GetTempFileNameW() returns sometimes the same name in both calls in mediadet.c.
As said in MSDN the name has to be unique. It is unique, but the test deletes
the unique file and generates a new one with a new extension. In the next call
the GetTempFileNameW() returns another or the same name (the unique file was
deleted before).
But the test assumes that renaming the file extension gets a new unique one
(which seems to fit on windows XP/2000 - see http://test.winehq.org/data - but
not for wine). This works mostly - not all times - in the first run with a
clean temp folder. The chance is really small to hit two times the same name.
I haven't checked this on windows but it is affected, too, I think (probably
GetTempFileNameW() has an internal static variable which generates every time a
new name from the one before, or so ...).
--
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=12092
Summary: Graphical glitches in System Shock 2
Product: Wine
Version: 0.9.57.
Platform: PC
URL: http://www.download.com/System-Shock-2-demo/3000-7539_4-
10031250.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: oponek(a)gmail.com
There are some graphical glitches in System Shock 2 with Wine 0.9.57 (see
screenshot).
--
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=18434
Summary: Unhandled page fault whiling using gecko to browser a
URL
Product: Wine
Version: 1.1.21
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: marsliu2000(a)hotmail.com
Created an attachment (id=21037)
--> (http://bugs.winehq.org/attachment.cgi?id=21037)
partical output with WINEDEBUG=+all option
I am using Gentoo Distro, 32bit configuration. I tested 1.1.15, 1.1.17 to
1.1.21. All of them have this bug.
Everytime I do the test I remove my .wine folder and /usr/share/wine folder.
--
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=21255
Summary: XMLSpy text editor crashes
Product: Wine
Version: 1.1.34
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: soprano(a)chello.at
With Wine 1.1.34 and 1.1.35 opening XMLSpy's text (xml) editor crashes the
whole application. This was tested with both XMLSpy 2005 and 2010 versions,
therefore I guess it happens in all XMLSpy.
Reinstalling Wine 1.1.32 makes XMLSpy work correctly again.
--
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=17696
Summary: Skype 4: Crash on installation
Product: Wine
Version: 1.1.16
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: osamak.wfm(a)gmail.com
I'm trying to install Skype 4 on my Ubuntu GNU/Linux, something wrong is
happening. The installation tries to get some files form the Internet, but it
failed, it shows a dialog contains a 'Download' button. The following error was
shown when I clicked this button: <http://paste.ubuntu.com/125103/>.
I'm using almost the default settings of Wine, the official wine-1.1.16 build
and the recent version of Skype.
--
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=12812
Summary: wine crashes when attempting to play Sid Meier's
Civilization 4 version 1.74
Product: Wine
Version: 0.9.59.
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jps.sgtrock(a)gmail.com
Created an attachment (id=12493)
--> (http://bugs.winehq.org/attachment.cgi?id=12493)
Full console output
The crash looks like it occurs because for some reason the app is unable to
build a menu. The initial splash screen that says "Loading..." in several
languages shows up fine. Then I get the following dialog boxes:
"Error locating tag node in SetGlobalClassInfo function
Current XML file is: GameInfo/CIV4PlayerOptionInfos.xml"
Clicking "OK" gets the same dialog box repeated. After that, the game crashes.
The attached file shows the output to the console.
--
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.