http://bugs.winehq.org/show_bug.cgi?id=3689
------- Additional Comments From tim(a)tree-of-life.co.uk 2007-22-05 10:33 -------
i am getting same problem with setup and wine 0.9.37 on slackware 11 with
2.6.21.1 kernel. I can manually register appwiz.dll but winword just shows
splash screen and freezes with following..
fixme:x11drv:X11DRV_GetDeviceCaps (0x30c): CAPS1 is unimplemented, will return 0
fixme:psdrv:PSDRV_DeviceCapabilities DC_BINADJUST: stub.
fixme:psdrv:PSDRV_DeviceCapabilities DC_BINADJUST: stub.
fixme:psdrv:PSDRV_ExtEscape QUERYESCSUPPORT(25) - not supported.
err:winspool:WINSPOOL_GetDriverInfoFromReg Can't find driver L"hp1150" in registry
err:winspool:WINSPOOL_GetDriverInfoFromReg Can't find driver L"hp1150" in registry
--
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=8463
Summary: Dragon NaturallySpeaking 9 crashes on startup
Product: Wine
Version: 0.9.37.
Platform: PC
URL: http://nuance.com
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-setupapi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: susancragin(a)earthlink.net
Dragon NaturallySpeaking 9 crashes on startup.
Installed DNS9 with directions from Bug 8350 except that could not run native
dcon98 because it will not install on fake-windows 2000, and DNS9 does not
install on Windows 98.
--
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=7571
------- Additional Comments From dmitry(a)codeweavers.com 2007-22-05 09:58 -------
The construct:
if (dwUnicode & ENUM_ALL_FAMILIES)
ret = WineEngEnumFonts(plf, FONT_EnumInstance, (LPARAM)&fe32, TRUE);
else
ret = WineEngEnumFonts(plf, FONT_EnumInstance, (LPARAM)&fe32, FALSE);
can be further simplified to
ret = WineEngEnumFonts(plf, FONT_EnumInstance, (LPARAM)&fe32, (dwUnicode &
ENUM_ALL_FAMILIES) != 0);
> + if (enumFontFamilies) {
> + if (csi.ciCharset == SYMBOL_CHARSET)
> + elf.elfLogFont.lfCharSet = SYMBOL_CHARSET;
> + else continue;
> + csi.ciCharset = ntm.ntmTm.tmCharSet =
> + elf.elfLogFont.lfCharSet;
> + }
This doesn't look right. Why do you allow only SYMBOL_CHARSET here?
>I also managed to fix the Lotus Notes R5 issue - please see lines 89-101 of
> the patch file. No tests break, and Notes is happy again. :)
This should be investigated and fixed separately.
--
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=7808
------- Additional Comments From saulius.krasuckas(a)elst.vtu.lt 2007-22-05 09:58 -------
Is there some output generated in your stdout (console)?
--
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=7571
inckie(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #6362 is|0 |1
obsolete| |
Attachment #6399 is|0 |1
obsolete| |
------- Additional Comments From inckie(a)gmail.com 2007-22-05 09:17 -------
Created an attachment (id=6411)
--> (http://bugs.winehq.org/attachment.cgi?id=6411&action=view)
Fix for Bug 7571
I followed your advice and that did make the patch a lot simpler... thanks!
I also managed to fix the Lotus Notes R5 issue - please see lines 89-101 of the
patch file. No tests break, and Notes is happy again. :)
The questions are: would that have any nasty side effects? Is there anything
else I must do before I send this to wine-patches?
(I'll upload a full +font,+xrender log later)
--
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=6973
------- Additional Comments From focht(a)gmx.net 2007-22-05 09:16 -------
Hello,
sorry but marking this as dup is not correct.
The mentioned patch in bug 7461 does not fix this, the installer exits prematurely.
Default (clean) wine installtion is simply missing the following registry key:
"SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Uninstall"
The missing is considered "critical" to some custom installer actions.
This key should be created by default by wine installation.
It doesnt harm and would prevent these type of installer checks from failing.
Regards
--
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=5907
sairgo(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From sairgo(a)gmail.com 2007-22-05 08:39 -------
Well finally in suse 10.2 i could install Dream Weaver 8.0 cleanly.. without
problem.. using the installer. I just leave unchecked the file associations and
all the desktop icons and automatic stuff. Also installed Flash 8.0 and is
working good. The performance of the DW in linux is better than windows.. is
amazing the way as it moves
I'm very happy, i deleted the Windows and leave only my Open Suse 10.2
Many Thanks to all the Wine Team and the other guys who collaborate with this
project.
--
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.