https://bugs.winehq.org/show_bug.cgi?id=54879
Bug ID: 54879
Summary: RtlValidSecurityDescriptor should TRUE if the given
descriptor is valid.
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: ake.rehnman(a)gmail.com
Distribution: ---
Created attachment 74376
--> https://bugs.winehq.org/attachment.cgi?id=74376
patch attempt
RtlValidSecurityDescriptor should return a boolean true if the descriptor is
valid.
https://learn.microsoft.com/en-us/windows-hardware/drivers/ddi/wdm/nf-wdm-r…
--
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=50576
Bug ID: 50576
Summary: ACAT Phrase, part of Intel Assistive Context-Aware
Toolkit (ACAT) v1.00.0 (.NET 4.5 app) crashes on
unimplemented function
'uiautomationcore.dll.UiaNodeFromFocus'
Product: Wine
Version: 6.0
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: uiautomationcore
Assignee: wine-bugs(a)winehq.org
Reporter: focht(a)gmx.net
Distribution: ---
Hello folks,
continuation of bug 50508
Download:
https://github.com/intel/acat/releases/download/v1.00.0/ACATSetup.exe
Prerequisite:
* 'winetricks --force -q dotnet45'
* 'winetricks -q vcrun2012' (workaround for bug 42751)
You need to have a camera attached. Any webcam that Linux recognizes will work.
--- snip ---
$ pwd
/home/focht/.wine/drive_c/Intel/ACAT
$ wine ./ACATPhrase.exe
...
Face detection in progress...
FPS=0
Face Detected!
Face detection in progress - Please wait
Face Detected!
-------------------------------------------------------------------------------------------
Please wait and do NO GESTURES...Calibration in progress...
-------------------------------------------------------------------------------------------
0240:fixme:sync:SetWaitableTimerEx (00000704, 0B0AFEE0, 500, 00000000,
00000000, 00000000, 50) semi-stub
-----------------------------------------------------
Calibration complete
-----------------------------------------------------
...
01d8:fixme:uiautomation:UiaRegisterProviderCallback (00BC0CA2): stub
wine: Call from 7B00FF28 to unimplemented function
uiautomationcore.dll.UiaNodeFromFocus, aborting
...
Eyebrow Raise detected: #61
wine: Call from 7B00FF28 to unimplemented function
uiautomationcore.dll.UiaNodeFromFocus, aborting
...
--- snip ---
Wine source:
https://source.winehq.org/git/wine.git/blob/c1824d578ac514d29e79a5a00d6759f…
--- snip ---
79 @ stub UiaNodeFromFocus
--- snip ---
Microsoft docs:
https://docs.microsoft.com/en-us/windows/win32/api/uiautomationcoreapi/nf-u…
$ sha1sum ACATSetup.exe
de818a4723d72d7654895631ef121e574d8b3713e ACATSetup.exe
$ du -sh ACATSetup.exe
283M ACATSetup.exe
$ wine --version
wine-6.0-250-gacd1b068a34
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=48596
Bug ID: 48596
Summary: Net64+ needs tasklist implementation
Product: Wine
Version: 5.0
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: thegooster88(a)gmail.com
Net64+ requires to find an emulator to run the Super Mario 64 online mod on.
it uses tasklist which at the time of writing has not been implemented. could
this be implemented at some point?
--
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=33945
Bug #: 33945
Summary: gcc warnings
Product: Wine
Version: 1.6-rc4
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: irwin(a)beluga.phys.uvic.ca
Classification: Unclassified
Created attachment 45085
--> http://bugs.winehq.org/attachment.cgi?id=45085
Wine-1.6-rc4 build warnings excluding missing glyph warnings
I have added an attachment consisting of the warning messages generated by
configure, make, and make install for my recent build of Wine-1.6-rc4 using gcc
(Debian 4.7.2-5) 4.7.2. This list of warnings was created as follows:
./configure .... >& configure.out
make >& make.out
make install >& make_install.out
grep -i warn *.out |grep -v "missing glyph" > wine_build_warnings
I have excluded the 1665 (!) glyph related warnings from
this list, e.g.,
make.out:warning: Courier 13: missing glyph for char f8925
because I assume those have something to do with missing system fonts on my own
system and nothing to do with Wine. The remaining 110 warnings consist of
76 "may be used uninitialized" warnings which should probably be looked at but
are likely not too serious and 25 "array subscript is above array bounds"
warning which sound more serious. There are also 9 miscellaneous warnings.
--
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=54918
Bug ID: 54918
Summary: compiling nvcuda fails with threadpoolapiset.h:36:55:
error: expected declaration specifiers before
‘__WINE_DEALLOC’
Product: Wine
Version: 8.7
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winelib
Assignee: wine-bugs(a)winehq.org
Reporter: alois.schloegl(a)gmail.com
Distribution: ---
Created attachment 74435
--> https://bugs.winehq.org/attachment.cgi?id=74435
error log trying to compile nvcuda
Trying to compile nvcuda [1] for wine/8.7 compiled from source using
Shared-WoW64 [2] on Debian 11, fails with
/nfs/scistore07/clustersw/debian/bullseye/wine/8.7/include/wine/windows/threadpoolapiset.h:
In function ‘CreateThreadpool’:
/nfs/scistore07/clustersw/debian/bullseye/wine/8.7/include/wine/windows/threadpoolapiset.h:36:55:
error: expected declaration specifiers before ‘__WINE_DEALLOC’
36 | WINBASEAPI TP_POOL* WINAPI CreateThreadpool(void*)
__WINE_DEALLOC(CloseThreadpool);
| ^~~~~~~~~~~~~~
In file included from
../../../../nfs/scistore16/jonasgrp/schloegl/src/nvcuda/include/winnt.h:25,
from
/nfs/scistore07/clustersw/debian/bullseye/wine/8.7/include/wine/windows/windef.h:290,
from
../../../../nfs/scistore16/jonasgrp/schloegl/src/nvcuda/dlls/nvcuda/internal.c:26:
../../../../nfs/scistore16/jonasgrp/schloegl/src/nvcuda/include/winbase.h:32:20:
error: expected declaration specifiers before ‘__attribute__’
32 | #define WINBASEAPI DECLSPEC_IMPORT
| ^~~~~~~~~~~~~~~
The full log is attached.
I'm not sure whether this is an issue in winelib or nvcuda, but the the file
wine/8.7/include/wine/windows/threadpoolapiset.h comes from wine, and seems
strange to me, so I report this here. Let me know if this is not suitable.
[1] https://github.com/SveSop/nvcuda
[2] https://wiki.winehq.org/Building_Wine#Shared_WoW64
--
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=54904
Bug ID: 54904
Summary: RtlInitializeSid should return NTSTATUS
Product: Wine
Version: 8.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: ake.rehnman(a)gmail.com
Distribution: ---
Created attachment 74410
--> https://bugs.winehq.org/attachment.cgi?id=74410
patch attempt
RtlInitializeSid should return NTSTATUS
see
https://learn.microsoft.com/en-us/windows-hardware/drivers/ddi/ntifs/nf-nti…
--
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=54367
Bug ID: 54367
Summary: Wow64 wineboot fails to generate 32Bit slice of
wineprefix
Product: Wine
Version: 8.0
Hardware: x86-64
OS: Mac OS X
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: gcenx83(a)gmail.com
wine wineboot
preloader: Warning: failed to reserve range 0000000000010000-0000000000110000
wine: created the configuration directory '/Users/gcenx/.wine'
preloader: Warning: failed to reserve range 0000000000010000-0000000000110000
002c:fixme:actctx:parse_depend_manifests Could not find dependent assembly
L"Microsoft.Windows.Common-Controls" (6.0.0.0)
preloader: Warning: failed to reserve range 0000000000010000-0000000000110000
preloader: Warning: failed to reserve range 0000000000010000-0000000000110000
preloader: Warning: failed to reserve range 0000000000010000-0000000000110000
preloader: Warning: failed to reserve range 0000000000010000-0000000000110000
0050:fixme:actctx:parse_depend_manifests Could not find dependent assembly
L"Microsoft.Windows.Common-Controls" (6.0.0.0)
0048:fixme:actctx:parse_depend_manifests Could not find dependent assembly
L"Microsoft.Windows.Common-Controls" (6.0.0.0)
0050:err:ole:StdMarshalImpl_MarshalInterface Failed to create ifstub, hr
0x80004002
0050:err:ole:CoMarshalInterface Failed to marshal the interface
{6d5140c1-7436-11ce-8034-00aa006009fa}, hr 0x80004002
0050:err:ole:apartment_get_local_server_stream Failed: 0x80004002
0048:err:ole:StdMarshalImpl_MarshalInterface Failed to create ifstub, hr
0x80004002
0048:err:ole:CoMarshalInterface Failed to marshal the interface
{6d5140c1-7436-11ce-8034-00aa006009fa}, hr 0x80004002
0048:err:ole:apartment_get_local_server_stream Failed: 0x80004002
0050:err:ole:start_rpcss Failed to open RpcSs service
0048:fixme:imm:ImeSetActiveContext (000000000001002E, 0): stub
0048:fixme:imm:ImmReleaseContext (0000000000010020, 000000000001002E): stub
002c:fixme:imm:ImeSetActiveContext (0000000000010056, 1): stub
002c:fixme:imm:ImmReleaseContext (0000000000010054, 0000000000010056): stub
preloader: Warning: failed to reserve range 0000000000010000-0000000000110000
preloader: Warning: failed to reserve range 0000000000010000-0000000000110000
008c:err:setupapi:SetupDefaultQueueCallbackW copy error 1812
L"@C:\\windows\\system32\\drivers\\wineusb.sys,-1" ->
L"C:\\windows\\inf\\wineusb.inf"
008c:fixme:file:NtLockFile I/O completion on lock not implemented yet
008c:fixme:ntdll:NtQuerySystemInformation info_class
SYSTEM_PERFORMANCE_INFORMATION
008c:err:mscoree:LoadLibraryShim error reading registry key for installroot
008c:err:mscoree:LoadLibraryShim error reading registry key for installroot
008c:err:mscoree:LoadLibraryShim error reading registry key for installroot
008c:err:mscoree:LoadLibraryShim error reading registry key for installroot
008c:err:mscoree:LoadLibraryShim error reading registry key for installroot
008c:err:mscoree:LoadLibraryShim error reading registry key for installroot
008c:err:mscoree:LoadLibraryShim error reading registry key for installroot
008c:err:mscoree:LoadLibraryShim error reading registry key for installroot
preloader: Warning: failed to reserve range 0000000000010000-0000000000110000
0094:err:environ:init_peb starting
L"Z:\\opt\\local\\share\\wine\\mono\\wine-mono-7.4.0\\support\\removeuserinstalls-x86.exe"
in experimental wow64 mode
0094:err:virtual:virtual_setup_exception stack overflow 1776 bytes addr
0x17005717e stack 0x510910 (0x510000-0x511000-0x60fd20)
preloader: Warning: failed to reserve range 0000000000010000-0000000000110000
009c:err:environ:init_peb starting
L"Z:\\opt\\local\\share\\wine\\mono\\wine-mono-7.4.0\\support\\installinf-x86.exe"
in experimental wow64 mode
009c:err:virtual:virtual_setup_exception stack overflow 1776 bytes addr
0x17005717e stack 0x510910 (0x510000-0x511000-0x60fd20)
preloader: Warning: failed to reserve range 0000000000010000-0000000000110000
008c:fixme:msi:internal_ui_handler internal UI not implemented for message
0x0b000000 (UI level = 1)
008c:fixme:msi:internal_ui_handler internal UI not implemented for message
0x0b000000 (UI level = 1)
preloader: Warning: failed to reserve range 0000000000010000-0000000000110000
preloader: Warning: failed to reserve range 0000000000010000-0000000000110000
preloader: Warning: failed to reserve range 0000000000010000-0000000000110000
preloader: Warning: failed to reserve range 0000000000010000-0000000000110000
00e8:err:environ:init_peb starting L"C:\\windows\\syswow64\\rundll32.exe" in
experimental wow64 mode
00e8:err:seh:NtRaiseException Unhandled exception code c0000005 flags 0 addr
0x6f00ec8d
preloader: Warning: failed to reserve range 0000000000010000-0000000000110000
0108:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
wine: configuration in L"/Users/gcenx/.wine" has been updated.
0108:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
0108:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
0108:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
preloader: Warning: failed to reserve range 0000000000010000-0000000000110000
preloader: Warning: failed to reserve range 0000000000010000-0000000000110000
This being on macOS Ventura with --enable-archs=i386,x86_x64 being passed
during configure phase.
--
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=54931
Bug ID: 54931
Summary: Game controllers no longer detected in IL-2 1946
4.13.4 with Wine 8.0.1
Product: Wine
Version: 8.0-rc1
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: brianjgregory778(a)gmail.com
Distribution: ---
Since upgrading my Pop!_OS 22.04 system from Wine-8.0 stable to Wine-8.0.1
stable, in the classic flightsim IL-2 1946 version 4.13.4, none of my game
controllers (CH Pro Pedals, HOTAS Warthog dual throttle & VKBSim MCG_Gladiator
joystick) are detected by IL-2's controller GUI. Previous to this upgrade under
Pop!_OS, they had all been detected & were working fine. I also run Wine 8.0-1
under Linux Mint 21.1; & so far it has not exhibited this problem with the same
game & version; but I am concerned at some future point it may also.
--
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=20054
Summary: Wine should include the Microsoft Sans Serif font
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: fonts
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: madewokherd(a)gmail.com
The GdipGetGenericFontFamilySansSerif function should return the "Microsoft
Sans Serif" font family, but this font does not exist in Wine. Wine should
include a truetype font with this name so gdiplus can be fixed.
http://source.winehq.org/git/wine.git/?a=blob;f=dlls/gdiplus/tests/font.c;h…
--
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=54930
Bug ID: 54930
Summary: Nitronic Rush crashes when starting the tutorial
Product: Wine
Version: 8.7
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: cedric.dewijs(a)eclipso.eu
Distribution: ---
Nitronic Rush crashes when starting the tutorial
Steps to reproduce:
1) Download the game here:
https://games.digipen.edu/games/nitronic-rushhttp://downloads.digipen.edu/arcade/downloads/027/NitronicRush_setup.exe
2) Install the game, accept the defaults and start the game
$ wine ~/Downloads/NitronicRush_setup.exe
3) In game, choose story mode, start the game, and choose tutorial. Now the
game crashes:
01d0:err:d3d:wined3d_allocator_chunk_gl_map Failed to map chunk memory.
01d0:err:d3d:wined3d_bo_gl_map Failed to map chunk.
01d0:err:d3d:wined3d_context_gl_map_bo_address Failed to map bo.
wine: Unhandled page fault on write access to 00000000 at address 6AB1BB35
(thread 01d0), starting debugger...
My versions:
$ wine --version
wine-8.7
$ uname -a
Linux cedric 6.3.1-arch1-1 #1 SMP PREEMPT_DYNAMIC Mon, 01 May 2023 17:42:39
+0000 x86_64 GNU/Linux
--
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.