Open ThunderSphun opened 3 months ago
I went to work on the project anyways, and i found calling Walnut::Image::SetData doesnt show the warning for that frame, checked by not calling it after a couple of frames, and when it is not called the errors return
important note i feel i need to add, as the logging of this message is only a debug message, running in release doesnt show this message
Same problem appeared after switching from 1050 Ti to 4090
When launching a Walnut app, the console is spammed with these messages (these are the first four frames)
Each frame the handle swaps between two values,
0x967dd1000000000e
and0xdcc8fd0000000012
The line i found caused the error is this line I also found this issue at the dear ImGui repo which seems related (same objectType, same handle)
This is a repost from an issue in WalnutAppTemplate, but as i stated there, the issue lies with Walnut, not with WalnutAppTemplate