dangmoody / HLML

Auto-generated maths library for C and C++ based on HLSL/Cg
24 stars 1 forks source link

File IO on windows is flakey #16

Closed dangmoody closed 4 years ago

dangmoody commented 4 years ago

@Flave229 is seeing folder deletion/creation randomly fail and crash the generator locally for him.

This likely just needs someone adding a bunch more calls to GetLastError() and then working off the returned errors from there.

dangmoody commented 4 years ago

Re-assigning to Flave because he's the one seeing the issue. I cannot reproduce this.

dangmoody commented 4 years ago

Fixed in 5038383.