-
Notifications
You must be signed in to change notification settings - Fork 92
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue with Image::to_time_t in Image.cpp (system_exception on Windows 8.1 x64 on VisualStudio 2019) #172
Comments
Thanks for reporting this! Didn't expect a I'll implement your fix and push a hotfix release! In the interim, could you share the contents of the Reverting to Apple behavior is a bit unfortunate, because the term |
The following is printed on console. The Output windows spits this.
|
Thank you! This unfortunately doesn't shed a lot of light on the issue... oh well. The hacky approach it is. :) |
Just to let you know the error is thrown at line 3153 chrono header |
Hi i noticed an issue in the to_time_t function defined in Image.cpp. I was trying to use the latest version of tev on pbrtv4 on Win8.1 and tev crashed. I managed to dig the reason and its the to_time_t function. Currently its defined as follows:
which causes a system_exception and crashes on Win8.1 VS 2019. I managed to fix it by changing it to this which basically treats both windows and apple the same way.
The text was updated successfully, but these errors were encountered: