https://bugs.winehq.org/show_bug.cgi?id=48201
Bug ID: 48201
Summary: unimplemented function
KERNEL32.dll.SetCurrentConsoleFontEx
Product: Wine
Version: 4.21
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: davidmanuel1993(a)hotmail.com
Distribution: ---
When running a console program, wine crashes with:
unimplemented function KERNEL32.dll.SetCurrentConsoleFontEx
To reproduce you can compile the following program and try to run it with Wine.
I compiled it with MinGW.
https://pastebin.com/k5SfvEtp
PS: This is a follow up of https://bugs.winehq.org/show_bug.cgi?id=47620
--
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=50412
Bug ID: 50412
Summary: Wrong check for needed access rights in
QueryServiceConfig2
Product: Wine
Version: 6.0-rc4
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: advapi32
Assignee: wine-bugs(a)winehq.org
Reporter: dalai82(a)gmx.net
Distribution: ---
Hi there.
While checking out Total Commander and one of my own TC plugins on Wine 4.0.2
on Debian 10.7 I saw that it failed to read the description of all services.
After double-checking my code (and confirming its correctness) I saw Wine's
output on the terminal:
> 006b:err:service:validate_context_handle Access denied - handle created with access 1, needed 4
Then I downloaded the source code of the current version dev version 6.0-rc4,
searched all files (because I didn't know where to look) and found the culprit
in programs/services/rpc.c, more precise in function
svcctl_QueryServiceConfig2W where it makes the call to
validate_service_handle() in line 984.
The bug and fix for it is simple: The needed access right must be
SERVICE_QUERY_CONFIG instead of SERVICE_QUERY_STATUS, since it's the service
config queried here, not its status.
Out of curiosity, I checked half a dozen older versions and found that this bug
has been in the code since its implementation back in Wine 1.1.14. This more
than a decade old wine didn't age well ;). But I guess this is a simple
copy'n'paste error.
Maybe check for similar bugs/mistakes in the other functions when fixing this
one.
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=48891
Bug ID: 48891
Summary: Cannot run any utility from msys2/git-bash
Product: Wine
Version: 5.5
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: megastallman(a)gmail.com
Distribution: ---
Trying next steps after rebuilding wine-staging-5.5 with a patch, that fixes
https://bugs.winehq.org/show_bug.cgi?id=48882
002b:fixme:netapi32:NetUserGetInfo Only implemented for local computer, but
remote serverL"\\\\@" was requested.
Cygwin WARNING:
Couldn't compute FAST_CWD pointer. This typically occurs if you're using
an older Cygwin version on a newer Windows. Please update to the latest
available Cygwin version from https://cygwin.com/. If the problem persists,
please see https://cygwin.com/problems.html
--
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=36887
Bug ID: 36887
Summary: Installing Trusteer Rapport software failed. See
trace.
Product: Wine
Version: 1.7.21
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: mnoock(a)gmail.com
Created attachment 48980
--> http://bugs.winehq.org/attachment.cgi?id=48980
Installing Trusteer Rapport software failed. See trace.
Installing Trusteer Rapport software failed. See trace.
--
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=30244
Bug #: 30244
Summary: Might & Magic Clash of Heroes: fails to start
Product: Wine
Version: 1.5.0
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: spoon0042(a)hotmail.com
Classification: Unclassified
Trying to run Steam version of Might & Magic Clash of Heroes. The first
fraction of a second of an intro video plays, then the screen goes black for
about ten seconds and then seems to exit, but usually leaves a process running
in the background.
gameoverlayrenderer is disabled. Using debian fglrx 12-1-1.
A demo is available at least on Steam.
This is the entire console output from when it is started, no WINEDEBUG is set:
Setting breakpad minidump AppID = 61700
Steam_SetMinidumpSteamID: Caching Steam ID: 76561198009351313 [API loaded no]
fixme:win:EnumDisplayDevicesW ((null),0,0x33f814,0x00000000), stub!
fixme:d3d:swapchain_init The application requested more than one back buffer,
this is not properly supported.
Please configure the application to use double buffering (1 back buffer) if
possible.
fixme:thread:SetThreadIdealProcessor (0x188): stub
fixme:thread:SetThreadIdealProcessor (0x18c): stub
fixme:d3d:debug_d3dformat Unrecognized 0x434f5441 (as fourcc: ATOC)
WINED3DFORMAT!
fixme:d3d:wined3d_get_format Can't find format unrecognized (0x434f5441) in the
format lookup table
fixme:d3d:resource_check_usage Unhandled usage flags 0x8.
fixme:avrt:AvSetMmThreadCharacteristicsW (L"Audio",0x7e3ea1c): stub
fixme:avrt:AvSetMmThreadCharacteristicsW (L"Audio",0x813ea1c): stub
fixme:d3d9:Direct3DShaderValidatorCreate9 stub
fixme:thread:SetThreadIdealProcessor (0x24c): stub
fixme:d3d:resource_check_usage Unhandled usage flags 0x8.
fixme:thread:SetThreadIdealProcessor (0x210): stub
err:wgl:internal_SetPixelFormat Invalid operation on root_window
--
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=50244
Bug ID: 50244
Summary: Melodyne 5: activation via internet does not work
Product: Wine
Version: 5.22
Hardware: x86-64
URL: https://services.celemony.com/cgi-bin/WebObjects/Licen
seApp.woa/wa/demoRegistration?item=Melodyne5-Demo-Win&
language=en
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: andriy.parhomenko(a)gmail.com
Distribution: Ubuntu
Created attachment 68754
--> https://bugs.winehq.org/attachment.cgi?id=68754
Melodyne activation backtrace
I succesfully installed Melodyne 5 with Wine Staging 5.22, gdiplus and
vcrun2019 overrides and this patch
https://source.winehq.org/patches/data/186184 (from bug 49286).
It runs ok, but when I try to activate it, I'm getting an error instead of
opening a browser window that should lead to activation page. There is no
errors in the console output.
The error message from Melodyne itself has such lines:
identifier = "com.celemony.https.request_failed.12152.1";
message = "Could not receive response.";
Wine backtrace with WINEDEBUG=+winhttp,+winsock,+wininet,+secur32 is in
attachment.
In Melodyne error I see HTTP error code 12152, and in wine's backtrace I see
the line:
0110:trace:winhttp:read_line returning empty string
According to wine's source code in winhttp/request.c line 2393, it produces
ERROR_WINHTTP_INVALID_SERVER_RESPONSE, which is that exact error code 12152.
Also, the error occurs after Celemony website returns a redirect for first POST
request.
So my guess is that something might be wrong with wine handling the redirect
--
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=49726
Bug ID: 49726
Summary: ChrisPC Free VPN Connection 1.07.08 fails to connect
to VPN server
Product: Wine-staging
Version: 5.15
Hardware: x86
URL: https://www.chris-pc.com/download.php?id=51&file=setup
_chrispc_free_vpn_connection.exe
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: oleg.dubinskij2013(a)yandex.ua
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: Ubuntu
Created attachment 67994
--> https://bugs.winehq.org/attachment.cgi?id=67994
Terminal output when the program crashes
ChrisPC Free VPN Connection 1.07.08 shows an error when I'm selecting any VPN
server from the program's list and then trying to connect to it due to
unimplemented rasapi32.dll!RasSetCredentialsA/W.
$ sha1sum setup_chrispc_free_vpn_connection_2_08_07.exe
cb19e10b9e5b5b76d1b3b194813f6b76719fcea4
setup_chrispc_free_vpn_connection_2_08_07.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=50272
Bug ID: 50272
Summary: Melodyne 5: activation via internet produces "Unknown
Error"
Product: Wine
Version: 6.0-rc1
Hardware: x86-64
URL: https://services.celemony.com/cgi-bin/WebObjects/Licen
seApp.woa/wa/demoRegistration?item=Melodyne5-Demo-Win&
language=en
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: andriy.parhomenko(a)gmail.com
Distribution: ---
Created attachment 68818
--> https://bugs.winehq.org/attachment.cgi?id=68818
Backtrace
Melodyne 5 internet activation produces error:
identifier = "com.celemony.accountserver";
message = "Unknown Error";
Melodyne was installed with Wine Staging 6.0-rc1, gdiplus and vcrun2019
overrides, this patch https://source.winehq.org/patches/data/186184 (from bug
49286) and this patch
https://bugs.winehq.org/attachment.cgi?id=68766&action=diff (from bug 50244).
--
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=47791
Bug ID: 47791
Summary: Inconsistent %ERRORLEVEL% after setting env var value
in cmd.exe
Product: Wine
Version: 4.16
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: cmd
Assignee: wine-bugs(a)winehq.org
Reporter: lois.diqual(a)gmail.com
Distribution: ---
Deleting an environment variable on cmd.exe seems to return %ERRORLEVEL% 1,
while on windows' cmd.exe it returns 0.
This matters because some core visual studio scripts like vsdevcmd.bat rely on
this behavior to set the environment properly. Note that using windows' cmd on
wine (using winetricks cmd) yields the same incorrect results.
On wine's cmd.exe
-----------------
wineuser@b081d9035bff:/$ wine cmd
Microsoft Windows 10.0.10240
Z:\>set DOES_NOT_EXIST=
Z:\>echo %ERRORLEVEL%
1
On windows 10's cmd.exe
-----------------------
Microsoft Windows [Version 10.0.17763.379]
(c) 2018 Microsoft Corporation. All rights reserved.
C:\Users\IEUser>set DOES_NOT_EXIST=
C:\Users\IEUser>echo %ERRORLEVEL%
0
--
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=47505
Bug ID: 47505
Summary: Levelhead: Can't download levels
Product: Wine
Version: 4.12.1
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: elainamartineau(a)gmail.com
Distribution: ---
Created attachment 64890
--> https://bugs.winehq.org/attachment.cgi?id=64890
Error output
When attempting to download a level, a GameMaker error occurs with the attached
output.
--
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.