Skip to content

Commit

Permalink
roblox-player: af653eb90d574aa0 -> 37cf60402a5648b4
Browse files Browse the repository at this point in the history
  • Loading branch information
fufexan committed Jan 10, 2025
1 parent 2e7ee2c commit 58c0f21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/roblox-player/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@
preCommands ? "",
postCommands ? "",
}: let
version = "af653eb90d574aa0";
version = "37cf60402a5648b4";

src = builtins.fetchurl rec {
url = "https://setup.rbxcdn.com/version-${version}-Roblox.exe";
name = "robloxinstall-${sha256}.exe";
sha256 = "1h4k2dsw98lsdlsma0mwaiqzqdlijg1lkw37gf2a4vcv0bn176r1";
sha256 = "1jqsl0qcvkmdmw46zc0xkr9cvpxjhphwg7xwxgk4gcskgyzaqgrx";
};
icon = builtins.fetchurl {
# original url = "https://static.wikia.nocookie.net/logopedia/images/1/1e/Roblox_2022_%28Icon%29.png/revision/latest/scale-to-width-down/200?cb=20220831193228";
Expand Down

3 comments on commit 58c0f21

@fxzzi
Copy link

@fxzzi fxzzi commented on 58c0f21 Jan 10, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

didn't roblox implement some kernel level anticheat so it doesn't work on linux?

@fufexan
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have no idea, I updated it because CI was failing. If what you say is true, we'll just remove it. I'll test it in a bit.

@fufexan
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Right, it seems not to start.

› roblox-player
gamemodeauto: 
0044:fixme:service:scmdatabase_autostart_services Auto-start service L"edgeupdate" failed to start: 2
0098:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
0098:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
0098:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
0098:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
Pipe Server: Main thread awaiting client connection on \\.\pipe\discord-ipc-0
0148:err:seh:NtRaiseException Unhandled exception code c0000409 flags 1 addr 0x1815f82e0

Please sign in to comment.