https://bugs.winehq.org/show_bug.cgi?id=57933
Bug ID: 57933
Summary: SAVIHost can take a long time to close, with it and
wineserver eating the CPU
Product: Wine
Version: 7.5
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: winealsa.drv
Assignee: wine-bugs(a)winehq.org
Reporter: dark(a)darkok.xyz
Distribution: ---
Starting from 1fa0d491a87f5c7d9f600ea95ee2bfc37ca6f940 in Wine 7.5, SAVIhost
can take a long time to close, with it and wineserver then using the CPU a lot,
causing me to have to terminate it manually.
It seems the amount of time it can take depends on system, on my main machine
I've had it take a minute sometimes, whereas my laptop (which is much slower)
can somehow do so in up to about 10 seconds.
This still happens on Wine 10.3, which just released.
Downloads:
https://www.hermannseib.com/programs/savihostx64.ziphttps://cdn.roland.com/assets/media/zip/scva_win_trial.zip
Steps to reproduce:
1. Execute "winetricks mfc90" to get a required DLL
2. Extract scva_win_trial.zip and install the Roland Sound Canvas VA VST
3. Extract savihostx64.zip, and move savihost.exe to "C:\Program
Files\Roland\Sound Canvas VA"
4. Rename savihost.exe to "Sound Canvas VA.exe"
5. Run the renamed executable
6. Go to Devices>MIDI, and set Input Port 1 to "Midi Through Port-0"
7. Close the program
(I mentioned this in passing a few years ago in 52828 but never made it its own
report, sorry)
--
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=57932
Bug ID: 57932
Summary: mountmgr.sys uses SecKeychain APIs deprecated in macOS
10.10
Product: Wine
Version: 10.3
Hardware: aarch64
OS: MacOS
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: mountmgr.sys
Assignee: wine-bugs(a)winehq.org
Reporter: jinoh.kang.kr(a)gmail.com
CC: bshanks(a)codeweavers.com
SecKeychain APIs are deprecated in macOS 10.10:
../dlls/mountmgr.sys/cred.c:138:12: error: 'SecKeychainSearchCopyNext' is
deprecated: first deprecated in macOS 10.7 - SecKeychainSearch is not supported
[-Werror,-Wdeprecated-declarations]
while (SecKeychainSearchCopyNext( search, &item ) == noErr)
^
/Applications/Xcode15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Security.framework/Headers/SecKeychainSearch.h:71:10:
note: 'SecKeychainSearchCopyNext' has been explicitly marked deprecated here
OSStatus SecKeychainSearchCopyNext(SecKeychainSearchRef searchRef,
SecKeychainItemRef * __nonnull CF_RETURNS_RETAINED itemRef)
^
../dlls/mountmgr.sys/cred.c:149:18: error:
'SecKeychainItemCopyAttributesAndData' is deprecated: first deprecated in macOS
10.10 - SecKeychain is deprecated [-Werror,-Wdeprecated-declarations]
status = SecKeychainItemCopyAttributesAndData( item, &info, NULL,
&attr_list, NULL, NULL );
^
Note that Wine only supports macOS 10.12 and above (according to
https://gitlab.winehq.org/wine/wine/-/merge_requests/6866).
--
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=57929
Bug ID: 57929
Summary: Illegal pointer may be dereferenced
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: win32u
Assignee: wine-bugs(a)winehq.org
Reporter: 1367173408(a)qq.com
Distribution: ---
Created attachment 78182
--> https://bugs.winehq.org/attachment.cgi?id=78182
execution trace
I have found a risk that an illegal pointer may be dereferenced.
At line 119 in file `dlls/win32u/ntgdi_private.h`, the function `pop_dc_driver`
may return NULL.
At line 750 in file `dlls/win32u/path.c`, the return value of `pop_dc_driver`,
which may be NULL, is used as a real argument of call for `pDeleteDC`
(`pathdrv_DeleteDC`).
Then, as shown by step 3 and 4 in the attached image, a illegal address may be
returned by function `get_path_physdev`, because `dev` is NULL value (0) and
`offsetof(type, field)` is subtracted from it.
Finally, as shown by step 5, the illegal pointer may be dereferenced, which may
cause unexpected application behavior or crashes.
--
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=57921
Bug ID: 57921
Summary: When trying to print any graphic image (Paint Shop Pro
4.15 SE) the program disappears
Product: Wine
Version: 9.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: programs
Assignee: wine-bugs(a)winehq.org
Reporter: wine(a)llrainey.us
Distribution: ---
Created attachment 78175
--> https://bugs.winehq.org/attachment.cgi?id=78175
a program with the problem
Here is the PSP folder - it aborts no matter what printer I try to use
PDF, Cannon, Epson, or Brother
--
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=33743
Bug #: 33743
Summary: Fullscreen with two monitors of different size
Product: Wine
Version: 1.4.1
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: enicon(a)gmail.com
Classification: Unclassified
Created attachment 44681
--> http://bugs.winehq.org/attachment.cgi?id=44681
Fullscreen Word window in the biggest monitor (1440x900) is clipped
On Linux Mint (both Nadia and Maya) on a laptop with build-in monitor 1024x768
and external monitor (now 1440x900).
On the biggest monitor, wine application don't go fullscreen correctly,
vertically size seems to be limited by the size of the smallest monitor. In my
example if I fullscreen WORD I get some of the UI missing and a desktop
background stripe in the lower part of the monitor.
Notice that if I don't use fullscreen but drag the windows border I cat enlarge
word on all the surface of the monitor and all the ui is correctly displayed.
--
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=57928
Bug ID: 57928
Summary: Potential null-pointer-dereference
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: opengl
Assignee: wine-bugs(a)winehq.org
Reporter: 1367173408(a)qq.com
Distribution: ---
Created attachment 78181
--> https://bugs.winehq.org/attachment.cgi?id=78181
execution trace
I have found a potential null pointer dereference bug in the project (the
latest version) and would like to report it to the maintainers. Can you please
help me check it? Thank you for your effort and patience!
At line 99 in file `dlls/opengl32/unix_wgl.c`, the function
`get_current_context_ptr` may return NULL.
Then, at line 935 in the same file, the pointer `ptr` receives the return
value, which may be NULL. But `ptr` is dereferenced at line 940 without
checking, which may lead to a null-pointer-dereference bug.
A image showing the execution trace is attached.
--
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=57872
Bug ID: 57872
Summary: Error trying to run opl manager for ps2
Product: Wine
Version: 10.2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: maufel36(a)gmail.com
Distribution: ---
Created attachment 78092
--> https://bugs.winehq.org/attachment.cgi?id=78092
That is the attachment generated once i press in error log
wine cannot run opl manager for ps2 , that is a tool to put the cover to my ps2
games i have in a usb, the thing is that error its just in this last version
https://oplmanager.com/site/
Whit other can run however the servers for old version are desibled so even its
running the .exe i cannot download any cover
Please help me to this, i work selling the usbs with games inside, i recently
change form windows to arch (4 months ago) and if the first time i got an error
like this
Thanks a lot
--
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=57887
Bug ID: 57887
Summary: Certificate handler of PDF-XchangePro crashes
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: Softwarepaavo(a)pm.me
Distribution: ---
Created attachment 78113
--> https://bugs.winehq.org/attachment.cgi?id=78113
Unhandled exception: unimplemented function cryptdlg.dll.CertSelectCertificateW
called in 64-bit code (0x006fffff41cf77).
When attempting to certify document in PDF-XchangePro, the dialog "use
certificate from file" doesn´t work. Selecting "Choose certificate form
certificate store module" (german version: "Zertifikat aus dem
Zertifikatspeicher benutzen:") causes th program to crash and the WineDebugger
opens and suggests I file a bug. back trace in attachment.
--
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=57913
Bug ID: 57913
Summary: cmd: echo(abc is misparsed
Product: Wine
Version: 10.2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: cmd
Assignee: wine-bugs(a)winehq.org
Reporter: blubban(a)gmail.com
Distribution: ---
@echo off
echo 1
echo.
echo .
echo.2
echo(
echo (
echo(3
Expected (win10):
1
.
2
(
3
Actual (wine 10.2):
1
.
2
(
(
(3
Reduced from update.bat in
https://www.smwcentral.net/?p=section&a=details&id=33546
--
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=52445
Bug ID: 52445
Summary: Video strip poker (ALL) exits,
Product: Wine
Version: 7.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: elias_0000_0000(a)yahoo.com
Distribution: ---
I have many versions of Video strip poker.
All versions are exited with error.
Only one it runs until video must be played.
I dont even know what it is being wrong.
=====================================
===Strip poker red light district ===
=====================================
elias@eliasc:~/.wine/drive_c/Program Files (x86)/Strip Poker Red Light Edition$
wine Poker.exe
0024:fixme:ntdll:NtQuerySystemInformation info_class
SYSTEM_PERFORMANCE_INFORMATION
0024:fixme:seh:WerRegisterRuntimeExceptionModule
(L"C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\mscordacwks.dll",
79140000) stub
0108:err:ole:CoGetContextToken apartment not initialised
0024:fixme:path:parse_url failed to parse L"System.Windows.Forms"
0024:fixme:path:parse_url failed to parse L"System"
0024:fixme:path:parse_url failed to parse L"System.Drawing"
0024:fixme:nls:LCIDToLocaleName unsupported flags 8000000
0024:fixme:nls:get_dummy_preferred_ui_language (0x0 0032E384 00000000 0032E380)
returning a dummy value (current locale)
0024:fixme:nls:get_dummy_preferred_ui_language (0x0 0032E384 004A4270 0032E380)
returning a dummy value (current locale)
0024:fixme:path:parse_url failed to parse L"Accessibility"
0024:fixme:path:parse_url failed to parse L"System.Drawing"
0024:fixme:font:freetype_set_outline_text_metrics failed to read full_nameW for
font L"Ani"!
.............. ( alot such msgs) ........
0024:fixme:path:parse_url failed to parse L"System.Xml"
0024:fixme:path:parse_url failed to parse L"Poker"
0094:fixme:imm:ImeSetActiveContext (0x6b780, 0): stub
0094:fixme:imm:ImmReleaseContext (0000000000010020, 000000000006B780): stub
0024:fixme:gdiplus:GdipCreateHalftonePalette stub
0024:fixme:imm:ImeSetActiveContext (0x4ce258, 1): stub
0024:fixme:imm:ImmReleaseContext (0002005E, 004CE258): stub
0024:fixme:path:parse_url failed to parse L"Microsoft.DirectX"
0024:fixme:path:parse_url failed to parse L"Microsoft.DirectX.Direct3D"
0024:fixme:path:parse_url failed to parse L"System.Drawing"
0024:fixme:path:parse_url failed to parse L"Microsoft.DirectX.Direct3DX"
0024:fixme:path:parse_url failed to parse L"System.Xml"
0024:fixme:path:parse_url failed to parse L"System.Windows.Forms"
info: Game: Poker.exe
info: DXVK: v1.6
info: Built-in extension providers:
info: Win32 WSI
info: OpenVR
warn: OpenVR: Failed to locate module
info: Enabled instance extensions:
info: VK_KHR_get_surface_capabilities2
info: VK_KHR_surface
info: VK_KHR_win32_surface
warn: Skipping Vulkan 1.0 adapter: llvmpipe (LLVM 11.0.1, 256 bits)
warn: DXVK: No adapters found. Please check your device filter settings and
Vulkan setup.
info: Process set as DPI aware
0024:fixme:path:parse_url failed to parse L"System"
0024:fixme:path:parse_url failed to parse L"mscorlib.resources"
0024:fixme:path:parse_url failed to parse L"mscorlib.resources"
0024:fixme:advapi:RegisterEventSourceW ((null),L".NET Runtime"): stub
0024:fixme:advapi:ReportEventW
(CAFE4242,0x0001,0x0000,0x00000402,00000000,0x0001,0x00000000,0032DEB8,00000000):
stub
0024:err:eventlog:ReportEventW L"Application: Poker.exe\nFramework Version:
v4.0.30319\nDescription: The process was terminated due to an unhandled
exception.\nException Info:
Microsoft.DirectX.Direct3D.InvalidCallException\nStack:\n at
Microsoft.DirectX.Direct3D.Device..ctor(Int32,
Microsoft.DirectX.Direct3D.DeviceTyp"...
0024:fixme:advapi:DeregisterEventSource (CAFE4242) stub
Unhandled Exception: Microsoft.DirectX.Direct3D.InvalidCallException: Error in
the application.
at Microsoft.DirectX.Direct3D.Device..ctor(Int32 adapter, DeviceType
deviceType, Control renderWindow, Cre
ateFlags behaviorFlags, PresentParameters[] presentationParameters)
at Poker.CMainForm.InitializeGraphics()
at Poker.CMainForm.InitApplication()
at Poker.Program.Main()
wine: Unhandled exception 0xe0434352 in thread 24 at address 7B010172 (thread
0024), starting debugger...
0110:fixme:imm:ImeSetActiveContext (0x23ff10, 1): stub
0110:fixme:imm:ImmReleaseContext (000100A2, 0023FF10): stub
Module Address Debug info Name (50 modules)
PE 00400000-00448000 Deferred poker
PE 00f00000-012db000 Deferred ole32
PE 03d10000-04208000 Deferred mscorlib
PE 04670000-049c6000 Deferred system
PE 04a60000-04a6a000 Deferred accessibility
PE 04ae0000-04fa4000 Deferred system.windows.forms
PE 04fb0000-0504a000 Deferred system.drawing
PE 05050000-05289000 Deferred gdiplus
PE 05300000-0551e000 Deferred system.xml
PE 05570000-05c54000 Deferred windowscodecs
PE 05ce0000-05d1b000 Deferred microsoft.directx
PE 05d20000-05d5b000 Deferred microsoft.directx
PE 05d60000-05e12000 Deferred microsoft.directx.direct3d
PE 05e20000-05ed2000 Deferred microsoft.directx.direct3d
PE 05f00000-061d0000 Deferred microsoft.directx.direct3dx
PE 061d0000-064a0000 Deferred microsoft.directx.direct3dx
PE 5e0d0000-5e17a000 Deferred diasymreader
PE 603b0000-60416000 Deferred mscoreei
PE 60930000-60940000 Deferred nlssorting
PE 61740000-61809000 Deferred advapi32
PE 62440000-626fe000 Deferred d3d9
PE 62fc0000-631a3000 Deferred rpcrt4
PE 63480000-63499000 Deferred version
PE 63bc0000-63bfc000 Deferred shcore
PE 64a40000-64b3f000 Deferred shlwapi
PE 64ec0000-64f52000 Deferred oleaut32
PE 66240000-66277000 Deferred bcrypt
PE 66b00000-66b59000 Deferred win32u
PE 682c0000-68359000 Deferred winevulkan
PE 68500000-68623000 Deferred combase
PE 69940000-699b2000 Deferred propsys
PE 69ac0000-69ad2000 Deferred vulkan-1
PE 6a280000-6a2c4000 Deferred msvcrt
PE 6bc00000-6bc8b000 Deferred sechost
PE 6bcc0000-6be4f000 Deferred setupapi
PE 6c9c0000-6cb5a000 Deferred gdi32
PE 6cc40000-6cffe000 Deferred comctl32
PE 6e8c0000-6eb0b000 Deferred crypt32
PE 6ed00000-6f3f5000 Deferred user32
PE 6fe40000-6fec4000 Deferred rsaenh
PE 70b40000-70d82000 Deferred ucrtbase
PE 71200000-7123f000 Deferred imm32
PE 79000000-7904a000 Deferred mscoree
PE 79060000-7911e000 Deferred msvcr100_clr0400
PE 79140000-797af000 Deferred clr
PE 79810000-79870000 Deferred clrjit
PE 7b000000-7b290000 Deferred kernelbase
PE 7b600000-7b8f4000 Dwarf-4 kernel32
PE 7bc00000-7be21000 Dwarf-4 ntdll
PE 7e070000-7e074000 Deferred winex11
System information:
Wine build: wine-7.0
Platform: i386 (WOW64)
Version: Windows 7
Host system: Linux
Host version: 5.11.0-18-generic
=================================================================
=====================Video Strip poker HD =======================
=================================================================
elias@eliasc:~/.wine/drive_c/Program Files (x86)/Video Strip Poker HD$ wine
vsphd.exe
0024:fixme:toolhelp:CreateToolhelp32Snapshot Unimplemented: heap list snapshot
0024:fixme:olepicture:OleLoadPictureEx
(05CA2614,71718,1,{00020400-0000-0000-c000-000000000046},x=0,y=0,f=0,0032F7EC),
partially implemented.
0024:fixme:wincodecs:jpeg_decoder_get_metadata_blocks stub
0094:fixme:imm:ImeSetActiveContext (0x6ba00, 0): stub
0094:fixme:imm:ImmReleaseContext (0000000000010020, 000000000006BA00): stub
0024:fixme:imm:ImeSetActiveContext (0x873260, 1): stub
0024:fixme:imm:ImmReleaseContext (00010082, 00873260): stub
0024:fixme:toolhelp:CreateToolhelp32Snapshot Unimplemented: heap list snapshot
0024:fixme:toolhelp:CreateToolhelp32Snapshot Unimplemented: heap list snapshot
016c:fixme:toolhelp:CreateToolhelp32Snapshot Unimplemented: heap list snapshot
016c:fixme:olepicture:OleLoadPictureEx
(05B8E5A4,9166,0,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0032FA4C),
partially implemented.
016c:fixme:olepicture:OLEPictureImpl_SaveAsFile (0075FCE0)->(00763C20, 0,
00000000), hacked stub.
01fc:err:ole:marshal_object Failed to create an IRpcStubBuffer from IPSFactory
for {7fd52380-4e07-101b-ae2d-08002b2ec713} with error 0x80004002
01fc:err:ole:marshal_object Failed to create an IRpcStubBuffer from IPSFactory
for
.............. ( alot such msgs) ........
0024:fixme:path:parse_url failed to parse L"common\\shuffl.wav"
0024:fixme:path:parse_url failed to parse
L"C:\\users\\elias\\APPL~JHT\\VIDE~BXN/intro.avi"
X Error of failed request: GLXBadFBConfig
Major opcode of failed request: 152 (GLX)
Minor opcode of failed request: 0 ()
Serial number of failed request: 1087
Current serial number in output stream: 1087
=================================================================
=====================Video Strip poker Classic 2007 =======================
=================================================================
elias@eliasc:~/.wine/drive_c/Program Files (x86)/Video Strip Poker$ wine
main.exe
0124:fixme:olepicture:OleLoadPictureEx
(01761DFC,2246,0,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0032FB10),
partially implemented.
0124:fixme:olepicture:OleLoadPictureEx
(0176A1E4,774,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0032F75C),
partially implemented.
0124:fixme:olepicture:OleLoadPictureEx
(0176BAE4,774,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0032F72C),
partially implemented.
0124:fixme:olepicture:OLEPictureImpl_SaveAsFile (00629CC8)->(00659548, 0,
00000000), hacked stub.
0134:fixme:imm:ImeSetActiveContext (0x6c0a0, 0): stub
0134:fixme:imm:ImmReleaseContext (00000000000200CA, 000000000006C0A0): stub
0124:fixme:imm:ImeSetActiveContext (0x66d418, 1): stub
0124:fixme:imm:ImmReleaseContext (000300F0, 0066D418): stub
0124:fixme:olepicture:OleLoadPictureEx
(0176EDAC,120054,1,{00020400-0000-0000-c000-000000000046},x=0,y=0,f=0,0032EA38),
partially implemented.
0124:fixme:olepicture:OleLoadPictureEx
(0176EDB4,120054,1,{00020400-0000-0000-c000-000000000046},x=0,y=0,f=0,0032EA38),
partially implemented.
0124:fixme:olepicture:OleLoadPictureEx
(0176EDB4,120054,1,{00020400-0000-0000-c000-000000000046},x=0,y=0,f=0,0032EA38),
partially implemented.
0124:fixme:olepicture:OleLoadPictureEx
(0176EDB4,120054,1,{00020400-0000-0000-c000-000000000046},x=0,y=0,f=0,0032EA38),
partially implemented.
0124:fixme:olepicture:OleLoadPictureEx
(0176EDB4,120054,1,{00020400-0000-0000-c000-000000000046},x=0,y=0,f=0,0032EA38),
partially implemented.
0124:fixme:olepicture:OleLoadPictureEx
(0176EDB4,120054,1,{00020400-0000-0000-c000-000000000046},x=0,y=0,f=0,0032EA38),
partially implemented.
0124:fixme:olepicture:OleLoadPictureEx
(0176EDAC,120054,1,{00020400-0000-0000-c000-000000000046},x=0,y=0,f=0,0032F6F0),
partially implemented.
0124:fixme:ntdll:NtQuerySystemInformation info_class
SYSTEM_PERFORMANCE_INFORMATION
0124:fixme:ntdll:NtQuerySystemInformation
(0x00000007,0x69ad78,0x00000018,0x32c6c8) stub
0124:fixme:ntdll:NtQuerySystemInformation
(0x00000050,0x69ad78,0x00000054,0x32c6c8) stub
0124:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_CACHE_INFORMATION
0124:fixme:ntdll:NtQuerySystemInformation
(0x00000021,0x69aee0,0x00000010,0x32c6c8) stub
0124:fixme:ntdll:NtQuerySystemInformation
(0x0000002d,0x69aee0,0x00000020,0x32c6c8) stub
0124:fixme:ntdll:NtQuerySystemInformation
(0x0000003d,0x69aef8,0x00000a90,0x32c6c8) stub
0124:fixme:ntdll:NtQuerySystemInformation
(0x00000012,0x69aef8,0x00000a90,0x32c6c8) stub
0124:fixme:ntdll:NtQuerySystemInformation
(0x0000002a,0x69af10,0x00000a78,0x32c6c8) stub
0124:err:ole:apartment_getclassobject DllGetClassObject returned error
0x80040111 for dll L"C:\\windows\\system32\\devenum.dll"
0124:err:ole:com_get_class_object no class object
{da4e3da0-d07d-11d0-bd50-00a0c911ce86} could be created for context 0x1
0124:fixme:path:parse_url failed to parse L"music\\vsp_~eeq.mp3"
0124:fixme:mciqtz:MCIQTZ_mciSeek MCI_TO not implemented yet
0124:fixme:reg:RegQueryInfoKeyW security argument not supported.
0124:fixme:reg:RegQueryInfoKeyW security argument not supported.
0124:fixme:reg:RegQueryInfoKeyW security argument not supported.
0124:fixme:reg:RegQueryInfoKeyW security argument not supported.
0124:fixme:reg:RegQueryInfoKeyW security argument not supported.
0124:fixme:reg:RegQueryInfoKeyW security argument not supported.
.............. ( alot such msgs) ........
0124:fixme:path:parse_url failed to parse L"data\\16-may.mcr"
0124:fixme:reg:RegQueryInfoKeyW security argument not supported.
.............. ( alot such msgs) ........
0124:fixme:path:parse_url failed to parse L"data\\16-may.vid"
X Error of failed request: GLXBadFBConfig
Major opcode of failed request: 152 (GLX)
Minor opcode of failed request: 0 ()
Serial number of failed request: 1391
Current serial number in output stream: 1391
--
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.