https://bugs.winehq.org/show_bug.cgi?id=45436
Bug ID: 45436
Summary: HoMM 3: Horn of the Abyss severe performance
regression with non GDI mode from HoMM3 HD
Product: Wine
Version: 3.12
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: mo78(a)abv.bg
Distribution: ---
There is severe performance regression with non GDI mode with this game, when
HoMM3 HD Launcher is used. The regression occurs both with vanilla and staging
3.xx wine versions. I also tried and PBA to no avail. If I choose 32-bit GDI or
32-bit True (stretchable) GDI, the game running fine. All other modes has slow
performance problems and some of them are very serious - with mouse, scroll and
horse movement lag. I tried Nvidia proprietary driver and Nouveau with the same
result. With Wine 2.21 all is working correct and there isn't performance
problems at 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=3591
Anastasius Focht <focht(a)gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
URL|http://www.py2exe.org/ |https://web.archive.org/web
| |/20210216081811/https://pil
| |otfiber.dl.sourceforge.net/
| |project/py2exe/py2exe/0.6.9
| |/py2exe-0.6.9.win32-py2.6.e
| |xe
--
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=12017
Summary: py2exe fails because fixme:resource:get_resource_section
.rsrc isn't the last section
Product: Wine
Version: 0.9.56.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ahziem1(a)mailbolt.com
If you workaround bug 3591 with an imagehlp.dll override, then you run into
fixme:resource:get_resource_section .rsrc isn't the last section even though
bug 3897 implemented BeginUpdateResource & EndUpdateResource.
py2exe is handy for building Python Windows executables from Linux.
--
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=3591
Zebediah Figura <z.figura12(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Fixed by SHA1| |d129a89d228190baeb8983ecfc1
| |8e093255148b9
Resolution|--- |FIXED
CC| |z.figura12(a)gmail.com
Status|STAGED |RESOLVED
--- Comment #28 from Zebediah Figura <z.figura12(a)gmail.com> ---
Fixed by
<https://source.winehq.org/git/wine.git/commitdiff/d129a89d228190baeb8983ecf…>.
I tested py2exe using its tutorial instructions, and the program does now warn
me that several system DLLs are used as 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.
https://bugs.winehq.org/show_bug.cgi?id=50674
Bug ID: 50674
Summary: Hearthstone Deck Tracker won't download images
Product: Wine
Version: 6.2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: alaharon123(a)gmail.com
Distribution: Debian
Created attachment 69389
--> https://bugs.winehq.org/attachment.cgi?id=69389
wine log
Distribution: Debian 11 Bullseye
Architecture: amd64
Wine setup: I set up a new wine prefix to have the least changes necessary to
reproduce this bug:
1. create new 32-bit prefix
2. use winetricks to install dotnet472 in it
3. use winetricks to install corefonts in it
4. run regedit in it and navigate to/create
HKEY_CURRENT_USER\SOFTWARE\Microsoft\Avalon.Graphics and create
DisableHWAcceleration with the value 1 (DWORD Value)
5. download Hearthstone Deck Tracker at
https://github.com/HearthSim/Hearthstone-Deck-Tracker/releases/download/v1.…
6. extract it to <wine prefix>/drive_c/Program Files
7. from your wine prefix run <wine prefix>/drive_c/Program Files/Hearthstone
Deck Tracker.exe
To easily reproduce the bug, copy a deck code (example one: ###Weapon Warrior
AAEBAQcGyAP6DoUX3q0DwLkDqtIDDLAC/wPuBucH+bwC18oCm84C9s8C48wDi9AD99QDgeQDAA==),
open Hearthstone Deck Tracker, click import > from deck code > save only >
save, and hover over one of the cards. You will see an image of a blank card
that says loading, but doesn't load.
Since Hearthstone Deck Tracker is an open source program, I did some sleuthing
and found out a bunch of things that should be helpful:
1. go to <wine prefix>/drive_c/users/<user>/Application Data/Logs/hdt_log.txt
and you will see the error code `Unable to download <cardId>.png: The
underlying connection was closed: An unexpected error occurred on a send.`
2. the file in the source code that starts this error is
https://github.com/HearthSim/Hearthstone-Deck-Tracker/blob/master/Hearthsto…
It creates a WebClient
https://docs.microsoft.com/en-us/dotnet/api/system.net.webclient and runs
DownloadFileTaskAsync(Uri, String)
https://docs.microsoft.com/en-us/dotnet/api/system.net.webclient.downloadfi…
3. It gets far enough in the process to create the blank files in <wine
prefix>/drive_c/users/<user>/Application
Data/HearthstoneDeckTracker/Images/CardImages/_inProgress, but it fails when
downloading the actual images. I'm not sure if creating those files is part of
DownloadFileTaskAsync(Uri, String) or if that's done earlier in the code.
4. The code with the information on where to download from is at
https://github.com/HearthSim/Hearthstone-Deck-Tracker/blob/master/Hearthsto…
and the documentation on how to use the site that it downloads cards from is at
https://hearthstonejson.com/docs/images.html
When I look at the WINE log, the lines that stand out to me are the following,
but obviously I'm attaching the whole log. I'm also attaching the HDT log in
case that's useful.
0128:fixme:secur32:schannel_get_cipher_algid unknown algorithm 23
0128:fixme:secur32:schannel_get_mac_algid unknown algorithm 200, cipher 23
0128:fixme:secur32:schannel_get_cipher_algid unknown algorithm 23
0128:fixme:secur32:schannel_get_mac_algid unknown algorithm 200, cipher 23
0120:fixme:wincodecs:BitmapScaler_Initialize unsupported mode 3
0128:fixme:crypt:CNG_VerifySignature Failed to verify signature: c000a000
--
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=50650
Bug ID: 50650
Summary: YukkuriUtil does not work.
Product: Wine
Version: 6.1
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ms0503(a)outlook.com
Distribution: ---
Created attachment 69363
--> https://bugs.winehq.org/attachment.cgi?id=69363
Back Trace
(translated by DeepL (ja -> en))
I tried to run YukkuriUtil(https://github.com/mdsbanana0306/yukkuriutil/) in
Wine, but it did not work.
--
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=50654
Bug ID: 50654
Summary: When the dcuo launcher is opening, the screen becomes
black after the first white stays single
Product: Wine-staging
Version: 6.1
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: telefonvural.1998(a)hotmail.com
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
When the dcuo launcher is opening, the screen becomes black after the first
white stays single
--
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=50657
Bug ID: 50657
Summary: When opening the dcuo launcher, the first black then a
white screen then it stays on the white screen
Product: Wine-staging
Version: 6.1
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: telefonvural.1998(a)hotmail.com
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
When opening the dcuo launcher, the first black then a white screen
then it stays on the white screen
--
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=21555
Summary: Foobar2000 crashes when trying to "open containing
folder" of a file
Product: Wine
Version: 1.1.37
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gibmirspam(a)gmail.com
Created an attachment (id=25969)
--> (http://bugs.winehq.org/attachment.cgi?id=25969)
Output during the crash
Whenever a file in the playlist is right-clicked and the option "open
containing folder" is chosen, Foobar2000 crashes.
--
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=28846
Bug #: 28846
Summary: SHELL32.dll.SHOpenFolderAndSelectItems not implemented
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: shell32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: musher(a)mbnet.fi
Classification: Unclassified
Created attachment 37053
--> http://bugs.winehq.org/attachment.cgi?id=37053
Log of the unhandled exception
Music player foobar2000 crashes, reason unknown. It crashes into its own crash
handler, which then crashes wine with unhandled exception when trying to call
SHELL32.dll.SHOpenFolderAndSelectItems.
--
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.