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=55636
Bug ID: 55636
Summary: cannot get rid of prefix status messages
Product: Wine
Version: 8.16
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: xantares09(a)hotmail.com
Distribution: ---
I would like to be able to get rid of the 2 messages on creation of prefixes,
but even with WINEDEBUG=-all they never go away, as seen below:
$ echo "int main() {return 0;}" > main.c
$ i686-w64-mingw32-gcc main.c
$ rm -rf ~/.wine
$ WINEDEBUG=-all wine a.exe
wine: created the configuration directory '/home/devel/.wine'
wine: configuration in L"/home/devel/.wine" has been updated.
I see from the code that they end up in wine_dbg_printf which is always printed
wouldnt it make sense for these to be part of one of the debug class/channel so
that it could be filtered by WINEDEBUG ?
--
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=52131
Bug ID: 52131
Summary: wine-mono + RMS Express: HF Channel Selection Browser
crashes
Product: Wine
Version: 6.22
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: mscoree
Assignee: wine-bugs(a)winehq.org
Reporter: eric.wheez(a)gmail.com
Distribution: ---
wine-mono + RMS Express: HF Channel Selection Browser crashes when updating
from the internet (crashes soon after the "Update from Internet" button is
pushed - after downloading data, during "STANDBY - Updating RMS channels
propagation indices for" [callsignhere]). Crash happens with wine-mono, but
does not happen with dotnet46.
A very similar-looking crash also happens when pushing the "SFI" (solar flux
index) button in the HF Channel Selection Browser (which also crashes during
"STANDBY - Updating RMS channels propagation indices for" [callsignhere]). This
crash could be the same crash as the "Update from Internet" crash.
Notes:
Madewokherd (Esme) has been incredibly gracious (already fixing three other
errors in wine-mono + RMS Express) that I didn't want to be annoying by posting
another RMS Express error on their github page, so I thought maybe this would
be the best place to post. The other bugs that Esme fixed (thank you!!) and
their terminal logs (for comparison) can be found here:
https://github.com/madewokherd/wine-mono/issues/116 &
https://github.com/madewokherd/wine-mono/issues/122
System specs:
- Program: RMS Express.exe (Winlink Express) v1.5.42.0 (latest as of
11/28/2021 - downloaded from https://downloads.winlink.org/User%20Programs/ ).
Note: This program requires a free user account to use. User accounts can be
created for free using the in-program prompts on first-run.
- Winetricks packages: winetricks -q dotnet46 win7 sound=alsa
- Wine version: wine-devel 6.22
- wine-mono version: Nov 26, 2021 nightly (PR #126 / commit 6831b18 - msi
downloaded from
https://github.com/madewokherd/wine-mono/actions/runs/1496716432 )
- OS: x86 Debian 10 Linux (on VMWare Workstation 16 on a Windows laptop)
Logs:
I've logged quite a bit of behavior and attached those below.
- For larger logs, I've included truncated versions and 'interesting' parts.
- The crash 'backtrace' from the wine/wine-mono "Program Error" window is
included.
- Logs also include both the program running idly in wine-mono (without
pushing the "Update from Internet" button) and the program crash in wine-mono.
- Different logs were made using by running wine-mono's built-in functions:
WINE_MONO_TRACE=x, WINE_MONO_TRACE=program, and WINE_MONO_TRACE=wrapper. (No
suspicious WINE_MONO_TRACE=x exceptions pop up during the crash though).
- I've also logged normal behavior on Windows using "Improved dotNET Tracer"
(by Kao / Kurapica), which shows which program VB.NET methods are supposed to
be being used when the crash happens (it also doesn't expose any .NET
Windows/Winlink code internals, just program method names near the crash).
- Some pictures are also included for reference.
Let me know what you think or if I can submit any other logs. And thank you
for reading/considering 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.
https://bugs.winehq.org/show_bug.cgi?id=37725
Bug ID: 37725
Summary: Tera Online seems to Freeze
Product: Wine
Version: 1.7.32
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: eli(a)orbsky.homelinux.org
Distribution: ---
Tera online seems to freeze after clicking on the Play on the Launcher.
Debug info is coming soon.
--
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=56323
Bug ID: 56323
Summary: Paintdotnet requires Windows 11 or newer
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: hildogjr(a)gmail.com
Distribution: ---
Paintdotnet 5..0.12 requires Windows 11 or newer
--
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=51607
Bug ID: 51607
Summary: Microsoft Edge Installer: Unsupported query properties
issue when prefix version is set to Win10
Product: Wine
Version: 6.14
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: mountmgr.sys
Assignee: wine-bugs(a)winehq.org
Reporter: madbyte(a)tuta.io
Distribution: ---
Created attachment 70462
--> https://bugs.winehq.org/attachment.cgi?id=70462
Error message after downloading files
I tried the same thing because for me Edge fails to install if Win10 is set
before the installer is run, stating that there was an error when temporarily
saving the downloaded setup files.
Backtrace (win10 prefix - fails):
https://gist.github.com/MadByteDE/d0ebe8056aa95ef160c17166f58bff57
Backtrace (win7 prefix - succeeds):
https://gist.github.com/MadByteDE/a965e3ebb3b784f85369effa2ba64aae
Issue seems to be this part (after comparing the backlogs):
0058:fixme:mountmgr:query_property Unsupported property 0x7
0058:fixme:mountmgr:query_property Unsupported property 0x8
0058:fixme:mountmgr:query_property Unsupported property 0x7
0058:fixme:mountmgr:query_property Unsupported property 0x8
0058:fixme:mountmgr:query_property Unsupported property 0x7
0058:fixme:mountmgr:query_property Unsupported property 0x8
There is another (seemingly unrelated) issue with Microsoft Edge that lead me
to this bug because I tried to set win10 first and then run the installer.
https://bugs.winehq.org//show_bug.cgi?id=51437
--
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.