http://bugs.winehq.org/show_bug.cgi?id=6764
------- Additional Comments From dank(a)kegel.com 2007-27-03 02:35 -------
For my adventures in trying to run the app anyway, see bug 7875.
--
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=7875
Summary: Dragon Naturally Speaking 9 aborts on startup
Product: Wine
Version: CVS
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
DNS9 doesn't install (bug 6764), but the install fails late
enough that maybe the app will run. The first problem is
that it aborts with the dialog box
Could not find a valid dd10oem.dll
http://www.winehq.org/pipermail/wine-devel/2005-June/037481.html
mentioned a similar problem with dns7, and that got me thinking;
turns out it's referring to the file with a relative path,
and the problem goes away if you set the current directory to
c:\Program Files\Nuance\NaturallySpeaking9
and start the app with
wine Program/natspeak.exe
The next problem is it aborts with the dialog box
Runtime Error!
Program: ...ram Files\Nuance\NaturallySpeaking9\Program\natspeak.exe
abnormal program termination
It appears this is happening after a license check;
+relay shows0009:Call advapi32.RegOpenKeyExA(80000002,0037bea4
"Software\\Licenses",00000000,00020019,0033ce3c) ret=003619ac
...
0009:Call kernel32.CreateFileA(0037aa38
"\\\\.\\SCSI0:",c0000000,00000003,00000000,00000003,00000000,00000000)
...
0009:Call kernel32.CreateFileA(0037a9d4
"\\\\.\\PHYSICALDRIVE0",00000000,00000003,00000000,00000004,00000000,00000000)
ret=00354da8
...
0009:Call ntdll.RtlUnwind(0033e74c,00000000,00000000,00000000) ret=7d1c55a8
...
0009:Call kernel32.MultiByteToWideChar(00000000,00000000,00379768
"%08X:SIMULATEEXPIRED",ffffffff,00000000,00000000) ret=7d1dfae7
Hrmph. Guess I should check what's in that Software\Licenses key
on a Windows system...
--
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=6737
------- Additional Comments From dank(a)kegel.com 2007-27-03 02:02 -------
Sorry, I didn't see your comments until today! (I don't
get appdb email.) Now, lessee, where'd I put my copy of DNS 7...
(I do have my DNS 9 handy, am testing that, just reopened
bug 6764.)
--
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=7874
Summary: OnHotHey function in EasyUO doesn't work
Product: Wine
Version: 0.9.33.
Platform: PC
URL: http://www.easyuo.com/
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: wine-ipc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: zajec5(a)gmail.com
EasyUO is a powerfull tool that enables me to write scripts that help me to
play Ultima Online (which works great under Wine). It works in 90%, expect
OnHotKey function.
I asked developer if he could show a part of Delphi code that is used for this
function. He was so nice he did. There it is:
**********
function OnHotkey(KeyStr : String; Ctrl,Alt,Shift : Boolean) : Boolean;
var
VK : Cardinal;
begin
Result:=False;
VK:=GetVK(KeyStr);
if VK=0 then Exit;
if (Hi(GetAsyncKeyState(VK))<128) then Exit;
if Ctrl xor (Hi(GetAsyncKeyState(VK_CONTROL))>127) then Exit;
if Alt xor (Hi(GetAsyncKeyState(VK_MENU))>127) then Exit;
if Shift xor (Hi(GetAsyncKeyState(VK_SHIFT))>127) then Exit;
Result:=True;
end;
**********
He also gave us a little comment about it. Quote:
**********
GetVK isn't provided here, but it simply maps string names like "F1" to the
corresponding Windows VirtualKey constant. The Hi() function returns the most
significant byte.
Maybe the problem is the WINE implementation of GetAsyncKeyState. It might be
the format of the return value or the VK mapping table.
GetAsyncKeyState on MSDN:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/winui/winu…
windowsuserinterface/userinput/keyboardinput/keyboardinputreference/
keyboardinputfunctions/getasynckeystate.asp
I've uploaded a test application with just GetAsyncKeyState in it here:
http://www.easyuo.com/cheffe/asynckeytest.zip
In Delphi, values with a dollar sign in front are interpreted as hexadecimal.
So the value $74 is actually 116 which is the key F5.
A description of all available virtual keycodes is here:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/winui/WinU…
WindowsUserInterface/UserInput/VirtualKeyCodes.asp
When I press F5 on my WinXP, I get the a result value of $FFFF8000 or $FFFF8001
(if I keep the F5 button pressed down).
**********
This bug means that I can not detect when some key is pressed inside Ultima
Online window. As a result I can not for ex. bind healing my character under F1.
--
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=6764
dank(a)kegel.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #4897 is|0 |1
obsolete| |
Attachment #4910 is|0 |1
obsolete| |
------- Additional Comments From dank(a)kegel.com 2007-27-03 01:14 -------
Created an attachment (id=5525)
--> (http://bugs.winehq.org/attachment.cgi?id=5525&action=view)
bzip2 log of today's wine +msi failing a minute after inserting 2nd disc
--
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=6764
dank(a)kegel.com changed:
What |Removed |Added
----------------------------------------------------------------------------
BugsThisDependsOn| |7461
Status|RESOLVED |REOPENED
Bug 6764 depends on bug 7461, which changed state.
Bug 7461 Summary: Battlestations Midway fails to install
http://bugs.winehq.org/show_bug.cgi?id=7461
What |Old Value |New Value
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXEDBug 6764 depends on bug 7461, which changed state.
Bug 7461 Summary: Battlestations Midway fails to install
http://bugs.winehq.org/show_bug.cgi?id=7461
What |Old Value |New Value
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From dank(a)kegel.com 2007-27-03 01:12 -------
So this app still doesn't install for me. It comes so close...
When it prompts for the 2nd disc, you have to use 'wine eject'
to pop the disc out (not plain old eject, not pressing the drive button)
because setup.exe is still open. Fortunately, 'wine eject'
works well, and after inserting the 2nd disc and pressing 'retry',
all continues well... right up until the point where it runs
some custom action and aborts the install, seemingly near the end.
I'll attach the +msi log.
--
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=7835
------- Additional Comments From sylvain.costard(a)uhb.fr 2007-27-03 00:51 -------
that s the addon that will be out in q3 2007
--
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=7835
------- Additional Comments From sylvain.costard(a)uhb.fr 2007-27-03 00:49 -------
This game is out since 10 november 2006 in france
--
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=7873
Summary: StgCreateDocfile Transacted mode not implemented
Product: Wine
Version: 0.9.33.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: wine-comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: roger_blum(a)swissonline.ch
I am trying to use ConceptDraw Project with wine. I have installed
wine version 0.9.33 on my openSuSE 10.2 box.
The application seems to run ok. The only thing I can not do so far is
load an existing project file. I get the following errors:
fixme:win:EnumDisplayDevicesW ((null),0,0x33f74c,0x00000000), stub!
fixme:storage:StgCreateDocfile Transacted mode not implemented.
Does this sound familiar to anybody and/or does anybody have a
solution to fix this problem? Is there a workaround?
What would it take to implement the missing part?
--
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=5042
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony.lambregts(a)gmail.com 2007-26-03 22:28 -------
Closing
--
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.