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

[Regression] R&C All 4 One Demo [NPEA90106] Blackscreen #7258

Closed
Xcedf opened this issue Jan 15, 2020 · 3 comments
Closed

[Regression] R&C All 4 One Demo [NPEA90106] Blackscreen #7258

Xcedf opened this issue Jan 15, 2020 · 3 comments

Comments

@Xcedf
Copy link

Xcedf commented Jan 15, 2020

Noticed on latest revs R&C All 4 One Demo when starting shows blackscreen, fps and log stop, while other R&C games on newer engine working very nice and stable lately.
found the problem in #6967 commit 74464be
by further debugging found out problem is in CellSysCache.cpp line 118:
if (!param || (param->cacheId[0] && sysutil_check_name_string(param->cacheId, 1, CELL_SYSCACHE_ID_SIZE) != 0))
reverting it back to previous state helps the problem:
if (!param || !std::memchr(param->cacheId, '\0', CELL_SYSCACHE_ID_SIZE))

@elad335
Copy link
Contributor

elad335 commented Jan 15, 2020

Its already a reported issue im pretty sure.

@elad335
Copy link
Contributor

elad335 commented Jan 15, 2020

#7039

@Xcedf
Copy link
Author

Xcedf commented Jan 15, 2020

Sorry, a duplicate, closing

@Xcedf Xcedf closed this as completed Jan 15, 2020
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

No branches or pull requests

2 participants