https://bugs.winehq.org/show_bug.cgi?id=40570
Bug ID: 40570
Summary: Skype 7 - Unhandled exception in thread 9 or Unhandled
page fault on read access
Product: Wine
Version: 1.9.9
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: rmoisto(a)gmail.com
Distribution: ---
The latest Skype desktop client for Windows (currently 7.23.0.105) does not
work with wine 1.9.9 but works fine with 1.9.7 and 1.9.8.
Starting Skype with 1.9.9 spits out various errors.
In some instances Skype.exe will go in an infinite loop and the debugger hangs,
other times the debugger exists instantly.
Exists cleanly:
wine: Unhandled exception 0xc0000409 in thread 9 at address 0x115d6b8 (thread
0009), starting debugger...
Hangs forever:
wine: Unhandled page fault on write access to 0x65756cf1 at address 0x63656ee6
(thread 0009), starting debugger...
I can attach more console output if needed.
--
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=52592
Bug ID: 52592
Summary: MilkyTracker does not work: no valid waveout devices.
Product: Wine
Version: unspecified
Hardware: aarch64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winmm&mci
Assignee: wine-bugs(a)winehq.org
Reporter: carlo.bramix(a)libero.it
Distribution: ---
MilkyTracker is an multi-platform music application for creating .MOD and .XM
module files.
https://github.com/milkytracker/MilkyTracker
Unfortunately, it doesn't work on WINE because it cannot open any waveout
device.
Sources of MilkyTracker do these actions:
1)
waveOutOpen(&hwo, WAVE_MAPPER, &format, 0, 0, CALLBACK_NULL);
This call is a success and it returns a valid handle.
2)
waveOutGetID(hwo,(LPUINT)&waveOutID);
This call also returns success and it returns a value of 63 into "waveOutID".
BUT THIS IS WRONG. "waveOutID" should be equal to WAVE_MAPPER, which equal to
-1, as you can see in point (1).
3)
waveOutGetDevCaps((UINT)waveOutID, &waveoutcaps, sizeof(waveoutcaps));
As result, this call to waveOutGetDevCaps() fails with return value of
MMSYSERR_BADDEVICEID.
Here there is the point where there is the code that I'm talking about:
https://github.com/milkytracker/MilkyTracker/blob/4f97b7011b20519890e30368e…
The cause of the trouble is the way the function waveOutGetID() is implemented.
waveOutGetID() calls WINMM_GetDeviceFromHWAVE().
And WINMM_GetDeviceFromHWAVE() calls WINMM_DecomposeHWAVE()
Into WINMM_DecomposeHWAVE(), there are these lines:
ULONG32 l = HandleToULong(hwave);
*device_index = l & 0xFF;
But this is wrong, because *device_index will be never able to return -1 that
is the value for WAVE_MAPPER.
--
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=48605
Bug ID: 48605
Summary: MuseScore 3 shows splash screen, then quits
Product: Wine
Version: 5.1
Hardware: x86-64
URL: https://musescore.org/
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: tobbi.bugs(a)googlemail.com
$ wine --version
wine-5.1
$ openssl sha256 MuseScore-3.4.2-x86_64.msi
SHA256(MuseScore-3.4.2-x86_64.msi)=
8d2fc9d79cb0a5b0a8a5ccbb8ec80a972d1ecd264cb416c75ae42ab0b8b6d475
Steps to reproduce:
1. Install MuseScore using msiexec.
2. Start the game after installation of using the explorer.
Expected result:
MuseScore starts and shows the main window.
Current result:
MuseScore shows a splash screen and then quits.
--
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=57799
Bug ID: 57799
Summary: H&R Block text input error
Product: Wine
Version: 10.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: matt(a)warnockinc.com
Distribution: ---
Created attachment 78007
--> https://bugs.winehq.org/attachment.cgi?id=78007
STDERR output when running software
After successfully install H&R Block 2024 tax software, the software has a text
input block for the activation code. When you enter the activation code and
press "New Activation" the software says "Please Enter Your Activation Code"
like it doesn't detect the text in the box. The same error is given when no
text is placed in the box. In Windows 10 the code is accepted.
--
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=57797
Bug ID: 57797
Summary: GeForce NOW: Crash on start-up
Product: Wine
Version: 10.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: coki(a)hotmail.com
Distribution: ---
Created attachment 78001
--> https://bugs.winehq.org/attachment.cgi?id=78001
Output of Terminal and WineDBG
After successfully installing GeForce NOW, the application crashes on start-up
Application can be freely downloaded here:
https://download.nvidia.com/gfnpc/GeForceNOW-release.exe
System Details: Arch Linux x86_64, Fresh default wine Prefix
--
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=57748
Bug ID: 57748
Summary: #include w/o newline makes no effect
Product: vkd3d
Version: 1.14
Hardware: x86-64
OS: MacOS
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: hlsl
Assignee: wine-bugs(a)winehq.org
Reporter: igelbox(a)gmail.com
STALKER Anomaly Custom game fails to launch due to shader compilation errors:
1. Expected T_NEWLINE, example:
```
//=================================================================================================
#include "pbr_settings.h" //load settings files
#define PI 3.14159265359
```
2 The "tonemap_srgb.h" did't included at all when it locates at the eof without
a trailing newline:
```
// some srgb.h file content
#include "tonemap_srgb.h"
```
so the error is `vkd3d:05f4:trace:vkd3d_shader_compile :800:16: E5005: Function
"tonemap_sRGB" is not defined.` but it actually is in the "tonemap_srgb.h" file
--
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=57175
Bug ID: 57175
Summary: Multiple issues with Audacity after upgrading to Wine
9.17
Product: Wine
Version: 9.17
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: aros(a)gmx.com
Distribution: ---
Created attachment 77073
--> https://bugs.winehq.org/attachment.cgi?id=77073
Audacity 3.6.3 in Wine 9.17 with DPI=144 and classic Windows theme
After I upgraded Wine from version 9.10 to 9.17, Audacity has become horrible
to use and look at.
I've always been using DPI=144 because I have a High DPI 14" monitor.
So,
* Fonts in Audacity have become much smaller than they were before
* Fonts now look very blurry
A screenshot will be attached.
On the outside of Audacity you can see IrfanView which continues to scale
properly and fonts are rendered just fine.
--
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=57796
Bug ID: 57796
Summary: Testcomplete fails to authenticate license key
Product: Wine
Version: 10.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: francisco278herrera(a)gmail.com
Distribution: ---
Testcomplete fails to authenticate license key, this is not very obvious when
running it on vanilla wine but if you run wine staging i believe it becomes
more visible. i have attached the full console output from installation onwards
using winetricks since i had difficulty saving console output for just the
program. i ran the installer which then opens the program on it's own, the
program itself starts to run with the first line that says
01f8:fixme:toolhelp:CreateToolhelp32Snapshot Unimplemented: heap list snapshot
in the terminal.
in vanilla wine the program installs successfully then opens a browser window
to obtain a license key which fails silently and the program closes, then the
program refuses to open past the splash screen. when the program fails it
closes with
0994:err:menubuilder:InvokeShellLinker failed to extract icon from
L"C:\\Program Files (x86)\\SmartBear\\TestComplete 15\\Help\\Getting Started
With TestComplete 15.doc"
in the terminal
in wine staging i believe, the program behaves largely the same way but when
authentication fails, the program says it failed to communicate with the
backend or something similar. then when you close the program and open it again
it gives an error about not being able to start or find the sentinel license?
service or it gives an error about not having an active license? if i remember
correctly the sentinel error appears the first time you try to open the program
yourself, the license error appears the second time you try.
based on what i have seen in game anticheat, the CreateToolhelp32Snapshot is
used to verify a system's integrity so it is possible the program is not
running due to the sentinel? DRM not being able to determine, or failing the
system's integrity, not entirely sure this can be fixed in wine since they
could just look at running wine processes and determine that it's not a windows
system maybe?
--
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=57792
Bug ID: 57792
Summary: Unhandled page fault on write access to 05010111 at
address 7BC2732E (thread 0118)
Product: Wine
Version: 10.0-rc6
Hardware: aarch64
OS: MacOS
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: christophe.bronner(a)videotron.ca
Was trying this command
wine /Users/lancelot/Downloads/vs_Community.exe --LayOut
"C:\Temp\VS2022Offline" --Lang en-US
but it crashed with the following, I suspect this is the same error encountered
when trying to use the GUI.
0118:err:eventlog:ReportEventW L"Application:
vs_setup_bootstrapper.exe\nFramework Version: v4.0.30319\nDescription: The
process was terminated due to an unhandled exception.\nException Info:
System.AccessViolationException\n at
Microsoft.Win32.SafeHandles.SafeNCryptProviderHandle.NCryptFreeObject(IntPtr)\n
at Micros"...
wine: Unhandled page fault on write access to 05010111 at address 7BC2732E
(thread 0118), starting debugger...
0118:err:seh:start_debugger Couldn't start debugger L"winedbg --auto 268 1244"
(2)
Read the Wine Developers Guide on how to set up winedbg or another debugger
--
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=55218
Bug ID: 55218
Summary: Lotus Script "Print" macro crashes Lotus Approach
Product: Wine-staging
Version: 8.11
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ToddAndMargo(a)zoho.com
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
Created attachment 74832
--> https://bugs.winehq.org/attachment.cgi?id=74832
$ WINEDEBUG=seh,gdi,enhmetafile,winspool,localspl,psdrv wine approach.exe 2&>1
> WinePrintError.txt
Fedora 38
Wine 8.11
Lotus Approach N99.8.0208.0800 (Smart Suite)
In Lotus Approach, when you call the "Print" macro from a Lotus Script:
RunApproachMacro("Print")
Lotus Approach crashes. This happens about one out of every two print
attempts.
Occasionally, a "MEM_BAD_POINTER" will popup from Approach when it crashes.
The attachment was created with:
$ WINEDEBUG=seh,gdi,enhmetafile,winspool,localspl,psdrv wine approach.exe 2&>1
> WinePrintError.txt
--
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.