http://bugs.winehq.org/show_bug.cgi?id=8987
------- Additional Comments From truiken(a)gmail.com 2007-17-07 18:05 -------
I'm assuming you meant 'look near line 726', so I had a look. The specific
error is:
err:ole:CoGetClassObject class {13709620-c279-11ce-a49e-444553540000} not registered
Just because ole issued the err doesn't mean that the bug is in ole itself. The
error says that class {137...000} (Shell Automation Service,
Shell.Application.1, implemented in shell32.dll) is not registered; therefore,
the bug is that shell32.dll does not implement this interface.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8177
------- Additional Comments From software(a)astrojar.org.uk 2007-17-07 17:57 -------
I compiled the program below, and its output was:
cs = 0, fs.fsCsb[0] = 2000009f
#include <Windows.h>
#include <stdio.h>
void main()
{
AddFontResource("etsans.fon");
LOGFONTA lf;
lstrcpyA(lf.lfFaceName, "ET Sans Serif");
HFONT hfont = CreateFontIndirect(&lf);
HDC hdc = GetDC(0);
SelectObject(hdc, hfont);
FONTSIGNATURE fs;
int cs = GetTextCharsetInfo(hdc, &fs, 0);
printf("cs = %d, fs.fsCsb[0] = %lx\n", cs, (long)fs.fsCsb[0]);
}
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6297
------- Additional Comments From jlulian38(a)gmail.com 2007-17-07 17:43 -------
Apparently, the registry steam is talking about is it's ClientRegistry.blob,
remove that just before you start the game and it works (only tried a few times
though).
I retried and I've figured it out now.
remove the clientregistry.blob file (not capitalized that way)
wineboot
start your HL2 based game.
This is great for me cause I do gmod development >.>
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8987
truiken(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|wine-ole |wine-shell32
------- Additional Comments From truiken(a)gmail.com 2007-17-07 16:28 -------
How is that a bug in ole? Sounds like shell32 needs to implement this interface.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8987
Summary: FreePDF XP does not install (13709620-c279-11ce-a49e-
444553540000 missing: Shell.Application.1)
Product: Wine
Version: 0.9.41.
Platform: Other
URL: http://appdb.winehq.org/appview.php?iAppId=5494
OS/Version: Linux
Status: NEW
Keywords: download, Installer
Severity: normal
Priority: P2
Component: wine-ole
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wine.dev(a)web.de
The Installation of FreePDF XP does not work without errors.
Class 13709620-c279-11ce-a49e-444553540000 (Shell.Application.1)
is missing and a window is opened with:
-----
Fatal exeption
Error 429 (ActiveX component can't create object)
Error in Module mSetup1.Setup
-----
(Followed by the start of an internal Install-Log)
Installation-Status is at "40%" and the last line in the log is:
"Creating Start Menu Items ..:"
The Installation is aborted
--
By by ... Detlef
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6351
------- Additional Comments From anthony.goncharov(a)gmail.com 2007-17-07 15:28 -------
small update: I just compiled 0.9.41 from source with the fragdata GLSL error
patch, and now fbo looks completely perfect, but still at an unplayable fps.
Everything else is still the same.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8436
------- Additional Comments From cja(a)gmx.net 2007-17-07 14:15 -------
Sorry, should be 0.9.41. My tired head messed up the numbers.
(Southern Sweden, warm, sunny)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=881
------- Additional Comments From jlayton(a)poochiereds.net 2007-17-07 14:03 -------
Bug is also present in Thief2 v1.18, with:
wine-core-0.9.39-1.fc7
Once the game starts up the game cursor is still visible but locked to the
center of the display. I've tried turning HWCursor off in X, but it doesn't seem
to make any difference.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.