https://bugs.winehq.org/show_bug.cgi?id=45405
Bug ID: 45405
Summary: ClassicStartMenu Settings from Classic Shell 4.3.1
crashes (Win10)
Product: Wine
Version: 3.11
Hardware: x86
URL: http://www.classicshell.net/downloads/
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: the.ideals(a)gmail.com
Distribution: ---
Further Classic Shell testing, all other supported Windows versions crash with
the unimplemented function dwmapi.dll.127 (DwmpGetColorizationParameters). Ref
bug 43177.
winecfg # Windows 10.
ClassicStartMenu.exe -Settings
005b:fixme:kerberos:kerberos_SpInstanceInit 65536,0x7f5f55e067a0,(nil): stub
005b:fixme:heap:RtlSetHeapInformation 0x370000 0 0x22e830 4 stub
005b:fixme:heap:RtlSetHeapInformation 0x590000 0 0x22fd30 4 stub
005c:fixme:shell:DllGetClassObject failed for
CLSID={26ee0668-a00a-44d7-9371-beb064c98683} (unknown)
005c:fixme:shell:DllGetClassObject failed for
CLSID={26ee0668-a00a-44d7-9371-beb064c98683} (unknown)
005c:fixme:nls:get_dummy_preferred_ui_language (0x8 0x57f844 0x57f870 0x57f840)
returning a dummy value (current locale)
005c:fixme:nls:get_dummy_preferred_ui_language (0x8 0x57f214 0x57f220 0x57f210)
returning a dummy value (current locale)
sha1sum ClassicShellSetup_4_3_1.exe
3c02ad8db1b5ee6bc085588b89e8845c53387b15 ClassicShellSetup_4_3_1.exe
du -sh ClassicShellSetup_4_3_1.exe
6.9M ClassicShellSetup_4_3_1.exe
--
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=49163
Bug ID: 49163
Summary: rawinput_mouse_experimental mishandles
xf86_input_joystick axis handling
Product: Wine-staging
Version: 5.8
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: skotlex(a)mailforce.net
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
Case scenario where the issue occurs:
1. Playing a game like Guild Wars 2, enabling "action camera" (in which the
cursor vanishes and moving the mouse causes the camera to move around).
2. Using xf86_input_joystick to use a gamepad axis to handle the pointer.
Results: The camera becomes "stuck" at a specific angle/direction, and no
matter the movement of the joystick, the view angle isn't changed. When "action
camera" is disabled, the mouse moves appropriately, but whenever reenabled, the
view becomes stuck at the same vector.
This doesn't occur on wine-vanilla-5.8, or wine-staging-4.21, it's present in
all wine-staging-5.x versions, and I've traced the origin to the patchset
"user32_rawinput_mouse_experimental", specifically the patch
"user32-rawinput-mouse-experimental/0001-winex11.drv-Add-support-for-absolute-RawMotion-event.patch"
The bug doesn't occur when using the touchpad, only when using a gamepad. The
touchpad registers its axes as Relative (checking the runtime code in
process_rawinput_message()), however the gamepad does them as Absolute.
Checking the code of xf86_input_joystick I see these two calls that stand out:
1. In jstk.c, function jstkDeviceControlProc, joystick axes are initialized
with InitValuatorAxisStruct() with mode Absolute, probably because the joystick
itself reports axis data in absolute mode.
2. However, axis handling and parsing of data is done in jstk_axis.c, and when
it's time to invoke a movement event, it calls xf86PostMotionEvent (from either
the jstkAxisTimer() or jstkHandleAbsoluteAxis()) with the argument
"is_absolute=0" in all cases.
If I modify process_rawinput_message() to set the input as MOUSE_MOVE_RELATIVE
regardless of msg_data->flags, it works (though the camera is super-sensitive
to movement), obviously that isn't the right solution, but confirms the issue
is related to the device's mode handling.
I am not completely certain the bug belongs in wine rather than xorg, but
considering that it's the first time I have an issue with the gamepad driver,
and it's caused by a wine-experimental-patchset, I decided to report here
first.
--
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=49149
Bug ID: 49149
Summary: ergoplanet: Unhandled exception: page fault on read
access to 0x00000010 in 32-bit code (0x00000010).
Product: Wine
Version: 5.0
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: daniel.heiserer(a)gmail.com
Distribution: ---
Created attachment 67154
--> https://bugs.winehq.org/attachment.cgi?id=67154
Backtrace log
Application "ergoplanet" crashes when trying to show/encapsulate "googlemaps"
data.
--
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=49156
Bug ID: 49156
Summary: Guitar Pro 6 crashes when saving a file
Product: Wine
Version: 5.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: baloo7gs(a)gmail.com
Distribution: ---
Created attachment 67164
--> https://bugs.winehq.org/attachment.cgi?id=67164
screenshot
Hello,
Having an issue very similar to Bug 32025
(https://bugs.winehq.org/show_bug.cgi?id=32025)
- Run Guitar pro 6
- Create a new file
- Save as, select a name for the file and save
- App (and wine) crashes. On restart it presents crash log (attached).
Ubuntu 18.04.4 LTS
64bit
wine 5.0
GP 6.2.0 r11686
Please lmk if you need more info. Thanks.
--
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=43945
Bug ID: 43945
Summary: d3dx9_36/mesh tests fail on armv7l
Product: Wine
Version: 2.19
Hardware: arm
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: directx-d3dx9
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
CC: matteo.mystral(a)gmail.com
Distribution: Debian
Created attachment 59584
--> https://bugs.winehq.org/attachment.cgi?id=59584
backtrace
Matteo looked at this a bit at wineconf, but it wasn't immediately obvious:
Unhandled exception: illegal instruction in 32-bit code (0xb1e0d010).
Backtrace:
=>0 0xb1e0d010 check_generated_effects_+0x210(line=0x9e8, materials=0xb1e61890,
num_materials=0, effects=<is not available>)
[/home/austin/wine-git/dlls/d3dx9_36/tests/mesh.c:1761] in d3dx9_36_test
(0xb1e60bfc)
1 0xb1e0cfa8 check_generated_effects_+0x1a7(line=0xb1e5f800, materials=0x1,
num_materials=0xb234fd50, effects=<is not available>)
[/home/austin/wine-git/dlls/d3dx9_36/tests/mesh.c:1754] in d3dx9_36_test
(0xb1e60394)
2 0xb1e1d710 test_LoadMeshFromX_.constprop+0x21f() in d3dx9_36_test
(0xc0400000)
--
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=30148
Bug #: 30148
Summary: Star Wars: The Old Republic - slow loading times
Product: Wine
Version: unspecified
Platform: x86-64
OS/Version: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: julusp(a)gmail.com
Classification: Unclassified
Created attachment 39322
--> http://bugs.winehq.org/attachment.cgi?id=39322
Wine debug log
The game takes too much to load depending on location. For example Nar Shaadaa
takes about 15 minutes to load, which in meanwhile, often leads to logoff. I
have attached the basic debug log.
To overcome the login issue, patch from Bug 29618 is needed
--
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=41165
Bug ID: 41165
Summary: unimplemented function wlanapi.dll.WlanCloseHandle
Product: Wine
Version: 1.9.16
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: winetest(a)luukku.com
Distribution: ---
1.) http://www.mitec.cz/msi.html
2.) Download 32bit version.
3.) Launch wine MSIX.exe
Console is spammed with unimplemented wlanapi.dll.WlanCloseHandle
https://msdn.microsoft.com/en-us/library/windows/desktop/ms706610(v=vs.85).…
--
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=49137
Bug ID: 49137
Summary: Just Cause 4: abnormal program termination
Product: Wine-staging
Version: 5.8
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: fin4478(a)hotmail.com
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
When starting the Just Cause 4 game from the Epic launcher, the Wine C++
Runtime Library dialog is shown with the abnormal program termination message.
I can not debug because clicking Cancel freezes the desktop and running wine
JustCause4.exe quits immediately. Tested with win7 and win10 in winecfg.
My system:
Distro: Debian Sid Xfce
renderer: Radeon RX 580 Series (POLARIS10 DRM 3.38.0 5.6.8+ LLVM 9.0.1)
v: 4.6 Mesa 20.2.0-devel (git-45c3331 2020-05-09 groovy-oibaf-ppa)
--
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=48308
Bug ID: 48308
Summary: KERNEL32.dll.SetEnvironmentStringsW function needed
for GoG Galaxy
Product: Wine-staging
Version: 5.0-rc1
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: berillions(a)gmail.com
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
Created attachment 66020
--> https://bugs.winehq.org/attachment.cgi?id=66020
Crash dialog box
Hi,
The open beta for GoG Galaxy 2 is available to replace Galaxy 2.
The launcher works with Wine and it's possible to install/update games with it
but it's not possible to launch a game.
Each time you launch a game, a crash report box appears. In the output console,
i have this line which appears each time a game is launched :
------
2019-12-18 23:29:24.624 [Information][ (0)] [TID 9][galaxy_client]: Launching
the game: Beyond Good and Evil (gog_1207658746).
wine: Call from 0x7bc94bf9 to unimplemented function
KERNEL32.dll.SetEnvironmentStringsW, aborting
2019-12-18 23:29:24.627 [Information][ (0)] [TID 9][galaxy_client]: The game
'gog_1207658746' is pending launch.
------
Thanks for your help
--
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=49133
Bug ID: 49133
Summary: Bayonetta: broken sea rendering during Sapientia boss
fight
Product: Wine
Version: 5.8
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: wgpierce01(a)gmail.com
Distribution: ---
The same issue as https://github.com/doitsujin/dxvk/issues/1619 also affects
wined3d.
This is the API trace from that issue that demonstrates the problem:
https://mega.nz/file/CYVnBAZS#gCDB-s8yxUMaZATgajw0Ha4pMKSn-UqGd-8gOUa7YmY
--
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=49109
Bug ID: 49109
Summary: Pillars of Eternity 2 - Deadfire [GoG Edition]:
crashes at startup (Regression)
Product: Wine
Version: 5.7
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: speakn2erasmus(a)gmail.com
Distribution: Other
Created attachment 67082
--> https://bugs.winehq.org/attachment.cgi?id=67082
console output resulting after a crash
The game [Pillars of Eternity 2: Deadfire] now crashes on startup with WINE 5.7
and also the current git as of 2020/05/05. The game was working for many
versions of the 5.X series prior and worked last on version 5.6.
After encountering the bug I did a regression test and located the first bad
commit, output included below.
sha1sum of relevent GoG installer.
$ sha1sum "setup_pillars_of_eternity_ii_deadfire_v5.0.0.0040_(29201).exe"
9edcbf8be79d8da9aaad1cdd9c1ac87a26deda3b
setup_pillars_of_eternity_ii_deadfire_v5.0.0.0040_(29201).exe
[System info]
OS: Manjaro 20.0 Lysia
Kernel: x86_64 Linux 5.6.8-1-MANJARO
Shell: bash 5.0.16
Resolution: 2560x1440
DE: GNOME 3.36.1
WM: Mutter (Wayland Session)
CPU: Intel Core i5-3570K @ 4x 3.8GHz [46.0°C]
GPU: Radeon RX Vega (VEGA10, DRM 3.36.0, MESA 20.0.6-2, LLVM 10.0.0)
RAM: 7916MiB
--
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=49122
Bug ID: 49122
Summary: Wine fails to run on MacOS Catalina
Product: Wine
Version: unspecified
Hardware: x86
OS: Mac OS X
Status: NEW
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: stefan(a)codeweavers.com
Since commit 73211637c15b1dbd298364b5dd22161ce55f8145 Wine fails to run on
MacOS Catalina (64 bit build of course):
stefan@grey wine2 % ~/build/wine2/wine winecfg
0024:err:environ:run_wineboot failed to start wineboot c00000e5
0024:err:winediag:nodrv_CreateWindow Application tried to create a window, but
no driver could be loaded.
0024:err:winediag:nodrv_CreateWindow The explorer process failed to start.
A quick investigation suggests that the first process works normally, but
processes spawned with CreateProcess fail to start. As such, explorer.exe does
not start and the actual process can't find out which graphics driver to load.
If I first run explorer.exe /desktop and then start winecfg it starts up.
--
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=48206
Bug ID: 48206
Summary: Adobe Photoshop CS2 has become near impossible to use
Product: Wine
Version: 4.20
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: aros(a)gmx.com
Distribution: ---
Steps to reproduce:
1) Run
2) Close the welcome dialog
3) Create a new picture
4) Move the mouse cursor over various picture editing tools windows - they will
start disappearing
--
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=49070
Bug ID: 49070
Summary: Qt installer framework 1.4.x based installers fail
with error 'Could not move Updates.xml to target
location. Error: Destination file exists'.
Product: Wine
Version: 5.7
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: focht(a)gmx.net
Distribution: ---
Hello folks,
while checking/investigating bug 34624 ("Qt Creator 1.4.0 online setup fails to
download some packages, reports 'Connection closed') which was identified as
dupe of bug 31438 I've encountered another problem which is worth documenting.
The installer reports at one point 'Could not move Updates.xml to target
location. Error: Destination file exists'.
Apparently this is a bug in the QT installer framework itself.
https://bugreports.qt.io/browse/QTIFW-354
Fixed by commit
https://github.com/qtproject/installer-framework/commit/7798b3d3e010367be64…
,part of 1.5.0 release.
--- snip ---
Fix broken random name generation for temporary directories.
Task-number: QTIFW-354
The function was correctly calculating the initial part of the
name using QTemporaryFile, though the appended "meta" was not
checked and could result in duplicated names later on.
Change-Id: I00eeebbb01fbfcc5a626e4bdfe04013f8e520ed5
Reviewed-by: Niels Weber <niels.weber(a)digia.com>
Reviewed-by: Tim Jenssen <tim.jenssen(a)digia.com>
--- snip ---
$ sha1sum qt-windows-opensource-1.4.0-2-x86-online.exe
5d471cebfc9dcf0427bfccbb093199bcec8164e6
qt-windows-opensource-1.4.0-2-x86-online.exe
$ du -sh qt-windows-opensource-1.4.0-2-x86-online.exe
14M qt-windows-opensource-1.4.0-2-x86-online.exe
$ wine --version
wine-5.7-151-g9805c312fb
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.
https://bugs.winehq.org/show_bug.cgi?id=46031
Bug ID: 46031
Summary: Ace money is not opening properly, when it does, the
windows are compressed. I could not go to tech
support under help, it crashed.
Product: Wine
Version: unspecified
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: tincher.bob(a)gmail.com
Created attachment 62608
--> https://bugs.winehq.org/attachment.cgi?id=62608
File provided by the program
Had difficulty starting AceMoney. Had to go into wine first
Then, when I got it open, the windows do not display properly. They come in
smaller and have to be manipulated. When I tried to access tech support
through Help, the program crashed and gave me the attached file
--
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=41918
Bug ID: 41918
Summary: PLEASE HELP ME DOMINATOR V2
Product: Wine
Version: 1.8-rc4
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: damienravel(a)yahoo.fr
Created attachment 56297
--> https://bugs.winehq.org/attachment.cgi?id=56297
backtrace dominator2
PLEASE HELP ME
I can not run this game, i do not have the skills to...
Thank you very much !!!
--
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=33538
Bug #: 33538
Summary: rewind-plush 64K demo crashes in wine
Product: Wine
Version: 1.5.29
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: opengl
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: t.artem(a)mailcity.com
Classification: Unclassified
Created attachment 44386
--> http://bugs.winehq.org/attachment.cgi?id=44386
Demo
Backtrace:
=>0 0x7e3ac27c glGenTextures+0x7c() in opengl32 (0x00cde9e0)
1 0x004082a0 in rewind-plush (+0x829f) (0x00cde9fc)
0x7e3ac27c glGenTextures+0x7c in opengl32: call *0x1b0(%edx)
--
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=41012
Bug ID: 41012
Summary: Qt version 4.8.6 "System restore disabled, system
restore point not created"
Product: Wine-staging
Version: 1.9.12
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: stevedonato(a)gmail.com
CC: erich.e.hoover(a)wine-staging.com, michael(a)fds-team.de,
sebastian(a)fds-team.de
Distribution: ---
[0027:0028][2016-07-25T14:59:48]: Plan complete, result: 0x0
[0027:0028][2016-07-25T14:59:48]: Apply begin
[0008:0009][2016-07-25T14:59:48]: Creating a system restore point.
[0008:0009][2016-07-25T14:59:48]: System restore disabled, system restore point
not created.
[0008:0009][2016-07-25T14:59:48]: Error 0x80070005: Failed to create cache
directory: C:\users\Public\Application Data\Package
Cache\{ca67548a-5ebe-413a-b50c-4b9ceb6d66c6}
[0008:0009][2016-07-25T14:59:48]: Error 0x80070005: Failed to create completed
cache path for bundle.
[0008:0009][2016-07-25T14:59:48]: Error 0x80070005: Failed to cache bundle from
path:
C:\users\steve\Temp\{ca67548a-5ebe-413a-b50c-4b9ceb6d66c6}\.be\vcredist_x64.exe
[0008:0009][2016-07-25T14:59:48]: Error 0x80070005: Failed to begin
registration session.
[0027:0028][2016-07-25T14:59:48]: Error 0x80070005: Failed to begin
registration session in per-machine process.
[0027:0028][2016-07-25T14:59:48]: Error 0x80070005: Failed to register bundle.
[0027:0028][2016-07-25T14:59:48]: Apply complete, result: 0x80070005, restart:
None, ba requested restart: No
--
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=48662
Bug ID: 48662
Summary: Mouse was not working in many games
Product: Wine-staging
Version: 5.2
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: avenjames(a)live.com
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Seems many games couldn't handle the mouse,
Skyrim\Fallout series\Two world1&2, etc.
the performance looks better than ever but this cause the major
playable-problem.
--
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=16850
Summary: Oovoo can't connect
Product: Wine
Version: 1.1.12
Platform: PC
URL: http://oovoo.com
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Reported initially in wine-users. Gave it a try in git, fails to connect:
fixme:secur32:schan_InitializeSecurityContextW Using hardcoded "NORMAL"
priority
GNUTLS ERROR: GnuTLS internal error.
fixme:ntdll:RtlNtStatusToDosErrorNoTeb no mapping for 8000000a
fixme:winsock:NtStatusToWSAError Status code 8000000a converted to DOS error
code 13d
fixme:ntdll:RtlNtStatusToDosErrorNoTeb no mapping for 8000000a
fixme:winsock:NtStatusToWSAError Status code 8000000a converted to DOS error
code 13d
fixme:ntdll:RtlNtStatusToDosErrorNoTeb no mapping for 8000000a
fixme:winsock:NtStatusToWSAError Status code 8000000a converted to DOS error
code 13d
Does this when trying to register, or even if you just put gibberish in the
login.
--
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=15265
Summary: mdcrack no longer works under wine
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bofh1234(a)hotmail.com
I used to be able run mdcrack under wine 0.9.45. I had a hard drive crash and
was forced to reinstall. After that I am unable to run mdcrack using wine. I
am running slackware 12.1. I have tried every single version of wine
(removepkg wine, rm -rf .wine0, rm -rf /tmp/.wine0, installpkg wine) and
mdcrack always gives the same error
Error: Unable to allocate enough memory
I am using mdcrack 1.8(3) from http://c3rb3r.openwall.net/mdcrack/
MDCrack-sse.exe --charset=tesTES --algorithm=NTLM1 --minsize=8 --maxsize=8
D280553F0103F2E643406517296E7582
The funny thing is if I remove the --algorithm=NTLM1 option, mdcrack runs but
does not return the correct value. The problem isn't with mdcrack as it worked
great BEFORE the hard drive crash.
I have also tried booting a Fedora 9 Live cd, did a yum install wine, and ran
mdcrack and I get the same error.
--
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=49059
Bug ID: 49059
Summary: Crash while opening regedit.exe
Product: Wine
Version: 1.6.2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: registry
Assignee: wine-bugs(a)winehq.org
Reporter: virtualreal(a)gmail.com
Distribution: ---
Created attachment 67037
--> https://bugs.winehq.org/attachment.cgi?id=67037
Crash report
regedit.exe crashes right away after starting it.
--
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=49114
Bug ID: 49114
Summary: more recent firefox? have version 24, many pages don't
work
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: marcdunord(a)gmail.com
Distribution: ---
how can i install a more recent firefox (or chrome?) on wine?
i have only firefox 24 and many webpages don't work... :(
command-line commands would be great too!
--
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=33509
Bug #: 33509
Summary: kioslave.exe crashes on KDE Dolphin exit
Product: Wine
Version: 1.5.29
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: b7.10110111(a)gmail.com
Classification: Unclassified
Created attachment 44354
--> http://bugs.winehq.org/attachment.cgi?id=44354
Backtrace
How to reproduce:
1. Have Windows-KDE's Dolphin (kde-baseapps) package installed
2. wineserver -k
3. Launch Dolphin
4. Close its window
5. Get the crash dialog
Here's console output: http://pastebin.com/xrWyBe0L
Note that if you close the window before
"fixme:toolhelp:CreateToolhelp32Snapshot flags 0 not implemented" appears,
crash doesn't occur.
--
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=49060
Bug ID: 49060
Summary: Using keyboard layouts with "ö" causes issues
Product: Wine
Version: 5.6
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: david.wilken(a)web.de
Distribution: ---
Created attachment 67038
--> https://bugs.winehq.org/attachment.cgi?id=67038
Lower row on keyboard typed - should be "Y X C V B N M"
Manjaro KDE, x86-64
When using keyboard layouts with the umlaut "ö", typing a "v" or "V" into any
kind of text field causes an "ö" or "Ö" to appear instead. For me it appeared
in the German keyboard layout.
I noticed this bug the first time I was using the Proton 5.0.6 for GTA:V and
thought it might be a Proton specific issue. Now I am using WINE 5.6 for World
of Warcraft and it causes the same issue.
This seems to be the case for all german keyboard layouts (even QWERTY).
--
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=46710
Bug ID: 46710
Summary: Warcraft III does not install
Product: Wine-staging
Version: 4.1
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: legluondunet(a)free.fr
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
Created attachment 63677
--> https://bugs.winehq.org/attachment.cgi?id=63677
Warcraft III error BLZBNTBTS0000005C during install
Hello,
I can no more install Warcraft III digital edition, Reign of Chaos or Frozen
Throne, downloaded directly from Blizzard site, with Wine staging.
When I launch the setup executable, program began install then gave me error
message BLZBNTBTS0000005C:
https://eu.battle.net/support/fr/article/19031
I joined you the terminal log.
--
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=36949
Bug ID: 36949
Summary: Sql Native Clent 2005 Can't authenticate
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: secur32
Assignee: wine-bugs(a)winehq.org
Reporter: chepaika(a)gmail.com
Created attachment 49059
--> http://bugs.winehq.org/attachment.cgi?id=49059
secur32 DEBUG log file
On Ubuntu 14.04 x86 with samba 4.1.6 and Wine 1.7.21-22
On Debian 7.5 x64 with samba 3.6.6 and Wine 1.7.15, 21-22
1. Install Sql Native Client 2005
(http://www.microsoft.com/en-us/download/details.aspx?id=24793)
2. Start odbcad32.exe
3. Try add new system DSN with SQL Native Client as driver
4. On authentication step get Microsoft SQL Server Login error (on screenshot
http://prntscr.com/44id7y)
--
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=48936
Bug ID: 48936
Summary: IL-2 Sturmovik 1946 v4.13.4 fails to load
(0009:err:ntdll:RtlpWaitForCriticalSection section
0x9beebc "?" wait timed out)
Product: Wine
Version: 5.6
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: xeno(a)x-s.com.pl
Distribution: ---
Created attachment 66912
--> https://bugs.winehq.org/attachment.cgi?id=66912
Full console output
Flight simulator Il-2 1946 fails to load with
0009:err:ntdll:RtlpWaitForCriticalSection section 0x9beebc "?" wait timed out
in thread 0009, blocked by 0000
message in the console.
Game itself installs OK, with some error thrown out at the finish of the
installation process. Upon launching it shows load screen, goes to 95% and gets
stuck, on the console timeout message as above is shown. It doesnt matter if
it's launched from desktop shortcut or from console.
Full console output attached
Game installed few times in prefixes:
- Win7 64bit used for other flightsims (Falcon4 BMS4)
- Win7 32it dedicated to Il2
I've applied lib overrides (msvcp71 and msvcr71 native) suggested in AppDb to
no avail.
To make sure, i've installed the game under Widows7 PRO 64bit (in VM). It went
all smooth with no errors, it even stgarts in VM. I've copied game dir to the
linux drive and tried to launch it. It failed to start properly the same way.
OS specs:
System: Fedora 31 x86_64
kernel: 5.5.16
xorg: 1.20.6-1
libdrm: 2.4
mesa: 19.2.8-1
Both 32 and 64bit versions of wine and critical libs (mesa, gstreamer and so
on) are installed on this system
Source of the game: GoG installer
version used: Il2 4.13.4m (straight from GoG) and 4.14.1 (GoG installer +
4.13.4 to 4.14.1 official patch)
--
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=39420
Bug ID: 39420
Summary: cant play lineage e global
Product: Wine
Version: 1.7.50
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: geckagm(a)gmail.com
Distribution: ---
Created attachment 52534
--> https://bugs.winehq.org/attachment.cgi?id=52534
i cant play lineage :(
what is the problem?
--
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=48789
Bug ID: 48789
Summary: Steam Game "Freestyle 2: Street Basketball" detects
wine as virtual machine (Themida protected)
Product: Wine
Version: 5.4
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dark.shadow4(a)web.de
Distribution: ---
When starting the game, it shows a Messagebox "Sorry, this application cannot
run under a Virtual Machine" and quits.
The game is Themida protected.
I tried with both "wine-5.4" and "wine-staging-5.4".
The game is free on Steam:
https://store.steampowered.com/app/339610/Freestyle_2_Street_Basketball/
--
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=42717
Bug ID: 42717
Summary: Mouse drift in My Summer Car
Product: Wine
Version: 2.4
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: znggurj+wine(a)gmail.com
Distribution: ---
Hi all, I am using wine 2.4 staging to try and play the game My Summer
Car on Steam. It was built with the Unity engine.
Whenever I use the mouse buttons or scroll wheel, the mouse seems to
move to the bottom right of the screen.
I don't think that the problem is specific to My Summer Car, this
StackOverflow user has the same issue with another unity game:
http://stackoverflow.com/questions/37181093/moving-mouse-in-unity3d-games-s…
I thought that maybe my mouse or keyboard was accidentally being
picked up as a joystick but this is not the case:
$ ls /dev/js*
ls: cannot access '/dev/js*': No such file or directory
ls /dev/input/js*
ls: cannot access '/dev/input/js*': No such file or directory
Not sure where to start with fixing this, any help would be appreciated :)
--
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=49120
Bug ID: 49120
Summary: Civilization IV Beyond The Sword: can't load saved
games
Product: Wine
Version: 5.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: pabloantunes(a)protonmail.com
Distribution: ---
Created attachment 67116
--> https://bugs.winehq.org/attachment.cgi?id=67116
Created by Wine
I can play new games, but can't load the saved ones.
--
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=3930
Lucas <lucasout(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |lucasout(a)gmail.com
--- Comment #78 from Lucas <lucasout(a)gmail.com> ---
Created attachment 67115
--> https://bugs.winehq.org/attachment.cgi?id=67115
deadlock save file and WINEDEBUG log
(In reply to Damjan Jovanovic from comment #28)
> Created attachment 18110 [details]
> Latest patch
>
> Here is the latest patch, the one I am about to send to wine-patches.
I tried this patch in Wine-5.8 and was able to run the Deadlock GOG version.
The start menu bug is gone. However, music was cracking and there's a hard
crash after loading a game.
I'm attaching the save file and the debug output of:
WINEDEBUG=+relay,+seh,+tid,+mmdevapi,+winmm,+driver,+msacm,+midi,+dsound,+dsound3d,+dmusic,+mci,+oss,+alsa,+coreaudiWINEDEBUG=+relay,+seh,+tid,+mmdevapi,+winmm,+driver,+msacm,+midi,+dsound,+dsound3d,+dmusic,+mci,+oss,+alsa,+coreaudi
--
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=43454
Bug ID: 43454
Summary: Finereader 12 Professional crashes at start
Product: Wine
Version: 2.13
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: sanya-0996(a)yandex.by
Distribution: ---
Created attachment 58821
--> https://bugs.winehq.org/attachment.cgi?id=58821
backtrace
Finereader 12 Professional crashes at start with wine 1.6, 2.0.2 and 2.13.
Installed by:
wine msiexec /i ABBYY\ FineReader\ 12\ Professional.msi DISABLEROLLBACK=1
--
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=43765
Bug ID: 43765
Summary: RSpec-Explorer windows are sometimes unresponsive to
keyboard and mouse input
Product: Wine
Version: 2.17
Hardware: x86
URL: https://www.rspec-astro.com/setupdownload/
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: z.figura12(a)gmail.com
Distribution: ---
Under some conditions, the application will refuse to respond to mouse and
keyboard input. The windows can be minimized, closed, focused, etc; and edit
controls will blink the caret, but buttons won't be clicked and other controls
similarly won't update. This affects not only the main window but also the
common open-file dialog.
I can pretty reliably trigger this by starting the main application, ensuring
that it is not maximized, then clicking the folder icon in the upper left to
trigger the open-file dialog. Said dialog will in most cases not respond to
input as described above; and, when it is closed, the main window will
sometimes similarly stop responding to input. I can also see this behaviour,
though less consistently, with the first window that shows up (warning you that
this program is a free trial); this window sometimes fails to respond to input,
and usually the main window will fail to respond after it is closed.
This state of unresponsiveness can in fact be undone. If the main window is
unresponsive, minimizing and restoring it will cause it to again be responsive.
More bizarrely, if one of the dialog windows is unresponsive, moving the main
window below the dialog (or nearly below it) will cause it to be responsive;
additionally, any keyboard or mouse events will be processed.
Adding some traces to DIALOG_DoDialogBox() shows that there are clearly mouse
events in the queue, but they seem to be ignored by PeekMessage(). I have no
idea why this would happen.
--
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=42555
Bug ID: 42555
Summary: Units are invisible in Shogun: Total War battle map
Product: Wine
Version: 2.2
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: aaronbpaden(a)gmail.com
Distribution: ---
Created attachment 57460
--> https://bugs.winehq.org/attachment.cgi?id=57460
wine log
Units that should appear on the battle map are invisible. They are still there,
you can see them moving around on the minimap and you can select them and give
orders, but they aren't visible.
Shogun is known to not work well with modern Windows, so I've tried with both
Windows 7 and Windows 98 on a clean prefix, but I get the same issue.
>From the logs, this appears to be a d3d issue. Shogun uses DirectX 8, if it
helps.
--
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=49068
Bug ID: 49068
Summary: 'Access violation in riched20.dll' with certain
GOG.com installers
Product: Wine
Version: 5.7
Hardware: x86
URL: https://www.gog.com/game/teenagent
OS: Linux
Status: NEW
Keywords: Installer, regression
Severity: normal
Priority: P2
Component: richedit
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
CC: jacek(a)codeweavers.com
Regression SHA1: 650aebadb7ade8b95766b5f2a9062c2210b0eca1
Distribution: ---
Some (but not all) of the game installers from GOG.com are plagued by this
problem.
After the language selecting dialogue the following error messages are shown:
"Access violation at address 7AC51DD3 in module riched20.dll."
Followed by
"System error. Code: 1400. Invalid window handle."
Afterwards the installer quits prematurely.
Reverting commit 650aebadb7ade8b95766b5f2a9062c2210b0eca1 fixes the problem.
'winetricks riched20' also acts as a workaround.
Plain terminal output doesn't show anything unusual.
Looks like the problem occurs when Wine is compiled using the "--without-mingw"
flag.
The game 'Teenagent' is available for free on GOG. If you have an account then
you can reproduce the problem with that (download size ~20 MB). Otherwise just
let me know what debug log would be helpful.
https://www.gog.com/game/teenagent
wine-5.7-141-g0c27d244f7
--
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=49011
Bug ID: 49011
Summary: Royal Quest crashes wineserver
Product: Wine
Version: 5.7
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wineserver
Assignee: wine-bugs(a)winehq.org
Reporter: spoon0042(a)hotmail.com
Distribution: ---
Click "PLAY" in the launcher, click "Log In" -> boom. (Usually anyway, I think
a couple times I was able to pick a character then got the crash after clicking
"Enter".)
Requested run of gdb gave this:
Reading symbols from /opt/wine-devel/bin/wineserver...Reading symbols from
/usr/lib/debug/.build-id/95/97696b2e8b609fa120eaaaf5340792be83679b.debug...done.
done.
[New LWP 15901]
Core was generated by `/opt/wine-devel/bin/wineserver'.
Program terminated with signal SIGSEGV, Segmentation fault.
#0 req_get_thread_context (req=0x5618cb954488, reply=0x7ffc8c5c7b20)
at thread.c:1851
1851 thread.c: No such file or directory.
(gdb) backtrace
#0 req_get_thread_context (req=0x5618cb954488, reply=0x7ffc8c5c7b20)
at thread.c:1851
#1 0x00005618c9521ec3 in call_req_handler (thread=<optimized out>)
at request.c:310
#2 0x00005618c9528630 in thread_poll_event (fd=<optimized out>, event=1)
at thread.c:368
#3 0x00005618c9502ef6 in main_loop_epoll () at fd.c:476
#4 0x00005618c950316e in main_loop () at fd.c:937
#5 0x00005618c94f39e6 in main ()
And regression test yielded this:
c4dab9b76eb7397f6e5325ff4bdf792cf500e571 is the first bad commit
commit c4dab9b76eb7397f6e5325ff4bdf792cf500e571
Author: Jacek Caban <jacek(a)codeweavers.com>
Date: Wed Apr 22 14:33:23 2020 +0200
server: Block by waiting on context handle in get_thread_context.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=48052
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=45546
Signed-off-by: Jacek Caban <jacek(a)codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
:040000 040000 23489508911b463430ec94f084243ab7b6b47a49
376d2675fd4f00819efed8efdbc00d0c80580eb9 M dlls
:040000 040000 0fe4c763311f30a02a6341d5e9ec9529d5efa701
35da9ef4fc5f1a4c732d0f1b748387e938787293 M include
:040000 040000 40c59f9f5407f93d2223a2d546a47bd6864f2ae2
8c7414aad06eeeee9148960c93dcad26cc7cc00f M server
--
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=47690
Bug ID: 47690
Summary: When DirectWrite rendering is enabled in Notepad++
there are still no ligatures.
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: kolan_n(a)mail.ru
Distribution: ---
[Notepad++](https://github.com/notepad-plus-plus/notepad-plus-plus) is an
application based on Scintilla.
Scintilla is a library for creating textareas.
[DirectWrite](https://docs.microsoft.com/en-us/windows/win32/directwrite/dir…
is an API for text rendering with subpixel antialiasing which can be
hardware-accelerated using Direct2D.
[SCI_SETTECHNOLOGY](https://www.scintilla.org/ScintillaDox.html#SCI_SETTECHN…
is a enum value identifying a call to Scintilla (in fact it is done using
Windows messages).
When it is set to values > 0 (SC_TECHNOLOGY_DIRECTWRITE,
SC_TECHNOLOGY_DIRECTWRITERETAIN, or SC_TECHNOLOGY_DIRECTWRITEDC), Scintilla
uses DirectDraw accelerated via Direct2D for rendering instead of an own
surrogate.
A byproduct of enebling DirectWrite rendering is ligatures support on fonts
having them, like Fira Code. In fact it is the main reason to enable
DirectWrite in NPP.
In Windows >7 everything works fine.
In Wine there are no ligatures (and some other issues).
--
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=45774
Bug ID: 45774
Summary: Black screen (Ragnarok Online kRO)
Product: Wine
Version: 3.13
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: vectorfish(a)gmail.com
Distribution: ---
Since Wine 3.13, you get black screen in Ragnarok Online from the very
beginning.
I went through regression test and it turned out that the issue started with
commit 6ccb94392a8ef4bca701ae2a560f4ea1da677edd ("server: Clip visible region
to the surface rectangle instead of the desktop.").
--
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=17233
Summary: Zanzarah game opens a black fullscreen window and then
crashes
Product: Wine
Version: 1.1.14
Platform: PC-x86-64
URL: http://www.download.com/Zanzarah-demo/3000-7492_4-
10246951.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-ddraw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gryffus(a)hkfree.org
Game opens a black fullscreen window and then crashes.
I am using an nvidia card.
--
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=48927
Bug ID: 48927
Summary: Heap buffer underflow in TiffFrameDecode_ReadTile when
decoding 1x1 4bpp RGBA image
Product: Wine-staging
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: thomas.faber(a)reactos.org
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
Created attachment 66887
--> https://bugs.winehq.org/attachment.cgi?id=66887
Debugger info from ReactOS
ReactOS bug for reference: https://jira.reactos.org/browse/CORE-16796
Apologies for not reproducing this on Wine; the bug & fix are pretty simple
though.
The gdiplus:image test tries to decode a 1x1 TIFF image, and
TiffFrameDecode_ReadTile assumes that the cached_tile is large enough for an
even number of output pixels (i.e. a full number of input bytes).
The issue appears to be with this Staging patch:
https://github.com/wine-staging/wine-staging/blob/master/patches/windowscod…
The attachment has a backtrace and relevant variables. The line numbers may not
match but the underflow got caught at:
dst[0] = (b & 0x20) ? 0xff : 0; /* B */
--
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=40311
Bug ID: 40311
Summary: Processing of 'DeviceIoControl' calls doesn't
corresponds to specification
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntoskrnl
Assignee: wine-bugs(a)winehq.org
Reporter: ugnenko(a)mail.ru
Distribution: ---
As described in specification 'Buffer Descriptions for I/O Control Codes' for
'METHOD_IN_DIRECT' or 'METHOD_OUT_DIRECT' transfer types the data buffer, to
which points the pointer passed as 'lpOutputBuffer' argument into
'DeviceIoControl', must be accessible from driver. In other words, when in
control code is specified 'METHOD_IN_DIRECT' tranfer type, the 'lpOutputBuffer'
buffer may be used as the additional buffer of data that driver may transfer to
device. This feature is used in software and drivers for Hantek Oscilloscopes.
The pointer 'lpOutputBuffer' and argument 'nOutBufferSize', which are passed to
'DeviceIoControl' function, must are used as corresponding values for fields
'StartVa', 'ByteOffset' and 'ByteCount' in 'irp->MdlAddress' structure.
But Wine allocates new output buffer that are passed to
'IoBuildDeviceIoControlRequest' (see function 'dispatch_ioctl' in source file
'dlls/ntoskrnl.exe/ntoskrnl.c'). Thus data stored in output buffer aren't
available for driver.
Specification:
https://msdn.microsoft.com/en-us/library/windows/hardware/ff540663(v=vs.85)…
--
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=40894
Bug ID: 40894
Summary: Warcraft 3: Crash on starting the game
Product: Wine
Version: 1.9.13
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: sworddragon2(a)aol.com
Distribution: ---
Created attachment 54985
--> https://bugs.winehq.org/attachment.cgi?id=54985
Terminal output
A few days before I was still able to start Warcraft 3 (not sure if it was with
Wine 1.9.12 or already Wine 1.9.13) and now after using a clean profile
Warcraft 3 crashes on starting it. In the attachments is the terminal output.
--
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=46377
Bug ID: 46377
Summary: The Bat!: weird behaviour of program icon on the KDE
taskbar
Product: Wine
Version: 4.0-rc3
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: mywine(a)schiermeier-it.de
Distribution: ---
Created attachment 63123
--> https://bugs.winehq.org/attachment.cgi?id=63123
Weird icon changes
The program icon shown on the taskbar changes during the program is active und
also when it closes.
Also the label on taskbar is changing.
This is Debian buster with Plasma (KDE) desktop.
--
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=42313
Bug ID: 42313
Summary: Process Hacker 2.39.124 crashes when attempting to
inspect any process
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: hakusdream(a)gmail.com
Distribution: ---
Created attachment 57053
--> https://bugs.winehq.org/attachment.cgi?id=57053
Relevant backtrace
Release version of Process Hacker faults when attempting to inspect a process
through its GUI.
--
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=48920
Bug ID: 48920
Summary: Can't quit Legends of Runeterra by closing virtual
desktop window (stack overflow) (5.6 regression)
Product: Wine
Version: 5.6
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: aguertin+wine(a)aguertin.net
Distribution: ---
In wine-staging-5.5, when running Legends of Runeterra in a virtual desktop,
you could close the game by clicking the X button on the virtual desktop's
window. The game would close, and then shortly afterwards the virtual desktop
would close.
In wine-staging-5.6, when you click the X button on the virtual desktop, the
game does not close, the virtual desktop does not close, and the following line
is printed in terminal output:
0052:err:seh:setup_exception stack overflow 1600 bytes in thread 0052 eip
000000007bce1e27 esp 0000000000120fd0 stack 0x120000-0x121000-0x220000
(The thread number changes, but all other values seem to be consistent between
attempts.)
Quitting the game using the in-game menu works fine.
Gentoo, x86_64
I'll work on getting a regression range
--
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=44216
Bug ID: 44216
Summary: Game crach
Product: Wine
Version: 2.21
Hardware: x86
OS: Windows
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: otisdave(a)protonmail.com
Created attachment 60000
--> https://bugs.winehq.org/attachment.cgi?id=60000
Trace log
the game crash when loading the game The 4Th coming. I remember that I was able
to run this game with an older version of wine, (around 1.3 and 1.5 if I
remember correcly) Back in the day
--
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=38495
Bug ID: 38495
Summary: Origin crashes when launching a game
Product: Wine
Version: 1.7.41
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: maiktapwagner(a)aol.com
Distribution: ---
Created attachment 51342
--> https://bugs.winehq.org/attachment.cgi?id=51342
Origin backtrace - Slackware 14.1 - wine 1.7.41
Hello everyone,
I compiled "wine 1.7.41" from source and bought the "Humble Bundle Origin 2"
today. Registering games works fine but when I tried to launch the "Syndicate"
game I ran into a crash. Backtrace is attached.
--
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=39649
Bug ID: 39649
Summary: Anno 1701 doesn't show images in ANNOpedia when
anti-aliasing enabled
Product: Wine
Version: 1.8-rc1
Hardware: x86
URL: http://www.gamershell.com/download_16068.shtml
OS: Linux
Status: NEW
Keywords: download
Severity: minor
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
Distribution: ---
Created attachment 52851
--> https://bugs.winehq.org/attachment.cgi?id=52851
screenshot
Pictures are missing from the ANNOpedia (in-built guide) when anti-aliasing is
enabled in Anno 1701.There's only an empty rectangle where images should
appear. These lines are spamming the console when I open the Annopedia:
err:d3d:wined3d_debug_callback 0x18fadaf8: "GL_INVALID_OPERATION error
generated. Source and destination dimensions must be identical with the current
filtering modes.".
err:d3d_surface:surface_blt_fbo >>>>>>>>>>>>>>>>> GL_INVALID_OPERATION (0x502)
from glBlitFramebuffer() @ surface.c / 985
Those messages look similar to the ones in bug #37175.
To reproduce the problem in the demo:
1. Install and start Anno 1701 demo (game startup may take a while).
2. In the main menu go to <Options> -> <Graphics> and set up anti-aliasing, go
back to the main menu.
3. Start <Singleplayer> -> <Continuous play> and launch the game.
4. When the game is loaded press <Esc> and select <ANNOpedia> from the menu:
you should see that images are missing from ANNOpedia.
Tested with Nvidia binary drivers 340.96 and with Nouveau/Mesa git.
--
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=47623
Bug ID: 47623
Summary: Acronis Disk Director 12 fails to install
Product: Wine
Version: 4.13
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: b1779506(a)trbvn.com
Distribution: ---
Same file as here:
https://bugs.winehq.org/show_bug.cgi?id=40285
fails to complete installation.
--
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=42326
Bug ID: 42326
Summary: Darsksiders Warmastered Edition crashes on startup
Product: Wine
Version: 2.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: fjfrackiewicz(a)gmail.com
Distribution: ---
Created attachment 57074
--> https://bugs.winehq.org/attachment.cgi?id=57074
Terminal output from Wine 2.0-160-g152b240153
When attempting to run Darksiders Warmastered Edition, the game opens up to a
black screen, pops up a crash dialog that asks me if I want to create a crash
dump, and then exits to desktop with Wine 2.0 or Wine 2.0 Staging.
Please note that Darksiders Warmastered Edition is a DirectX11 game and,
therefore, there is no way to switch it to a DX9 mode.
Terminal output attached.
--
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=32337
Bug #: 32337
Summary: FineReader 11 trial version crash when trying to
activate the production
Product: Wine
Version: 1.5.18
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: richedit
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fracting(a)gmail.com
Depends on: 32336
Classification: Unclassified
Created attachment 42680
--> http://bugs.winehq.org/attachment.cgi?id=42680
Log: FineReader crashes
1. Download trial version from
http://download.abbyy.cn/dist/fr11/ABBYY_FineReader_11_Chinese.exe
2. run the outer installer and extract the inner installer
$ ABBYY_FineReader_11_Chinese.exe
3. run the inner installer with DISABLEROLLBACK=1 (work around Bug 32336)
$ msiexec /I ABBYY\ FineReader\ 11.msi TRANSFORMS="C:\Temp\ABBYY FineReader
11\2052.mst" /Liwrmo\!vepacu "C:\users\fracting\Temp\ABBYY FineReader 11.log"
LAUNCH_FROM_SETUP=1 DISABLEROLLBACK=1
4. start FineReader:
$ cd ~/.wine/drive_c/Program\ Files/ABBYY\ FineReader\ 11
$ wine FineReader.exe
There will be an activation wizard, the program crashes when clicking on the
'next' button of the wizard.
Workaround by `winetricks -q riched20`
--
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=34495
Bug #: 34495
Summary: Total War: Shogun 2 character models are fixed
sideways
Product: Wine
Version: 1.7.1
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3dx9
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: thebenj88(a)gmail.com
CC: wine-bugs(a)winehq.org
Classification: Unclassified
All the in-game character (Advisers, generals, agents, in-battle units) models
are fixed sideways. I've uploaded several screenshots of the issue here:
http://imgur.com/a/RQnRM
I'm currently using a NVIDIA GTX 660ti with the 325.15 driver, and wine 1.7.1,
though I have tried other wine versions with no success (1.4, 1.5.28, 1.6rc3,
1.6).
Several other users have also reported this same issue, though all have
reported using NVIDIA cards. I've not heard from any AMD users about this
issue.
Aside from that, suspect that this issue may be a regression, as previous test
data from NVIDIA users did not mention this bug.
--
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=37388
Bug ID: 37388
Summary: GTA IV fails to launch under Wine 1.7.28
Product: Wine
Version: 1.7.28
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: lynx.light0(a)gmail.com
Created attachment 49720
--> https://bugs.winehq.org/attachment.cgi?id=49720
terminal output
Attempting to launch GTA IV fails under Wine 1.7.28 with the error message:
wine: Unhandled page fault on write access to 0x00000000 at address 0x5a9346
(thread 002c), starting debugger...
Unhandled exception: page fault on write access to 0x00000000 in 32-bit code
(0x005a9346).
0046:Call user32.MessageBoxW(00000000,0033ec78 L"GTA IV FATAL ERROR: Invalid
resource detected - Please re-install the game",0033ea78 L"GTA IV FATAL ERROR:
VDS100",00040010) ret=005a9346
I attach plain text terminal output.
Here is a google drive link to the debug output (it is bzip2 compressed):
https://drive.google.com/file/d/0B8rj1_DmnmmrcnhiQ3R4NURkZDA/view
--
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=48857
Bug ID: 48857
Summary: Tokyo Xanadu eX+: game crashes when trying to play
videos with builtin quartz
Product: Wine
Version: 5.5
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: quartz
Assignee: wine-bugs(a)winehq.org
Reporter: jeremiahpwilson(a)yahoo.com
Distribution: ---
Created attachment 66780
--> https://bugs.winehq.org/attachment.cgi?id=66780
Terminal output
The game crashes when playing the opening logo with builtin quartz, showing a
popup (attached) and leaving a crash dump. I have also attached the terminal
output as well. I tested with Wine 5.5 on Arch Linux x86_64, but I've noticed
the problem since around Wine 5.2 or so.
--
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=49090
Bug ID: 49090
Summary: The Witcher: Enhanced Edition: tooltips, object
descriptions are wrongly displayed
Product: Wine
Version: 5.7
Hardware: x86
OS: Linux
Status: NEW
Keywords: regression
Severity: normal
Priority: P2
Component: msvcrt
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
CC: piotr.caban(a)gmail.com
Regression SHA1: ed07d07bed0b2c7197c193010742c87247ea34af
Distribution: ---
Created attachment 67056
--> https://bugs.winehq.org/attachment.cgi?id=67056
screenshot (comparison)
Looks like an issue similar to that of bug #48452, has been recently
reintroduced in The Witcher.
Object descriptions in the inventory, tooltips when the mouse is hovered over
an icon on the HUD, are displayed incorrectly.
Reverting commit ed07d07bed0b2c7197c193010742c87247ea34af fixes the problem.
Plain terminal output doesn't show anything relevant, except for a few fixmes:
>0024:fixme:msvcp:_Locinfo__Locinfo_ctor_cat_cstr (01C6F41C 1 C) semi-stub
>0024:fixme:msvcp:_Locinfo__Locinfo_ctor_cat_cstr (01C6F184 1 C) semi-stub
>0024:fixme:msvcp:_Locinfo__Locinfo_ctor_cat_cstr (01C6F5BC 1 C) semi-stub
wine-5.7-170-gd1f858e03d
--
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=6698
Anastasius Focht <focht(a)gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
OS|other |Linux
Fixed by SHA1| |c5a6b7b36674e8b7f7dc687b017
| |73b88fa7d7312
Version|unspecified |0.9.25.
CC| |focht(a)gmx.net
Hardware|Other |x86
--
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=6694
Anastasius Focht <focht(a)gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Fixed by SHA1| |cc405b1522748c15696313efe2d
| |fd9fa78e5719c
CC| |focht(a)gmx.net
--
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=12845
Summary: Mono 1.9.1 installer EULA is not rendered due to
richedit regression
Product: Wine
Version: CVS/GIT
Platform: PC
URL: http://ftp.novell.com/pub/mono/archive/1.9.1/windows-
installer/2/mono-1.9.1-gtksharp-2.10.4-win32-2.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: richedit
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nodisgod(a)yahoo.com
CC: a_villacis(a)palosanto.com
When running the Mono 1.9.1 installer with today's Git
(wine-0.9.60-354-g4055751), the EULA text box is rendered blank. Regression
testing showed the bad commit in question to be:
4f95cf707254653a3199caff3553fd0f732f23df is first bad commit
commit 4f95cf707254653a3199caff3553fd0f732f23df
Author: Alex VillacÃs Lasso <a_villacis(a)palosanto.com>
Date: Thu Apr 24 10:07:12 2008 -0500
riched20: Reject RTF that is recognized as invalid.
--
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=6376
Anastasius Focht <focht(a)gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|-unknown |gdi32
Fixed by SHA1| |e915a3cfb102870ed71843844b6
| |2c337af758ac4
CC| |focht(a)gmx.net
Regression SHA1| |e41c0acc0c16713d23c926f8442
| |e651e034f99db
--
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=6650
Anastasius Focht <focht(a)gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Fixed by SHA1| |763018e176053b838c42e18048d
| |5ee9dc50bcd41
CC| |focht(a)gmx.net
--
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=47019
Bug ID: 47019
Summary: LMMS/VESTIGE crash Unhandled exception: divide by zero
in 32-bit code (0x10108835)
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: anto777dago(a)gmail.com
Distribution: ---
System:
Lubuntu 18.04.1
LMMS 1.2.0rc8 AppImage (https://lmms.io/download/#linux)
Wine-Stable 4.0
This version of LMMS used to work flawlessly in the previous version of Wine
but now I get the error attached (see file) whenever I attempt to use Vsts via
Vestige.
The same version of LMMS and wine, works perfectly fine in Linux Mint 18.3
Cinnamon (64).
I tested a game with the current version of Wine Stable and the game works fine
(https://www.bigfishgames.com/games/15123/fright-chasers-directors-cut-ce/?pc).
It's a free demo if you need to test it.
LMMS is an App Image so there are no possible missing libraries or dependency
conflicts. I tried changing the configuration of Wine (XP, 7, 10) to no avail.
--
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=47020
Bug ID: 47020
Summary: LMMS/Vestige App Image crashes since upgrade Wine 4.0
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: anto777dago(a)gmail.com
Distribution: ---
Created attachment 64178
--> https://bugs.winehq.org/attachment.cgi?id=64178
Unhandled exception: divide by zero in 32-bit code (0x10108835
System: Lubuntu 18.04.1
Software: LMMS 1,2,0 rc8 AppImage (https://lmms.io/download/#linux)
Wine-Stable 4.0
This particular version of LMMS used to work flawlessly with the previous
version of Wine. However, it crashes with wine 4.0 when attempting to load
Windows VSTs 32 bit via Vestige.
I have another laptop with Linux Mint Cinnamon 18.3 (64) and the same version
of LMMS and Wine both work perfectly fine.
I tested a game on Lubuntu with Wine 4.0 to see if it was a general problem
with Wine but the game works fine
(https://www.bigfishgames.com/games/15123/fright-chasers-directors-cut-ce/?pc).
I tried to change the settings in winecfg with different Windows versions (XP,
7, 10)but to no avail.
I exclude that is a problem with LMMS because it's an appImage which doesn't
rely on external libraries or dependencies.
--
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=31095
Bug #: 31095
Summary: When I load Team Fortress 2 the opening credits go by
fine...then the screen turns black my mouse appears
and this error message pops up. It happens if i run it
through steam or through the command line. Anyone help
me please?
Product: Wine
Version: 1.3.28
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: headshot9557(a)yahoo.com
Classification: Unclassified
Happens everytime i load up 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.
https://bugs.winehq.org/show_bug.cgi?id=6613
Anastasius Focht <focht(a)gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|-unknown |ntdll
CC| |focht(a)gmx.net
Fixed by SHA1| |df29fd3ab322b30cfd60a1c8f56
| |ceb72ef4ae57c
Version|unspecified |0.9.24.
--
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=27332
Summary: richedit EM_STREAMIN handler needs to return the
number of characters read (Dirt3 installer shows error
instead of EULA text)
Product: Wine
Version: 1.3.21
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: richedit
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: focht(a)gmx.net
Hello,
another bug while looking at "Dirt 3" game installer ...
When the installer is about to display the EULA, the whole EULA text can be
seen a very short time only to be immediately replaced by the message "Could
not read the EULA file <path>\\EULA\\English\\EULA.txt."
The EULA is a plain text file.
--- snip ---
0009:Call KERNEL32.CreateFileW(004bfa40
L"Z:\\mnt\\iso\\EULA\\English\\EULA.txt",80000000,00000001,00000000,00000003,00000000,00000000)
ret=00403177
0009:Ret KERNEL32.CreateFileW() retval=00000078 ret=00403177
...
0009:Call user32.SendMessageW(0003006a,00000449,00000001,0032f90c) ret=004031b9
0009:Call window proc 0x20027d11
(hwnd=0x3006a,msg=WM_USER+73,wp=00000001,lp=0032f90c)
0009:trace:richedit:RichEditWndProc_common enter hwnd 0x3006a msg 0449
(EM_STREAMIN) 1 32f90c, unicode 1
...
0009:trace:richedit:ME_StreamIn stream==0x32f90c editor==0x5ca8e8 format==0x1
0009:trace:richedit:ME_StreamInText 00000001 0x32e0a0
0009:Call KERNEL32.ReadFile(00000078,0032e0ac,00001000,0032e0a4,00000000)
ret=0040225c
0009:Ret KERNEL32.ReadFile() retval=00000001 ret=0040225c
0009:Call KERNEL32.MultiByteToWideChar(00000000,00000000,0032e0ac "THE
CODEMASTERS SOFTWARE COMPANY LIMITED SOFTWARE LICENSE
AGREEMENT\r\n\r\nIMPORTANT - READ CAREFULLY: THE ACCOMPANYING PROGRAM (WHICH
INCLUDES COMPUTER SOFTWARE PROGRAM, THE MEDIA AND RELATED DOCUMENTATION IN
PRINTED OR ELECTRONIC FORM) IS LICENSED TO YOU ON THE TERMS SET FORTH BELOW,
WHICH CONSTIT"...,00001000,00329c8e,00001000) ret=2001ba68
0009:Ret KERNEL32.MultiByteToWideChar() retval=00001000 ret=2001ba68
...
0009:trace:richedit:RichEditWndProc_common exit hwnd 0x3006a msg 0449
(EM_STREAMIN) 1 32f90c, unicode 1 -> 0
0009:Ret window proc 0x20027d11
(hwnd=0x3006a,msg=WM_USER+73,wp=00000001,lp=0032f90c) retval=00000000
0009:Ret user32.SendMessageW() retval=00000000 ret=004031b9
...
0009:Call user32.SetWindowTextW(0003006a,004bfaf0 L"Could not read the EULA
file Z:\\mnt\\iso\\EULA\\English\\EULA.txt.") ret=00403219
0009:Call window proc 0x20027d11
(hwnd=0x3006a,msg=WM_SETTEXT,wp=00000000,lp=004bfaf0)
0009:trace:richedit:RichEditWndProc_common enter hwnd 0x3006a msg 000c () 0
4bfaf0, unicode 1
...
--- snip ---
Upon return of EM_STREAMIN message handler, the installer checks the return
value and if zero it assumes the text file (EULA) wasn't properly read.
http://msdn.microsoft.com/en-us/library/bb774302.aspx
--- quote ---
Return Value
This message returns the number of characters read.
--- quote ---
If this is done, the EULA is correctly displayed in richedit control.
Currently ME_StreamIn -> ME_StreamInText unconditionally return zero, relying
on the caller to look at inStream.editstream->dwError value.
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=29669
Bug #: 29669
Summary: Dragon Age: Origins DVD authenticity checks fail
(descriptor structures returned by DVD_READ_STRUCT
need a descriptor header prepended)
Product: Wine
Version: 1.3.37
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: focht(a)gmx.net
Classification: Unclassified
Hello,
continuation of bug 29667
Now that DVD_LAYER_DESCRIPTOR data is properly verified, the game loader
retrieves DvdManufacturerDescriptor using IOCTL_DVD_READ_STRUCTURE.
The interesting part is that the game loader copies the returned buffer bytes
starting from offset 4 (throwing the first _four_ bytes away).
Remembering these four bytes, I went back here:
http://source.winehq.org/git/wine.git/blob/f082eac97c3ec71de58eea85bb4de5a1…
--- quote ---
/* The documented format of DVD_LAYER_DESCRIPTOR is wrong. Even the format in
the
* DDK's header is wrong. There are four bytes at the start defined by
* MMC-5. The first two are the size of the structure in big-endian order as
* defined by MMC-5. The other two are reserved.
*/
--- quote ---
Actually all descriptor structures handled by DVD_READ_STRUCTURE have a
DVD_DESCRIPTOR_HEADER prepended - not just DVD_LAYER_DESCRIPTOR.
This forum posts give some useful information:
http://forums.techguy.org/software-development/812384-scsi-read-disc-struct…
--- snip ---
typedef struct
{
USHORT Length; /* bigEndian */
UCHAR Reserved[2];
} DVD_DESCRIPTOR_HEADER, *PDVD_DESCRIPTOR_HEADER;
--- snip ---
Because of the missing DVD_DESCRIPTOR_HEADER, the first four bytes get lost
hence the extraction of specific fields from manufacturer buffer gives wrong
values.
With the DVD_DESCRIPTOR_HEADER in place, all DVD authenticity checks pass and
the game successfully runs using original media.
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=32854
Bug #: 32854
Summary: Winedbg on ARM: gdb proxy mode lacks support for
reading CPSR
Product: Wine
Version: 1.5.22
Platform: arm
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: winedbg
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: focht(a)gmx.net
Classification: Unclassified
Hello folks,
as the summary says ...
Any command will show the problem:
--- snip ---
$ winedbg --gdb ./foo-arm.exe
...
Wine-gdb> bt
#0 0x4025202c in kill () from /lib/arm-linux-gnueabi/libc.so.6
Register 25 is not available
--- snip ---
Making winedbg more verbose yields:
--- snip ---
...
Packet: g
Reply :
000000000500000000c00840103e00003c969f40300002408988000025000000000000000000000000000840fcfdcf408cc13e40f4fdcf4054a83a402c202540
Packet: p19
Register out of bounds 19
Reply :
...
--- snip ---
GDB reads standard registers using the "g" command ('get all registers').
Special purpose registers like CPSR are read using "p" command ('get individual
register').
This is currently not supported by winedbg but essential when running proxy
mode.
Source:
http://source.winehq.org/git/wine.git/blob/d62d7474d43949d71ac34e2157c2fdb8…
--- snip ---
372 #elif defined(__arm__)
373 static struct cpu_register cpu_register_map[] = {
374 REG(R0, 4),
375 REG(R1, 4),
376 REG(R2, 4),
377 REG(R3, 4),
378 REG(R4, 4),
379 REG(R5, 4),
380 REG(R6, 4),
381 REG(R7, 4),
382 REG(R8, 4),
383 REG(R9, 4),
384 REG(R10, 4),
385 REG(Fp, 4),
386 REG(Ip, 4),
387 REG(Sp, 4),
388 REG(Lr, 4),
389 REG(Pc, 4),
390 };
--- snip ---
Side note: For future it might be useful to add support for XML register set
definitions (newer GDB versions are XML-aware = more flexible).
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=32990
Bug #: 32990
Summary: Wine on ARM: relay tracing is broken with entry points
having an odd number of arguments, calling into glibc
code that makes use of alloca()
Product: Wine
Version: 1.5.24
Platform: arm
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: focht(a)gmx.net
Classification: Unclassified
Hello folks,
relay tracing doesn't work properly on ARM :(
Example app (others have similar problem):
WINEDEBUG=+tid,+seh,+relay,+time,+file
--- snip ---
...
002e:Call KERNEL32.LZOpenFileW(408baf68
L"Z:\\home\\linaro\\wine-apps\\windefender\\unpacked\\MPSigStub.exe",40d1fb8c,00000000)
ret=40f17cec
002e:trace:file:LZOpenFileA
(Z:\home\linaro\wine-apps\windefender\unpacked\MPSigStub.exe,0x40d1fb8c,0)
002e:trace:file:OpenFile
Z:\home\linaro\wine-apps\windefender\unpacked\MPSigStub.exe OF_READ
OF_SHARE_COMPAT
002e:trace:file:OpenFile
Z:\home\linaro\wine-apps\windefender\unpacked\MPSigStub.exe 0000
002e:trace:file:RtlGetFullPathName_U
(L"Z:\\home\\linaro\\wine-apps\\windefender\\unpacked\\MPSigStub.exe" 520
0x40d1f7b8 (nil))
002e:trace:file:RtlDosPathNameToNtPathName_U
(L"Z:\\home\\linaro\\wine-apps\\windefender\\unpacked\\MPSigStub.exe",0x40d1f740,(nil),(nil))
002e:trace:file:RtlGetFullPathName_U
(L"Z:\\home\\linaro\\wine-apps\\windefender\\unpacked\\MPSigStub.exe" 520
0x40d1f4c0 (nil))
002e:trace:file:wine_nt_to_unix_file_name
L"\\??\\Z:\\home\\linaro\\wine-apps\\windefender\\unpacked\\MPSigStub.exe" ->
"/home/linaro/.wine/dosdevices/z:/home/linaro/wine-apps/windefender/unpacked/MPSigStub.exe"
002e:trace:file:RtlGetFullPathName_U
(L"Z:\\home\\linaro\\wine-apps\\windefender\\unpacked\\MPSigStub.exe" 520
0x40d1f7b4 (nil))
002e:trace:file:OpenFile found
"Z:\\home\\linaro\\wine-apps\\windefender\\unpacked\\MPSigStub.exe"
002e:trace:file:_lopen
("Z:\\home\\linaro\\wine-apps\\windefender\\unpacked\\MPSigStub.exe",0000)
002e:trace:file:CreateFileW
L"Z:\\home\\linaro\\wine-apps\\windefender\\unpacked\\MPSigStub.exe"
GENERIC_READ FILE_SHARE_READ FILE_SHARE_WRITE creation 3 attributes 0x80
002e:trace:file:RtlDosPathNameToNtPathName_U
(L"Z:\\home\\linaro\\wine-apps\\windefender\\unpacked\\MPSigStub.exe",0x40d1f900,(nil),(nil))
002e:trace:file:RtlGetFullPathName_U
(L"Z:\\home\\linaro\\wine-apps\\windefender\\unpacked\\MPSigStub.exe" 520
0x40d1f670 (nil))
002e:trace:file:wine_nt_to_unix_file_name
L"\\??\\Z:\\home\\linaro\\wine-apps\\windefender\\unpacked\\MPSigStub.exe" ->
"/home/linaro/.wine/dosdevices/z:/home/linaro/wine-apps/windefender/unpacked/MPSigStub.exe"
002e:trace:file:CreateFileW returning 0x2c
002e:trace:seh:raise_exception info[0]=00000000
002e:trace:seh:raise_exception info[1]=30435454
002e:trace:seh:raise_exception Pc:30435454 Sp:40d1f884 Lr:0a30 Cpsr:600f0030
r0:0004 r1:401f3005 r2:0000 r3:168f8
002e:trace:seh:raise_exception r4:0004 r5:40d1f880 r6:168f8 r7:40d1f894
r8:0004 r9:81a3f10 r10:0000 Fp:4033a950 Ip:0000
002e:trace:seh:call_stack_handlers calling handler at 0x403f487c code=c0000005
flags=0
002e:Call KERNEL32.UnhandledExceptionFilter(40d1f6d8) ret=403f48e0
wine: Unhandled page fault on read access to 0x30435454 at address 0x30435454
(thread 002e), starting debugger...
002e:trace:seh:start_debugger Starting debugger "winedbg --auto 45 48"
--- snip ---
First approach was using winedbg with Cpsr-fixed (=usable) gdbstub:
--- snip ---
Wine-gdb> b FileTimeToDosDateTime
...
Wine-gdb> bt
#0 FileTimeToDosDateTime (ft=0x40d5fac8, fatdate=0x40d5fad0,
fattime=0x40d5fad2) at /home/linaro/wine/wine-git/dlls/kernel32/time.c:1053
#1 0x40a5f378 in OpenFile (name=0x40901618
"Z:\\home\\linaro\\wine-apps\\windefender\\unpacked\\MPSigStub.exe",
ofs=0x40d5fbe4, mode=0)
at /home/linaro/wine/wine-git/dlls/kernel32/file.c:2596
#2 0x40a785a8 in LZOpenFileA (fn=0x40901618
"Z:\\home\\linaro\\wine-apps\\windefender\\unpacked\\MPSigStub.exe",
ofs=0x40d5fbe4, mode=0)
at /home/linaro/wine/wine-git/dlls/kernel32/lzexpand.c:540
#3 0x40a7871c in LZOpenFileW (fn=0x40901598, ofs=0x40d5fbe4, mode=0) at
/home/linaro/wine/wine-git/dlls/kernel32/lzexpand.c:566
#4 0x4046bcec in GetFileVersionInfoSizeW (filename=0x40901598,
handle=0x40d5fc8c) at /home/linaro/wine/wine-git/dlls/version/version.c:590
#5 0x0041cd82 in ?? ()
#6 0x0041cd82 in ?? ()
Backtrace stopped: previous frame identical to this frame (corrupt stack?)
--- snip ---
--- snip ---
1052 unixtime = t;
>1053 tm = gmtime( &unixtime );
1054 if (fattime)
=> 0x40aa363c <+144>: sub r3, r11, #12
0x40aa3640 <+148>: mov r0, r3
0x40aa3644 <+152>: bl 0x40a1f1dc
0x40aa3648 <+156>: str r0, [r11, #-8]
0x40aa364c <+160>: ldr r3, [r11, #-40] ; 0x28
0x40aa3650 <+164>: cmp r3, #0
0x40aa3654 <+168>: beq 0x40aa36b0 <FileTimeToDosDateTime+260>
--- snip ---
Thumb veneer to glibc code because my userland is thumb2:
--- snip ---
0x40a1f1dc add r12, pc, #0, 12
0x40a1f1e0 add r12, r12, #729088 ; 0xb2000
0x40a1f1e4 ldr pc, [r12, #3932]! ; 0xf5c
--- snip ---
Arriving at gmtime() code (in thumb mode):
--- snip ---
0x402b60bc <gmtime> ldr r2, [pc, #8] ; (0x402b60c8 <gmtime+12>)
0x402b60be <gmtime+2> movs r1, #0
0x402b60c0 <gmtime+4> add r2, pc
0x402b60c2 <gmtime+6> b.w 0x402b7210
0x402b60c6 <gmtime+10> nop
0x402b60c8 <gmtime+12> b.n 0x402b64ac
0x402b60ca <gmtime+14> movs r7, r0
--- snip ---
Unfortunately winedbg crashed all time while trying to dig deeper into glibc
code.
So I switched over to a commercial JTAG debugger solution - not these toys ;-)
After some hours of debugging I finally nailed it ...
The problem appears here:
gmtime() -> __tz_convert() -> tzset_internal() -> __tzfile_read()
http://www.eglibc.org/cgi-bin/viewvc.cgi/trunk/libc/time/tzfile.c?revision=…
--- snip ---
void
__tzfile_read (const char *file, size_t extra, char **extrap)
{
static const char default_tzdir[] = TZDIR;
size_t num_isstd, num_isgmt;
register FILE *f;
...
/* Read the POSIX TZ-style information if possible. */
if (sizeof (time_t) == 8 && tzspec != NULL)
{
/* Skip over the newline first. */
if (getc_unlocked (f) != '\n'
|| (fread_unlocked (tzspec, 1, tzspec_len - 1, f)
!= tzspec_len - 1))
tzspec = NULL;
else
tzspec[tzspec_len - 1] = '\0';
}
else if (sizeof (time_t) == 4 && tzhead.tzh_version[0] != '\0')
{
/* Get the TZ string. */
...
tzspec_len = st.st_size - off - 1;
char *tzstr = alloca (tzspec_len);
if (getc_unlocked (f) != '\n'
|| (fread_unlocked (tzstr, 1, tzspec_len - 1, f) != tzspec_len - 1))
goto lose;
tzstr[tzspec_len - 1] = '\0';
tzspec = __tzstring (tzstr);
}
...
--- snip ---
"fread_unlocked (tzstr, 1, tzspec_len - 1, f)" didn't come back, as it
overwrote parts of the stack in fread_unlocked() -> _IO_sgetn().
The interesting part is the call to alloca() which looks like gcc builtin
alloca code used to get a stack-based buffer for "tzstr" argument.
It seems that alloca() depends on proper stack alignment in caller.
In relay case it always resulted in less than stack pointer during aligning of
buffer.
= Without relay:
tz_convert entry: r13 = 0x409CFA58
__tzfile_read+0x714: r13 = 0x409CF938 -> r5 = 0x409CF938 (tzstr aligned)
= With relay:
tz_convert entry: r13 = 0x40A3F9A4
__tzfile_read+0x714: r13 = 0x40A3F884 -> r5 = 0x40A3F880 (tzstr aligned)
The ARM ABI requires that the stack be aligned to 8 bytes as it is noted in
Procedure Call Standard for the ARM Architecture:
http://infocenter.arm.com/help/topic/com.arm.doc.ihi0042d/index.html
"SP must be 8-byte aligned on entry to AAPCS-conforming functions"
http://infocenter.arm.com/help/topic/com.arm.doc.ihi0046b/IHI0046B_ABI_Advi…
The origin of the problem (misaligned stack) can be traced back to Wine's relay
debugging, specifically the "call_entry_point" function for ARM.
Source:
http://source.winehq.org/git/wine.git/blob/1ceec8c78982d7ef5124e86a8da53166…
--- snip ---
358 #elif defined(__arm__)
359 __ASM_GLOBAL_FUNC( call_entry_point,
360 "push {r4, r5, LR}\n\t"
361 "mov r4, r0\n\t"
362 "mov r5, SP\n\t"
363 "lsl r3, r1, #2\n\t"
364 "cmp r3, #0\n\t"
365 "beq 5f\n\t"
366 "sub SP, SP, r3\n\t"
367 "bic SP, SP, #15\n\t"
368 "1:\tsub r3, r3, #4\n\t"
369 "ldr r0, [r2, r3]\n\t"
370 "str r0, [SP, r3]\n\t"
371 "cmp r3, #0\n\t"
372 "bgt 1b\n\t"
373 "cmp r1, #1\n\t"
374 "bgt 2f\n\t"
375 "pop {r0}\n\t"
376 "b 5f\n\t"
377 "2:\tcmp r1, #2\n\t"
378 "bgt 3f\n\t"
379 "pop {r0-r1}\n\t"
380 "b 5f\n\t"
381 "3:\tcmp r1, #3\n\t"
382 "bgt 4f\n\t"
383 "pop {r0-r2}\n\t"
384 "b 5f\n\t"
385 "4:\tpop {r0-r3}\n\t"
386 "5:\tblx r4\n\t"
387 "mov SP, r5\n\t"
388 "pop {r4, r5, PC}" )
--- snip ---
After the stack area for entry point register arguments has been reserved, the
stack is aligned to 16 bytes (why here?).
The entry point r0-rN values get written to the stack.
Finally these values are put into r0-rN through "pop" instructions before
calling the real entry point.
Unfortunately if the entry point has an odd number of arguments the "pop"
instructions cause a misalignment of the stack.
While this is not a problem for "pure" Wine code this is bad for glibc.
If you make sure that the stack is at least 8-byte aligned before "blx" then
relay tracing works properly for ARM.
Already tested ;-)
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.
https://bugs.winehq.org/show_bug.cgi?id=46812
Bug ID: 46812
Summary: PS4 Remote Play installer 2.8.x fails, claims 'You
need the Media Feature Pack' (MsiGetDatabaseState is
called from a custom action)
Product: Wine
Version: 4.3
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: msi
Assignee: wine-bugs(a)winehq.org
Reporter: focht(a)gmx.net
Distribution: ---
Hello folks,
stumbled across this while looking at bug 46809
The installer works with Wine-Staging 4.3 but not with plain Wine 4.3
Prerequisite: WinVer set to 'Windows 8.1' or higher (launch condition).
--- snip ---
$ WINEDEBUG=+seh,+relay,+msi,+wmp,+wmvcore wine ./RemotePlayInstaller.exe
>>log.txt 2>&1
...
003f:Ret KERNEL32.LoadLibraryW() retval=10000000 ret=7e90cf1d
003f:Call KERNEL32.GetProcAddress(10000000,00162238 "DoAppSearchEx")
ret=7e90cfca
003f:Ret KERNEL32.GetProcAddress() retval=10010e52 ret=7e90cfca
003f:Call KERNEL32.GetEnvironmentVariableA(7e98d055
"MsiBreak",0055fba0,00000104) ret=7e90cc78
003f:Ret KERNEL32.GetEnvironmentVariableA() retval=00000000 ret=7e90cc78
...
003f:Call msi.MsiGetDatabaseState(00000001) ret=1001bd46
003f:trace:msi:MsiGetDatabaseState 1
003f:warn:msi:MsiGetDatabaseState MsiGetDatabaseState not allowed during a
custom action!
003f:Ret msi.MsiGetDatabaseState() retval=00000000 ret=1001bd46
...
003f:Call msi.MsiDatabaseOpenViewW(00000001,001707f0 L"SELECT
`Description`,`Template` FROM `ActionText` WHERE `Action` = 'AppSearch'
",0055fa68) ret=1001c4bf
003f:trace:msi:MsiDatabaseOpenViewW L"SELECT `Description`,`Template` FROM
`ActionText` WHERE `Action` = 'AppSearch' " 0x55fa68
...
003f:Call msi.MsiGetDatabaseState(00000001) ret=1001bd46
003f:trace:msi:MsiGetDatabaseState 1
003f:warn:msi:MsiGetDatabaseState MsiGetDatabaseState not allowed during a
custom action!
003f:Ret msi.MsiGetDatabaseState() retval=00000000 ret=1001bd46
...
002f:Call KERNEL32.WideCharToMultiByte(00000000,00000000,003af710 L"Action
ended 12:47:48: AI_AppSearchEx. Return value
1.",ffffffff,003b0320,00000037,00000000,00000000) ret=7f29e5f7e516
002f:Ret KERNEL32.WideCharToMultiByte() retval=00000037 ret=7f29e5f7e516
...
002f:trace:msi:MSI_DatabaseOpenViewW L"SELECT * FROM ControlEvent WHERE
`Dialog_` = 'WelcomeDlg' AND `Control_` = 'Next' ORDER BY `Ordering`" 0x22e2f0
...
002f:trace:msi:MSI_EvaluateConditionW L"AI_INSTALL AND ( (IS_INSTALL_WMP64 <> 1
AND IS_INSTALL_WMP7 <> 1) )"
...
002f:trace:msi:MSI_EvaluateConditionW 1 <- L"AI_INSTALL AND ( (IS_INSTALL_WMP64
<> 1 AND IS_INSTALL_WMP7 <> 1) )"
...
002f:trace:msi:dialog_event_handler handling event L"DoAction"
002f:trace:msi:ACTION_PerformAction Performing action (L"AI_DATA_SETTER_3")
...
002f:trace:msi:ACTION_CustomAction Handling custom action L"AI_DATA_SETTER_3"
(33 L"CustomActionData"
L"[SCE.MsgTxtMfpErr]\r\\n\r\\nhttps://remoteplay.dl.playstation.net/remoteplay…
|[ProductName]
|MB_OKCANCEL,MB_ICONINFORMATION,MB_DEFBUTTON1|BTN_PRESSED|[CLIENTPROCESSID]")
...
002f:trace:msi:MSI_EvaluateConditionW L"AI_INSTALL AND ( (IS_INSTALL_WMP64 <> 1
AND IS_INSTALL_WMP7 <> 1) )"
...
002f:trace:msi:MSI_EvaluateConditionW 1 <- L"AI_INSTALL AND ( (IS_INSTALL_WMP64
<> 1 AND IS_INSTALL_WMP7 <> 1) )"
002f:trace:msi:msi_dialog_send_event Sending control event L"DoAction"
L"MsgBoxMfpWin"
...
002f:trace:msi:ACTION_CustomAction Handling custom action L"MsgBoxMfpWin" (1
L"aicustact.dll" L"MsgBox")
002f:trace:msi:HANDLE_CustomType1 Calling function L"MsgBox" from
L"C:\\users\\focht\\Temp\\msic7ec.tmp"
...
0043:Call user32.MessageBoxW(00000000,00171980 L"You need the Media Feature
Pack from Microsoft(R) to use PS4 Remote Play.\nClick [OK] to open your web
browser and download the Media Feature Pack from the
website.\r\n\r\nhttps://remoteplay.dl.playstation.net/remoteplay/mediaFeatu…
",00171e90 L"PS4 Remote Play ",00000041) ret=10007c7e
...
--- snip ---
The 'IS_INSTALL_WMP64' and 'IS_INSTALL_WMP7' properties ought to be set by
'AI_AppSearchEx' custom action.
Extracted 'RemotePlayInstaller_2.8.0.03041_Win32.msi' and export of
'AI_AppSearchEx' table via ORCA:
--- snip ---
Property Type SearchString Order Condition VerMin VerMax
Platform RefContent
s72 I4 s0 i4 S0 S0 S0 I2 S0
AI_AppSearchEx Property Type SearchString
PreReqSearch_D564007E3BBE4F85950A09B470A7CA65 2
HKLM\SOFTWARE\Microsoft\DevDiv\VC\Servicing\12.0\RuntimeMinimum\Version 1
12.0.21005 0
IS_INSTALL_WMP64 9 HKLM\SOFTWARE\Microsoft\Active Setup\Installed
Components\{22d6f312-b0f6-11d0-94ab-0080c74c7e95}\IsInstalled 2
0 M1
IS_INSTALL_WMP7 9 HKLM\SOFTWARE\Microsoft\Active Setup\Installed
Components\{6BF52A52-394A-11d3-B153-00C04F79FAA6}\IsInstalled 3
0 M1
--- snip ---
'ControlEvent' table:
--- snip ---
Dialog_ Control_ Event Argument Condition Ordering
s72 s50 s50 s255 S255 I2
ControlEvent Dialog_ Control_ Event Argument Condition
...
WelcomeDlg Cancel SpawnDialog CancelDlg 1 100
WelcomeDlg Next EndDialog Exit AI_INSTALL AND ( IS_INSTALL_WMP64 <>
1 AND IS_INSTALL_WMP7 <> 1 ) 14
WelcomeDlg Next NewDialog LicenseAgreementDlg AI_INSTALL AND (
IS_INSTALL_WMP64 = 1 OR IS_INSTALL_WMP7 = 1 ) 15
WelcomeDlg Next DoAction MsgBoxMfpWin AI_INSTALL AND (
(IS_INSTALL_WMP64 <> 1 AND IS_INSTALL_WMP7 <> 1) ) 5
WelcomeDlg Next DoAction AI_DATA_SETTER_3 AI_INSTALL AND (
(IS_INSTALL_WMP64 <> 1 AND IS_INSTALL_WMP7 <> 1) ) 4
WelcomeDlg Next DoAction OpenUrlMfpWin AI_INSTALL AND (
(IS_INSTALL_WMP64 <> 1 AND IS_INSTALL_WMP7 <> 1) AND (BTN_PRESSED = "IDOK") )
11
--- snip ---
https://github.com/wine-staging/wine-staging/tree/master/patches/msi-MsiGet…
Which points to bug 43093 which was closed as dupe of bug 34989
https://bugs.winehq.org/show_bug.cgi?id=43093#c6
--- quote ---
Since the presence or absence of the associated staging patch does not actually
affect this bug anymore, and since it is likely that none of the problems
specific to this installer were blocking, I have marked this as a duplicate of
#34989.
--- quote ---
Well, this patch seems still relevant. If it's no longer relevant for bug 43093
the reference in description shall be removed or updated to this bug.
With
https://github.com/wine-staging/wine-staging/blob/master/patches/msi-MsiGet…
applied, the installer detects WMP6/7 properly via registry.
I've created a snapshot via Internet archive to preserve the exact version in
case it gets updated:
https://web.archive.org/web/20190310123055/https://remoteplay.dl.playstatio…
$ sha1sum RemotePlayInstaller.exe
d7e56a826e82689383687dfc63fe2a035b987604 RemotePlayInstaller.exe
$Â du -sh RemotePlayInstaller.exe
19M RemotePlayInstaller.exe
$Â wine --version
wine-4.3-229-g6d82b2f1ad
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.
https://bugs.winehq.org/show_bug.cgi?id=5575
Anastasius Focht <focht(a)gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |focht(a)gmx.net
Version|unspecified |0.9.16.
Hardware|Other |x86
OS|other |Linux
Fixed by SHA1| |b072f85610bd22ef096323bb393
| |5a70070e911b9
--
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=5569
Anastasius Focht <focht(a)gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |focht(a)gmx.net
Fixed by SHA1| |f9047238134e1dbfd7eaedf81a6
| |ee94788a4681d
--
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=5500
Anastasius Focht <focht(a)gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Fixed by SHA1| |92e48bcea5d368c67bf8f65df65
| |88b138bdc0b08
Version|unspecified |0.9.16.
CC| |focht(a)gmx.net
--
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=5313
Anastasius Focht <focht(a)gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|-unknown |wineserver
Fixed by SHA1| |552244684884ba85a38a1ec65d3
| |0fc1133d313b8
CC| |focht(a)gmx.net
--
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=4767
Anastasius Focht <focht(a)gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Fixed by SHA1| |bae5e6e1e5ddde12e59a5663bc4
| |3e57f69cb1af7
CC| |focht(a)gmx.net
--
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=4462
Anastasius Focht <focht(a)gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |focht(a)gmx.net
Fixed by SHA1| |1f2eb859ac23a0e7b9275061919
| |aa3361d967668
--
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=4479
Anastasius Focht <focht(a)gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |focht(a)gmx.net
Version|unspecified |0.9.7.
Hardware|Other |x86
Fixed by SHA1| |caffa53227d37f35bc32c03733d
| |fc94556ff513f
OS|other |Linux
--
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=4466
Anastasius Focht <focht(a)gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Fixed by SHA1| |abecd9e393925e008449a80ec14
| |682790b29042c
CC| |focht(a)gmx.net
--
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=49101
Bug ID: 49101
Summary: iTunes 12.3.0.44 runs under 5.5-1 that came with the
beta version of Fedora 32. Upgrading to 5.6-1, 5.7-1,
and 5.7-2 breaks it.
Product: Wine
Version: 5.7
Hardware: x86-64
OS: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dagunny(a)gmail.com
I filed this earlier. Downloaded 5.7-2 and it is still broke. If I downgrade
back to Wine 5.5-1 and reboot, iTunes again works. I have tried this on a raw
install of FC32 and used DNF to update. I have replicated this on an FC31 box
upgraded to FC32 as well. I cannot do regression testing as I get 498 instances
and the compile aborts. If I knew how to do this I would try and isolate the
problem.
--
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=45855
Bug ID: 45855
Summary: Dishonored: Death of the Outsider needs
d3d11_device_CreateDeferredContext1
Product: Wine
Version: 3.16
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
Distribution: ---
Crashes right after splash screen.
fixme:d3d11:d3d11_device_CreateDeferredContext1 iface 0x12945ba0, flags 0,
context 0x145d97c0 stub!
wine-3.16-37-g8a985174eb
--
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=47700
Bug ID: 47700
Summary: Function RtlQueryRegistryValuesEx not implemented
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntoskrnl
Assignee: wine-bugs(a)winehq.org
Reporter: pesekradim(a)seznam.cz
Distribution: ---
Created attachment 65166
--> https://bugs.winehq.org/attachment.cgi?id=65166
Required function not yet implemeted
Running wine-4.14-staging ARCHICAD Starter.exe (Working directory :
/home/radim/.PlayOnLinux/wineprefix/ArchiCAD22/drive_c/Program
Files/GRAPHISOFT/ARCHICAD 22)
000b:fixme:thread:create_user_shared_data_thread Creating user shared data
update thread.
000b:fixme:winediag:start_process Wine Staging 4.14 is a testing version
containing experimental patches.
000b:fixme:winediag:start_process Please mention your exact version when filing
bug reports on winehq.org.
000f:fixme:thread:create_user_shared_data_thread Creating user shared data
update thread.
0012:fixme:thread:create_user_shared_data_thread Creating user shared data
update thread.
0019:fixme:thread:create_user_shared_data_thread Creating user shared data
update thread.
001b:fixme:ntoskrnl:MmGetSystemRoutineAddress L"RtlQueryRegistryValuesEx" not
found
001b:fixme:ntoskrnl:MmGetSystemRoutineAddress L"RtlQueryRegistryValuesEx" not
found
001b:fixme:ntoskrnl:MmGetSystemRoutineAddress L"RtlQueryRegistryValuesEx" not
found
001b:fixme:ntoskrnl:MmGetSystemRoutineAddress L"RtlQueryRegistryValuesEx" not
found
001b:fixme:ntoskrnl:MmGetSystemRoutineAddress L"RtlQueryRegistryValuesEx" not
found
001b:fixme:ntoskrnl:MmGetSystemRoutineAddress L"RtlQueryRegistryValuesEx" not
found
001e:fixme:thread:create_user_shared_data_thread Creating user shared data
update thread.
0024:fixme:thread:create_user_shared_data_thread Creating user shared data
update thread.
002a:fixme:thread:create_user_shared_data_thread Creating user shared data
update thread.
002f:fixme:thread:create_user_shared_data_thread Creating user shared data
update thread.
002f:fixme:msvcrt:_configure_wide_argv (1) stub
002f:fixme:msvcrt:_initialize_wide_environment stub
0031:fixme:thread:create_user_shared_data_thread Creating user shared data
update thread.
0035:err:service:process_send_command service protocol error - failed to read
pipe r = 0 count = 0!
003b:fixme:rpc:handle_bind_error unexpected status value 1765
--
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=49104
Bug ID: 49104
Summary: World of Warcraft Classic freezes after upgrade from
5.5 to 5.7 wine-staging
Product: Wine-staging
Version: 5.7
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: joel.borghi(a)gmail.com
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
Created attachment 67074
--> https://bugs.winehq.org/attachment.cgi?id=67074
Wine terminal log after launching the game via the command wine 'World of
Warcraft Launcher.exe'
Hello! World of Warcraft Classic was running just fine on Manjaro linux
(5.4.36-1-MANJARO x86_64) using Wine-staging 5.5 installed via package-manager.
However after upgrading to version 5.7 the game completely freezes in the login
screen after launch and requires closing.
Ty all
--
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=6205
Anastasius Focht <focht(a)gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |focht(a)gmx.net
Fixed by SHA1| |ab00044408eb1a6eafcdb87946a
| |bcd4ff20095ba
Version|unspecified |0.9.21.
Hardware|Other |x86
--
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=6210
Anastasius Focht <focht(a)gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Fixed by SHA1| |cc821415ae437187010b7b05bcc
| |cc8c602da1e54
CC| |focht(a)gmx.net
Regression SHA1| |448f918a395e6bac8ad77116169
| |c2e6e11ee4eb9
Component|-unknown |directx-d3d
Version|unspecified |0.9.21.
--
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=6148
Anastasius Focht <focht(a)gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |focht(a)gmx.net
Version|unspecified |0.9.18.
Fixed by SHA1| |78584b6ee1da4473aecca4bc873
| |6dddb4cfe21af
--
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=6636
Anastasius Focht <focht(a)gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Fixed by SHA1| |78584b6ee1da4473aecca4bc873
| |6dddb4cfe21af
CC| |focht(a)gmx.net
Severity|critical |normal
--
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=6317
Anastasius Focht <focht(a)gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
OS|other |Linux
Version|unspecified |0.9.22.
CC| |focht(a)gmx.net
Component|winsock |netapi32
Fixed by SHA1| |ae1fde034393a780f41578ea8e2
| |2dc63a033ab07
Hardware|Other |x86
--
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=6451
Anastasius Focht <focht(a)gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |focht(a)gmx.net
OS|other |Linux
Hardware|Other |x86
Fixed by SHA1| |377071f42c68a25bf695db64b9a
| |5dfdbad34e754
Component|-unknown |mshtml
--
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=6441
Anastasius Focht <focht(a)gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Regression SHA1| |0f8706ec33b3193f19b3a55247f
| |e515497063fc5
Fixed by SHA1| |8532cc5654feb5cdb38ab8bd46b
| |65d4e3864f769
URL| |https://web.archive.org/web
| |/20200505200002/http://www.
| |arcelectronicsinc.com/testi
| |nfo/kpnl1tester.zip
Keywords| |download
Component|dos |winex11.drv
CC| |focht(a)gmx.net
--
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=6518
Anastasius Focht <focht(a)gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Version|unspecified |0.9.23.
Fixed by SHA1| |7858c208a172d104f137b7a89d0
| |afb66b7a55cd5
CC| |focht(a)gmx.net
Regression SHA1| |7027ed458b56fce57e9d3424fe2
| |c7005be1110eb
Severity|major |normal
--
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.