prb28

Results 130 comments of prb28

@grahambates I don't know if if helps but for osx I used to relocate the librairies with the command: install_name_tool -change "/usr/local/opt/sdl2/lib/libSDL2-2.0.0.dylib" "@loader_path/libSDL2-2.0.0.dylib" fs-uae This must me be done for...

It worked for me on intel macos 12.6.7 - maybe it needs to be rebuild in a newer version of macos.

Must be this project from @grahambates: https://github.com/grahambates/fs-uae/tree/remote_debugger_prb28 but I do not have built this version. Building fs-uae can be tricky.... (as win-uae).

If it is the same error, it might be a bug.

@cobour on linux, modifying line 150 of src/fpp_native.cpp from #elif defined(__GNUC__) && 0 to #elif defined(__GNUC__) fixes a segfault. I do not know if it is the case on macos.

> Maybe an upgrade to the last stable SDL2 version (v2.23.0) could help. It depends on where is the crash, you'll know only with the debugger.

This is weird, I thought there was still something wrong. @grahambates what is your opinion ?

Did you look at the terminal frame ? ![image](https://github.com/prb28/vscode-amiga-assembly/assets/10462286/48a2c4b3-c57c-4b32-a499-c6678f0cc7a7)

thanks, ok, maybe the stdout is not more redirected. I'll have a look.

I think the configuration must be modified. I didn't touched this project for a while. I you want to use C for amiga coding, you should consider using this project:...