http://bugs.winehq.org/show_bug.cgi?id=24855
Summary: Kindle for PC 1.2.1 does not run
Product: Wine
Version: 1.3.5
Platform: x86
URL: http://kindleforpc.amazon.com/30427/KindleForPC-instal
ler.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: leighmanthegreat(a)hotmail.com
Ubuntu 10.10
Installer seems to run okay.
Trying to run the program gives only
fixme:system:SetProcessDPIAware stub!
err:ole:CoGetClassObject class {6e4fcb12-510a-4d40-9304-1da10ae9147c} not
registered
err:ole:CoGetClassObject class {6e4fcb12-510a-4d40-9304-1da10ae9147c} not
registered
err:ole:create_server class {6e4fcb12-510a-4d40-9304-1da10ae9147c} not
registered
fixme:ole:CoGetClassObject CLSCTX_REMOTE_SERVER not supported
err:ole:CoGetClassObject no class object {6e4fcb12-510a-4d40-9304-1da10ae9147c}
could be created for context 0x17
Please advise.
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=17582
Summary: Version/install test crashes on OpenSolaris
Product: Wine
Version: 1.1.16
Platform: PC
URL: http://test.winehq.org/data/0d7bec3578e02e1f551813e86100
b59e36aec542/wine_ae-opensolaris/version:install.html
OS/Version: SunOS
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=19739)
--> (http://bugs.winehq.org/attachment.cgi?id=19739)
+relay,+seh,+tid,+ver
austin@opensolaris:~/wine-git/dlls/version/tests$ make install.ok
../../../tools/runtest -q -P wine -M version.dll -T ../../.. -p
version_test.exe.so install.c && touch install.ok
wine: Unhandled page fault on read access to 0x00000000 at address fed13d80
(thread 0009), starting debugger...
Can't attach process 0008: error 6
make: *** [install.ok] Error 5
+relay,+seh,+tid,+ver attached
I debugged it a bit...something in these tests go haywire:
static void test_install_file(void)
...
/* testing Invalid Parameters */
memset(tmpname,0,sizeof(tmpname));
rc = VerInstallFileA(0x0, NULL, NULL, NULL, NULL, NULL, tmpname, &size);
ok (rc == 0x10000 && tmpname[0]==0," expected return 0x10000 and no
tempname, got %08x/\'%s\'\n",rc,tmpname);
memset(tmpname,0,sizeof(tmpname));
size = MAX_PATH;
rc = VerInstallFileA(0x0, szSrcFileName, NULL, NULL, NULL, NULL, tmpname,
&size);
ok (rc == 0x10000 && tmpname[0]==0," expected return 0x10000 and no
tempname, got %08x/\'%s\'\n",rc,tmpname);
memset(tmpname,0,sizeof(tmpname));
size = MAX_PATH;
rc = VerInstallFileA(0x0, szSrcFileName, szDestFileName, NULL, NULL, NULL,
tmpname, &size);
ok (rc == 0x10000 && tmpname[0]==0," expected return 0x10000 and no
tempname, got %08x/\'%s\'\n",rc,tmpname);
Commenting those out with #if 0, #endif allows the test to pass.
--
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=25089
Summary: Regression in usp10 - completely garbled output
Product: Wine
Version: 1.3.3
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: usp10
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: martin.wilck(a)ts.fujitsu.com
Created an attachment (id=31811)
--> (http://bugs.winehq.org/attachment.cgi?id=31811)
screen shot
I found a regression in recent Wine (1.3.3 and newer) with a commercial program
I am using from time to time. The characters in simple dialog (buttons and
labels) are completely garbled ("$BODFM" instead of "Cancel"). See attached
screen shots.
Bisection turned out that the regression was caused by
commit e8816357416a8d3c6bc3d539b869e2e5c29656b2
Author: Aric Stewart <aric(a)codeweavers.com>
Date: Wed Sep 8 13:30:46 2010 -0500
usp10: Attempt to shape with non TMPF_TRUETYPE fonts.
Just do not do the parts that are known to require ttf tables.
--
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=14271
Summary: Inital size of scroll bar "thumb" incorrect
Product: Wine
Version: 1.0.0
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mrmikejj(a)gmail.com
The "thumb" in the scroll bar's of DC++ (version 0.706 and 0.707) Notepad Frame
can initially start the wrong size, but moving it makes it turn to the correct
size.
To replicate this, open up DC++ in wine. Open the Notepad Frame. Put in about
7 vertical scrolls worth of text. Close the Notepad. Re-open.
After re-opening the notepad frame, the "thumb" is tiny, after scrolling it
changes to the correct size.
--
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=25629
Summary: Left 4 Dead 2 - Only a sound channel is heard in the
Introduction.
Product: Wine
Version: 1.3.10
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: luisalvaradox(a)gmail.com
When one of the characters starts reading a list in the intro of L4D2 the sound
is not heard properly. It looks like a channel is not working correctly, no
duplex, no eax or something related.
--
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=20043
Summary: uTorrent 1.8 does not start correctly
Product: Wine
Version: 1.1.29
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: heavensblade23(a)gmail.com
'The application doesn't start. After copying itself to the destination folder
it gives the error "It seems like uTorrent is already running, but not
responding. Please close all uTorrent processes and try again."'
Seemed to work okay a few versions ago.
--
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=25117
Summary: Antialising does not work in portal.
Product: Wine
Version: 1.3.6
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andrewplayssax(a)gmail.com
The antialising in Portal is not selectable in the advanced graphics menu. When
one turns AA on in the nvidia settings, portal fails to render and screen is
black, save for the crosshair.
Intel core 2 quad Q8200
Nvidia GTS 250 (512MB) running with the 260.19.06 driver
4GB ram.
--
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=22608
Summary: EVE online planets and planetary interaction icons
fail to render correctly after 1.1.41
Product: Wine
Version: 1.1.41
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rcxdude(a)gmail.com
after wine 1.1.41, planets in EVE online (and some other effects) do not render
correctly - instead of an atmospheric glow a flat colour is shown. This is not
particularly important but in the latest test version of the client the icons
for the new planetary interaction feature do not appear at all, making this
part of the game unplayable.
I was able to bisect this to the commit:
[4cd69b8a097f16012f5c6ba3a6237df3495fba97] wined3d: Simplify the generated GLSL
for NRM.
and reversing the changes made there on the latest version of wine in git fixed
both the planet's atmospheres and the icons.
However, this appears to be graphics card dependent. I am using an NVIDIA
7950GT, while this bug was reported not to appear to occur on an NVIDIA GTX 275
(at least the planetary interaction icons appeared)
I have no idea what the above change does, but it appears to be incorrect in
some cases.
--
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=15759
Summary: CHL Network application fails to start with executable
in Z:\ path
Product: Wine
Version: 1.1.7
Platform: PC
URL: http://www.niftytv.com/clients/CHL_Network_.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: arethusa26(a)gmail.com
With 1.1.7, when attempting to start the application, a cryptic dialog box
displays with the message, "Failed to ensure dir exists: \desktop",
irrespective of the location of the executable in what would be the Z:\ Windows
drive. If moved to ~/.wine/drive_c (C:\), the application is able to start,
although it requires Windows Media Player 9. No relevant terminal output was
noted.
--
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.