RussellJerome / UnrealModLoader

GNU Lesser General Public License v2.1
205 stars 67 forks source link

star wars jedi fallen order crashing #28

Open gameslayer007 opened 1 year ago

gameslayer007 commented 1 year ago

it keeps crashing my game when i don't use it the game works here is the error LowLevelFatalError [File:Unknown] [Line: 1444] Null SRV (resource 1 bind 0) on UB Layout FLocalVertexFactoryUniformShaderParameters 0x00007ff68ab66a94 starwarsjedifallenorder.exe!UnknownFunction [] 0x00007ff68ab6c256 starwarsjedifallenorder.exe!UnknownFunction [] 0x00007ff68ab7d53a starwarsjedifallenorder.exe!UnknownFun

EthanZoneCoding commented 1 year ago

Anyone reading this, you need to install the FOMH https://github.com/RussellJerome/UML-FallenOrder-Mod-Handler

jhopkins-nitec commented 1 year ago

Anyone reading this who already installed FOMH and is still seeing the issue- It may be a permissions problems. UnrealModLoader needs permission to edit the game folder. The easiest + safest way to do this is to right click the "Jedi Fallen Order" folder, select the security tab, click "edit...", click "Add..."-> type "Authenticated Users" in the search box and click ok. Then select authenticated users in the group or username window and click checkbox at Full Control / Allow.

Hopefully this saves someone else a few hours of troubleshooting.

Eeml0 commented 1 month ago

Anyone reading this who already installed FOMH and is still seeing the issue- It may be a permissions problems. UnrealModLoader needs permission to edit the game folder. The easiest + safest way to do this is to right click the "Jedi Fallen Order" folder, select the security tab, click "edit...", click "Add..."-> type "Authenticated Users" in the search box and click ok. Then select authenticated users in the group or username window and click checkbox at Full Control / Allow.

Hopefully this saves someone else a few hours of troubleshooting.

thanks, it is now working for me