https://bugs.winehq.org/show_bug.cgi?id=42060
Bug ID: 42060
Summary: Zafehouse Diaries stuck on the loading screen with
built-in gdiplus (GdipWindingModeOutline not
implemented)
Product: Wine
Version: 2.0-rc2
Hardware: x86
URL: http://www.zafehouse.com/try-the-demo/
OS: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: gdiplus
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
Distribution: ---
Created attachment 56549
--> https://bugs.winehq.org/attachment.cgi?id=56549
terminal output
After starting a new game from the menu, the game seems to be stuck in an
infinite loop at the 'Building the town...' stage.
Can be reproduced with the demo (non-Steam).
The game needs .net2.0, xaudio2, native d3dx9_43 and d3dcompiler_43.
Native gdiplus used to be a workaround (now the game crashes with native
gdiplus, see bug #41926).
wine-2.0-rc2-35-gc28816c
--
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.
http://bugs.winehq.org/show_bug.cgi?id=26352
Summary: Time Warner Cable Connection Manager 1.00.0042.0 does
not work
Product: Wine
Version: 1.3.15
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P5
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rusivi2(a)gmail.com
1) lsb_release -rd
Description: Ubuntu 10.10
Release: 10.10
2) apt-cache policy wine1.3
wine1.3:
Installed: 1.3.15-0ubuntu1~maverickppa1
Candidate: 1.3.15-0ubuntu1~maverickppa1
Version table:
*** 1.3.15-0ubuntu1~maverickppa1 0
500 http://ppa.launchpad.net/ubuntu-wine/ppa/ubuntu/ maverick/main i386
Packages
100 /var/lib/dpkg/status
3) What is expected to happen is when one performs at a command line:
cd /media/Time\ Warner\ Cab && wine Setup.exe
it installs then running the installed program at the command line:
cd ~/.wine/drive_c/Program\ Files/Time\ Warner\ Cable/Connection\ Manager &&
wine TWCCM.exe
it runs successfully.
4) What happens instead is it does not run, but notes instead:
+ Window pops up:
Couldn't find registry path : SOFTWARE\SmithMicro\QuickLink Mobile Plus
+ click OK button
+ Window pops up:
Couldn't find registry path : SOFTWARE\SmithMicro\QuickLink Mobile Plus
+ click OK button
+ Window pops up:
Couldn't find registry path : SOFTWARE\SmithMicro\QuickLink Mobile Plus
+ click OK button
+ Window pops up:
The Smith Micro QLM that you are running is a demo version which has now
expired. Please contact sales(a)smithmicro.com to inquire about an updated demo
version. The application will now exit.
--
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=50533
Bug ID: 50533
Summary: crash at MSMoney launch script
Product: Wine
Version: 5.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: fbmines(a)gmail.com
Distribution: ---
Hi, recent upgrades to Ubuntu 20.04 and Wine 5.0, MSMoney3 run once under this
new setup but crashed at the 2nd attempt with the following message:
002e:err:winsock:WSAIoctl -> SIO_ADDRESS_LIST_CHANGE request failed with status
0x2733
wine: Unhandled page fault on read access to FFFFFFFF at address 000004C1
(thread 0031), starting debugger...
debugger never ended,
Thanks for your help,
--
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=53321
Bug ID: 53321
Summary: Unhandled page fault on write access in A_SHAFinal
Product: Wine
Version: 7.12
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: f.alexander.wilms(a)gmail.com
Distribution: ---
Created attachment 72703
--> https://bugs.winehq.org/attachment.cgi?id=72703
log of wine output
I was trying to a run a snake game for Windows that can fit into a QR code:
https://www.mattkc.com/etc/snakeqr/https://web.archive.org/web/20220616183735/https://www.mattkc.com/etc/snake…
The binary was created using the compressing linker Crinkler
(https://github.com/runestubbe/Crinkler)
Convert QR code to exe:
zbarimg -S binary code.png > snake.exe
I encountered the following crash:
wine: Unhandled page fault on write access to 00000024 at address 7BC4AD36
(thread 016c), starting debugger...
Unhandled exception: page fault on write access to 0x00000024 in 32-bit code
(0x7bc4ad36).
[...]
=>0 0x7bc4ad36 A_SHAFinal+0xc6(Context=<internal error>, Result=<internal
error>) [Z:\home\alexander\Development\wine-git\dlls\ntdll\crypt.c:204] in
ntdll (0x1f92ea38)
1 0x00420640 in snake (+0x20640) (0x1f92eae8)
Running snake.exe with WINEDEBUG=+relay took forever and didn't seem to contain
any additional information.
--
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=53948
Bug ID: 53948
Summary: No voices in 15 days (gog)
Product: Wine
Version: 7.20
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winegstreamer
Assignee: wine-bugs(a)winehq.org
Reporter: titan.costa(a)gmail.com
Distribution: ---
All other sounds and music are ok.
Maybe related to:
05c4:05c4:fixme:wmadec:transform_ProcessMessage iface 02F61FB4, message
0x10000002, param 00000000 stub!
Ubuntu 22.10. wine-7.20-145-g9d1175a4649.
--
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=39603
Bug ID: 39603
Summary: Multiple applications need support for loading Windows
binary registry hives using native API (BartPE,
Magical Jelly Bean Keyfinder, EasyBCD)
Product: Wine
Version: 1.7.55
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: focht(a)gmx.net
Distribution: ---
Hello folks,
collector bug for apps/tools that need Windows binary registry hive support
(import/export) via native API.
* bug 4001 (BartPE)
* bug 19324 (ubcd4win)
* bug 22124 (BartPE)
* bug 28729 (EasyBCD)
* bug 29529 (Magical Jelly Bean Keyfinder)
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=48023
Bug ID: 48023
Summary: Visual Studio 2019 not starting
Product: Wine
Version: 4.18
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: rpisl(a)seznam.cz
Distribution: ---
Created attachment 65561
--> https://bugs.winehq.org/attachment.cgi?id=65561
Hack for RegLoadAppKey
After https://bugs.winehq.org/show_bug.cgi?id=47626 just out of curiosity I
tried running Visual Studio: winetricks corefonts dotnet472 msxml6 and applied
the attached patch/hack.
Result: splash screen is shown and then welcome screen is displayed. But after
clicking "Not now, maybe later" it halts with:
Application: devenv.exe
Framework Version: v4.0.30319
Description: The application requested process termination through
System.Environment.FailFast(string message).
Message: Failed to schedule time on the UI thread. A continuation would never
execute.
It crashes much earlier without the patch/hack as it cannot bind binary
registry file and read/create registry keys.
--
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=55164
Bug ID: 55164
Summary: Visual Studio 2022 installer crashes on opening
Product: Wine
Version: 8.0.1
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: connormcmenamin433(a)gmail.com
Distribution: ---
Created attachment 74736
--> https://bugs.winehq.org/attachment.cgi?id=74736
Debug output for VS2022
Visual Studio crashes when opening.
Visual Studio 2022 can be downloaded here:
https://visualstudio.microsoft.com/vs/ (community is the free version)
Tested on Linux Mint 21.1 Cinnamon with kernel 5.15.0-76-generic
c0031767acea3ce62846e19f5b2d410de568ca95 VisualStudioSetup.exe
--
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=39095
Bug ID: 39095
Summary: Deadnaut: screen flipped upside down when
anti-aliasing enabled
Product: Wine
Version: 1.7.49
Hardware: x86
URL: http://www.deadnaut.com/demo/?download=win
OS: Linux
Status: NEW
Keywords: download
Severity: minor
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
Distribution: ---
Created attachment 52089
--> https://bugs.winehq.org/attachment.cgi?id=52089
terminal output
The game was built on the Unity engine, the problem can be reproduced in the
non-Steam demo version too.
When I enable anti-aliasing in the options menu the screen is rotated 180
degrees (text in the menus remains unaltered).
Reproduced on nouveau/mesa and nvidia binary drivers 340.76
The problem is present in Wine 1.2, 1.4, 1.6 too.
DeadnautDemoWindows.zip (146 MB)
sha1: 303ed46f70ffa7a302f71975ecd836a0c78ffd2e
Fedora 22
wine-1.7.49-41-g36a39ce
--
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.