Skip to content

An error related to graph settings occurred when running the ahmed case. #312

@HF907

Description

@HF907

Exception thrown at 0x00007FFFEC840E4D (ntdll.dll) in FluidX3D.exe: 0xC0000005: Access violation while reading location 0x00000209709B503F. .

This problem shows in the graphics.hpp, line 52-53
public:
....
}
....
~Camera() {
delete[] bitmap;
delete[] zbuffer;
}

It seems that I have already uncomment commands I need, but I still meet this error after I finish my iterations. What I use is interactive graphics.

Very thanks.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions