http://bugs.winehq.org/show_bug.cgi?id=9464
Summary: err:ole:CoMarshalInterface Failed to marshal the
interface {00000001-0000-0000-c000-000000000046},
80004002
Product: Wine
Version: CVS/GIT
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-ole
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: klaus.layer(a)gmx.de
Created an attachment (id=7804)
--> (http://bugs.winehq.org/attachment.cgi?id=7804)
err:ole:marshal_object object doesn't expose interface
Geogrid viewer from EADS (a program to display maps
http://appdb.winehq.org/appview.php?iAppId=1649) makes use of a EXE-Plugin
Interface. At startup it compains about not being able to initialize the plugin
interface. A +relay,+msgbox trace reveals some errors and fixmes. Please see
attachment.
--
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=15666
Summary: IE5.5 crash in TOOLBAR_AddStringW
Product: Wine
Version: 1.1.6
Platform: PC
URL: http://www.mirrorservice.org/sites/browsers.evolt.org/br
owsers/ie/32bit/standalone/ie55sp2_nt.zip
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wine.dev(a)web.de
1. Download ie5.5 from browsers.evolt.org
( I used
http://www.mirrorservice.org/sites/browsers.evolt.org/browsers/ie/32bit/sta…
)
2. unzip
3. Start IE5.5 with:
WINEDLLOVERRIDES=mshtml,shdocvw=n wine iexplore.exe 2>&1 | tee _log.txt
4. Crash ...
0038:trace:toolbar:ToolbarWindowProc hwnd=0xe0058 msg=44d wparam=0 lparam=3150
0038:trace:toolbar:TOOLBAR_AddStringW adding string(s) from array!
wine: Unhandled page fault on read access to 0x00003150 at address 0x7e616ff6
(thread 0038), starting debugger...
Backtrace:
=>1 0x7e616ff6 TOOLBAR_AddStringW+0x116(hwnd=0xe0058, wParam=0, lParam=12624)
[/home/detlef/wine.cvs/src/dlls/comctl32/toolbar.c:2946] in comctl32
(0x00329a04)
--
By by ... Detlef
--
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=14506
Summary: Google Pack installer aborts with dialog "cannot
continue"
Product: Wine
Version: CVS/GIT
Platform: Other
URL: http://pack.google.com
OS/Version: other
Status: NEW
Keywords: download, Installer
Severity: normal
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Today's Google Pack (aka Google Updater) fails with the dialog
"Google Updater cannot continue (error 0x8007041d)."
Looking at +relay, it seems that the installer's troubles are
centered around the warning
fixme:sync:CreateTimerQueue stub
so I'm calling this a kernel32 bug for now.
(This is separate from bug 9990.)
--
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=14789
Summary: Fix signal handler
Product: Wine
Version: CVS/GIT
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Markus.Elfring(a)web.de
The function "fprintf()" does not belong to the list of async-signal-safe
functions.
See section "2.4.3 Signal Actions" from the document "2.4 Signal Concepts".
http://opengroup.org/onlinepubs/009695399/functions/xsh_chap02_04.html#tag_…
I guess that a different program design will be needed for your function
"do_sigsegv".
I recommend to change the data type for the variable "watchdog" to
"sig_atomic_t".
http://source.winehq.org/git/wine.git?a=blob;f=server/signal.c;h=5e4fe33c6a…
--
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=16043
Summary: Rumble fighter log in button does not work
Product: Wine
Version: 1.1.7
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Ryansagun(a)gmail.com
CC: Ryansagun(a)gmail.com
after being updated the log in window appears the log in button does not work
--
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=15977
Summary: MS Money 2007 crashes on startup
Product: Wine
Version: 1.1.8
Platform: Other
URL: http://www.microsoft.com/money/freetrial_info.mspx
OS/Version: other
Status: NEW
Severity: normal
Priority: P2
Component: shdocvw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: leslie_alistair(a)hotmail.com
Created an attachment (id=17167)
--> (http://bugs.winehq.org/attachment.cgi?id=17167)
WINEDEBUG=+tid,shdocvw,urlmon
After a successful install, running ms money crashes in
0x6121ac69 BindStatusCallback_OnObjectAvailable+0x99(iface=0x21d1b8, riid=0x
7cfb70, punk=0x683c40) [/home/alesliehughes/wine/dlls/shdocvw/navigate.c:289]
in
shdocvw (0x7de59108)
Since This->doc_host is null and its being used.
Doing a check for null before its used works around the issue, but properly
isn't the best fix.
--
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=17279
Summary: Need For speed Underground 2 crashes with
"err:seh:raise_exception Unhandled exception code
c0000090 flags 0 addr 0x43cf34"
Product: Wine
Version: 1.1.14
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Salz85(a)gmail.com
Created an attachment (id=19280)
--> (http://bugs.winehq.org/attachment.cgi?id=19280)
wine output without any debug parameters.
Need For speed Underground 2 , both retail and patched version crashes with the
following message:
err:d3d_shader:pixelshader_update_samplers No texture bound to sampler 0, using
2D
err:d3d_shader:pixelshader_update_samplers No texture bound to sampler 0, using
2D
err:seh:raise_exception Unhandled exception code c0000090 flags 0 addr 0x43cf34
err:seh:raise_exception Unhandled exception code c0000090 flags 0 addr 0x43cf34
(the full log is attached below)
This problems appears both when trying to start any race/career mode and while
trying to change the "reflection rate level" from the options menu.
--
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=17689
Summary: problem with widl 1.0.1
Product: Wine
Version: unspecified
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Thomas.Haag(a)compart.net
Hi there,
when using widl on an idl file like: widl ./File.idl
-I /usr/include/wine/windows/
I get the following error-message:
/usr/include/wine/windows/oaidl.idl:121: Error: parameter 'pvData' of
struct 'tagSAFEARRAY' cannot derive from void *
Maybe I'm just not using the program correctly. I'm trying to port a
windows app to linux. Naively I'm just running widl on the ms-idl-files.
(because the output of midl does not compile)
I'm looking very much forward to any help
Greetings
Thomas
--
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=14938
Summary: Internal communications errors preven the application
from opening files properly.
Product: Wine
Version: 1.1.2
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: josephcmiller2(a)gmail.com
Created an attachment (id=15533)
--> (http://bugs.winehq.org/attachment.cgi?id=15533)
console messages of the error upon crashing
Some RPC and OLE errors prevent Quickbooks from operating properly. A dialog
box pops up with "Quickbooks - Unrecoverable Error" and the program must close.
--
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=15842
Summary: winecfg: You don't have a drive C. This is not so great.
Product: Wine
Version: 1.1.7
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: linuxscratch(a)gmail.com
START!
run winecfg
When I click on the Drives tab, a popup message says:
"You dont have a drive C. This is not so great."
"Remember to click 'Add' in the Drives tab to create one!"
At the same time, this message appears in the terminal:
"err:winecfg:open_mountmgr failed to open mount manager err 2"
When I click Add it adds the mapping ../drive_c to the letter C:.
When I click Apply, the message again appears in the terminal:
"err:winecfg:open_mountmgr failed to open mount manager err 2"
The next time I run winecfg, all of the above happens again from the START!
--
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.