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=57367
Bug ID: 57367
Summary: DLNest crash due to unimplemented function
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: l12436.tw(a)gmail.com
Distribution: ---
DLNest new 2.0 version use dotnet and shown following message
Unimplemented function ntdll.dll.NtCreateWaitCompletionPacket called at address
00006FFFFFC5F038 (thread 0140), starting debugger...
which is seems like unimplemented in wine
--
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.