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=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=29423
Bug #: 29423
Summary: CCleaner hides cleaner rules by default
Product: Wine
Version: 1.3.35
Platform: x86-64
URL: http://www.piriform.com/ccleaner/builds
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
Classification: Unclassified
The treeview on CCleaner's cleaner (default) screen doesn't display the cleaner
rules for each application (i.e. which information from that application should
be removed) by default. It only shows the list of supported applications, and
double-clicking an application's name will make its cleaner rules visible.
Another double-click will hide them again.
On Windows XP, it shows these rules by default, and nothing happens when
double-clicking an application name.
Same issue in 1.3.18, 1.2, 1.0.1, and 0.9.33. The terminal output is the same
as attachment 38082. Workaround: winetricks comctl32
--
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=28382
Summary: Dragon NaturallySpeaking 10.0 does not run
Product: Wine
Version: 1.3.28
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: susancragin(a)earthlink.net
Created an attachment (id=36395)
--> (http://bugs.winehq.org/attachment.cgi?id=36395)
terminal output
This might be a regression.
NatSpeak installed well with today's git
wine-1.3.28-193-g90e3bc5
but does not run.
The relevant error seems to be
fixme:wbemprox:wbem_locator_ConnectServer 0x135da0, L"ROOT\\WMI", (null),
but I have attached the entire terminal output.
--
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=27983
Summary: Starcraft 2 Editor: Newly created items in the trigger
treeview don't get marked for renaming.
Product: Wine
Version: 1.3.25
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: florian(a)fkoeberle.de
When you create in the Starcraft 2 Editor a new variable, folder, action,
function etc. in the trigger tree the newly created item doesn't get marked for
renaming.
Workaround:
- Press F2 once you created an item: This will mark the item for renaming.
The bug doesn't occur with native comctl32.
--
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=25440
Summary: Guitar Pro 6 fails to start
Product: Wine
Version: 1.3.8
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xvachon(a)gmail.com
In current git (1.3.8), Guitar Pro 6.0.7 fails to start. With vcrun2005
installed to avoid http://bugs.winehq.org/show_bug.cgi?id=25439, I get the
following output.
xavier@xavier /wine/gp6/drive_c/Program Files/Guitar Pro 6 $ wine GuitarPro.exe
fixme:system:SetProcessDPIAware stub!
app dir path: "C:/Program Files/Guitar Pro 6"
current: QDir( "C:/Program Files/Guitar Pro 6" , nameFilters = { * },
QDir::SortFlags( Name | IgnoreCase ) , QDir::Filters(
Dirs|Files|Drives|AllEntries ) )
current: QDir( "C:/Program Files/Guitar Pro 6" , nameFilters = { * },
QDir::SortFlags( Name | IgnoreCase ) , QDir::Filters(
Dirs|Files|Drives|AllEntries ) )
The app works fine in native Windows 7.
--
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=15539
Summary: quartz: referencemapper.ok sometimes fails in pc-bsd
(race condition?)
Product: Wine
Version: 1.1.5
Platform: PC
OS/Version: FreeBSD
Status: NEW
Keywords: source, testcase
Severity: enhancement
Priority: P2
Component: quartz
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Looks like it might need some slop:
[pcbsd@pcbsd ~/wine-git/dlls/quartz/tests]$ rm referenceclock.ok ; make
referenceclock.ok
../../../tools/runtest -q -P wine -M quartz.dll -T ../../.. -p
quartz_test.exe.so referenceclock.c && touch referenceclock.ok
referenceclock.c:89: Test failed: SystemClock - Expected difference around
10000000, got 11750000
*** Error code 1
Fails around 1/4 time.
--
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=12069
Summary: native msvcp60.dll enhaces wines
Product: Wine
Version: 0.9.57.
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jacobidiego(a)gmail.com
Hi.
This is not exactly a bug, but i think that you should have it in mind. I dont
know how can it be related to wines internal behavior or not.
I only play one game. Tactical Ops 3.5
This game uses Unreal99 Engine.
It works in Wine as a Gold and sadly with at most 30 fps with all builtin.
With only one override it can grow to 70 fps in the same test conditions.
This native is msvcp60.dll
The game runs better with this dll present on the system. I dont know why or
what does this dlls or why the game can run without it but, it does makes a
difference.
I think that this override can improve all Unreal99 based games.
Close this bug if you think that it is invalid. I post to contribute and
documentate to other looking for the same issue.
Cheers.
Diego
--
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.