http://bugs.winehq.org/show_bug.cgi?id=19215
Summary: Dragon NaturallySpeaking 10 Standard crashes
performing Language Model Optimization
Product: Wine
Version: 1.1.25
Platform: PC
URL: http://nuance.com
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: susancragin(a)earthlink.net
This bug was uncovered on July 6 2009, by the correction of bug #15631. The bug
concerns a sub-menu in DNS 10's Accuracy Center.
To replicate:
Open program
CTL-T to open Tools drop-down menu
Select Accuracy Center
Select Run the Acoustic and Language Model Optimizers
Uncheck Perform Acoustic Optimization (this runs, and I think it runs well)
Check Perform Language Model Optimization (this function causes the crash)
Wine-dbg>attach 0x8
0xb80da42e: jmp 0xb80da423
Wine-dbg>set $BreakOnFirstChance=0
Wine-dbg>cont
fixme:dbghelp_dwarf:dwarf2_parse_variable Unsupported form for const value
szNlsKeyName (a)
start_process () at /home/susan/wine/dlls/kernel32/process.c:941
0x7b877bba start_process+0xda [/home/susan/wine/dlls/kernel32/process.c:941] in
kernel32: movl %esi,0x0(%esp)
941 ExitThread( entry( peb ) );
Wine-dbg>
--
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=27218
Summary: virtualbox needs ntoskrnl.exe.IoAcquireRemoveLockEx
Product: Wine
Version: 1.3.20
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fracting(a)gmail.com
0. download virtualbox for windows, 32bit.
http://www.virtualbox.org/wiki/Downloads
1. register native netcfgx.dll, works around Bug 27060
2. install virtualbox
3. start virtualbox.
$ wine VirtualBox.exe
wine: Call from 0x7b839ab2 to unimplemented function
ntoskrnl.exe.IoAcquireRemoveLockEx, aborting
wine: Unimplemented function ntoskrnl.exe.IoAcquireRemoveLockEx called at
address 0x7b839ab2 (thread 0027), starting debugger...
wine: Call from 0x7b839ab2 to unimplemented function
ntoskrnl.exe.IoAcquireRemoveLockEx, aborting
though virtualbox will not crash ,but running virtualbox for windows on wine
may be a good testcase for the function ntoskrnl.exe.IoAcquireRemoveLockEx.
--
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=20213
Summary: AutoCAD 2009: Cross-hair leaves trace on drawing sheet
Product: Wine
Version: 1.1.30
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lukasz.wojnilowicz(a)gmail.com
Created an attachment (id=23839)
--> (http://bugs.winehq.org/attachment.cgi?id=23839)
Traces on drawing sheet
I'm using Wine-1.1.30 on Fedora 11 32 bit. My graphic card is NVIDIA 9xxx with
drivers version 190.32.
When I move cross-hair or "create" selection windows (green or blue), it leaves
it's copy there but it should disappear. It also doesn't disappear when I move
drawing sheet.
--
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=26943
Summary: copy command has different behaviour
Product: Wine
Version: 1.3.17
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: cmd
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: iip.umar.rifai(a)gmail.com
how to test:
- concatenate all txt files into files name alltxt.dat:
copy *.txt alltxt.dat
on Wine, it will ask for confirmation whether we want to overwrite or no, so
alltxt.dat will be the same as the last .txt copied.
on Windows, if alltxt.dat is not directory, it will create files named
alltxt.dat and if file alltxt.dat already exist, it will ask confirmation only
for the first time, and then it will concatenate all .txt files into
alltxt.dat. if alltxt.dat is a directory, it will copy .txt files under
alltxt.dat (separated file)
--
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=15336
Summary: DirectInputCreate(): hInst is ignored; NULL value
doesn't result in an error.
Product: Wine
Version: 1.1.5
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: directx-dinput
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gerbilsoft(a)verizon.net
While porting an application from Linux to Win32, I noticed a bug in Wine's
implementation of DirectInputCreate(). Specifically, Wine allows a NULL value
for hInst, whereas on Windows, specifying a NULL hInst results in error
0x80070057 ("The parameter is incorrect.")
Code:
HRESULT rval;
LPDIRECTINPUT lpDI;
HINSTANCE ghInstance = NULL;
rval = DirectInputCreate(hInst, 0x0500, &lpDI, NULL);
Expected Result: rval should contain 0x80070057 and lpDI should remain
uninitialized.
Actual Result: rval contains 0 and lpDI is initialized.
--
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=27569
Summary: Shellexecute and local file
Product: Wine
Version: 1.3.22
Platform: x86
URL: http://netikka.net/dev/shellexec.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ocean04(a)suomi24.fi
Application could not open local html file in default browser.
Reason protocol (file:///) not supported. Works in Windows (also for type other
than html)
Example: http://netikka.net/dev/shellexec.exe
Click and select some html file -> should open in default browser.
uses shellapi;
procedure TForm1.Button1Click(Sender: TObject);
var s: pchar;
begin
if opendialog1.execute then
begin
s:=pchar('file:///'+opendialog1.FileName);
ShellExecute(Handle, 'open', s, nil, nil, SW_SHOWNORMAL);
end;
--
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=31522
Bug #: 31522
Summary: Microsoft SQL Server Management Studio Express 2005:
cannot control server service (needs implemented
wbem_services_ExecMethod infrastructure)
Product: Wine
Version: 1.5.11
Platform: x86
URL: http://www.microsoft.com/download/en/details.aspx?id=8
961
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wmi&wbemprox
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: djelinski1(a)gmail.com
Classification: Unclassified
After connecting to a server the context menu contains options like start,
stop, pause, resume, restart. After implementing the properties from bug 31521,
stopping the service throws an exception. Slightly boosted log displays this
line:
fixme:wbemprox:wbem_services_ExecMethod (0x494f918,
L"Win32_Service.Name=\"MSSQLSERVER\"", L"StopService", 0, (nil), (nil),
0xa07dab8, (nil))
A running instance of SQL Server on the same wineprefix is needed to reproduce
this bug. Winetricks dotnet20 win7 is needed to install the application.
--
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=20773
Summary: Borderlands can't get install correctly
Product: Wine
Version: 1.1.33
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kuyatzu(a)hotmail.de
Created an attachment (id=24867)
--> (http://bugs.winehq.org/attachment.cgi?id=24867)
install_log
I've a DVD version of Borderlands and want to install this on Linux.
I run the Setup and install but get some errors with .dll Files and
amdcpusetup.exe.
I've tried to reinstall the .dlls manual in the dir:../Borderlands/Binaries/
but still get errors like in the attachment
--
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=26430
Summary: Post Mortem quits before reaching the main menu
Product: Wine
Version: 1.3.15
Platform: x86
URL: http://www.fileplanet.com/116849/110000/fileinfo/Post-
Mortem-Demo
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: msvcrt
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
Created an attachment (id=33648)
--> (http://bugs.winehq.org/attachment.cgi?id=33648)
plain terminal output
The game plays the intro videos fine on startup but as soon as the main menu
appears it simply quits.
'Read failed on temporary file' message in the console.
Workaround: native msvcrt.dll
The same with 0.9.33, 1.0.1, 1.2.2 and so on.
--
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=31524
Bug #: 31524
Summary: Microsoft SQL Server Management Studio Express 2005:
cannot control server service (needs
Win32_Service.*Service methods)
Product: Wine
Version: 1.5.11
Platform: x86
URL: http://www.microsoft.com/download/en/details.aspx?id=8
961
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wmi&wbemprox
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: djelinski1(a)gmail.com
Classification: Unclassified
After connecting to a server the context menu contains commands like start,
stop, pause, resume, restart. After implementing bug 31522, the following
methods will be needed for these commands to work:
Win32_Service.StopService
Win32_Service.PauseService
Win32_Service.StartService
Win32_Service.ResumeService
A running instance of SQL Server on the same wineprefix is needed to reproduce
this bug. Winetricks dotnet20 win7 is needed to install the application.
--
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.