http://bugs.winehq.org/show_bug.cgi?id=58688
--- Comment #18 from Stian Low wineryyyyy@gmail.com --- (In reply to Alexandre Julliard from comment #17)
These are not bugs, they are simply new stubs that didn't exist before. It was necessary to add them to make the syscall numbers line up properly.
Got it. I'll consider these cases expected behavior and not bugs going forward.
Apps may start calling them once they see that the function exists, in which case the stub needs to be fleshed out enough to make the app happy. That's a normal thing that happens every time some stub is added.
A most minimal stub seems to have made it happy enough per basic testing for now.
Unfortunately I can't test much further until black screen issue is resolved which may be a separate bug pending feedback from reporter whether its working for their WINE release.
(In reply to Zeb Figura from comment #16)
As one would expect, they work around its absence, but now that it's a proper export they are crashing on it.
Understood. Thanks for clarifying.