https://bugs.winehq.org/show_bug.cgi?id=53703
Bug ID: 53703
Summary: Crashes when setting a long window title.
Product: Wine
Version: 7.17
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: user32
Assignee: wine-bugs(a)winehq.org
Reporter: sagawa.aki+winebugs(a)gmail.com
Distribution: Ubuntu
Created attachment 73120
--> https://bugs.winehq.org/attachment.cgi?id=73120
minimal reproducible example
After Wine 7.16, setting a long window title leads crashes.
I debugged this issue and created a minimum reproducible example.
Steps to reproduce:
1. Using winecfg, enable "Emulate a virtual desktop" or uncheck "Allow the
window manager to decorate the windows".
2. Compile attached source file, e.g.
% x86_64-w64-mingw32-gcc -o set_long_win_title.exe set_long_win_title.c
-lgdi32
3. Launch the program with wine, i.e. wine set_long_win_title.exe
4. Click inside the window.
Expected result:
The window title changes to "xxxxxx..." (a string of 179 x's).
Actual result:
It crashes with the following message:
011c:err:virtual:virtual_setup_exception stack overflow 1808 bytes in thread
011c addr 0x7fae1e3a0a8c stack 0x4608f0 (0x460000-0x461000-0x660000)
--
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=53570
Bug ID: 53570
Summary: Visual C++ 2015-2019 crashes on launch
Product: Wine
Version: 7.15
Hardware: x86-64
OS: Linux
Status: NEW
Keywords: regression
Severity: normal
Priority: P2
Component: win32u
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
CC: jacek(a)codeweavers.com
Regression SHA1: 0ad2db66a109b4c0a46d04ff8231706fff540941
Distribution: ---
0120:err:seh:NtRaiseException Exception frame is not in stack limits => unable
to dispatch exception.
Files in '../Steamworks Shared/_CommonRedist/vcredist/2019'
17674fcc6cf3a2ffdc391bdcde082aa936e37a89 VC_redist.x86.exe
14M VC_redist.x86.exe
1effe7db3f42d670a1352c5c9b451c4db3e57ab5 VC_redist.x64.exe
15M VC_redist.x64.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=52677
Bug ID: 52677
Summary: REVELPROG_IS crashes on unimplemented function
winusb.dll.WinUsb_Free
Product: Wine
Version: 7.1
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: mowinebugs(a)mail.com
Distribution: ---
Created attachment 72004
--> https://bugs.winehq.org/attachment.cgi?id=72004
terminal output
Download link:
https://www.reveltronics.com/en/products/revelprog-is-serial-memory-program…
--
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=53150
Bug ID: 53150
Summary: Add global script hooks on wine
Product: Wine-staging
Version: unspecified
Hardware: Other
OS: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: rizalmart98(a)gmail.com
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
Give user a global option to run custom shell commands before starting wine and
before exiting wine.
Example:
* When a user run windows programs on wine. Wine will execute linux commands
first before starting the actual windows program
* When the windows program closed. After the windows program was ended wine
will run custom shell command before completely exited wine
--
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=50448
Bug ID: 50448
Summary: Recent changes to ntdll-NtAlertThreadByThreadId causes
that threads in some applications might look up
causing periodical lookups
Product: Wine-staging
Version: 6.0-rc5
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: bjorn.bidar(a)thaodan.de
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
After `b8ca0eae9f47491ba257c422a2bc03fc37d13c22` that changed
ntdll-NtAlertThreadByThreadId the threads of some applications might lookup up
causing periodical freezes for 1s-3s in some applications like Wotld of
Warcraft or Deus Ex.
The rest of my session still works and does not freeze when that happens.
In the case of Wow I especialy noticed that the input will be open again sooner
than the graphics/sound.
The log will look like this:
02cc:err:sync:RtlpWaitForCriticalSection section <same address> "?" wait timed
out in thread 02cc, blocked by 0000, retrying (60 sec)
I noticed that in the case of Wow the critical section that looks is almost
every time the same.
Please see this wine-tkg bug report as a reference:
https://github.com/Frogging-Family/wine-tkg-git/issues/254
--
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=52701
Bug ID: 52701
Summary: virtual desktop worked in previous wine versions, not
in wine 7.4 (Staging)
Product: Wine-staging
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: freehand(a)tutanota.com
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
I'm trying to run the open source flight sims, Rowan's Mig Alley, on Ubuntu
21.10 with wine. With virtual desktop turned off, a black square occludes part
of the 3D view. Turning on virtual desktop in winecfg removes this black square
in wine 7.0 rc3 (Staging) and in previous versions of wine, such as wine 6.0.
However with wine 7.4 (Staging), turning on virtual desktop 3D view in Mig
Alley has no effect on the black square. How can I get Mig Alley 3D view
working with wine 7.4 (Staging)?
Mig Alley is open source. A linux/wine installer for the game is here:
https://github.com/sim-museum/esports-f ... igAlley.sh
The games package used by the installer can be downloaded here:
https://github.com/sim-museum/esports-for-engineers
--
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=33222
Bug #: 33222
Summary: GitHub for Windows crash - mono
Product: Wine
Version: 1.5.25
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: mscoree
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: whiskers75(a)me.com
Classification: Unclassified
Created attachment 43945
--> http://bugs.winehq.org/attachment.cgi?id=43945
App crash
When running GitHub for Windows, it fails to start up with the error seen in
bug.txt.
--
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=33012
Bug #: 33012
Summary: FAST Search for Sharepoint MOSS 2010 Query Tool only
displays a black background
Product: Wine
Version: 1.5.23
Platform: x86-64
URL: http://fastforsharepoint.codeplex.com
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: robert.munteanu(a)gmail.com
Classification: Unclassified
After applying the workarounds mentioned in bug #32964 the program starts but
only shows a black background.
--
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=53709
Bug ID: 53709
Summary: Janes Longbow 2 crashes due to privileged instruction
in 32bit code
Product: Wine
Version: 7.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: cmsj(a)tenshu.net
Distribution: ---
Created attachment 73131
--> https://bugs.winehq.org/attachment.cgi?id=73131
backtrace.txt
I'm trying to get 1997's "Jane's Longbow 2" running. I've tried Crossover on
macOS and Bottles on a SteamDeck and in both cases I get a crash while
launching the game, with an error message about a privileged instruction.
Since the game has long since stopped being sold, it's fairly easily available
in software preservation archives, if anybody is interested in taking a look.
I've attached a backtrace from the Steam Deck.
--
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.