http://bugs.winehq.org/show_bug.cgi?id=22616
Summary: problem with merriam-webster-dictionary
Product: Wine
Version: 1.1.43
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: romangrubecki(a)hotmail.com
Merriam- Webster 3.11 dictionary does not work.
I have 2 Ubuntu versions on 2 separate hard drives.
In Ubuntu 9.10 and wine 1.1.43 - works perfect. I have installed Webster 4
months ago. with older version of wine. Since then I keep upgrading Wine and
dictionary still works fine.
Then I have installed Ubuntu 10.04 from cd on separate hard drive. I installed
Wine from repository. Webster dictionary does not work on this instalation. Is
the same version of wine, and the same computer.
Communicate appears: The program Merriam-Webster.exe has encountered a serious
problem and needs to 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=22749
Summary: Hard link creation from a Finddupe-generated batch
file fails (needs fsutil.exe implemented)
Product: Wine
Version: 1.1.44
Platform: x86-64
URL: http://www.sentex.net/~mwandel/finddupe/
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
Finddupe has an option to generate a batch file that can be run later to create
hard links for the duplicate files it find, but these batch files don't work in
Wine:
wine: cannot find L"C:\\windows\\system32\\fsutil.exe"
The particular command it's using is this:
fsutil hardlink create "C:\test6\testfile_1.gif" "C:\test6\testfile.gif"
Copying over fsutil.exe from WinXP lets it work as expected (aside from the
native app producing corrupted output). Fsutil is documented here:
http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en…
A lot of these functions probably wouldn't translate to Wine well (setting NTFS
attributes, etc.) but "fsutil hardlink create" seems to do the same thing as
CreateHardLink...
--
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=21150
Summary: exPressit crashes
Product: Wine
Version: 1.1.35
Platform: x86
URL: http://www.jumpjet.info/Win2k/05/exPressit_Label_Desig
n_Studio/exPressit.zip
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: shdocvw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xerox_xerox2000(a)yahoo.co.uk
Hi a user reported this crash in appdb. I gave it a try and after starting ,
and choosing default project it crashes. I'll attach a crash log. The problem
seems to be unimplemented OleObject_Advise in shdocvw. Faking success like in
the hack below makes the app start fine.
diff --git a/dlls/shdocvw/oleobject.c b/dlls/shdocvw/oleobject.c
index dde850f..8322525 100644
--- a/dlls/shdocvw/oleobject.c
+++ b/dlls/shdocvw/oleobject.c
@@ -516,7 +516,7 @@ static HRESULT WINAPI OleObject_Advise(IOleObject *iface,
IA
{
WebBrowser *This = OLEOBJ_THIS(iface);
FIXME("(%p)->(%p, %p)\n", This, pAdvSink, pdwConnection);
- return E_NOTIMPL;
+ return 0;//E_NOTIMPL;
}
--
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=18670
Summary: 1
Product: Wine
Version: 1.1.22
Platform: PC
URL: http://qip.ru
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: roman_romul(a)mail.ru
Qip Infium (http://qip.ru), ver.9026 and ver. 9030, wine 1.1.22.
Qip Infium ver.9026 works well, but when I close it - Program Error:
"The program infium.exe has encountered a serious problem and needs to close.
We are sorry for the inconvenience. ......"
--
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=15225
Summary: dvdflick v1.3.0 doesn't work
Product: Wine
Version: 1.1.3
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jcoder24(a)yahoo.com
Created an attachment (id=15986)
--> (http://bugs.winehq.org/attachment.cgi?id=15986)
console output from running dvdflick
DVDFlick v1.3.0 installs successfully and starts up without problem. When
trying to add a title the program freezes after selecting the video to be used
as the source of the title.
The last version to successfully work with wine that I'm aware of is 1.3.0 beta
build 616.
Tests were done with wine v1.0 and v1.1.3.
dvdflick's homepage is dvdflick.net and the downloads are available on
sourceforge
http://sourceforge.net/project/showfiles.php?group_id=170196&package_id=194….
--
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=29830
Bug #: 29830
Summary: dvdflick has an error on startup: ActiveX component
can't create object
Product: Wine
Version: 1.4-rc2
Platform: x86
URL: http://sourceforge.net/project/showfiles.php?group_id=
170196&package_id=194180
OS/Version: Linux
Status: NEW
Keywords: download, source
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
CC: jacek(a)codeweavers.com
Blocks: 23912
Classification: Unclassified
austin@aw25 ~/.wine/drive_c/Program Files/DVD Flick $ wine dvdflick.exe
err:ole:CoGetClassObject class {0d43fe01-f093-11cf-8940-00a0c9054228} not
registered
err:ole:create_server class {0d43fe01-f093-11cf-8940-00a0c9054228} not
registered
err:ole:CoGetClassObject no class object {0d43fe01-f093-11cf-8940-00a0c9054228}
could be created for context 0x5
An error occured during startup. Number 429 from dvdflick:
ActiveX component can't create object
Last DLL error: 0
`winetricks -q wsh57` works around it.
--
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=30715
Bug #: 30715
Summary: DVDFlick 1.3.x fails on startup with "automation
error" (needs Scripting.Dictionary implementation)
Product: Wine
Version: 1.5.4
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: focht(a)gmx.net
Classification: Unclassified
Hello,
now that Scripting.FileSystemObject is present (bug 29344) it runs further but
still complains on startup.
--- snip ---
...
0024:Call
ole32.CoCreateInstanceEx(004190b0,00000000,00000005,00000000,00000004,0032f7f0)
ret=660e3937
0024:trace:ole:CoCreateInstance (rclsid={ee09b103-97e0-11cf-978f-00a02463e06f},
pUnkOuter=(nil), dwClsContext=00000005,
riid={00000000-0000-0000-c000-000000000046}, ppv=0x32f708)
...
0024:trace:ole:apartment_getclassobject found
L"C:\\windows\\system32\\scrrun.dll" already loaded
0024:trace:ole:apartment_getclassobject calling DllGetClassObject 0x7e3bb7a0
0024:Call scrrun.DllGetClassObject(004190b0,7eac550c,0032f69c) ret=7e9e5c12
0024:fixme:scrrun:DllGetClassObject {ee09b103-97e0-11cf-978f-00a02463e06f}
{00000001-0000-0000-c000-000000000046} 0x32f69c
0024:Ret scrrun.DllGetClassObject() retval=80040111 ret=7e9e5c12
0024:err:ole:apartment_getclassobject DllGetClassObject returned error
0x80040111
...
0024:err:ole:create_server class {ee09b103-97e0-11cf-978f-00a02463e06f} not
registered
0024:err:ole:CoGetClassObject no class object
{ee09b103-97e0-11cf-978f-00a02463e06f} could be created for context 0x5
0024:Ret ole32.CoCreateInstanceEx() retval=80040152 ret=660e3937
...
0024:Call KERNEL32.RaiseException(c000008f,00000001,00000002,0032f7e4)
ret=660d0956
0024:trace:seh:raise_exception code=c000008f flags=1 addr=0x7b8393ff
ip=7b8393ff tid=0024
0024:trace:seh:raise_exception info[0]=deadcafe
0024:trace:seh:raise_exception info[1]=deadcafe
0024:trace:seh:raise_exception eax=7b826429 ebx=7b8b06b0 ecx=deadcafe
edx=0032f70c esi=0032f7e4 edi=0032f760
0024:trace:seh:raise_exception ebp=0032f748 esp=0032f6e4 cs=0023 ds=002b
es=002b fs=0063 gs=006b flags=00000287
0024:trace:seh:call_stack_handlers calling handler at 0x403be6 code=c000008f
flags=1
...
0024:trace:variant:VarBstrCat L"An error occured during startup. Number
-2147221166 from dvdflick:\r\nAutomation error\r\nLast DLL error: 0"
--- snip ---
"Scripting.Dictionary" is the friendly name of CLSID
{EE09B103-97E0-11CF-978F-00A02463E06F}
'winetricks -q wsh57' works around.
Regards
--
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=23912
Summary: dvdflick has an error on startup: "Object doesn't
support this property or method"
Product: Wine
Version: 1.3.0
Platform: x86
URL: http://sourceforge.net/project/showfiles.php?group_id=
170196&package_id=194180
OS/Version: Linux
Status: NEW
Keywords: download, regression, source
Severity: trivial
Priority: P2
Component: oleaut32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
CC: huw(a)codeweavers.com
Created an attachment (id=30022)
--> (http://bugs.winehq.org/attachment.cgi?id=30022)
terminal output
Regression caused by:
baef9a7e92d93bde21303d8f81c7d80dee9b1780 is the first bad commit
commit baef9a7e92d93bde21303d8f81c7d80dee9b1780
Author: Huw Davies <huw(a)codeweavers.com>
Date: Thu Jul 29 13:20:21 2010 +0100
oleaut32: Don't invoke a function that has the restricted attribute or is
part of an interface that's marked as restricted.
:040000 040000 b3bd2113fdf40b71ba94ba11f68607422777a388
b3e20e99539ff392dd8edce0af67d4c2491fae57 M dlls
easy to reproduce. Download app, install, and run. I'm not sure what it breaks,
if anything. The app itself is kinda useless, see bug 15225.
--
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.