https://bugs.winehq.org/show_bug.cgi?id=43102
Bug ID: 43102
Summary: GTA V keyboard issue
Product: Wine
Version: 2.9
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: xsellier(a)gmail.com
Distribution: Debian
Hey folks,
Thank you for you amazing work here.
I have a bug when I try to play GTA V. This bug is related to the keyboard.
*How to reproduce it*
1. Install wine 2.9 with following components:
- d3dcompiler_43
- d3dx11
2. Run winecfg and set the windows version to Windows XP
3. Install steam
4. Install GTA V
5. Run GTA V (login to the social club)
6. Once the game has started do the ALT+TAB trick
(https://bugs.winehq.org/show_bug.cgi?id=42330#c18)
7. Press any key of the keyboard (it works flawlessly)
8. Select the Story Mode
9. Once in game, press any key from the keyboard. Now the game is freezing for
a 2 second and it will work again. This issue is related to the keyboard,
because if you are using a controller (xbox for example) it works without any
stutter. But press a key of the keyboard and the freeze is coming (sorry for
this one).
*Observation*
- The sound is still playing
- Only the rendering is frozen
--
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=51565
Bug ID: 51565
Summary: Wine filesystem access time year 2038 problem:
functions return ERROR_FILE_NOT_FOUND,
STATUS_UNSUCCESSFUL
Product: Wine
Version: 6.13
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: iam(a)valdikss.org.ru
Distribution: ---
Wine does not handle directories and files with access time past year 2038. The
functions like FindFirstFileA return ERROR_FILE_NOT_FOUND upon accessing the
directory for example.
How to reproduce:
mkdir testdir
touch -a -d 'Fri, 06 Aug 2039 15:01:42 +0300' testdir
wine cmd.exe /C "dir testdir"
Result:
0104:fixme:file:errno_to_status Converting errno 75 to STATUS_UNSUCCESSFUL
Volume in drive Z has no label.
Volume Serial Number is adda-a790
Directory of Z:\home\valdikss\temp\testdir
File not found.
--
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=54979
Bug ID: 54979
Summary: Futexes which protect memory allocation congest,
causing 100x performance degradation
Product: Wine
Version: 8.0.1
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: nagle(a)animats.com
Distribution: ---
Created attachment 74518
--> https://bugs.winehq.org/attachment.cgi?id=74518
Debugger output with multiple threads stuck in spinlocks.
SUMMARY
Under the wrong circumstances, a program doing many memory allocations from
multiple threads can
experience more than 100x performance degradation.
I'm seeing this in my own Rust program, which has 16 sometimes-compute-bound
threads on a 12 CPU machine. This works fine on Microsoft Windows and when
compiled for Linux. Under Wine, it can be over 100x slower.
Multiple threads are banging on a spinlock at
_InterlockedCompareExchange
[Z:\usr\src\packages\BUILD\include\winnt.h:6630] in ntdll
spin_lock
[Z:\usr\src\packages\BUILD\dlls\ntdll\sync.c:937] in ntdll
This is the spin lock around the queue for pausing threads.
DISCUSSION
This looks like futex congestion. That's a known kind of problem, but doesn't
seem to have
been seen in Wine before. It may be that some programs just run really slow
under Wine,
and nobody knows why.
The code in NTDLL is clearly intended to handle the fast case without doing an
OS-level lock. Under light load, that's O(1). But under heavy load, with
multiple threads pounding on spinlocks, each spinlock waits longer, and there
are multiple threads, so it becomes O(N^2). Which means huge slowdowns.
See discussion at https://forum.winehq.org/viewtopic.php?t=37688 which has
snippets of the code that's causing the problem. I can copy all that info over
here if necessary. Let me know.
--
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=54873
Bug ID: 54873
Summary: 32-bit prefixes cannot be used with new wow64 mode
Product: Wine
Version: 8.6
Hardware: x86-64
OS: Mac OS X
Status: NEW
Keywords: download, wow64
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
austin@mac % rm -rf ~/.wine ; WINEARCH=win32 /Applications/Wine\
Devel.app/Contents/Resources/wine/bin/wine winecfg
preloader: Warning: failed to reserve range 0000000000010000-0000000000110000
wine: created the configuration directory '/Users/austin/.wine'
wine: '/Users/austin/.wine' is a 32-bit installation, it cannot support 64-bit
applications.
This also happened when testing on my Linux machine.
This prevent using 32-bit prefixes. Which means applications that don't support
64-bit windows can't be run (and we won't be able to report running as a
Windows version prior to Server 2003/XP).
--
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=29473
Bug #: 29473
Summary: IconsExtract: Requesting "File Properties" errors-out.
Product: Wine
Version: 1.3.35
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jthomas97411(a)yahoo.com
Classification: Unclassified
Simply run IconsExtract in Wine, search for icons somewhere, select a found
icon, and try to open the file properties for that icon. This is done either by
pressing F8 or clicking "File" in the upper-right, and then under the "File"
menu press "File Properties".
The sole terminal output is this:
fixme:exec:SHELL_execute flags ignored: 0x0000000c
This is true for IconsExtract version 1.46 and version 1.47. Have not seen any
Wine version succeed in displaying the file properties.
In Windows, "File Properties" brings up the same exact dialogue as
right-clicking the file that contains the icon and clicking "properties."
IconsExtract is a free download: http://www.nirsoft.net/utils/iconsext.zip .
--
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=55424
Bug ID: 55424
Summary: user32:cursoricon - test_SetCursor() sometimes fails
on w10pro64v2004
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Windows
Status: NEW
Severity: normal
Priority: P2
Component: user32
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
user32:cursoricon - test_SetCursor() sometimes fails on w10pro64v2004:
cursoricon.c:2529: Test failed: expected global cursor 00010003
See https://test.winehq.org/data/patterns.html#user32:cursoricon
This failure first happened on 2023-06-05, always with the same cursor handle
and always on w10pro64v2004:
* 2023-06-05 win2004_newtb-w10pro64v2004-32
* 2023-06-07 win2004_newtb-w10pro64v2004-32
* 2023-06-16 win2004_newtb-w10pro64v2004-32
* 2023-06-19 win2004_newtb-w10pro64v2004-32
* 2023-06-28 win2004_newtb-w10pro64v2004-32
* 2023-08-08 win2004_newtb-w10pro64v2004-32
* 2023-08-08 win2004_newtb-w10pro64v2004-64
The 2023-08-08 final screenshots both show a Windows update window that should
not be there. Maybe it is related.
--
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=54613
Bug ID: 54613
Summary: ieframe:ie times out when run without elevated
privileges on Windows 8
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Windows
Status: NEW
Severity: normal
Priority: P2
Component: ieframe
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
ieframe:ie times out when run without elevated privileges on Windows 8.
ieframe:ie start dlls/ieframe/tests/ie.c
ieframe:ie:0fe4 done (258) in 120s 0B
See https://test.winehq.org/data/patterns.html#ieframe:ie
When run on its own the test does not time out so it looks like something is
interfering with 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=9314
Summary: Borland C++ Builder 5 expects registry values to be read
in the same order they were written
Product: Wine
Version: 0.9.43.
Platform: PC-x86-64
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: wine-advapi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mikolaj.zalewski(a)gmail.com
Created an attachment (id=7584)
--> (http://bugs.winehq.org/attachment.cgi?id=7584)
test
It arranges the component palettes in the same order in which it read the
values from the registry (even if MSDN exlicitly says not to rely on the order
in which the values are read). We store the values in the alphabetical order to
binsearch them so the palettes under Wine are in alphabetical order instead of
the configured order.
I attach a small test showing that under Windows the values are read in the
same order as they were written.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=43169
Bug ID: 43169
Summary: Anarchy Online crashes when using /petition to contact
an adviser of Rubi-Ka (Awesomium.dll)
Product: Wine
Version: 2.10
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 58432
--> https://bugs.winehq.org/attachment.cgi?id=58432
Backtrace on wine 2.10 (non-staging)
Hello everyone,
I used to give this game Platinum ranking in the AppDB but eventually
discovered something which caused the game to crash.
I played a mission in this MMORPG and tried to contact the support team which
consists of Gamemasters which are called Advisers of Rubi-Ka. Rubi-Ka is the
planet on which the game is set.
When issuing "/petition message" through the chat window a browser is started,
the game crashes and throws a backtrace which I am attaching.
--
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=34606
Bug #: 34606
Summary: No in-game and menu sounds in Oddworld Munch's Oddysee
CD
Product: Wine
Version: 1.7.2
Platform: x86
OS/Version: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: winebugs140(a)gmail.com
Classification: Unclassified
There's no sound in the menus and in the game. The movies work fine. I created
a log as instructed here: http://wiki.winehq.org/Sound
Installing directmusic and directx9 doesn't help. No demo for this game. This
is Oddboxx CD version not Steam.
Tested with:
Windows Vista (without Wine), GeForce 9600M GS--the program works fine here
Ubuntu 13.04, GeForce 9600M GS (NVIDIA driver 313)
Mac OS X 10.7.5, ATI HD 2600 Pro, Mac Driver/X11
--
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.