https://bugs.winehq.org/show_bug.cgi?id=48218
Bug ID: 48218
Summary: CUETools last working in 4.12.1 (dotnet20sp2)
Product: Wine
Version: 4.13
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: spoon0042(a)hotmail.com
Distribution: ---
Created attachment 65849
--> https://bugs.winehq.org/attachment.cgi?id=65849
cuetools wine 4.14
CUETools 2.1.6 works, more or less, in wine 4.12.1 with 'winetricks dotnet20sp2
vcrun2008'. 32-bit prefix, not sure about 64.
In 4.13 something fails immediately with only this output:
001d:err:plugplay:load_function_driver AddDevice failed for driver L"winebus",
status 0xc0000002.
0009:err:seh:setup_exception_record stack overflow 1472 bytes in thread 0009
eip f7b4882d esp 00240d70 stack 0x240000-0x241000-0x340000
In 4.14 it fails differently. (attached)
In 4.15 and later it tries to start but hits some exception and pops an error
dialog, and then wine's error dialog. (next attachment)
This line comes up repeatedly in 4.15 and looks like something that shouldn't
be happening:
wine: Call from 0x7b450753 to unimplemented function
mscorwks.dll.CreateAssemblyNameObject, aborting
--
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=29576
Bug #: 29576
Summary: ImgBurn fails to get duration of FLAC files via
DC-Bass Source
Product: Wine
Version: 1.3.36
Platform: x86-64
URL: http://download.imgburn.com/SetupImgBurn_2.5.6.0.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
Classification: Unclassified
Created attachment 38308
--> http://bugs.winehq.org/attachment.cgi?id=38308
Terminal output
ImgBurn supports burning audio CDs from a few types of audio files out of the
box, but additional formats, including FLAC, can be supported by installing
DirectShow filers. DC-Bass Source provides support for various codecs,
including FLAC:
http://www.dsp-worx.de/?n=15
Unfortunately, this doesn't actually work with Wine; trying to add a FLAC file
to the compilation after installing DC-Bass Source produces an error:
GetDuration failed!
File Name: <file path>
Reason: Error: 0x80004001
The file is added to the list of tracks anyway, but attempting to create a CUE
sheet for burning will fail with the same message until the offending file(s)
are removed. Using native qedit.dll makes that error go away, and a CUE sheet
is created successfully.
AAC files fail with the same error initially, but native qedit only changes the
error code for those files...
Steps to reproduce:
1. Install ImgBurn
2. Download and extract DC-Bass Source:
http://download.dsp-worx.de/?f=DCBassSource_v1.30_Binary.zip
3. From the DC-Bass Source directory, run register.bat
4. Start ImgBurn and go to tools -> create CUE file
5. Try to add a FLAC 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.
https://bugs.winehq.org/show_bug.cgi?id=41701
Bug ID: 41701
Summary: Unhandled exception: assertion failed in 32-bit code
(0xf7762be9).
Product: Wine
Version: 1.9.22
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: stevedonato(a)gmail.com
Distribution: ---
Created attachment 56105
--> https://bugs.winehq.org/attachment.cgi?id=56105
Back Trace Dump from Wine
Unhandled exception: assertion failed in 32-bit code (0xf7762be9).
windows application CrazyTalk 7
from reallusion
Installed OK but got error after running it and it displayed 1st menu OK
--
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=49162
Bug ID: 49162
Summary: widl generates incorrect marshaller for pointer sized
output parameter for 32-bit client and 64-bit server
Product: Wine
Version: 5.8
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: rpc
Assignee: wine-bugs(a)winehq.org
Reporter: dmitry(a)baikal.ru
Distribution: ---
Consider the following .idl:
import "objidl.idl";
cpp_quote("#if 0")
typedef ULONG_PTR HDATA;
cpp_quote("#endif")
[
uuid(00000000-1111-2222-3333-444444444444),
implicit_handle(handle_t rpc_handle),
version(1.0)
]
interface IServer
{
DWORD rpc_GetData([out] HDATA *data);
}
Makefile snippet:
server_s.c: Makefile server.idl $(WIDL)
$(WIDL) -s -h -o $@ server.idl -m64 -I. -I$(WINEINCLUDE)
server_c.c: Makefile server.idl $(WIDL)
$(WIDL) -c -h -o $@ server.idl -m32 -I. -I$(WINEINCLUDE)
generated server_s.c snippet:
void __RPC_STUB IServer_rpc_GetData( PRPC_MESSAGE _pRpcMessage )
{
...
*(HDATA *)__frame->_StubMsg.Buffer = *__frame->data;
...
*(DWORD *)__frame->_StubMsg.Buffer = __frame->_RetVal;
}
generated server_c.c snippet:
DWORD __cdecl rpc_GetData(
HDATA *data)
{
...
*data = *(HDATA *)__frame->_StubMsg.Buffer;
...
_RetVal = *(DWORD *)__frame->_StubMsg.Buffer;
}
As a result a being marshalled buffer looks like this:
[8 bytes HDATA][4 bytes _RetVal]
and on the client side _Retval gets value of upper 32-bits of the 64-bit HDATA.
--
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=44268
Bug ID: 44268
Summary: Volume control non-functional in Windows Media Player
6.4
Product: Wine
Version: 3.0-rc4
Hardware: x86
URL: http://download.microsoft.com/download/winmediaplayer/
Update/6.4/W9XNT4/EN-US/mpfull.exe
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: quartz
Assignee: wine-bugs(a)winehq.org
Reporter: jhansonxi(a)gmail.com
Distribution: Ubuntu
Created attachment 60079
--> https://bugs.winehq.org/attachment.cgi?id=60079
Log during volume control adjustment attempt
Attempting to adjust the volume control in Windows Media Player 6.4 has no
effect. The button doesn't move and audio volume does not change. Mute button
works normally. Tested on two systems.
Xubuntu 16.04.3 x86_64, AMD Phenom 9550, GeForce GTX 750Ti with Nvidia 384.90
driver.
wine-devel 3.0~rc4~xenial from dl.winehq.org
Xubuntu 17.04 x86, Intel Pentium D 3.46GHz, GeForce 8600 GT with Nvidia
340.102 driver.
wine-devel 3.0~rc4~zesty from dl.winehq.org
--
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=44271
Bug ID: 44271
Summary: MMS streams do not play in Windows Media Player 6.4
Product: Wine
Version: 3.0-rc4
Hardware: x86
URL: http://download.microsoft.com/download/winmediaplayer/
Update/6.4/W9XNT4/EN-US/mpfull.exe
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: quartz
Assignee: wine-bugs(a)winehq.org
Reporter: jhansonxi(a)gmail.com
Distribution: Ubuntu
Created attachment 60083
--> https://bugs.winehq.org/attachment.cgi?id=60083
Log from sait.ca mms stream play attempt
In Windows Media Player 6.4 attempting to play an MMS stream results in a "File
not found" error. Stream plays with same app version in Win98SE and with
gst-play-1.0 on the same system.
Stream tested:
mms://stream1.sait.ca/SAITRADIO
Note that MMS streams are becoming rare.
Xubuntu 17.04 x86, Intel Pentium D 3.46GHz, GeForce 8600 GT with Nvidia
340.102 driver.
wine-devel 3.0~rc4~zesty from dl.winehq.org
--
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=44432
Bug ID: 44432
Summary: AArch64: assertion fail in alloc_pages_vprot
Product: Wine
Version: 3.0
Hardware: aarch64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: piotr.caban(a)gmail.com
Distribution: ---
Wine sometimes fail to start in qemu_aarch64 + ubuntu16.04 because of assertion
fail in alloc_pages_vprot function.
It looks like it's related to address space limit being set incorrectly in
virtual_init:
#ifdef _WIN64
address_space_limit = (void *)(((1UL << 47) - 1) & ~page_mask);
After changing it to:
address_space_limit = (void*)(((1UL << 48) - 1) & ~page_mask);
wine starts successfully. According to arm8 documentation 48-bit virtual memory
addressing is used.
--
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=39324
Bug ID: 39324
Summary: Runtime error abnormal program termination
Product: Wine
Version: 1.6.2
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: a_platzer(a)arcor.de
Distribution: ---
Created attachment 52403
--> https://bugs.winehq.org/attachment.cgi?id=52403
Error report received during installment process.
As quoted in the Summary, that's the window which pops up when I try to start
the newly installed program ArcSoft PhotoImpression 6.0 for a slide/photo
negative scanner. During the installing process, I've received the error
message "backtrace" which I have included.
Is there anything to be done? Only SANE as well as simpleScan do not recognize
the scanner.
Thank you very much in advance
Alice
--
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=16397
Summary: Megaman X4 can't be played
Product: Wine
Version: 1.1.10
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P5
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sergio_andvar(a)yahoo.com
The Game (MMX4) can't be played:
In Windowed Mode (800X600), the game is executed, but it get out at the same
time.
In Fullscreen occur the same problem.
I used a portable version
My Distro is Ubuntu 8.04 GNOME 2.22
GBU
--
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=10440
Summary: Lego Island 2 hangs at startup with Quartz errors
Product: Wine
Version: 0.9.49.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: wine-quartz
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: echidnaman(a)gmail.com
Created an attachment (id=9142)
--> (http://bugs.winehq.org/attachment.cgi?id=9142)
error log
Lego Island 2 hangs at startup with what appear to be Quartz errors. It seems
to be hanging at one of the intro movies. Error log attached.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.