Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RSC-C (Browser) Freezes Computer on ChromeOS #190

Open
M00NB0LT opened this issue Aug 4, 2024 · 1 comment
Open

RSC-C (Browser) Freezes Computer on ChromeOS #190

M00NB0LT opened this issue Aug 4, 2024 · 1 comment

Comments

@M00NB0LT
Copy link

M00NB0LT commented Aug 4, 2024

I'm not sure how much useful l information I can provide, but RSC-C on Chrome appears to cause my Chromebook to freeze up, black-screen and crash after playing for a short period of time.

I noticed it happening a month or two back but attributed it to faulty hardware, but I took a break from playing for awhile and didn't have any crashes on said Chromebook until I used RSC-C again.

If you know of any ways to provide useful info, let me know. I don't receive any error reports or anything after it happens.

@let-mein
Copy link

let-mein commented Sep 14, 2024

Using windows it does that too after a few minutes, the exception appears here leading to a crash:
crashAgain

I wonder if anyone else has this problem, the pointer scene->scanlines is being overwritten and pointing to garbage causing a segment fault in the above location. A memory breakpoint shows it's happening here (I have no idea why):
hhhfh

edit: i found the problem here
it should be:
int gradient_index = ((float)rand() / (float)RAND_MAX) * (RAMP_COUNT-1);
otherwise it will overwrite loads of variables including scene->scanlines

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants