Skip to content

Issues: bevyengine/bevy

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

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Assignee
Filter by who’s assigned
Sort

Issues list

Too many bindings of type SampledTextures in Stage ShaderStages(FRAGMENT), limit is 31, count was 32. Check the limit max_sampled_textures_per_shader_stage passed to Adapter::request_device A-Rendering Drawing game state to the screen C-Bug An unexpected or incorrect behavior C-Startup A crash that occurs when first attempting to run a Bevy app S-Needs-Investigation This issue requires detective work to figure out what's going wrong
#15041 opened Sep 4, 2024 by mzdk100
Crash due to wgpu during startup on Wayland A-Rendering Drawing game state to the screen C-Bug An unexpected or incorrect behavior C-Startup A crash that occurs when first attempting to run a Bevy app O-Linux Specific to the Linux desktop operating system O-Vulkan Specific to the Vulkan render API P-Crash A sudden unexpected crash
#14494 opened Jul 27, 2024 by umut-sahin
Can not load 3D examples on the website A-Rendering Drawing game state to the screen C-Bug An unexpected or incorrect behavior C-Startup A crash that occurs when first attempting to run a Bevy app O-Linux Specific to the Linux desktop operating system O-Web Specific to web (WASM) builds P-Crash A sudden unexpected crash S-Blocked This cannot move forward until something else changes
#14415 opened Jul 21, 2024 by rijenkii
InvalidGenerationError A-Assets Load files from disk to use for things like images, models, and sounds C-Bug An unexpected or incorrect behavior C-Startup A crash that occurs when first attempting to run a Bevy app P-Crash A sudden unexpected crash S-Needs-Investigation This issue requires detective work to figure out what's going wrong
#12345 opened Mar 6, 2024 by viridia
Asahi Linux: Native Wayland works, XWayland does not A-Rendering Drawing game state to the screen A-Windowing Platform-agnostic interface layer to run your app in C-Bug An unexpected or incorrect behavior C-Startup A crash that occurs when first attempting to run a Bevy app O-Linux Specific to the Linux desktop operating system P-Crash A sudden unexpected crash
#8788 opened Jun 8, 2023 by inodentry
Android example crash on launch on Bevy 0.10.0 C-Bug An unexpected or incorrect behavior C-Startup A crash that occurs when first attempting to run a Bevy app O-Android Specific to the Android mobile operating system P-Crash A sudden unexpected crash
#7954 opened Mar 7, 2023 by NicolasVidal
Bevy 0.8.1 3d_shapes example crashes on startup - macOS A-Rendering Drawing game state to the screen C-Bug An unexpected or incorrect behavior C-Examples An addition or correction to our examples C-Startup A crash that occurs when first attempting to run a Bevy app O-MacOS Specific to the MacOS (Apple) desktop operating system P-Crash A sudden unexpected crash S-Needs-Investigation This issue requires detective work to figure out what's going wrong
#6495 opened Nov 6, 2022 by ThousandthStar
Startup Vulkan validation error A-Rendering Drawing game state to the screen C-Bug An unexpected or incorrect behavior C-Startup A crash that occurs when first attempting to run a Bevy app O-Linux Specific to the Linux desktop operating system
#5890 opened Sep 5, 2022 by hw762
X11 bug around fullscreen when app startup/init A-Windowing Platform-agnostic interface layer to run your app in C-Bug An unexpected or incorrect behavior C-Startup A crash that occurs when first attempting to run a Bevy app O-Linux Specific to the Linux desktop operating system
#5485 opened Jul 29, 2022 by LLNet
loop exits immediately in Release build A-Windowing Platform-agnostic interface layer to run your app in C-Bug An unexpected or incorrect behavior C-Startup A crash that occurs when first attempting to run a Bevy app
#5113 opened Jun 27, 2022 by n-prat
Graphics related crash attempting to run examples - 0xc000041d C-Bug An unexpected or incorrect behavior C-Startup A crash that occurs when first attempting to run a Bevy app O-Windows Specific to the Windows desktop operating system P-Crash A sudden unexpected crash S-Blocked This cannot move forward until something else changes
#4834 opened May 24, 2022 by SamPruden
SIGSEGV when running Bevy code. A-Rendering Drawing game state to the screen C-Startup A crash that occurs when first attempting to run a Bevy app O-Linux Specific to the Linux desktop operating system P-Crash A sudden unexpected crash S-Waiting-on-Author The author needs to make changes or address concerns before this can be merged
#4808 opened May 20, 2022 by AndrewShobbrook
Cannot compile Bevy with the dynamic feature with x86_64-w64-mingw32-gcc C-Bug An unexpected or incorrect behavior C-Startup A crash that occurs when first attempting to run a Bevy app O-Windows Specific to the Windows desktop operating system
#4758 opened May 15, 2022 by BlueStaggo
Intel HD 4000 Does not render in Bevy 0.6.1 WGPU renderer but does in old bevy_webgl2 plugin A-Rendering Drawing game state to the screen C-Bug An unexpected or incorrect behavior C-Startup A crash that occurs when first attempting to run a Bevy app
#4351 opened Mar 28, 2022 by JCBuck
MSAA with 8 samples crashes when using vulkan on windows 10 A-Rendering Drawing game state to the screen C-Bug An unexpected or incorrect behavior C-Startup A crash that occurs when first attempting to run a Bevy app P-Crash A sudden unexpected crash
#3961 opened Feb 16, 2022 by TheButlah
Pipelined: 3D examples crash with AMDVLK on Wayland A-Rendering Drawing game state to the screen C-Bug An unexpected or incorrect behavior C-Startup A crash that occurs when first attempting to run a Bevy app O-Linux Specific to the Linux desktop operating system P-Crash A sudden unexpected crash
#3288 opened Dec 10, 2021 by inodentry
VkQueueSubmit: value exceeds limit regarding current semaphore VkSemaphore, app crashes A-Rendering Drawing game state to the screen C-Bug An unexpected or incorrect behavior C-Startup A crash that occurs when first attempting to run a Bevy app P-Crash A sudden unexpected crash P-Regression Functionality that used to work but no longer does. Add a test for this! S-Needs-Investigation This issue requires detective work to figure out what's going wrong
#3237 opened Dec 2, 2021 by algaj
DefaultPlugins on Windows 11 & WSL Ubuntu causes Segmentation fault C-Startup A crash that occurs when first attempting to run a Bevy app O-Windows Specific to the Windows desktop operating system P-Crash A sudden unexpected crash S-Needs-Investigation This issue requires detective work to figure out what's going wrong
#3152 opened Nov 20, 2021 by domhel
[Pipelined Rendering] "Unable to find a GPU" on ChromeOS w/ Crostini/Pengin/Linux (maybe GL related) A-Rendering Drawing game state to the screen C-Startup A crash that occurs when first attempting to run a Bevy app O-Linux Specific to the Linux desktop operating system P-Crash A sudden unexpected crash S-Needs-Investigation This issue requires detective work to figure out what's going wrong
#3023 opened Oct 25, 2021 by RobDavenport
Building the tutorial code with bevy/dynamic on Windows 10 raises error A-Build-System Related to build systems or continuous integration C-Bug An unexpected or incorrect behavior C-Startup A crash that occurs when first attempting to run a Bevy app O-Windows Specific to the Windows desktop operating system P-Crash A sudden unexpected crash
#2006 opened Apr 25, 2021 by mattdeboard
Win10: Trying to link Bevy dynamically results in the error STATUS_ENTRYPOINT_NOT_FOUND C-Startup A crash that occurs when first attempting to run a Bevy app O-Windows Specific to the Windows desktop operating system
#1126 opened Dec 21, 2020 by TheZalli
LINK : fatal error LNK1189: library limit of 65535 objects exceeded C-Startup A crash that occurs when first attempting to run a Bevy app O-Windows Specific to the Windows desktop operating system
#1110 opened Dec 21, 2020 by Alice-Cheshire
thread 'main' panicked at 'Failed to acquire next swap chain texture!' A-Rendering Drawing game state to the screen C-Startup A crash that occurs when first attempting to run a Bevy app O-Linux Specific to the Linux desktop operating system P-Crash A sudden unexpected crash
#512 opened Sep 19, 2020 by bobhenkel
Most of the examples panic when run on FreeBSD 12 C-Bug An unexpected or incorrect behavior C-Dependencies A change to the crates that Bevy depends on C-Startup A crash that occurs when first attempting to run a Bevy app O-Linux Specific to the Linux desktop operating system P-Crash A sudden unexpected crash
#141 opened Aug 12, 2020 by graeme3317
ProTip! What’s not been updated in a month: updated:<2024-09-21.