Skip to content
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

Runtime error when compile with latest V #6

Open
JalonSolov opened this issue Aug 9, 2021 · 0 comments
Open

Runtime error when compile with latest V #6

JalonSolov opened this issue Aug 9, 2021 · 0 comments

Comments

@JalonSolov
Copy link

Simple enough to update the code to latest V: Run v fmt -w . in the directory to take care of all the warnings (due to changes in V), and add a return vec3.Vec{} at the end of random_point_in_sphere (that fn should probably be refactored a bit, but this made it compile).

However, when I tried to run it, all I got was this:

[jamie@5950x vraytracer]$ bin/raytrace >output.ppm
Killed
[jamie@5950x vraytracer]$

I didn't hit Ctrl-C or anything, it just stopped on it's own with that message.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant