https://bugs.winehq.org/show_bug.cgi?id=37321
Bug ID: 37321
Summary: foobar2000 'Scheduler' plugin crashes on unimplemented
function shell32.dll.ShellExec_RunDLLW
Product: Wine
Version: 1.7.27
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: shell32
Assignee: wine-bugs(a)winehq.org
Reporter: focht(a)gmx.net
Hello folks,
reported here: https://forum.winehq.org/viewtopic.php?f=8&t=23495
foobar2000 download:
http://www.foobar2000.org/getfile/e0e825ef100c80cc39f698e1a1e86e4e/foobar20…
Scheduler plugin download:
http://www.foobar2000.org/getcomponent/0ce61869037d9782b6b061a8122693aa/640…
Judging from the backtrace, the plugin is likely calling it as follows:
'rundll32.exe shell32.dll,ShellExec_RunDLL ...'
Source:
http://source.winehq.org/git/wine.git/blob/97be8d027b56806e8263f2040b9484f7…
--- snip ---
431 @ stub ShellExec_RunDLL
432 @ stub ShellExec_RunDLLA
433 @ stub ShellExec_RunDLLW
--- snip ---
You might want to implement the ansi variant as well.
$ sha1sum foobar2000_v1.3.3.exe
69c9bbd8964fc3b284ccaff7e2001b461d60e1f4 foobar2000_v1.3.3.exe
$ du -sh foobar2000_v1.3.3.exe
3.7M foobar2000_v1.3.3.exe
$ sha1sum foo_scheduler.zip
f1faee91c21ea51106c7e3f9cdfb376aab117a86 foo_scheduler.zip
$ du -sh foo_scheduler.zip
360K foo_scheduler.zip
$ wine --version
wine-1.7.27-47-g92bcb74
Regards
--
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=34622
Bug #: 34622
Summary: no music in neocron
Product: Wine
Version: 1.7.0
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: ole
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: baracoder(a)googlemail.com
Classification: Unclassified
quartz and mfc42 installed with winetricks
posslible error:
err:ole:CoGetClassObject no class object {94297043-bd82-4dfd-b0de-8177739c6d20}
could be created for context 0x1
err:ole:CoGetClassObject class {94297043-bd82-4dfd-b0de-8177739c6d20} not
registered
the music files are in mp3 format
--
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=26369
Summary: A.R.E.S. Extinction Agenda hangs during intro
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: quartz
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
http://ares.x10studio.com is a platform scroller written in XNA.
First problem: it's a .net app.
Mono 2.10.1 is insufficient:
Method '<Module>:<CrtImplementationDetails>.DoDllLanguageSupportValidation ()'
in assembly
'C:\windows\assembly\GAC_32\Microsoft.Xna.Framework\3.1.0.0__6d5c3888ef60e27d\Microsoft.Xna.Framework.dll'
contains native code that cannot be executed by Mono in modules loaded from
byte arrays. The assembly was probably created using C++/CLI.
Workaround: winetricks dotnet20
Second problem: it aborts with
err:ole:CoGetClassObject class {6bf52a52-394a-11d3-b153-00c04f79faa6} not
registered
...
System.InvalidOperationException: Song playback failed.
even though I have all the ubuntu 10.10 gstreamer codecs loaded.
Workaround: winetricks wmp9
Third problem: it hangs with a stream of quartz/gstreamer warnings like
warn:quartz:StdMediaSample2_SetActualDataLength Tried to set length to 49152,
while max is 16384
warn:quartz:DSoundRender_GetWritePos Delta too big 40/0, too far ahead
warn:quartz:DSoundRender_GetWritePos Advancing 7056 bytes
Workaround: winetricks quartz
You can then play the game.
--
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=26349
Summary: winetricks -q dotnet20 crashes during install
Product: Wine
Version: 1.3.15
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: download, Installer, regression
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
CC: hans(a)meelstraat.net
Introduced by
http://source.winehq.org/git/wine.git/?a=commitdiff;h=f1e59351ded497a7f9cd7…
wine /home/austin/.cache/winetricks/dotnet20/dotnetfx.exe /q /c:install.exe /q
err:seh:raise_exception Unhandled exception code c0000005 flags 0 addr 0x451d7c
--
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=26387
Summary: .NET Framework 2.0: Fails to install due to regression
Product: Wine
Version: 1.3.15
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lukasz.wojnilowicz(a)gmail.com
CC: hans(a)meelstraat.net
Steps to reproduce:
1) remove ~/.wine
2) winetricks dotnet20
Behaviour:
NET Framework fails to install on Wine 1.3.15+
Expected behaviour:
Installation shouldn't fail like it is in Wine 1.3.15
Regression test:
f1e59351ded497a7f9cd7c27c0fdfcf6db3765c2 is the first bad commit
commit f1e59351ded497a7f9cd7c27c0fdfcf6db3765c2
Author: Hans Leidekker <hans(a)codeweavers.com>
Date: Mon Mar 7 12:40:39 2011 +0100
msi: Manage one assembly cache per major version of the .NET runtime.
:040000 040000 2b62d17a653c84ad2f93022804190b232c381eec
fbea1931db1990d197c0064e4dd0a9307d414994 M dlls
--
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=30162
Bug #: 30162
Summary: dotnetfx.exe: crash during installation of .net 2.0
with mscorsvw.exe
Product: Wine
Version: 1.4-rc6
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bugs.winehq.org(a)terrorise.me.uk
Classification: Unclassified
Created attachment 39352
--> http://bugs.winehq.org/attachment.cgi?id=39352
wine output
1) download .net framework 2.0 (dotnetfx.exe,
http://www.microsoft.com/download/en/details.aspx?id=19)
2) run it in a fresh wine 1.4-rc6 environment
3) install claims to complete, however at the end there is a crash in
mscorsvw.exe - Program Error Details fails to load
--
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=29681
Bug #: 29681
Summary: tracefmt from Windows Platform SDK 7.1 crashes due to
unimplemented function ADVAPI32.dll.CloseTrace
Product: Wine
Version: 1.3.37
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: advapi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: focht(a)gmx.net
Classification: Unclassified
Hello,
--- snip ---
$ pwd
/home/focht/.wine/drive_c/Program Files/Microsoft SDKs/Windows/v7.1/Bin
...
$ wine ./tracefmt.exe
fixme:heap:HeapSetInformation (nil) 1 (nil) 0
Examining C:\Program Files\Microsoft SDKs\Windows\v7.1\Bin\default.tmf for
message formats, none found, file not found
Searching for TMF files on path: (null)
fixme:advapi:OpenTraceW 0x1337d8: stub
Logfile C:\Logfile.Etl:
OS version 0.0.0 (Currently running on 5.0.2195)
Start Time 1601-01-01-01:00:00.000
End Time Not set (Logger may not have been stopped).
Timezone is (Bias is 0mins)
BufferSize 0 B
Maximum File Size 0 MB
Buffers Written Not set (Logger may not have been stopped).
Logger Mode Settings (0) Logfile Mode is not set
ProcessorCount 0
fixme:advapi:ProcessTrace 0x32dd6c 1 (nil) (nil): stub
Error processing trace entry with status=0x78 (GetLastError=0xb7)
wine: Call from 0x7bc4bd9a to unimplemented function ADVAPI32.dll.CloseTrace,
aborting
wine: Unimplemented function ADVAPI32.dll.CloseTrace called at address
0x7bc4bd9a (thread 0024), starting debugger...
--- snip ---
Regards
--
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=29721
Bug #: 29721
Summary: makecert from Windows Platform SDK 7.1 crashes due to
unimplemented function mssign32.dll.PvkGetCryptProv
Product: Wine
Version: 1.4-rc1
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: focht(a)gmx.net
Classification: Unclassified
Hello,
--- snip ---
$ pwd
/home/focht/.wine/drive_c/Program Files/Microsoft SDKs/Windows/v7.1/Bin
...
$ wine ./makecert.exe foo
...
wine: Call from 0x7b83924f to unimplemented function
mssign32.dll.PvkGetCryptProv, aborting
wine: Unimplemented function mssign32.dll.PvkGetCryptProv called at address
0x7b83924f (thread 0009), starting debugger...
--- snip ---
MSDN: http://msdn.microsoft.com/en-us/library/windows/desktop/bb410253.aspx
Regards
--
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.