https://bugs.winehq.org/show_bug.cgi?id=43819
Bug ID: 43819
Summary: steam overlay - unusable on ultrawide screen
Product: Wine
Version: 2.17
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: bronsonmathews(a)gmail.com
Distribution: ---
Have an issue with steam overlay. It reners semi-transparent but nothing can be
used in it. This issue only occurs on my machine with an ultrawide screen. On
my other identical machine with identical OS, it works flawless.
--
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=56288
Bug ID: 56288
Summary: Patch provided but needs to be added to official
Sources
Product: Wine
Version: 9.1
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: mscoree
Assignee: wine-bugs(a)winehq.org
Reporter: SMA.TFG(a)gmx.de
Distribution: ---
Here a User had provided a Patch that would fix the Crash of Solid Edge but we
need a Person who can add this to the offical Repos
https://bugs.winehq.org/show_bug.cgi?id=55736
--
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=56467
Bug ID: 56467
Summary: Calling the GetPrivateProfileString interface failed
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: csumushu(a)gmail.com
Distribution: ---
I have written a C program to read an INI file, and I found that when a key
name contains spaces, it can be read successfully on Windows, but fails to read
when the executable program is run using Wine.
//------------------------Here is the code of the
program-----------------------
#include <Windows.h>
#include <stdio.h>
#define MAX_BUFFER_SIZE 260
int main(int argc, char* argv[])
{
char iniFile[MAX_BUFFER_SIZE];
GetPrivateProfileString("SYS_PARA_AREA", "VFSRootPath Item", "", iniFile,
MAX_BUFFER_SIZE, "CONFIG.INI");
if (iniFile[0] != '\0')
{
printf("VFSRootPath Item: %s\n", iniFile);
}
else
{
printf("Failed to read VFSRootPath Item from ini file.\n");
}
return 0;
}
//-----------------------------------------------------------------------------
//--------------------Here is the content of the INI file---------------------
[SYS_PARA_AREA]
VFSRootPath Item=C:\ProgramData\ne1\
//-----------------------------------------------------------------------------
On Windows, I compile an executable program using `gcc -o test test.c` and can
read content normally. However, when I copy the program to Ubuntu and attempt
to run it with Wine, it fails to read content.
Here is my environment information:
Operating System: Ubuntu 23.10
Wine: wine-8.0.1 (Ubuntu 8.0.1~repack-3ubuntu2)
--
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=39768
Bug ID: 39768
Summary: scaling window for games with low resolution
Product: Wine
Version: 1.8-rc3
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: legluondunet(a)free.fr
Distribution: ---
Hello,
some old games do not have a resolution bigger than 640x480.
For example:
Shivers
The longest journey
Motoracer
..
and the modern displays does not have a 4:3 ratio, so it is not possible to put
this games in fullscreen or the games will be stretch. Some modern screens do
not even support this resolution.
Do you plan to add a scaling feature to wine?
LGDN
--
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=57011
Bug ID: 57011
Summary: GameStudio 3D program freezes on fflush since wine-9.5
Product: Wine
Version: 9.13
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: ---
Created attachment 76855
--> https://bugs.winehq.org/attachment.cgi?id=76855
Test script for 3D Gamestudio
Originally reported at https://forum.winehq.org/viewtopic.php?p=144395
This is a regression between wine-9.4 and wine-9.5.
The program can be downloaded from
http://www.opserver.de/down/gstudio8_setup.exe
Install the free version in a 32bit WINEPREFIX. Run SED.exe.
Click Project->New Project. Enter a name, save it somewhere and press no to the
next question.
Click File->New, enter the test code from the attachment and save it somewhere.
Press the run button in the script editor.
The newly opened game freezes and the terminal spams lines like
> 0284:err:sync:RtlpWaitForCriticalSection section 0031FE30 #0001 wait timed out in thread 0284, blocked by 2620054, retrying (60 sec)
For further tests you can just open the save script.
--
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=56982
Bug ID: 56982
Summary: wincuple crashes on Mac m1
Product: Wine
Version: 9.0
Hardware: arm
OS: MacOS
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: vcifello(a)hotmail.com
Created attachment 76811
--> https://bugs.winehq.org/attachment.cgi?id=76811
backtrace and terminal output
link to program
https://www.microchip.com/en-us/products/fpgas-and-plds/spld-cplds/pld-desi…
wine runs executable without 1 required argument specifying library location it
shows the help output
when required library specified, it crashes
backtrace and terminal output attached
hope you can help!
thanks
--
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=56649
Bug ID: 56649
Summary: Tony Hawk's Pro Skater 3 crashes on startup
Product: Wine
Version: 9.8
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: japareaggae(a)gmail.com
Distribution: ---
Created attachment 76425
--> https://bugs.winehq.org/attachment.cgi?id=76425
Console output of Wine while running the game
## How to reproduce
* Install the game as usual
* Run the "Skate3.exe" binary in the game installation folder
* Click on the "OK" or "Play Tony Hawk's Pro Skater 3" buttons
## Expected results
The game starts
## Actual results
The game crashes
## Build date and operating system
Tested on wine-9.8-6-g79fb59e21ed9, built on 2024-05-07, on an Arch Linux
system.
## Additional builds
This might be a regression since there is a Gold-rated AppDB test result for
Wine version 7.19-staging:
https://appdb.winehq.org/objectManager.php?sClass=version&iId=3823
--
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=56918
Bug ID: 56918
Summary: RFE: please add wine staging to the $PATH
Product: Wine-staging
Version: 9.12
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ToddAndMargo(a)zoho.com
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
Fedora 40
wine-staging-9.12-1.1.x86_64
Request for Enhancement: please consider adding to the post install scripts,
pathmunge /opt/wine-staging/bin after
to /etc/profile under the "# Path manipulation" section
And remove it with the remove script.
Many thanks,
-T
--
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=56955
Bug ID: 56955
Summary: Pro evolution soccer 2017 lags and stutters, sound
gets all jerky and choppy
Product: Wine
Version: 9.6
Hardware: arm
OS: MacOS
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: d3d
Assignee: wine-bugs(a)winehq.org
Reporter: tanvir.maht(a)outlook.com
Pro Evolution Soccer 2017 runs at a pretty low frame-rate despite being
supported on the powerful Apple Silicon Mac. Lags, stutters all over and the
cracky sound.
--
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=56225
Bug ID: 56225
Summary: Myst deadlocks on start since Wine 3.2
Product: Wine
Version: 3.2
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: alexhenrie24(a)gmail.com
Distribution: ---
Steps to reproduce:
1. Run `sudo sysctl vm.mmap_min_addr=0`
2. Run `DISPLAY=:1 wine MYST.EXE`
In Wine 3.1, the game pops up a dialog that says "Myst requires a 256-color
palettized display driver." But in Wine 3.2 and later, Wine just prints an
error like the following:
00f0:err:sync:RtlpWaitForCriticalSection section 777129E0
"../wine/dlls/krnl386.exe16/syslevel.c: Win16Mutex" wait timed out in thread
00f0, blocked by 0114, retrying (60 sec)
`git bisect` says:
ed6bdb3c51cd4b8c94f9839806321703e7aa9765 is the first bad commit
commit ed6bdb3c51cd4b8c94f9839806321703e7aa9765
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Mon Feb 5 17:03:48 2018 +0100
krnl386: Remove support for DPMI real-mode calls.
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
$ sha256sum myst_win3x_win.7z
562d3a3d829648352b94ab0d828290f17f90406d34218ebe3ffd0ac012cb12e3
--
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.