obhq / obliteration

Experimental PS4 emulator written in Rust for Windows, macOS and Linux
https://obliteration.net
MIT License
601 stars 17 forks source link

Access is denied when lookup a file #766

Closed VocalFan closed 4 months ago

VocalFan commented 4 months ago

@ultimaweapon Guessing wrong :P

Either way, we still encounter that error.

++++++++++++++++++ E [00:00:00:00:361]:0x0000000000007fa4: kernel\src/main.rs:651
Error while running kernel: filesystem initialization failed -> cannot lookup /dev -> couldn't open the specified file -> Access is denied. (os error 5).
VocalFan commented 4 months ago

Putting previous research here:

Error code is -1073741771

Or:


# for decimal -1073741771 / hex 0xc0000035

  STATUS_OBJECT_NAME_COLLISION                                   ntstatus.h
# Object Name already exists.
# as an HRESULT: Severity: FAILURE (1), FACILITY_NULL (0x0), Code 0x35
ultimaweapon commented 4 months ago

@VocalFan the error you got came from lookup, not mkdir.