https://bugs.winehq.org/show_bug.cgi?id=38251
Bug ID: 38251
Summary: Assign value to function parameter (again?)
Product: Wine
Version: 1.7.38
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ieframe
Assignee: wine-bugs(a)winehq.org
Reporter: isakov-sl(a)bk.ru
Distribution: ---
wine/dlls/ieframe/clients
function InPlaceSite_OnInPlaceActivateEx, line 300
pfNoRedraw = FALSE;
There is no sense to assign value to function parameter
it must be
if (!pfNoRedraw) {
return S_OK;
}
*pfNoRedraw = FALSE;
--
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.
https://bugs.winehq.org/show_bug.cgi?id=38223
Bug ID: 38223
Summary: So many euros program doesnt run
Product: Wine
Version: 1.7.38
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: teras(a)luukku.com
Distribution: ---
It installs just fine.
wine SoManyEuros.exe
fixme:olepicture:OleLoadPictureEx
(0xa0080c,24638,0,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x33fa40),
partially implemented.
fixme:olepicture:OLEPictureImpl_SaveAsFile (0x125780)->(0x131668, 0, (nil)),
hacked stub.
fixme:ole:CLSIDFromProgIDEx L"Scripting.FileSystemObject",0x33f6a0: semi-stub
fixme:scrrun:filesys_QueryInterface Unsupported interface
{7fd52380-4e07-101b-ae2d-08002b2ec713}
fixme:scrrun:filesys_QueryInterface Unsupported interface
{37d84f60-42cb-11ce-8135-00aa004bb851}
fixme:scrrun:file_get_Path (0x208738)->(0x33f4b8)
Direct downlaod link
http://www.somany.de/download/sme_deluxe_test.zip
wine-1.7.38-186-g0e24c33
--
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.
https://bugs.winehq.org/show_bug.cgi?id=38203
Bug ID: 38203
Summary: MSYS2 needs FileNetworkOpenInformation support in
NtQueryInformationFile
Product: Wine
Version: 1.7.38
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: fracting(a)gmail.com
Distribution: ---
Created attachment 50993
--> https://bugs.winehq.org/attachment.cgi?id=50993
Patch: implemented FileNetworkOpenInformation class support
Wine already implemented FileNetworkOpenInformation support in
NtQueryFullAttributesFile, but MSYS2 also wants FileNetworkOpenInformation
support in NtQueryInformationFile.
--
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=26300
Summary: Screensavers don't look right in Wine Desktop
Product: Wine
Version: 1.3.14
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gaming4jc2(a)yahoo.com
Screensavers work fine if they go full screen, but if virtual wine desktop is
enabled in graphics settings it makes alpha wrong and causes streaking.
Attaching picture of Sports.scr as reference.
--
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=14563
Summary: picasa can't play mp3 files during slideshows
Product: Wine
Version: CVS/GIT
Platform: Other
URL: http://picasa.com
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: winmm&mci
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
To reproduce:
1) install and run picasa for windows 2.7
2) Tools / Options / Slideshow
3) check
"Play MP3 tracks during slideshow"
4) under
"Select folder of mp3 tracks", browse to where you have mp3's, then click ok.
5) Select some image, play it as a slideshow.
There won't be any music. On the console, you see
fixme:mci:MCI_LoadMciDriver Couldn't load driver for type L"MPEGVIDEO".
If you don't have a windows installation accessible from Wine,
you perhaps forgot to create a [mci] section in system.ini
You can reproduce this with the attached tiny C program; to run it,
find a .mp3 file (say, foo.mp3), and run
wine a.exe play foo.mp3 from 0
--
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.
https://bugs.winehq.org/show_bug.cgi?id=38184
Bug ID: 38184
Summary: Application crash when calling WScript.Shell's "exec"
method
Product: Wine
Version: 1.7.34
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: oleaut32
Assignee: wine-bugs(a)winehq.org
Reporter: ptubbytaylor(a)gmail.com
Distribution: ---
Created attachment 50957
--> https://bugs.winehq.org/attachment.cgi?id=50957
backtrace.txt
When calling WScript.Shell's exec method using AutoHotkey v1.1.19.03, WINE
crashes and displays a wind "The program AutoHotkey.exe has experienced a
serious problem and needs to close"
--
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.
https://bugs.winehq.org/show_bug.cgi?id=38110
Bug ID: 38110
Summary: Winhttp sample doesn't always work
Product: Wine
Version: 1.3.36
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winhttp
Assignee: wine-bugs(a)winehq.org
Reporter: ocean04(a)suomi24.fi
Distribution: ---
Created attachment 50787
--> https://bugs.winehq.org/attachment.cgi?id=50787
winhttp, tid
Continuation from bug36650
Sample still doesn't always work.
Attached is winhttp log, when fails
wine-1.7.36-144-g4d43d36
--
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=23977
Summary: Steam overlay can't use shift or caps lock
Product: Wine
Version: unspecified
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: seanaloisi(a)gmail.com
Like the summary says, when I'm in Steam overlay it doesn't respond to shift or
caps lock, making all my characters stay in lower case and disabling some
others. All other features of Stem overlay work, and this is just a minor
inconvenience. If anyone knows how to fix, please tell me.
--
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.
https://bugs.winehq.org/show_bug.cgi?id=6955
--- Comment #161 from JHaleIT <jhaleit(a)gmail.com> ---
I'm on a Mac BTW
--
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.