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=31875
Bug #: 31875
Summary: poor error output of cmd when trying to execute a non
exist program
Product: Wine
Version: 1.5.14
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: cmd
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fracting(a)gmail.com
Classification: Unclassified
1. $ wine wineconsole cmd
2. type foobar.exe and Enter
Expect result:
the error output should like something below:
foobar.exe is not recognized as an internal or external command,operable
program or batch file.
Actual result:
the error output is "File not found"
Some installer will call cmd during installation, a "File not found" message is
confusing.
--
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=7933
Alexandre Julliard <julliard(a)winehq.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #16 from Alexandre Julliard <julliard(a)winehq.org> 2012-10-26 13:30:44 CDT ---
Closing bugs fixed in 1.5.16.
--
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.