#Picking Example fails

22 messages · Page 1 of 1 (latest)

covert yoke
#

Hello! I've just made a new project to try out 0.15's picking features. Unfortunately I am unable to properly run the simple picking example, be it online or locally. I get the following:

2024-12-17T19:01:40.732237Z  WARN winit::platform_impl::linux::x11::xdisplay: error setting XSETTINGS; Xft options won't reload automatically
2024-12-17T19:01:40.809231Z  INFO bevy_render::renderer: AdapterInfo { name: "NVIDIA GeForce GTX 1080", vendor: 4318, device: 7040, device_type: DiscreteGpu, driver: "NVIDIA", driver_info: "565.77", backend: Vulkan }
2024-12-17T19:01:40.999655Z  INFO bevy_winit::system: Creating new window "App" (0v1#4294967296)
2024-12-17T19:01:40.999695Z  INFO winit::platform_impl::linux::x11::window: Guessed window scale factor: 1.1666666666666667
2024-12-17T19:01:41.044272Z  WARN bevy_render::view::window: Couldn't get swap chain texture after configuring. Cause: 'The underlying surface has changed, and therefore the swap chain must be updated'

I ram this on an Arch machine using X.

#

A window does appear but nothing more, where I expect some meshes to interact with. Or actually A Text to create some cubes first.

#

I'm guessing it's due to the last warning but I haven't been able to find anything that I understood.

velvet tendon
#

Hmm. Do the other 3D examples work for you?

#

I think that this is likely a rendering bug 🤔

covert yoke
#

haven't tested any other

#

actually that's only true on the web

#

3d_scene.rs works locally

#

no issue there

#

And I don't get the last warning

#

Running the transparency_3d.rs example works but I have the warning

velvet tendon
#

Hmm. This definitely seems like a Bevy bug. Check the issues and open one if it doesn't exist?

#

The wayland feature might help resolve this

covert yoke
#

I don't have wayland installed though

velvet tendon
#

Fair!

#

I'm not sure what to recommend for further troubleshooting, but hopefully someone with more rendering expertise has ideas

#

An issue would be great though

covert yoke
#

I'll try and find if one already exists

#

otherwise I'll open one

#

either way I'll link to it here

velvet tendon
#

Thanks 🙂