https://bugs.winehq.org/show_bug.cgi?id=43210
Bug ID: 43210
Summary: GTA San Andreas takes off
Product: Wine-staging
Version: 2.10
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: tall89(a)mail.ru
CC: erich.e.hoover(a)wine-staging.com, michael(a)fds-team.de,
sebastian(a)fds-team.de
Distribution: ---
GTA San Andreas first starts, but then collapses, after which an error occurs
(a serious error was found, we apologize for the inconvenience), while the
screen resolution is reduced to 800x600
--
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=38087
Bug ID: 38087
Summary: Settlers III: mouse not working on start screen and
menu (after fixing raw input bug 33479)
Product: Wine
Version: 1.7.32
Hardware: x86
URL: http://www.fileplanet.com/27965/20000/fileinfo/The-Set
tlers-III:-Quest-of-the-Amazons-Demo
OS: Linux
Status: NEW
Keywords: download, regression
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: sebastian(a)fds-team.de
CC: gyebro69(a)gmail.com, stefan(a)codeweavers.com
Depends on: 33479
Regression SHA1: f6dde7062413a1dfdd71acc92c5178ac66f3ade0
Distribution: ArchLinux
Originally reported here:
https://bugs.wine-staging.com/show_bug.cgi?id=95
The problem doesn't occur with plain Wine, because the incorrect commit from
bug 33479 somehow magically "works around" this regression. I am opening this
bug anyway because sooner or later a proper fix will get upstream.
To reproduce this issue, you have to revert
76bbf106a28c4caa82873e8450bde7d4adc765bf, or alternatively apply the staging
fix for bug 33479. See here for more details
https://bugs.winehq.org/show_bug.cgi?id=33479#c45 .
When starting Settlers 3 as fullscreen, before the bad commit was introduced
the mouse cursor appears and works properly on the start screen and in the
menu. After the bad commit the mouse cursor doesn't show up anymore. This makes
it impossible to enter the game.
Patch http://source.winehq.org/patches/data/108577 does not help in this case,
and the issue is still present in latest upstream Wine
(wine-1.7.36-83-gf75d1b0).
Desktop environment: XFCE 4.1
md5sum(S3_A_Demo.exe): f8f8214bed453cde3c7b2a1fe80f947a
The regression test was performed by reverting
76bbf106a28c4caa82873e8450bde7d4adc765bf at each step.
$ git bisect good
f6dde7062413a1dfdd71acc92c5178ac66f3ade0 is the first bad commit
commit f6dde7062413a1dfdd71acc92c5178ac66f3ade0
Author: Stefan Dösinger <stefan(a)codeweavers.com>
Date: Tue Nov 18 21:26:57 2014 +0100
wined3d: Restore the display mode on focus change.
:040000 040000 aa87fc202d416bf38b92925b0040cbdbcc9e3a84
23850dec1d6e575a9050437206d54d48db834005 M dlls
:040000 040000 0e90d026408ce1c052257f931536dd23c1e53a6f
5e45b170033d4faab106d4de13292c70ce3cbed4 M include
--
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=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=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.