http://bugs.winehq.org/show_bug.cgi?id=33661
Bug #: 33661
Summary: Microsoft SQL Server Management Studio Express 2008 R2
installer fails
Product: Wine
Version: 1.5.31
Platform: x86
URL: http://www.microsoft.com/en-us/download/details.aspx?i
d=7593
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: djelinski1(a)gmail.com
Classification: Unclassified
Created attachment 44557
--> http://bugs.winehq.org/attachment.cgi?id=44557
console output
Continuation of bug 33115.
Now the console log ends with:
The following error occurred:
The performance counter registry hive is corrupted. To continue, you must
repair the performance counter registry hive. For more information, see
http://support.microsoft.com/kb/300956.
Error result: -2067922940
Result facility code: 1214
Result error code: 4
Please review the summary.txt log for further details
To reproduce:
Work around bug 33450: winetricks msxml3
winetricks dotnet35sp1
Work around bug 12501: winetricks mspatcha
Work around bug 30681: extract System.Data.SqlXml.dll from dotnet20sp2
installer, overwrite the existing ones in Microsoft.NET/Framework/v2.0.50727
and assembly/GAC_MSIL
Run installer: wine SQLManagementStudio_x86_ENU.exe /q /FEATURES=SSMS
/ACTION=Install /IAcceptSQLServerLicenseTerms
--
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=50356
Bug ID: 50356
Summary: LOTRO store shows blank window in 6.0-rc2 (regression
vs. stable)
Product: Wine
Version: 6.0-rc2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: a34ypool3voiz(a)t-online.de
Distribution: ---
Created attachment 68954
--> https://bugs.winehq.org/attachment.cgi?id=68954
empty LOTRO store Window on 6.0-rc2
When switching from the current winehq-stable (5.22) to winehq-devel (6.0-rc2)
on Linux Mint 20 (amd64) the LOTRO store no longer renders but shows a blank
window, rendering it unusable (see attached screenshot).
The only workaround is to run the legacy client, which delegates the store to
an external browser instead of showing it ingame, but that one lacks modern
graphics options and is prone to crashing due to lack of 64 bit support for
more addressable memory.
--
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=46333
Bug ID: 46333
Summary: SteelSeries Engine 3.13.3: Crashes on load
Product: Wine
Version: 3.0.4
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: avi6106(a)gmail.com
Distribution: ---
Created attachment 63077
--> https://bugs.winehq.org/attachment.cgi?id=63077
Crash backtrace
My mouse & headset were manufactured by SteelSeries, therefore I need this
software to control these hardware properly.
Ubuntu: 18.10
Mouse: Kana v2 -
https://www.amazon.com/SteelSeries-62262-Kana-v2-optisch/dp/B00EVNR25I
Headset: Arctis Pro - https://steelseries.com/gaming-headsets/arctis-pro
--
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=50392
Bug ID: 50392
Summary: Adobe DNG converter 13.x (Win10 app) installer creates
broken installation despite reporting success (main
binaries missing)
Product: Wine
Version: 5.10
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: focht(a)gmx.net
Distribution: ---
Hello folks,
while checking bug 49563 ("Adobe DNG converter crashes after updating to wine
5.12") I've noticed that Adobe DNG converter 13.x installer reports success on
all Wine 3.x, 4.x, 5.x releases but leaves a broken installation until Wine
5.12. The main binaries are missing.
Adobe DNG converter 13.x requires WinVer set to 'Windows 10' otherwise the
installer will refuse to run.
This was fixed by commit
https://source.winehq.org/git/wine.git/commitdiff/c70a303cd44e3463772ab9ecd…
("kernel32: Implement IsWow64Process2.").
Before:
--- snip ---
$ tree --charset=ANSI .wine/drive_c/Program\ Files/Adobe/
.wine/drive_c/Program Files/Adobe/
`-- Adobe DNG Converter
$ du -sh .wine/drive_c/Program\ Files/Adobe/
8.0K .wine/drive_c/Program Files/Adobe/
$ tree --charset=ANSI -L 2 .wine/drive_c/ProgramData/Adobe/
.wine/drive_c/ProgramData/Adobe/
`-- CameraRaw
|-- CameraProfiles
|-- LensProfiles
|-- SaveOptions
`-- Settings
$ du -sh .wine/drive_c/ProgramData/Adobe/
983M .wine/drive_c/ProgramData/Adobe/
--- snip ---
After:
--- snip ---
$ tree --charset=ANSI .wine/drive_c/Program\ Files/Adobe/
.wine/drive_c/Program Files/Adobe/
`-- Adobe DNG Converter
|-- Adobe DNG Converter.exe
|-- vcruntime140_1.dll
`-- vcruntime140.dll
$ du -sh .wine/drive_c/Program\ Files/Adobe/
113M .wine/drive_c/Program Files/Adobe/
$ tree --charset=ANSI -L 2 .wine/drive_c/ProgramData/Adobe/
.wine/drive_c/ProgramData/Adobe/
`-- CameraRaw
|-- CameraProfiles
|-- LensProfiles
|-- SaveOptions
`-- Settings
$ du -sh .wine/drive_c/ProgramData/Adobe/
983M .wine/drive_c/ProgramData/Adobe/
--- snip ---
I'm intentionally creating this as dupe to make the broken behaviour of the
Adobe DNG converter 13.x installer more visible in Bugzilla and search engine
results.
I've created snapshots via Internet Archive:
$ sha1sum DNGConverter_13_*
f13e96f38fbd00c65f4b181294a71812ffd09d70 DNGConverter_13_0.exe
3552c924a6928aa092384cae54a2511bc056d1eb DNGConverter_13_1.exe
$ du -sh DNGConverter_13_*
475M DNGConverter_13_0.exe
567M DNGConverter_13_1.exe
$ wine --version
wine-5.11-229-gc70a303cd44
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=50330
Bug ID: 50330
Summary: wiso2021.exe fails
Product: Wine
Version: 6.0-rc2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: joachim.backes(a)rhrk.uni-kl.de
Distribution: ---
Created attachment 68917
--> https://bugs.winehq.org/attachment.cgi?id=68917
wine messages
I'm running fedora33/x86-64 and the dedora version of wine-6.0.-c2. If
starting wiso2021..exe, i get an error (see attachment!) saying that a dll file
is mssing (Call from 7B010BF6 to unimplemented function msvcp140_1.dll).
This is the first time such an error occurs with the wiso software.
Any help is 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=50329
Bug ID: 50329
Summary: Not able to play the intro video (wmv) from Ultimate
Marvel vs Capcom 3
Product: Wine
Version: 5.22
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wmp&wmvcore
Assignee: wine-bugs(a)winehq.org
Reporter: ranplayer(a)protonmail.com
Distribution: ---
Created attachment 68916
--> https://bugs.winehq.org/attachment.cgi?id=68916
Wine logs
Wine is not able to play the intro video (0000.wmv) from the game Ultimate
Marvel Vs Capcom 3. Based on the logs, it seems the code for such task is still
a stub:
08bc:fixme:wmvcore:WMSyncReader_OpenStream
(000000001888A4F0)->(0000000007710500): stub!
08bc:fixme:wmvcore:WMSyncReader_GetOutputCount
(000000001888A4F0)->(000000002472FD88): stub!
I've created a clean wine prefix and only installed the Steam client and the
game.
My setup:
O.S: Manjaro Linux
Arch: x86_64
CPU: Intel Core i5 4690s
GPU: Nvidia GTX 970 4GB
GPU Driver: 455.45
Kernel: 5.4.80
Game link:
https://store.steampowered.com/app/357190/ULTIMATE_MARVEL_VS_CAPCOM_3/
Full Wine logs 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=48015
Bug ID: 48015
Summary: Clip Studio Paint
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: absvq.com(a)gmail.com
Distribution: ---
Created attachment 65549
--> https://bugs.winehq.org/attachment.cgi?id=65549
Bug
I don't know what's wrong. I can easily log in with my licence code but
afterwards the message of the debug comes up.
I already have installed the newest version of Wine and CSP.
--
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=50488
Bug ID: 50488
Summary: SHMessageBoxCheck returns impossible values
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: shlwapi
Assignee: wine-bugs(a)winehq.org
Reporter: meandyouftw(a)gmail.com
Distribution: ---
The implementation of shlwapi.dll!SHMessageBoxCheck is returning incorrect
values.
My Windows app's implementation was simply:
==
int nUserAnswer = SHMessageBoxCheck(hWnd, strQuestion.GetString(),
GetAppName(), MB_YESNO, IDNO, L"guid"));
==
On the latest WINE builds from both Stable and Development, SHMessageBoxCheck
is returning IDOK (0x1) and IDCANCEL (0x7) for YES and NO, respectively.
Understandably, chaos ensued.
This should be a clear code bug, but the repro I used was:
* download PalMod from
https://zachd.com/palmod/releases/obsolete/PalMod-1.68.rar
* extract all files and open PalMod
* open any file with File :: Load ROM By Game :: Developer Mode :: Unknown Game
Mode
* change the palette in the palette view, then attempt to switch to a different
palette using the combo boxes
* PalMod now calls SHMessageBoxCheck, and the bogus returns from WINE's
implementation results in aberrant behavior
"wine --version" returns wine-3.6 (Ubuntu 3.6-1).
I'll be adding a work-around for this to current builds of PalMod (1.70beta15
and newer), but that's of course not the best way to fix this concern.
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=50480
Bug ID: 50480
Summary: No audio in some movies in some Daedalic games (A new
beginning & Night of the rabbit)
Product: Wine
Version: 6.0-rc6
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: xaudio2
Assignee: wine-bugs(a)winehq.org
Reporter: titan.costa(a)gmail.com
Distribution: ---
Created attachment 69118
--> https://bugs.winehq.org/attachment.cgi?id=69118
console log
Exampes for A new beginning:
- intro movies => sound ok
- menu => sound ok
- starting movie => no sound
- game => sound ok
No related to bug #39339 as native openal32 is used and the description does
not match either:
$ WINEDEBUG=+loaddll wine anb.exe |& egrep -i "(openal|xaudio)"
0024:trace:loaddll:build_module Loaded L"C:\\GOG Games\\A New Beginning - Final
Cut\\OpenAL32.dll" at 7DEB0000: builtin
0024:trace:loaddll:free_modref Unloaded module L"C:\\GOG Games\\A New Beginning
- Final Cut\\OpenAL32.dll" : builtin
0024:trace:loaddll:build_module Loaded L"C:\\GOG Games\\A New Beginning - Final
Cut\\OpenAL32.dll" at 00320000: native
011c:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\XAudio2_7.dll"
at F7840000: builtin
Console log attached. These lines do not seem good:
016c:err:ole:com_get_class_object apartment not initialised
19:29:59: Error: OpenAudio (2 channels):
016c:err:ole:com_get_class_object apartment not initialised
19:29:59: Error: OpenAudio (1 channels):
19:29:59: Error: No more channel combinations to try, audio open failed
--
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=50474
Bug ID: 50474
Summary: Papyrus 10, from "R.O.M. GmbH" refuses starting after
updating to version 10.1
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jeijei(a)gmx.net
Distribution: ---
Created attachment 69110
--> https://bugs.winehq.org/attachment.cgi?id=69110
Papyrus 10 refuse starting after updating to Papyrus 10.1
Papyrus 10, from "R.O.M. GmbH" refuses starting after updating to version 10.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.