08-18-2017, 05:40 AM -
(08-13-2017, 04:07 PM)zerocold1981 Wrote: Strange error:
F {rsx::thread} class std::runtime_error thrown: Assertion failed! Result is FFFFFFF6h
(in file c:\rpcs3\rpcs3\emu\rsx\vk\VKHelpers.h:275)
Log: https://yadi.sk/d/g3CzN3oN3LnXws
UPD.
The devil driver AMD has fallen several times, especially offensive after half an hour of playing with a pair of bosses.
I decided to reinstall the driver.
Nope I get the same exact error and have an Nvidia card so no is not AMD fault, it just seems to randomly crash after a long while of playing.
F 3:01:06.864037 {rsx::thread} class std::runtime_error thrown: Assertion failed! Result is FFFFFFFEh
(in file c:\rpcs3\rpcs3\emu\rsx\vk\VKHelpers.h:275)
·! 3:01:40.247516 Stopping emulator...
The error points here:
https://github.com/RPCS3/rpcs3/blob/mast...KHelpers.h
memory_block(VkDevice dev, u64 block_sz, uint32_t memory_type_index) : m_device(dev)
{
info.sType = VK_STRUCTURE_TYPE_MEMORY_ALLOCATE_INFO;
info.allocationSize = block_sz;
info.memoryTypeIndex = memory_type_index;
CHECK_RESULT(vkAllocateMemory(m_device, &info, nullptr, &memory));
}
Maybe there is a memory leak? Attached relevant part of the log
Edit: There seems to be a video card memory leak, the VRAM usage is out of control and slowly keeps growing until it crashes, this is something that did not happen in the beginning and I suspect is related to a new version, I am currently using the last before the Vertex update (second o last), I need to sleep will check this out in more detail on Saturday.
Edit2: this was a driver issue, fixed it... doing a lot of work (damn you nvidia and your shitty drivers) anyway this is back to play great.