-
Notifications
You must be signed in to change notification settings - Fork 7
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
1.5 Black Screen issue #26
Comments
The same problem. |
This is a general problem with older versions of Unity (like what Rimworld runs on). The memory management is "touchy" and anything that adds memory pressure (texture mods, music mods, mods that duplicate all game and mod runtime assemblies like pre-patcher) have a chance to aggravate it. There are users on steam and Rimworld forums who have this issue just by loading the DLCs. There is nothing an individual author can (or will) do to resolve this. Things you can do from easiest to hardest:
|
im having a strange error where i cant load to the main menu, all i get is a black screen instead
i tried the "swap to window mode and then click back" that was suggested in the comments under your mod and still nothing,
i also tried what Chzhrr had suggested in the other thread describing a similar issue "If you are running win10/11, try turning off mandatory ASLR and turning on bottom-up ASLR (both default) in Windows Security - Exploit protection. I got the black screen with bottom-up ASLR off." but that didnt work either, no dice.
heres my log: https://pastebin.com/6SF0Yp3c
and my load order (using rimpy mod manager) https://drive.google.com/file/d/1xHFayK-TtXH3wfoT3zoaRDaDWp8YWHU-/view?usp=drive_link
any help is appreciated!
The text was updated successfully, but these errors were encountered: