http://bugs.winehq.org/show_bug.cgi?id=10040
Summary: Steam crashes during the startup
Product: Wine
Version: 0.9.47.
Platform: PC
URL: http://steampowered.com/
OS/Version: Linux
Status: NEW
Keywords: download
Severity: minor
Priority: P2
Component: wine-crypt32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: vitaliy(a)kievinfo.com
While starting steam crashes and writes the crash log. However it continues on
and starts. It seems it allows some parts to fail start up but still be usable
to say play games.
Here is a snipped from the +relay:
-----
0017:Call advapi32.RegOpenKeyExA(80000002,0e76a2a8
"SOFTWARE\\Microsoft\\Cryptography",00000000,00020019,7b6428c4) ret=0e702b59
0017:Ret advapi32.RegOpenKeyExA() retval=00000000 ret=0e702b59
0017:Call advapi32.RegQueryValueExA(00001910,0e76a2c8
"machineguid",00000000,7b6428cc,7b642ae0,7b6428c8) ret=0e702b87
0017:Ret advapi32.RegQueryValueExA() retval=00000002 ret=0e702b87
......
0017:Call KERNEL32.OutputDebugStringA(7b6414c0 "hardware.cpp (590) : Assertion
Failed: bRet\n") ret=1002129f
-----
So it's looking for
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Cryptography]
machineguid
Which Wine does not have. Creating this value fixes the crash.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10343
Summary: SetTimer won't wait for specified time
Product: Wine
Version: 0.9.48.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-user
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dmda(a)yandex.ru
Windows supports the following semantic for SetTimer():
hTimer = SetTimer(0, MY_ID, TIMEOUT, NULL);
note: hWnd is zero, callback is NULL.
In this case Windows sends WM_TIMER to the thread queue after specified TIMEOUT
milliseconds with wParam==hTimer returned by the function (not MY_ID! and this
is because of zero hWnd!)
When SetTimer is called this way it returns somewhat special in hTimer, for
example 0x7edc.
Under wine, it returns 1 and sends WM_TIMER immediately, regardless of TIMEOUT
(I tried with 6000ms==6s)
Reference: MSDN:
If the function succeeds and the hWnd parameter is NULL, the return value is an
integer identifying the new timer. An application can pass this value to the
KillTimer function to destroy the timer.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10393
Summary: Wine fails to launch
Product: Wine
Version: 0.9.47.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: wine-kernel
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: cardcaptorstacey(a)gmail.com
Created an attachment (id=9081)
--> (http://bugs.winehq.org/attachment.cgi?id=9081)
Error logs returned in the Konsole
Wine fails to launch when I open Episode 4-6 of Sam & Max. (Previous episodes
work fine)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9958
Summary: Albatross18 returns to the console immediately
Product: Wine
Version: CVS/GIT
Platform: PC
URL: http://download2.gamershell.com/cgi-
bin/fhx.pl?auth=dJulWPE62z3m6&id=21281&ts=1191871805&cat
=demo&filename=albatross18_setup.zip
OS/Version: Linux
Status: UNCONFIRMED
Keywords: download
Severity: normal
Priority: P2
Component: wine-shdocvw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xerox_xerox2000(a)yahoo.co.uk
I 've been seeing people sending in test reports for this app every now and
then , so i decided to give it a go myself. The only thing it does is spit out
a few fixme's (shdocvw) and then exits. With native shdocvw (and shlwapi) the
update screen comes up fine and the update process goes fine. However , while
trying to start the game it just hangs. (This bugreport is only for the first
part)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10182
Summary: Hapedit doesn't launch web browser
Product: Wine
Version: CVS/GIT
Platform: Other
URL: http://hapedit.free.fr
OS/Version: other
Status: NEW
Keywords: download
Severity: enhancement
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
I stumbled across
http://slashdot.org/~Spy+der+Mann/journal/185683
which complains that his favorite html editor, Hapedit,
doesn't work well ("the font's all messed up").
I downloaded and launched hapedit. Font seems fine to
me, but clicking on the "Browser" button fails to
launch a browser to preview the current document.
I peered at +reg traces but didn't see how it's trying
to detect the default browser. On Windows it brought
up Firefox fine for me.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15520
Summary: DVD version of Riven fails to start.
Product: Wine
Version: 1.1.5
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: paul(a)pmarks.net
Created an attachment (id=16473)
--> (http://bugs.winehq.org/attachment.cgi?id=16473)
WINEDEBUG=+relay,+seh wine Riven.exe 2> riven.txt
I have the "10th Anniversary DVD Edition" of Riven. I'm able to install it,
but when I run "wine Riven.exe" it returns to the console almost immediately
without printing anything.
At the request of <scguy318> on IRC, I've attached the output of the following
command:
WINEDEBUG=+relay,+seh wine Riven.exe
Let me know if any further info is needed. I haven't managed to play this game
yet, as it won't run natively on OS X or Vista either.
--
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=15353
Summary: Crash when clicking on tab in Safari
Product: Wine
Version: 1.1.5
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: zdenek.zikan(a)gmail.com
Created an attachment (id=16188)
--> (http://bugs.winehq.org/attachment.cgi?id=16188)
Safari crash backtrace
In Windows version of Safari 3.1.2 installed on Kubuntu 8.04.1 I am browsing
web, I middle-click on one of the links in bookmarks panel and then left-click
on the newly opened tab. In that moment, Safari crashes with backtrace which I
include in the 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=10480
Summary: Safari refuses to load secure URLs
Product: Wine
Version: 0.9.49.
Platform: PC
URL: http://www.apple.com/safari/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: peter(a)pajamian.dhs.org
Created an attachment (id=9213)
--> (http://bugs.winehq.org/attachment.cgi?id=9213)
Error message from Safari
Attempting to load secure (https) urls in Safari results in an error message
similar to the following:
Safari can’t open the page.
Safari can’t open the page “https://www.apple.com/” because it couldn’t
establish a secure connection to the server “www.apple.com”.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=16648
Summary: Defense Grid, the Awakening: Fails to load,
X3DAudio1_4.dll
Product: Wine
Version: 1.1.11
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: directx-dsound
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wolfwings(a)gmail.com
Trying to load the game complains about the dll X3DAudio1_4.dll being missing.
Loading that dll into the game directory manually allows it to get as far as
changing the screen resolution before dropping a game-propietary crash-dump
into the game directory.
Contacting the developer, they were helpful enough to stage that the crash was
occuring in Microsoft's DirectX audio engine (the X3DAudio1_4.dll file) from
the crash-dumps the game itself generated, so we're basically back at square
one in that regard.
--
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=13075
Summary: Planetside crashes Character selection screen
Product: Wine
Version: 0.9.61.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wine(a)konsoletek.com
Created an attachment (id=12838)
--> (http://bugs.winehq.org/attachment.cgi?id=12838)
Planetside crash output from WinXP trial
If you run Planetside, it will function until the Character selection screen.
Specifically right about when it would load the graphics for the characters
themselves. Additionally you can bypass this screen by selecting your
character from the Sony Launchpad. The game will load up like you are in game
but right as your should see in game graphics - it again crashes.
I've tested in with a clean install of Wine 0.9.61 on NT4, Win2k, WinXP &
Win2K8. All of them crash with no differences in behavior.
Attached is the output from wine when launching Planetside. There are two
dumps. The first (~line 202) is actually from the Launchpad - it seems to have
no effect though. The second crash (~line 910) is what kicks you out of the
game. Just as an additional note, where the bash prompt shows up in the middle
of the output is when it switched from Launchpad to Planetside proper.
--
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=10264
Summary: The Witcher fails to run
Product: Wine
Version: 0.9.48.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: zbigniew.braniecki(a)gmail.com
Steps:
1) wine launcher.exe
2) crash
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=13507
Summary: GPGNet starts but crashes after Login.
Product: Wine
Version: CVS/GIT
Platform: PC
URL: http://thevault.gaspowered.com/gpgnetdownload/GPGnetSetu
p.1.5.177.zip
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nils.krabshuis(a)redwood.com
Installing GPGNet goes fine, starting it shows the login window, allows you to
fill in your credentials and continue. The main window will appear (graphics
look distorted), a second window will appear showing a progress bar.
At this point it either hangs, or crashes.
Without this utility it is impossible to play online games with Supreme
Commander.
--
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=16314
Summary: Unhandled Page fault
Product: Wine
Version: 1.1.7
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: odbc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: yugandhar_bireddy(a)satyam.com
Created an attachment (id=17615)
--> (http://bugs.winehq.org/attachment.cgi?id=17615)
Unhandled PageFault
Hi,
Am running windows executable using Wine in oracle enterprise linux using
unixODBC.
Wine version:1.1.7
unixODBC:2.2.12
Both the oracle client and server are installed in linux and the application is
using odbc for database transactions.
This particular crash occurs when am running my application 3 to 4 times.
I request to share with me any of your experiences to resolve this issue.
Thanks,
Yug
--
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=11549
Summary: "Unhandled page fault on read access" on most of apps
Product: Wine
Version: 0.9.55.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kacperpl1(a)gmail.com
Created an attachment (id=10717)
--> (http://bugs.winehq.org/attachment.cgi?id=10717)
Debug log
This happens on most of applications but not all of them. For example Warcraft
III The Frozen Throne runs perfectly from war.exe but when i want use acid's
pvpgn launcher it crashes like this. Some other software crashes with almost
the same errors on debug only with different memory adresses but it worked
before I reinstalled my ubuntu gutsy(due to imperfect kernel compilation).
Same thing happens on version 9.54 and 9.55.
Apps crashing the same:
acid's war3 pvpgn launcher
solidworks 2007
solidworks 2008
solidworks additional apps like pdmworks and dwgedit
Most of installers runs and wont show any bugs
--
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=12173
Summary: Unhandled exception: page fault on read access to
0x55555554 in 32-bit code (0x1002e83d)
Product: Wine
Version: 0.9.58.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: henrikki.almusa(a)iki.fi
I tried to run the Medival Total War and it crashed. It was installed with
windows 2000 that was later removed, but the installed game left intact.
However it doesn't seem to run.
I'm using OpenSUSE 10.3.
--
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=9278
Summary: Unhandled page fault on read access to 0x00000000
Product: Wine
Version: 0.9.43.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: wine-loader
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: filippo.zangheri(a)yahoo.it
Created an attachment (id=7535)
--> (http://bugs.winehq.org/attachment.cgi?id=7535)
console error and back trace
I try to start "IsaGraf 3.20", but the loader gives me this error and the
application is not started at all. See attachment for back trace.
Note: this problem wasn't present in the previous version (0.9.42) of Wine. It
used to work quite perfectly.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10160
Summary: MFC42.DLL.6467 error
Product: Wine
Version: 0.9.46.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: critical
Priority: P4
Component: wine-ole
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jason.keeney(a)gmail.com
Created an attachment (id=8748)
--> (http://bugs.winehq.org/attachment.cgi?id=8748)
debugging info
I'm working with some educational database software called sdbV. (you can find
it at dmm-support.dk)
When I run the setup program, I get one error:
C:\Program Files\sdbV\Toc.ocx
Unable to register the DLL/OCX:DllRegisterServer failed; code 0x00000000
which prints in the terminal:
wine: Call from 0x100010c2 to unimplemented function MFC42.DLL.6467, aborting
I've tried to manually install Toc.ocx with regsvr32, but the same thing...(see
the attachment).
If I click ignore, I can continue, but when I try to run the application, but
it crashes with the following:
err:ole:CoGetClassObject class {ffa315a3-20d3-11cf-8fdd-943611c10000} not
registered
err:ole:create_server class {ffa315a3-20d3-11cf-8fdd-943611c10000} not
registered
err:ole:CoGetClassObject no class object {ffa315a3-20d3-11cf-8fdd-943611c10000}
could be created for context 0x5
It doesn't seem like there are so many errors, but I don't know how to proceed
with this.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15450
Summary: Photoscape won't run
Product: Wine
Version: 1.1.5
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gaab_rs(a)hotmail.com
Created an attachment (id=16340)
--> (http://bugs.winehq.org/attachment.cgi?id=16340)
Console dump
Photoscape won't run due to a MFC42.dll error. I had to download native
MFC42.dll in order for it to work and it won't anyway.
--
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=14107
Summary: MT 4 does not start, gives error message.
Product: Wine
Version: 0.9.61.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ravster3(a)hotmail.com
Created an attachment (id=14329)
--> (http://bugs.winehq.org/attachment.cgi?id=14329)
The first bit is the console output, the second bit is the error message from
the program itself.
Hello,
I am using wine-0.9.61
Arch Linux, latest version
Wine is set to behave like Win2000
At first I was getting an error message on the console saying that mfc42.dll
was missing, so I googled it and got the copy from this website:
http://www.dll-files.com/dllindex/dll-files.shtml?mfc42
I hope this is satisfactory information, please let me know how to get any
more info that may be required.
Thank you.
--
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=12106
Summary: Safari menus cannot be activated with keyboard shortcuts
Product: Wine
Version: CVS/GIT
Platform: PC
URL: http://www.apple.com/safari/
OS/Version: Linux
Status: UNCONFIRMED
Keywords: download
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: thestig(a)google.com
With today's git and Safari 3.1, I can only activate the menu with the mouse.
Once the menu is open, I can navigate it with the keyboard just fine. However,
I cannot bring up the menu with the keyboard by pressing for instance, alt, alt
+ F, or alt + v.
--
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=15600
Summary: Windows Live Writer crashes
Product: Wine
Version: 1.1.6
Platform: Other
URL: http://writer.live.com
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: shdocvw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Work around bug 15596 by booting into Windows,
installing Windows Live writer, and then grabbing
Install_{9176251A-4CC1-4DDB-B343-B487195EB397}.msi
(sha1sum 9850b68316d62d6c53ddf6ebd3aaa0f0252f833d)
from c:\program files\common files\windowsliveinstaller\msisources
as described in
http://blog.stealthpuppy.com/deployment/bypass-windows-live-installer-with-…
Try installing it with wine msiexec /i (after winetricks dotnet20).
The install seems to fail quickly, after a line like
trace:msi:ACTION_CustomAction Handling custom action
L"RefreshIEElevationPolicies" (41 L"WindowLiveSetupCustomActions"
L"_RefreshIEElevationPolicies@4")
However, searching around for that, I see that AF noted in
http://bugs.winehq.org/show_bug.cgi?id=14285
that this is not a problem, and the app actually just installed very quickly.
Sure enough, the app is there in
c:/Program Files/Windows Live/Writer/WindowsLiveWriter.exe
Running it causes a crash on my system before any GUI is put up:
Unhandled Exception: System.TypeInitializationException: The type initializer
for 'WindowsLive.Writer.Localization.Res' threw an exception. --->
System.AccessViolationException: Attempted to read or write protected memory.
This is often an indication that other memory is corrupt.
at System.Drawing.SafeNativeMethods.Gdip.GdipCreateFontFamilyFromName(String
name, HandleRef fontCollection, IntPtr& FontFamily)
+relay shows that the crash happens shortly after it processes
Z:\\USR\\SHARE\\FONTS\\TRUETYPE\\ARPHIC\\UKAI.TTF
Ah, our old friend ukai.ttf. I thought winetricks dotnet20 had a
workaround for that. (Maybe I only notice now because I'm on a
relatively old Gutsy system.)
sudo chmod 000 /usr/share/fonts/truetype/arphic
works around it more effectively.
After that, the app at least puts up a splash screen before it crashes.
If you wait a few seconds after the crash dialog, though,
the app puts up a login dialog! As long as you don't dismiss
the crash dialog, you can try to log in to your blog.
I chose to try to log in to my blogger blog. This failed / crashed,
with the following messages:
err:ole:marshal_object object doesn't expose interface
{b196b28f-bab4-101a-b69c-00aa00341d07}, failing with error 0x80004002
err:ole:ClientIdentity_QueryMultipleInterfaces IRemUnknown_RemQueryInterface
failed with error 0x80004002
fixme:mshtml:HTMLDocument_QueryInterface
(0x693c3b0)->({00000003-0000-0000-c000-000000000046} 0x7d1c9424) interface not
supported
fixme:mshtml:HTMLDocument_QueryInterface
(0x693c3b0)->({00000003-0000-0000-c000-000000000046} 0x7d1c93dc) interface not
supported
fixme:mshtml:HTMLDocument_QueryInterface
(0x693c3b0)->({c3fcc19e-a970-11d2-8b5a-00a0c9b7c9c4} 0x7d1c94a0) interface not
supported
err:ole:marshal_object object doesn't expose interface
{c3fcc19e-a970-11d2-8b5a-00a0c9b7c9c4}, failing with error 0x80004002
err:ole:ClientIdentity_QueryMultipleInterfaces IRemUnknown_RemQueryInterface
failed with error 0x80004002
fixme:mshtml:HTMLDocument_QueryInterface
(0x693c3b0)->({00000144-0000-0000-c000-000000000046} 0x7d1c94a0) interface not
supported
err:ole:marshal_object object doesn't expose interface
{00000144-0000-0000-c000-000000000046}, failing with error 0x80004002
err:ole:ClientIdentity_QueryMultipleInterfaces IRemUnknown_RemQueryInterface
failed with error 0x80004002
fixme:mshtml:HTMLDocument_put_designMode (0x693c3b0)->(L"On")
So that's what this bug is about. Not sure what component, guessing
shdocvw.
--
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=15478
Summary: Unity Web Player 2.1.0 doesn't show graphics in browser
Product: Wine
Version: CVS/GIT
Platform: Other
URL: http://unity3d.com/unity-web-player-2.x.html
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jeffzaroyko(a)gmail.com
Unity Web Player is a browser plugin for Firefox for running rich 3d
applications.
After installing Firefox 3 then installing the Unity Web Player, visiting
http://unity3d.com/gallery/live-demos/tropical-paradise loads a demo (you can
hear the audio, birds chirping) where you're supposed to see and navigate a 3d
tropical paradise.
The graphics are not drawn in the display area of the page.
Right clicking on where the graphics are supposed to be gives an option for
fullscreen, which appears to work sometimes.
wine-1.1.5-207-gc425c8a, NVIDIA 8800, 177.13.
--
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=9898
Summary: Virtual Moon Atlas 3.5 expert Mostly black drawing
Product: Wine
Version: CVS/GIT
Platform: PC
URL: http://prdownloads.sourceforge.net/virtualmoon/avlsetup3
5.exe?download
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-opengl
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: pgr(a)arcelectronicsinc.com
Created an attachment (id=8392)
--> (http://bugs.winehq.org/attachment.cgi?id=8392)
Screen shot
With the new child window fixes this 3d expert version of this app which was
unusable now can be used. It was installed and run from a fresh prefix. Craters
and other features are labeled but during the display refresh they shown for a
split second and then are overwritten. Tested with and without virtual desktop.
This error is output when starting.
err:wgl:X11DRV_GetPixelFormat Unable to find a WineGLPixelFormat for
PixelFormat=0
See appdb for screen shot of basic version (non-3d)
http://appdb.winehq.org/objectManager.php?sClass=application&iId=2081
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11978
Summary: Southwest.com "Ding!" application not usable.
Product: Wine
Version: 0.9.57.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wininet
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: polpak(a)yahoo.com
The application is available for download from
http://www.southwest.com/ding/
It will download and install with no trouble. The application will start, after
prompting and downloading the Gecko engine installer, but the user registration
process complains that it cannot connect to southwest.com. The only error in
the debug output is :
err:wininet:NETCON_secure_connect couldn't verify the security of the
connection, 20
Since you can't register, I'm unable to verify whether the content pane (which
would show airfare rates and provide links which would direct the browser to a
url to purchase them) is correctly rendering the HTML, though it was reported
in appdb that this was also not working 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=9992
Summary: Combit Addressmanager 13 trial hangs on startup
Product: Wine
Version: CVS/GIT
Platform: Other
URL: http://www.combit.net
OS/Version: other
Status: NEW
Keywords: download
Severity: enhancement
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Installation is ok, with three minor nits:
1) it's slow
2) the progress dialog seems to be hidden behind the main window until
it gets to 90%
3) clicking the online help button runs into bug 5926
But the app locks up on startup, after putting up several
"unsupported operation" dialogs.
This is one of the apps listed in
http://wiki.winehq.org/LiMuxWineKellerApplications
I tried using dcom98, but that made things worse.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.