Skip to content

PAYDAY 2: Fixed GetOverlayTransformAbsolute - #412

Closed
skulleven wants to merge 1 commit into
Supreeeme:mainfrom
skulleven:main
Closed

PAYDAY 2: Fixed GetOverlayTransformAbsolute#412
skulleven wants to merge 1 commit into
Supreeeme:mainfrom
skulleven:main

Conversation

@skulleven

Copy link
Copy Markdown

Booting PAYDAY 2 crashes XRizer with a panic at src/overlay.rs:1102:9: not yet implemented.

I was able to bypass it. However the game still crashes xrizer when you want to open up a chat window in game with a panic at 'src/overlay.rs:799:9: not yet implemented' .

The game works with no issues aside from that.

Comment thread src/overlay.rs
_: *mut vr::HmdMatrix34_t,
) -> vr::EVROverlayError {
todo!()
crate::warn_unimplemented!("GetOverlayTransformAbsolute");

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

If we're not going to actually implement it, we should at least put sane values in the output universe and matrix. We do have the transform stored in overlays though, we can grab it from there.

@Supreeeme

Copy link
Copy Markdown
Owner

Sorry for the delay. Thanks for the contribution, but I'm going to accept #417 over this one.

@Supreeeme Supreeeme closed this Sep 2, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants