http://bugs.winehq.org/show_bug.cgi?id=58482
Bug ID: 58482 Summary: Unimplemented stub for api-ms-win-core-memory-l1-1-3 Product: Wine Version: 9.0 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: apiset Assignee: wine-bugs@winehq.org Reporter: sewn@disroot.org Distribution: ---
Created attachment 78932 --> http://bugs.winehq.org/attachment.cgi?id=78932 Wine backtrace
Roblox Studio requires api-ms-win-core-memory-l1-1-3 VirtualProtectFromApp, which is not implemented in wine.
http://bugs.winehq.org/show_bug.cgi?id=58482
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|Unimplemented stub for |Roblox Studio needs |api-ms-win-core-memory-l1-1 |VirtualProtectFromApp |-3 | Component|apiset |kernel32
http://bugs.winehq.org/show_bug.cgi?id=58482
--- Comment #1 from Nikolay Sivov bunglehead@gmail.com --- Could you describe how to reproduce this?
http://bugs.winehq.org/show_bug.cgi?id=58482
Bernhard Übelacker bernhardu@mailbox.org changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |bernhardu@mailbox.org
--- Comment #2 from Bernhard Übelacker bernhardu@mailbox.org --- Looking at the backtrace information - isn't this stub used by RobloxCrashHandler.exe?
So probably there are two issues: Something happened in RobloxStudioBeta.exe so the crash handler gets invoked. And the crash handler fails because of the stub VirtualProtectFromApp?
However, seems roblox.com doesn't allow downloading to everyone ... Is there a direct download link available and the issue reproducible without logging in?
Also wine 9.0 is already the "oldstable" version - if possible to test, is the issue also visible with wine 10.0 or later?
http://bugs.winehq.org/show_bug.cgi?id=58482
--- Comment #3 from sewn@disroot.org --- To run Roblox Studio i usually recommend using Vinegar (https://github.com/vinegarhq/vinegar), but you may attempt to use the official installer which i believe is broken. Vinegar is on flathub or can be ran from source.
http://bugs.winehq.org/show_bug.cgi?id=58482
Karim A. karimri@protonmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |karimri@protonmail.com
--- Comment #4 from Karim A. karimri@protonmail.com --- (In reply to Bernhard Übelacker from comment #2)
Looking at the backtrace information - isn't this stub used by RobloxCrashHandler.exe?
So probably there are two issues: Something happened in RobloxStudioBeta.exe so the crash handler gets invoked. And the crash handler fails because of the stub VirtualProtectFromApp?
However, seems roblox.com doesn't allow downloading to everyone ... Is there a direct download link available and the issue reproducible without logging in?
Also wine 9.0 is already the "oldstable" version - if possible to test, is the issue also visible with wine 10.0 or later?
The issue starts as soon as the program runs, so there's no need to sign-up for a roblox.com account to reproduce the issue.
Here's the log file for the issue replicated on mainline 10.11
http://bugs.winehq.org/show_bug.cgi?id=58482
--- Comment #5 from Karim A. karimri@protonmail.com --- Created attachment 78941 --> http://bugs.winehq.org/attachment.cgi?id=78941 Mainline 10.11 backtrace