https://bugs.winehq.org/show_bug.cgi?id=49852
Bug ID: 49852
Summary: Performance regression in "msvcrt: Use correct code
page in _write when outputing to console."
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msvcrt
Assignee: wine-bugs(a)winehq.org
Reporter: martin(a)martin.st
Distribution: ---
Created attachment 68190
--> https://bugs.winehq.org/attachment.cgi?id=68190
Test sample
Since 081d25d4b989c732d301b786311c034132c8d7a3, "msvcrt: Use correct code page
in _write when outputing to console.", a test app (that prints a lot to stdout)
had an around 10-20x slowdown.
Before, "time wine64 ihateeh-x86_64.exe > /dev/null 2>&1" ran in around 1
second, after that commit it takes 15 seconds. (At some later point, it has
regressed further to 25 seconds. The corresponding testcase on aarch64 used to
run in 3 seconds, after the commit it takes 60, and with current master takes
around 120 seconds.)
--
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=56117
Bug ID: 56117
Summary: Celtic Kings runs out of memory in mere seconds when
music is enabled
Product: Wine
Version: 8.18
Hardware: x86-64
URL: https://archive.org/download/celtic-kings/Celtic%20Kin
gs.zip
OS: Linux
Status: NEW
Keywords: download, regression
Severity: normal
Priority: P2
Component: dmusic
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
CC: rbernon(a)codeweavers.com
Regression SHA1: 7a678903fbe9b384e97b23bc8cb73c9239616054
Distribution: ArchLinux
Created attachment 75783
--> https://bugs.winehq.org/attachment.cgi?id=75783
terminal output
Audio never worked in the game without native directmusic and this has not
changed with the more complete directmusic implementation in recent Wine.
The problem is that the game runs out of memory in about 15 seconds just while
idling in the main menu.
Some kind of memory leak first appeared in Wine-8.18 after
commit 7a678903fbe9b384e97b23bc8cb73c9239616054
dmime: Implement IDirectMusicPerformance_GetNotificationPMsg.
It was less severe and allowed me to play the tutorial for a couple minutes
then the game quit abruptly. For example I can see in htop that the memory
consumption of Celtic Kings.exe grows steadily whenever I issue a move command
for my character.
In Wine-8.19 the issue became more severe: the game runs out of memory in 10-15
seconds while idling in the main menu when music is enabled (no user
interaction is needed).
This is due to
commit d5e156fa7fc9ff47c1c99af342047319f0f23bfa
dmime: Rewrite message thread with a condition variable.
Can be reproduced with the demo version.
Tested with wine-9.0-rc3-6-g91a29134ff3.
--
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=54387
Bug ID: 54387
Summary: Pantsylvania crashes if Windows version is set to 3.1
Product: Wine
Version: 8.0
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: alexhenrie24(a)gmail.com
Distribution: ---
Created attachment 73951
--> https://bugs.winehq.org/attachment.cgi?id=73951
WINEDEBUG=+winspool
I think the problem is that
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Print\Environments\Windows
4.0\Drivers\Version-0\HP-HP-OfficeJet-Pro-8020-series\Driver is an empty
string.
$ sha256sum Pantsylvania.zip
8ee7f97be0c5f2c0be84c01aca31655c67349b1b8606e403146d847bad1fbe71
--
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=55030
Bug ID: 55030
Summary: Nelogica Profitchart freezes and Crash since wine-7.12
[bisect included]
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: d2d
Assignee: wine-bugs(a)winehq.org
Reporter: brandowlucas(a)gmail.com
Distribution: ---
Created attachment 74590
--> https://bugs.winehq.org/attachment.cgi?id=74590
profit_bisect_log
Nelogica Profitchart completly freezes and then crashes since version
wine-7.12, running bisect of the previous version (wine-7.11) i got this:
[striker@striker wine]$ git bisect bad
cda5f68a647f187d1de0d4c844c528d2135d047f is the first bad commit
commit cda5f68a647f187d1de0d4c844c528d2135d047f
Author: Nikolay Sivov <nsivov(a)codeweavers.com>
Date: Mon Jun 27 00:33:40 2022 +0300
d2d1/effect: Use known names for automatically added properties.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
dlls/d2d1/effect.c | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
I hope this can be useful to fix this issue in the upcoming releases.
--
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=56166
Bug ID: 56166
Summary: GDI performance regression after switching fonts to
syscall interface
Product: Wine
Version: 8.9
Hardware: x86-64
URL: https://developer.download.nvidia.com/SDK/9.5/Samples/
3dgraphics_samples.html#HLSL_HDR_FP16x2
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: win32u
Assignee: wine-bugs(a)winehq.org
Reporter: mirh(a)protonmail.ch
Regression SHA1: 9b5c916e4e8b90da795be93d8203743d76d22edb
Distribution: ---
Long story short, up to wine 8.8 you get about 2300fps with my 2080 and 9600K
in an old nvidia showcase. After that, it's more like 2150.
Of course it's just a little 7% difference, but it's completely reproducible,
so..
p.s. DXVK and the patch for bug 32323 are also needed to "unlock full speed"
(the sources clearly show a D3DXCreateFont call for Arial, but is it expected
to take a 40% framerate hit without the fonts otherwise?)
--
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=13685
Summary: Anarchy Online is very slow in certain areas (< 3fps or
0)
Product: Wine
Version: CVS/GIT
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: krause.marcel(a)gmx.net
It's something that's bugging me for a good while, and is also being mentioned
in the AppDB article for the game. As I said there it can be "worked around" by
using the commercial cedega software, which has other minor problems too, but
nothing compared to the slowness under wine.
1. download the free client using bittorrent:
http://torrent.funcom.com/torrents/AnarchyOnline_17.6.1_EP0.exe.torrent
2. register a free account: http://register.funcom.com/
3. Start the game, talk to the neutral recruiter at the island and take the
Wompah (teleporter) to Borealis, which will leave you in complete graphical
laggyness.
You can also notice the laggyness at the Unicorn Outpost (needs paid expansion
content), playershops in the guild cities (paid content too), and a few more
places. All of these places are frequently used by the players and visiting
them is a major pain of course, but as they're the central places in game, you
can't really get around on the long run.
It's not my system causing the lag though, as it works fine with the cedega
software.
Specs are:
Athlon X2 5000+
2Gb Ram
GeForce 8600GT@256MB
400GB WD harddisk
16MBit/s internet connection
Regards,
Marcel Krause
--
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=56165
Bug ID: 56165
Summary: GetTextExtentPoint32W returns incorrect sizes
Product: Wine
Version: 8.0
Hardware: x86-64
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdi32
Assignee: wine-bugs(a)winehq.org
Reporter: creatorcray(a)gmail.com
Created attachment 75870
--> https://bugs.winehq.org/attachment.cgi?id=75870
Source for the test that demonstrates the issue
Starting with Wine7 the GetTextExtentPoint32W is telling porkies for
non-antialiased fonts in quite a range of various heights and weights.
Somehow if string has more uppercase letters it makes it more prone to has its
size miscalculated
See attached source/binary/screenshots
The demo binary has 2 modes: showing the end of the text as calculated by
GetTextExtentPoint32W and checkerboard pattern highlighting of the text,
switchable by pressing a spacebar
--
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=46658
Bug ID: 46658
Summary: Far Cry configurator: reduced height of comboboxes
Product: Wine
Version: 3.15
Hardware: x86
OS: Linux
Status: NEW
Keywords: regression
Severity: minor
Priority: P2
Component: user32
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
CC: dark.shadow4(a)web.de
Regression SHA1: 3d0be0bad8eca72e67199ebfb451150d58494ba3
Distribution: ---
Created attachment 63591
--> https://bugs.winehq.org/attachment.cgi?id=63591
screenshot showing the difference
Far Cry configuration tool allows to tweak certain game settings. When I open
any of the comboboxes, the drop-down list shows only 2 items. It should display
more items as it is the case after reverting commit
3d0be0bad8eca72e67199ebfb451150d58494ba3. See attached screenshot for
comparison.
Plain terminal output yields nothing and the free demo doesn't include the
configurator tool. Please let me know if you need debug logs.
Tested in Wine 4.2 with the GOG.com version of the game.
--
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=56158
Bug ID: 56158
Summary: Game Astral tale in steam mouse is not working due to
MOUSE_VIRTUAL_DESKTOP
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: dinput
Assignee: wine-bugs(a)winehq.org
Reporter: l12436(a)yahoo.com.tw
Distribution: ---
Mouse is complete not working
Console log show lots of following message
0838:fixme:dinput:dinput_mouse_rawinput_hook Unimplemented
MOUSE_VIRTUAL_DESKTOP flag
--
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=52775
Bug ID: 52775
Summary: Start native linux apps from a wine app
Product: Wine
Version: 7.5
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: kvradio(a)seznam.cz
Distribution: ---
Unable open native app from Wine 7.5 Wine versions 7.4 and lower work fine
--
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=52942
Bug ID: 52942
Summary: Display error on macOS
Product: Wine
Version: 7.7
Hardware: x86-64
OS: Mac OS X
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: nick.b.321890(a)gmail.com
Created attachment 72316
--> https://bugs.winehq.org/attachment.cgi?id=72316
Error log with winecfg
Wine 7.7 no longer works with any GUI application when upgrading from a working
7.6 installation. Attached is an example error log when running winecfg.
My environment is macOS 12.2 on an M1 MacBook Air (Late 2020) running x86-64
wine64 through Rosetta 2 (to run on arm64).
Most notably, the line "0040:err:system:update_display_cache failed to read
display config" is spammed in console, and I do not recall seeing that in prior
versions. The app appears in the Dock, but a window does not visually appear at
all.
The build for the 7.7 version is located here
https://github.com/Gcenx/macOS_Wine_builds/releases/tag/7.7.
--
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=53380
Bug ID: 53380
Summary: After 7.13 update, components in pop-up windows,
sliders and buttons, do not work. ThumbsPlus 10 Pro
Product: Wine
Version: 7.13
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: nosoy1(a)charter.net
Distribution: ---
Created attachment 72765
--> https://bugs.winehq.org/attachment.cgi?id=72765
Screen print showing app and photo adjustment sliders.
App ThumbsPlus Pro 10 SP2 Build Jun 14, 2018.
OS Linux Mint 64
System: Kernel: 5.4.0-122-generic x86_64 bits: 64 compiler: gcc v: 9.4.0
Desktop: Cinnamon 5.2.7 wm: muffin dm: LightDM Distro: Linux Mint
20.3 Una
base: Ubuntu 20.04 focal
After the 7.13 focal update certain sliders and buttons in pop up window
functions no longer work. The sliders themselves have not looked right for
quite a while, but after this update, they are unresponsive and unusable. If I
restore the app from my backup and using Timeshift restore WINE back to 7.12,
the pop ups function normally again.
--
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=54375
Bug ID: 54375
Summary: wine-stable 8.0.0.0-bullseye-1
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: erka(a)ro.ru
Distribution: ---
Created attachment 73942
--> https://bugs.winehq.org/attachment.cgi?id=73942
Log generated by Wine-stable 8.0.0.0 bullseye-1, unaltered
Free-iptv killed after few minutes
--
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=56159
Bug ID: 56159
Summary: game blocks ~30 seconds, continues and then hangs, in
"TKKG 1" (EN: Jennifer is Missing, DE: Katjas
Geheimnis - Tivoli)
Product: Wine
Version: 7.14
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: win32u
Assignee: wine-bugs(a)winehq.org
Reporter: bernhardu(a)mailbox.org
Distribution: ---
Since below commit game shows on black background a frame with black inside,
for around 30 seconds, then continues the first screen normally without sound.
Then hangs at the "second" screen "Tivola".
A regression test needed applying de3bc7d5119 and 7748c76e359 at each step
because of #56152.
This led to:
commit a53330b9c137388f3b9e78f2aacffa3fc1692d6e
Author: Jacek Caban <jacek(a)codeweavers.com>
Date: Sat Jul 9 18:29:37 2022 +0200
win32u: Use syscall interface for message functions.
Unfortunately this commit does not revert on top of current 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=56016
Bug ID: 56016
Summary: RTL_HEAP_PARAMETERS->CommitRoutine never called for
custom heaps
Product: Wine
Version: 8.19
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: novae.harpist06(a)icloud.com
Distribution: ---
Created attachment 75656
--> https://bugs.winehq.org/attachment.cgi?id=75656
Reproducer
Reproducer attached.
Windows output:
Reserve: 000002C4D6260000
Commit: 000002C4D6260000
Heap: 000002C4D6260000
Hello!
Alloc: 000002C4D6260750
Hello!
Alloc2: 000002C4D6264760
Free: 1
Destroy: 0000000000000000
Wine output:
Reserve: 00007FFFFE8E0000
Commit: 00007FFFFE8E0000
Heap: 00007FFFFE8E0000
Alloc: 00007FFFFE8E08F0
Alloc2: 00007FFFFE8E4900
Free: 1
Destroy: 0000000000000000
Of course if the heap implementation wasn't accidentally compatible with the
default one, it'd also crash, and not just lack the "Hello" prints.
--
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=51300
Bug ID: 51300
Summary: Samsung Dex: Unhandled Exception During Install
Product: Wine
Version: 6.11
Hardware: x86-64
URL: https://www.samsung.com/global/download/SamsungDeXWin/
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: url
Assignee: wine-bugs(a)winehq.org
Reporter: quan.ngoc.le(a)gmail.com
Distribution: Ubuntu
Created attachment 70170
--> https://bugs.winehq.org/attachment.cgi?id=70170
Backtrace
Receiving Unhandled exception: page fault on write access to 0x00110000 in
32-bit code (0x0eacbbb6) when attempting to run installer. Different backtrace
from other bugs related to the Samsung Dex installer.
--
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=49340
Bug ID: 49340
Summary: Splinter Cell: Pandora Tomorrow - Can't find file for
package 'HXAudio'
Product: Wine
Version: 5.10
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: tomasz.piotr.kowalczyk(a)gmail.com
Distribution: ---
I'm on Ubuntu 20.04, installed winehq-staging 5.10 from WINE PPA. I'm trying to
play Splinter Cell: Pandora Tomorrow, the game was installed without any issue.
Unfortunately, every attempt at running pandora.exe fails with an old Windows
window and the following text:
```
Can't find file for package 'HXAudio'
History: UObject::SafeLoadError <- UObject::StaticLoadClass <-
UEngine::InitAudio <- UGameEngine::Init <- InitEngine
```
There is a HXAudio.dll file in the game's root directory, and when running a
WINEDEBUG=+loaddll I see that WINE attempts to load it but then it is
immediately unloaded:
```
0024:trace:loaddll:load_native_dll Loaded L"C:\\windows\\system32\\DSOUND.dll"
at 0x6d5c0000: PE builtin
0024:trace:loaddll:load_native_dll Loaded L"C:\\Program
Files\\Ubisoft\\Splinter Cell Pandora Tomorrow\\HXAudio.dll" at 0x24b0000:
native
0024:trace:loaddll:free_modref Unloaded module L"C:\\Program
Files\\Ubisoft\\Splinter Cell Pandora Tomorrow\\HXAudio.dll" : native
0024:trace:loaddll:load_native_dll Loaded L"C:\\Program
Files\\Ubisoft\\Splinter Cell Pandora Tomorrow\\HXAudio.dll" at 0x24b0000:
native
0024:trace:loaddll:free_modref Unloaded module L"C:\\Program
Files\\Ubisoft\\Splinter Cell Pandora Tomorrow\\HXAudio.dll" : native
```
There is virtually no information about anything called "HXAudio" apart from
two old forum entries [1] [2] basically stating that there is a problem,
without any hint for a solution.
1: https://forums.ubisoft.com/showthread.php/261459-Game-crashes-in-startup
2: https://gathering.tweakers.net/forum/list_messages/945571
Any help would be greatly appreciated. Please let me know if you need any other
information about my environment. For the reference, I also tried older WINE
versions 1.5.19 and 1.9.20, with exactly the same result.
--
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=42208
Bug ID: 42208
Summary: Error when compiling winhlp32.
Product: Wine
Version: 2.0-rc5
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: programs
Assignee: wine-bugs(a)winehq.org
Reporter: carlo.bramix(a)libero.it
Distribution: ---
While trying to compile wine with mingw and cygwin as shell, I got this error:
../.././../w/tools/winegcc/winegcc.exe -o winhlp32.exe
-B../.././../w/tools/winebuild --sysroot=../.. -b \
i686-w64-mingw32 -fasynchronous-unwind-tables -mwindows callback.o hlpfile.o
macro.o string.o \
winhelp.o macro.lex.yy.o winhlp32.res ../../dlls/shell32/libshell32.a \
../../dlls/comctl32/libcomctl32.a ../../dlls/comdlg32/libcomdlg32.a
../../dlls/user32/libuser32.a \
../../dlls/gdi32/libgdi32.a ../../libs/port/libwine_port.a -lwine
macro.lex.yy.o: nella funzione "yylex":
/home/Carlo/w2/programs/winhlp32/macro.lex.yy.c:1032: riferimento non definito
a "yywrap"
collect2: error: ld returned 1 exit status
winegcc: i686-w64-mingw32-gcc failed
make: *** [Makefile:322: winhlp32.exe] Error 2
It says that "yywrap" is an undefined reference.
This probably happens because the macro.lex.l is not aware of the fact that is
can be also cross compiled, which is the thing you have to do when you want to
run wine natively on Windows, for example.
At the end of the file there is an #ifndef yywrap ... #endif: I replaced it
with an #if 1 and the program has been compiled correctly. But I guess it has
to be fixed correctly.
Sincerely.
--
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=48172
Bug ID: 48172
Summary: 32 bit wine is unable to allocate a continuous 1.5GB
block of memory
Product: Wine
Version: 4.20
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: aros(a)gmx.com
Distribution: ---
Steps to reproduce:
1) Create a 7zip archive with 1.5GB dictionary (a PC with at least 20GB of RAM
is required) using a 64 bit version of the application
In console this could be done this way using native p7zip:
7za a -md=1536m arc.7z [files or folders]
2) Try to unpack this file in 32bit Wine/32bit WinRAR - you'll get a message:
Not enough 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=54402
Bug ID: 54402
Summary: Borland Turbo CPP 4.5 installer deadlocks on start
Product: Wine
Version: 8.0
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: alexhenrie24(a)gmail.com
Distribution: ---
Note that the installer is INSTALL.EXE, not SETUP.EXE.
On start, only the splash screen appears, and the following errors are printed
to the console:
0110:err:local:LOCAL_GetBlock not enough space in local heap 043f for 16388
bytes
010c:err:sync:RtlpWaitForCriticalSection section 6C8449E0
"../wine/dlls/krnl386.exe16/syslevel.c: Win16Mutex" wait timed out in thread
010c, blocked by 0110, retrying (60 sec)
0110:err:sync:RtlpWaitForCriticalSection section 7BC6A440
"../wine/dlls/ntdll/loader.c: loader_section" wait timed out in thread 0110,
blocked by 010c, retrying (60 sec)
This is in fact a regression. `git bisect` says:
3a2e7d1a3dbf42a0385e5c0f64d79e9ea054252e is the first bad commit
commit 3a2e7d1a3dbf42a0385e5c0f64d79e9ea054252e
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Fri May 29 15:02:45 2015 +0900
krnl386.exe: Release the Win16 lock when loading a 32-bit dll.
$ sha256sum 'Borland Turbo CPP 4.5 for Windows.7z'
8a6f5797f0af880728421426beacf5e5760701e424d89e14cd714a13e625f2ff
--
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=54220
Bug ID: 54220
Summary: d3d11_swapchain_Present1 Ignored present parameters
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: d3d
Assignee: wine-bugs(a)winehq.org
Reporter: st.kost(a)gmail.com
Distribution: ---
the free vst plugins from here https://ronanfed.rf.gd/plugins.html are not very
useable (lots of ui flicker) due to:
dxgi:d3d11_swapchain_Present1 Ignored present parameters 000000000011E860
According to the code
https://github.com/wine-mirror/wine/blob/master/dlls/dxgi/swapchain.c#L697
and the original docs
https://learn.microsoft.com/en-us/windows/win32/api/dxgi1_2/nf-dxgi1_2-idxg…
it sound like the "present parameters" are used to parametrize the are to
update.
--
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=56154
Bug ID: 56154
Summary: Potential nullpointer dereference in
wow64_NtQueryInformationToken (Coverity)
Product: Wine
Version: 9.0-rc3
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dark.shadow4(a)web.de
Distribution: ---
In wow64_NtQueryInformationToken we have the following code:
> dacl32->DefaultDacl = dacl->DefaultDacl ? PtrToUlong( dacl32 + 1 ) : 0;
> memcpy( dacl32 + 1, dacl->DefaultDacl, ret_size - sizeof(*dacl) );
I think memcpy might actually work will nullpointers, although it doesn't seem
right.
Coverity link:
https://scan5.scan.coverity.com/reports.htm#v60945/p10088/fileInstanceId=25…
--
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=55196
Bug ID: 55196
Summary: VBScript Trailing End If
Product: Wine
Version: 8.9
Hardware: aarch64
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: vbscript
Assignee: wine-bugs(a)winehq.org
Reporter: francisdb(a)gmail.com
Below code fails but works correctly on windows
Sub Sol20(Enabled)
If Enabled Then
FlBG20.visible = 1
Else
FlBG20.visible = 0 End If
End Sub
workaround:
Sub Sol20(Enabled)
If Enabled Then
FlBG20.visible = 1
Else
FlBG20.visible = 0
End If
End Sub
might be related to bug 54978
--
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=44821
Bug ID: 44821
Summary: Gothic 1 inventory objects not rendered
Product: Wine
Version: 3.4
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: w1t3sc4(a)cybergal.com
Distribution: ---
Created attachment 60854
--> https://bugs.winehq.org/attachment.cgi?id=60854
Inventory objects are not rendered.
Object icons in the inventory are not rendered (screenshot).
This bug was absent in Wine 3.1, but appears in Wine 3.3 and 3.4.
--
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=56144
Bug ID: 56144
Summary: failed to init opengl apps
Product: Wine
Version: 9.0-rc3
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: opengl
Assignee: wine-bugs(a)winehq.org
Reporter: guillere(a)adinet.com.uy
Distribution: ---
System: Debian SID
Kernel: Linux goku 6.5.0-5-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.5.13-1
(2023-11-29) x86_64 GNU/Linux
Mesa: 23.3.1-4
GPU: Haswell [Intel(R) Core(TM) i5-4440 CPU @ 3.10GHz]
Try to run any opengl app give this warning and closes.
wine "c:\gunroar\gr.exe"
...
MESA-INTEL: warning: Haswell Vulkan support is incomplete
MESA-INTEL: warning: Haswell Vulkan support is incomplete
MESA-INTEL: warning: Haswell Vulkan support is incomplete
X Error of failed request: BadValue (integer parameter out of range for
operation)
Major opcode of failed request: 152 (GLX)
Minor opcode of failed request: 3 (X_GLXCreateContext)
Value in failed request: 0x0
Serial number of failed request: 226
Current serial number in output stream: 230
...
tested in 8.0.1~repack-3 (debian package)
tested in compiled from git tag wine-9.0-rc3
This problem is introduced in some update of mesa or linux-kernel (maybe) but
only affect wine, other opengl apps works OK.
Game gunroar works natively in linux but not gunroar (windows version) through
wine
Try to run gunroar inside a tigervnc (1.12.0+dfsg-8) using mesa software render
(llvmpipe)
guille@goku:~$ wine "c:\gunroar\gr.exe"
MESA-INTEL: warning: Haswell Vulkan support is incomplete
MESA-INTEL: warning: Haswell Vulkan support is incomplete
MESA-INTEL: warning: Haswell Vulkan support is incomplete
X Error of failed request: BadValue (integer parameter out of range for
operation)
Major opcode of failed request: 151 (GLX)
Minor opcode of failed request: 3 (X_GLXCreateContext)
Value in failed request: 0x0
Serial number of failed request: 210
Current serial number in output stream: 214
guille@goku:~$ wine client error:90: write: Descriptor de fichero erróneo
wine client error:d8: write: Descriptor de fichero erróneo
IS IN SOFTWARE RENDERING!! Why complain about "MESA-INTEL?!"
Same error....
glxgears (linux) works but not wglgears (windows compiled glxgears)
http://www2.cs.uidaho.edu/~jeffery/win32/wglgears.c
I compile wine (wine-9.0-rc3) whit this flags
CROSSCFLAGS+='-g3 -ggdb -gdwarf-4' CC=gcc-9 CPP=cpp-9 CFLAGS+='-g3 -ggdb
-gdwarf-4' ./configure --disable-tests
And compile "wglgears.c" also whit all debug flags
(note: mingw-w64 (13.2.0-4+26.1) for cross compiling)
Backtrace:...
guille@goku:/mnt/data/src/wine$ WINEPREFIX=/home/guille/wine_test/
WINEARCH=win32 ./wine winedbg --gdb programs/wglgears/i386-windows/wglgears.exe
007c:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
007c:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
007c:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
007c:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
MESA-INTEL: warning: Haswell Vulkan support is incomplete
MESA-INTEL: warning: Haswell Vulkan support is incomplete
0114:0118: create process
'Z:\mnt\data\src\wine\programs\wglgears\i386-windows\wglgears.exe'/00000000
@00402DE4 (966656<1340>)
0114:0118: create thread I @00402DE4
GNU gdb (Debian 13.2-1) 13.2
Copyright (C) 2023 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Type "show copying" and "show warranty" for details.
This GDB was configured as "x86_64-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<https://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
<http://www.gnu.org/software/gdb/documentation/>.
For help, type "help".
Type "apropos word" to search for commands related to "word".
0114:0118: loads DLL C:\windows\system32\ntdll.dll @7AFA0000 (17084416<5729>)
0114:0118: loads DLL C:\windows\system32\kernel32.dll @7A310000
(13086720<19576>)
0114:0118: loads DLL C:\windows\system32\kernelbase.dll @79550000
(14295040<14518>)
0114:0118: loads DLL C:\windows\system32\gdi32.dll @73A60000 (11055104<7731>)
0114:0118: loads DLL C:\windows\system32\advapi32.dll @78D10000 (8552448<7520>)
0114:0118: loads DLL C:\windows\system32\msvcrt.dll @77EA0000 (15048704<8656>)
0114:0118: loads DLL C:\windows\system32\sechost.dll @779D0000 (4943872<3252>)
0114:0118: loads DLL C:\windows\system32\ucrtbase.dll @769A0000
(16875520<12297>)
0114:0118: loads DLL C:\windows\system32\user32.dll @71710000 (36937728<14997>)
0114:0118: loads DLL C:\windows\system32\win32u.dll @715D0000 (1196032<1968>)
0114:0118: loads DLL C:\windows\system32\opengl32.dll @6A460000 (5808128<7780>)
0114:0118: loads DLL C:\windows\system32\tzres.dll @10000000 (0<0>)
00000114:00000118: unload DLL @10000000
0114:0118: loads DLL C:\windows\system32\tzres.dll @10000000 (0<0>)
00000114:00000118: unload DLL @10000000
0114:0118: loads DLL C:\windows\system32\imm32.dll @65280000 (2949120<3073>)
warning: remote target does not support file transfer, attempting to access
files from local filesystem.
Reading symbols from
/mnt/data/src/wine/programs/wglgears/i386-windows/wglgears.exe...
0x7affb705 in DbgBreakPoint@0 () at dlls/ntdll/signal_i386.c:640
640 signal_start_thread( context );
Wine-gdb> break dlls/opengl32/thunks.c:51
Breakpoint 1 at 0x6a4642d1: file dlls/opengl32/thunks.c, line 51.
Wine-gdb> continue
Continuing.
0114:0118: loads DLL C:\windows\system32\winex11.drv @64E20000 (4476928<4361>)
0114:0118: loads DLL C:\windows\system32\uxtheme.dll @64290000 (8994816<3796>)
Breakpoint 1, wglDescribePixelFormat@16 (hdc=0x20010045, ipfd=0, cjpfd=0,
ppfd=0x0) at dlls/opengl32/thunks.c:51
51 if ((status = UNIX_CALL( wglDescribePixelFormat, &args ))) WARN(
"wglDescribePixelFormat returned %#lx\n", status );
Wine-gdb> trace
Note: breakpoint 1 also set at pc 0x6a4642d1.
Tracepoint 2 at 0x6a4642d1: file dlls/opengl32/thunks.c, line 51.
Wine-gdb> where
#0 wglDescribePixelFormat@16 (hdc=0x20010045, ipfd=0, cjpfd=0, ppfd=0x0) at
dlls/opengl32/thunks.c:51
#1 0x6a52c3e7 in wglChoosePixelFormat@8 (hdc=0x20010045, ppfd=0x403060 <pfd>)
at dlls/opengl32/wgl.c:127
#2 0x73a8a87d in ChoosePixelFormat@8 (hdc=0x20010045, pfd=0x403060 <pfd>) at
dlls/gdi32/opengl.c:53
#3 0x00402948 in make_window (name=0x404112 "glxgears", x=0, y=0, width=300,
height=300) at programs/wglgears/wglgears.c:410
#4 0x00402cad in main (argc=1, argv=0x246f18) at
programs/wglgears/wglgears.c:484
Wine-gdb> next
X Error of failed request: BadValue (integer parameter out of range for
operation)
Major opcode of failed request: 152 (GLX)
Minor opcode of failed request: 3 (X_GLXCreateContext)
Value in failed request: 0x0
Serial number of failed request: 206
Current serial number in output stream: 210
00000114:00000118: exit process (0)
[Inferior 1 (Remote target) exited normally]
Dead in wglDescribePixelFormat (unix)... It is called BEFORE a GLXCreateContext
is created ; try to create and fail.
In some forums say wglDescribePixelFormat is a "internal" function of opengl32,
can be called directly?
--
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.