http://bugs.winehq.org/show_bug.cgi?id=10691
Summary: Dragon Naturally Speaking 9 can't enter text into
Firefox window
Product: Wine
Version: CVS/GIT
Platform: Other
URL: http://nuance.com
OS/Version: other
Status: NEW
Severity: enhancement
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
DNS 9 can enter text into Notepad, but not into Windows Firefox 2.0.0.8.
Two lines from the log look somewhat suspicious:
fixme:oleacc:AccessibleObjectFromWindow 0x20032 0
{618736e0-3c3d-11cf-810c-00aa00389b71} 0x34f680
fixme:menu:GetSystemMenu not supported on other process window 0x20032
Incidentally, roughly this same problem was reported three years ago:
http://www.kerneltraffic.org/wine/wn20051104_298.html#4
--
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=10687
Summary: Dragon Naturally Speaking 9 gets stuck on "Click File"
Product: Wine
Version: CVS/GIT
Platform: Other
URL: http://nuance.com
OS/Version: other
Status: NEW
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
To repeat:
Follow current best recipe for installation:
Close all other apps (esp. Firefox)
Run Audacity and make sure you can record and play back
Run winecfg and select OSS (ALSA stutters horribly lately)
Then do following script:
test -f wordview.exe || wget
http://downloads.pcworld.com/pub/new/business/word_processing/wordview.exe
cp wordview.exe ~/.wine/drive_c/wvinstall.exe
mv ~/.wine/dosdevices/z: ~/.wine/dosdevices/oldz
cd ~/.wine/drive_c
wine wvinstall.exe
cd ../..
mv ~/.wine/dosdevices/oldz ~/.wine/dosdevices/z:
sh winetricks fakeie6 gdiplus vcrun6
wine /media/cdrecorder/setup.exe
Train as normal (avoid Dave Barry and Alice In Wonderland samples,
as they have text that can't be seen in Wine)
Start Dragonpad (click on mic, tools / dragonpad)
Say a few words to make sure it's working
Say "Click File"
Say a few words, note that none of them are recognized.
Occasionally some of the words you say after Click File
come out after you quit Dragonpad, so something's getting
stuck somewhere.
--
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=10163
Summary: Thomas Guide Digital Edition 2005 doesn't start
Product: Wine
Version: CVS/GIT
Platform: Other
URL: http://www.thomas.com/prod/tgde/tgde.html
OS/Version: other
Status: NEW
Severity: enhancement
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
This cd-rom came with a Los Angeles map I bought
a few years ago, but somehow I never filed a
bug for it until now. Go figure... anyway, the
first hitch is the installer wants mshtml.dll in system32,
so I sent a patch for that,
http://winehq.org/pipermail/wine-patches/2007-October/045726.html
The next hitch is, starting the app just yields
a dialog box that says "?". If you do
sh winetricks jet40
the dialog box changes to say
"Item not found in this collection."
So Jet isn't happy somehow?
There's one err on the console:
err:ole:CoGetClassObject class {444c8d5a-87a0-494c-a7b2-3df16e1d5cce} not
registered
No idea what that is, but it happens way earlier in the +relay
log than the "item not found" string.
None of native dcom98, mdac27, msxml3 help.
--
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=12512
Summary: Ctrl+Home and Ctrl+End don't match Windows behaviour for
the edit control
Product: Wine
Version: CVS/GIT
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: user32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: msclrhd(a)gmail.com
1. Run notepad from wine
2. Enter "Hello
World"
3. Go to the beginning of the document
4. Press Ctrl+End
This should take you to the end of the document. Instead, it takes you to the
end of the current line (like End does).
5. Go to the end of the document
6. Press Ctrl+Home
This should take you to the beginning of the document. Instead, it takes you to
the beginning of the current line (like Home does).
--
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=13209
Summary: Autoexecutable msi installer from XSens fails.
Product: Wine
Version: 0.9.61.
Platform: Macintosh
URL: http://xsens.com/Static/Documents/UserUpload/Xsupport/MT
SDK_v3.0.2.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: carl.fischer(a)laposte.net
Created an attachment (id=13042)
--> (http://bugs.winehq.org/attachment.cgi?id=13042)
Wine terminal output
I'm trying to install a piece of software that seems to be an
autoexecutable MSI installer (if that's the correct term). When I run it
a small 'Setup' window pops up for about 30 seconds but the content
never gets painted. Then the installer quits and I get the msiexec usage
message. Software available from
http://xsens.com/Static/Documents/UserUpload/Xsupport/MTSDK_v3.0.2.exe.
The installer runs OK on native Windows and the previous version of the
same software (released in Feb 2007) installs OK in Wine.
Installation starts if I extract the .msi file with:
dd if=MTSDK_v3.0.2.exe of=MTSDK_v3.0.2.msi bs=512 skip=488
and then run 'wine msiexec /i MTSDK_v3.0.2.msi'. Note that this then fails for
other reasons [http://bugs.winehq.org/show_bug.cgi?id=13054].
The .exe file can also be unpacked with cabextract but this doesn't help
install 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=13054
Summary: XSens SDK installer won't handle 'Next' button
Product: Wine
Version: 0.9.61.
Platform: Macintosh
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: carl.fischer(a)laposte.net
Created an attachment (id=12814)
--> (http://bugs.winehq.org/attachment.cgi?id=12814)
wine terminal output
Trying to install this software:
http://xsens.com/Static/Documents/UserUpload/Xsupport/MTSDK_v3.0.2.exe.
.exe won't install so first step was to extract the .msi file with:
dd if=MTSDK_v3.0.2.exe of=MTSDK_v3.0.2.msi bs=512 skip=488
Running 'wine msiexec /i MTSDK_v3.0.2.msi' starts the installer but when it
reaches the page that asks for the name, organisation and registration number,
the 'Next' button no longer responds and wine prints an 'unhandled control
event' message. Same message if I just hit the Return key. Clicking 'Back' or
'Cancel' has the expected effect but there is no way to get any further in the
installation process.
I don't think a valid serial number is required to test this. If a wrong number
is entered there should be an error dialog.
--
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=9784
Summary: Wine Emulators hangs with no error
Product: Wine
Version: 0.9.45.
Platform: Macintosh
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P3
Component: test
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: youngjova(a)optonline.net
I'm running a program for remote control software and the program boots with
the intial screen but then just hangs with out an error. The attached code it
was happens in the terminal, and I get up and leave an come back in 30 minutes
and same screen.
--
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=13552
Summary: eDrawings CAD Viewer crashes into shell32 while opening
a file
Product: Wine
Version: CVS/GIT
Platform: PC
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: shell32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xerox_xerox2000(a)yahoo.co.uk
Hi, a user submitted garbage test result for this app. It crashes into shell32
while trying to open a file (a *dwg file in my case) I' ll attach a log
--
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=13425
Summary: The Punisher demo sound effect from launcher gets stuck
Product: Wine
Version: CVS/GIT
Platform: PC
URL: http://www.gamershell.com/download_7780.shtml
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ode5002(a)blueyonder.co.uk
Created an attachment (id=13335)
--> (http://bugs.winehq.org/attachment.cgi?id=13335)
punisher demo hangs on loading with debug on and sound problem happening
The 'racking' sound effect that plays when you press play button in the
launcher game. It stays stuck all through the game.
You can workaround the sound by turning off 'Enable Launcher Sounds' check box
in the audio tab of the launcher setup.
I tried running the demo with the WINEDEBUG=+relay but the demo hangs on the
loading screen. The tail of that is in report_file.
I ran it normally from the console and the output of that is in the
--
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=13403
Summary: fcc hangs , unless using native dbghelp
Product: Wine
Version: CVS/GIT
Platform: PC
URL: http://www3.firstclass.com/ClientDownloads/FC90ClientDow
nloadFiles/FC9106US.exe
OS/Version: Linux
Status: UNCONFIRMED
Keywords: download
Severity: normal
Priority: P2
Component: dbghelp
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xerox_xerox2000(a)yahoo.co.uk
A user sumitted garbage test results into appdb, so i gave it a try as well.
The only output is:
fixme:dbghelp:SymGetModuleInfo64 Wrong size
That's it basically, nothing further happens. With native dbghelp (the app
comes with it's own dbghelp, so no need to copy it) it gets a lot further, the
tray icon comes up fine; not sure if a main window is also to pop up, i'm not
familiar with this program, but that might be subject of another bug report
--
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.