Kent Slaney
Kent Slaney
Not sure if this is a helpful reproduction of the bug, but I'm getting this in 20.04 desktop trying to follow [this](https://bakkesmod.fandom.com/wiki/Running_in_Linux_/_Steam_Proton). I haven't spent much time actually reading the...
Any progress @Mistra @kescherCode? I'm running into the same error and I've tried everything I can think of. I also ran into [this issue](https://github.com/Winetricks/winetricks/issues/1525) on the way, though I'd be...
@kescherCode Sorry, with AMD SVM I just meant that I have hardware emulation enabled, which changes how instruction addressing happens in (particularly 64 bit) virtual environments. I know Wine Is...
Thanks @blastrock! I got it working on Ubuntu 20.04, Proton GE 6.5 r2, command sequence looked roughly like: ```bash sudo apt install mingw-w64 mkdir -p ~/Games/bakkes cd ~/Games/bakkes curl -LO...
@mgalgs for me it's `/home/$USER/.steam/steam/steamapps/compatdata/252950/pfx/drive_c/users/steamuser/Application Data/bakkesmod/bakkesmod/dll/bakkesmod.dll`, also apparently you need to run both the last two commands each time, not just the last one. ~The `find` didn't catch it because...
In case the executable didn't end up in your `$PATH` (which was the case for me), it's located at `/Applications/neovide.app/Contents/MacOS/neovide` It looks like the `init.lua` workaround from [here](https://github.com/neovide/neovide/issues/2020#issuecomment-1714042856) didn't make...
Speaking of which, why are C functions called directly from Cython considered relevant when stepping? It seems like a Cython step should mean stepping to another line of Cython rather...
For the sake of making the part of the PR that resolves errors more reviewable, I've split the debugging convenience methods into a separate pull request: #5958
I'm not sure if anyone else has this problem too, but I can't get `test_libcython_in_gdb.py` to use python compiled with debugging symbols unless I use a docker environment that only...
I'm getting some permissions errors in the docker container now. They can be resolved by stopping the docker (systemctl) service and changing the user in `config.v2.json` to root, then restarting...