SuchAFuriousDeath
SuchAFuriousDeath
This one is 'sys_namedobj_delete'. It is reached by all the games that previously stopped at trcmem_total. I'll look through the logs to see if anything in between is failing as...
According to the PS4 wiki, this one is 'sys_mdbg_service'. Reached after #484, after writing false in the dipsw ioctl.
After #484, the PS4 tries to write several times into file descriptor 1, which should be stdout (Hopefully).
Reached after returning ENOSYS from syscall 649. According to the wiki, this one is 'sys_dynlib_unload_prx'. This one probably has to be implemeneted, because we reach int44. BONUS INFO: This syscall...
When making a prompt such 'Add a function that sends a request to https://some.url the user is asked whether he wants to add https://some.url to the chat, which is nonsense.
I'm a contributor of https://github.com/obhq/obliteration. We use https://github.com/slint-ui/slint, which has an option to use skia with vulkan. In Obliteration, I get a crash upon closing a popup window. investigating the...
I'm wondering what the intended way to execute a CommandBuffer is. I'm talking about this type: https://docs.rs/vulkano/latest/vulkano/command_buffer/struct.CommandBuffer.html The doc comment for the 'end' method of RecordingCommandBuffer says 'Ends the recording,...
**Is your feature request related to a problem? Please describe.** Multiple integrations (from different modules) can define a field with the same name, these fields currently have the same translation,...
**Is your feature request related to a problem? Please describe.** It is a bit burdensome to control the order and position of fields in entityManagerParams and when there's a lot...
**Is your feature request related to a problem? Please describe.** This should be fairly obvious - The way it is now, it is not possible to take advantage of the...