jmorton06 / Lumos

Cross-Platform C++ 2D/3D game engine
MIT License
1.21k stars 130 forks source link

crash floating point exception #105

Open Wuqiqi123 opened 1 year ago

Wuqiqi123 commented 1 year ago

Describe the bug crash on ubuntu20.04

[20:53:35] Lumos Engine - Version 0.3.2 [20:53:35] Initialised JobSystem with [16 cores] [15 threads] [20:53:35] Initialising System [20:53:35] Editor Ini not found [20:53:35] Creating Editor Ini Editor.ini [20:53:35] No saved Project file found ExampleProject/Example.lmproj [20:53:35] [SceneManager] - Enqueued scene : Empty Scene [20:53:35] Serialising Application NewProject/NewProject.lmproj [20:53:35] VSync : False [20:53:35] Creating window - Title : App, Width : 1200, Height : 800 [20:53:35] Initialised GLFW version : 3.3.4 X11 GLX EGL OSMesa clock_gettime evdev [20:53:35] Vulkan : 1.1.182 [20:53:35] GPU : llvmpipe (LLVM 12.0.0, 256 bits) [20:53:35] Vendor ID : 65541 [20:53:35] Device Type : CPU [20:53:35] Driver Version : 0.0.1 [20:53:35] Selected physical device has 54 extensions WARNING: lavapipe is not a conformant vulkan implementation, testing use only. [1] 1352178 floating point exception (core dumped) ./LumosEditor

Wuqiqi123 commented 1 year ago

Describe the bug crash on ubuntu20.04

[20:53:35] Lumos Engine - Version 0.3.2 [20:53:35] Initialised JobSystem with [16 cores] [15 threads] [20:53:35] Initialising System [20:53:35] Editor Ini not found [20:53:35] Creating Editor Ini Editor.ini [20:53:35] No saved Project file found ExampleProject/Example.lmproj [20:53:35] [SceneManager] - Enqueued scene : Empty Scene [20:53:35] Serialising Application NewProject/NewProject.lmproj [20:53:35] VSync : False [20:53:35] Creating window - Title : App, Width : 1200, Height : 800 [20:53:35] Initialised GLFW version : 3.3.4 X11 GLX EGL OSMesa clock_gettime evdev [20:53:35] Vulkan : 1.1.182 [20:53:35] GPU : llvmpipe (LLVM 12.0.0, 256 bits) [20:53:35] Vendor ID : 65541 [20:53:35] Device Type : CPU [20:53:35] Driver Version : 0.0.1 [20:53:35] Selected physical device has 54 extensions WARNING: lavapipe is not a conformant vulkan implementation, testing use only. [1] 1352178 floating point exception (core dumped) ./LumosEditor

I find this issue disappeared after restart my computer.