aekobear

Results 13 comments of aekobear

I will try to create a pull request for this one

> what happens if you run with do `RUST_BACKTRACE=1`? Here's the full trace. I poked at the source a bit, but it seems like all the important parts are in...

for what it's worth, i "fixed" the problem by replacing sdl2 with glutin wherever it appeared. all examples work for me on win10 with glutin.

> According to [the Lua manual](https://www.lua.org/manual/5.2/manual.html#4.2): > > > When you interact with the Lua API, you are responsible for ensuring consistency. In particular, you are responsible for controlling stack...

The same happens with `u32` Maybe the SDK could do something like: ```rust u64::from_ne_bytes(val.to_ne_bytes()) ``` To reinterpret the values instead of converting them

I was able to get a set up like this working on the latest gdext. - I have a "helper" library with `crate-type = ["cdylib", "lib"]` so that it can...

Update: at some point my above set-up started to break when compiling using `--release`. I haven't been able to find a specific version of godot / gdext where this started...

> You _can_ already declare `impl AsArg` parameters, but only forward their values to Godot APIs. Hm maybe I'm doing something wrong with the syntax. What I'm seeing is: ```rust...

> I assume you'd want `impl AsArg` to behave the same as `T`? One issue is that it doesn't need to be an owned value, so `FromGodot` is a bit...

Came here to report the same bug. I'm also on Fedora 40 with kernel 6.9.4-200.fc40.x86_64 Drag-and-drop freezes the desktop in every situation for me. In both Cosmic Files and Gnome...