Mark Harmstone
Mark Harmstone
Good question. This is what I ended up doing instead in my CMakeLists.txt: ``` find_package(PkgConfig REQUIRED) pkg_check_modules(LIBGIT2 REQUIRED libgit2) target_include_directories(target PUBLIC ${LIBGIT2_INCLUDE_DIRS}) target_link_libraries(target ${LIBGIT2_LINK_LIBRARIES}) ```
I'll need a minidump in order to look into this.
Thanks @Kodehawa. The crash is at https://github.com/maharmstone/btrfs/blob/master/src/btrfs.c#L4588 - it looks like it's mistaking it for a degraded RAID device.
This sounds to me like a deadlock while flushing.
If you use the same setup to boot Linux instead, does it work? I don't know much about libvirt, which I assume that XML is from, so I can't tell...
0x8000FFFF is the COM error E_UNEXPECTED. This isn't a corruption issue. Also, if you want me to look into an error message you really do need to translate it into...
Just for Counter-Strike, or other games as well? Try manually setting the security for the directory in Explorer. Steam's going to get confused with Counter-Strike, as it has a native...
Is this definitely an issue with the driver - as in, it no longer manifests if you move the VM image to NTFS? The line "swapfile must not be copy-on-write"...
What virtualization software are you using?
Thanks, I'll see if I can reproduce it.