https://bugs.winehq.org/show_bug.cgi?id=44056
Bug ID: 44056
Summary: CLIP STUDIO PAINT error when i try to run it
Product: Wine
Version: 1.6.2
Hardware: x86
OS: Windows
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: boissee.stephane(a)yahoo.fr
Created attachment 59758
--> https://bugs.winehq.org/attachment.cgi?id=59758
clip studio paint
i got an error message when i try to run 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.
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.
http://bugs.winehq.org/show_bug.cgi?id=18296
Summary: DInput has issues with KDE4.2 keyboard input repeat.
Product: Wine
Version: 1.1.20
Platform: PC-x86-64
URL: http://www.coh.com
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-dinput
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wine(a)eternaldusk.com
After upgrading to Kubuntu Jaunty, City of Heroes characters show a horrible
staggering when you try move consistently in any direction. The character
animation resets at the interval equivalent to the keyboard delay.
So, it's as if the application is seeing you press the key over and over -
instead of holding it down.
Turning off keyboard repeat in the system options eliminates this issue.
Modifying the delay only slows the initial staggering.
--
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=47436
Bug ID: 47436
Summary: `winetricks -q dotnet30sp1` fails
Product: Wine
Version: 4.11
Hardware: x86
OS: Linux
Status: NEW
Keywords: dotnet, download, Installer, regression
Severity: normal
Priority: P2
Component: setupapi
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
CC: z.figura12(a)gmail.com
Regression SHA1: download, regression, installer, dotnet
Distribution: Gentoo
To reproduce:
winetricks -q dotnet30p1
Regression introduced by:
commit 705d3eed86f3ff96ee1190dbc694148c21c4939c
Author: Zebediah Figura <z.figura12(a)gmail.com>
Date: Wed May 1 18:24:04 2019 -0500
setupapi: Fill out all source file parameters in SetupQueueDefaultCopy().
Later, it hangs because of:
commit 9ccf1dd88b89530977923058a7334816e6b368d4
Author: Zebediah Figura <z.figura12(a)gmail.com>
Date: Tue May 7 18:04:10 2019 -0500
setupapi: Avoid passing a NULL source filename to SetupQueueDefaultCopy().
Fixes a regression introduced by 705d3eed86f3ff96ee1190dbc694148c21c4939c.
And that hang is fixed by (but the installer still fails):
8bc25b24af0276985ad080c8364c11cfff3a1fe5 is the first bad commit
commit 8bc25b24af0276985ad080c8364c11cfff3a1fe5
Author: Zebediah Figura <z.figura12(a)gmail.com>
Date: Fri May 17 17:36:53 2019 -0500
setupapi: Don't fail a queued copy if no copy was necessary.
This fixes a regression introduced by
3e5c9798a80641e0e39e95e4467c60405b22b062.
With wine-4.11:
The .NET Runtime Optimization Service is started and paused.
0078:fixme:msvcrt:__clean_type_info_names_internal (0x64085a64) stub
0017:fixme:mountmgr:harddisk_ioctl Unsupported ioctl 2d0c00 (device=2d access=0
func=300 method=0)
0017:fixme:mountmgr:harddisk_ioctl Unsupported ioctl 2d0c00 (device=2d access=0
func=300 method=0)
0075:fixme:advapi:LsaOpenPolicy ((null),0x32ddb4,0x00000001,0x32dda8) stub
0075:fixme:advapi:GetWindowsAccountDomainSid (0x32dd24 0x16765c 0x32dd20):
semi-stub
0075:fixme:secur32:GetComputerObjectNameW NameFormat 7 not implemented
0075:fixme:advapi:LsaClose (0xcafe) stub
0075:fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
Microsoft (R) CLR Native Image Generator - Version 2.0.50727.1433
Copyright (c) Microsoft Corporation. All rights reserved.
The .NET Runtime Optimization Service is running.
0082:fixme:msvcrt:__clean_type_info_names_internal (0x64085a64) stub
------------------------------------------------------
exit status 236 - dotnet30sp1 installation 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.