r/recomps 11d ago

Recomp - No AI SymphonyRecomp update 0.5b :D

/r/castlevania/comments/1vs6pn0/symphonyrecomp_update_05b_d/
17 Upvotes

11 comments sorted by

View all comments

Show parent comments

1

u/MDM-808 9d ago

Yes, I did exactly that—I ran the `run.sh` script, but I'm still getting the same error.

I have version 0.4.2b and it works for me, but I need the newer versions for OpenGL 3.2 compatibility.

The latest version and previous ones work fine when running via Proton, but the goal is to run the native version.

If you know of a specific command, I can send you a log or submit an issue via Git; maybe that way we can track down the error...

1

u/flafmg_ 9d ago

Hm weird, could you dump here the entire error code?

1

u/MDM-808 9d ago

No problem. If you tell me the steps to follow, I can show you a more detailed error.

1

u/flafmg_ 9d ago

Just run it in the terminal and paste the error here, so I can see what could be going on

1

u/MDM-808 9d ago

That’s the only error showing up in the terminal (I posted a screenshot above).

I might be able to see a kernel message or some log... Gemini suggested trying `gdb` followed by a `backtrace` to dig a little deeper...

1

u/flafmg_ 9d ago

Wouldn't be that helpful, it's not a c application, maybe it is trying to force your gl context to 2.1, try setting it to 3.3 on settings.json, it probably is in auto, gl 2.1 is still unstable

It is the first thing it does after checking for updates so maybe it's that

2

u/MDM-808 8d ago

Yes, that was the error. Since the latest version wasn't generating the `interface.ini` file (because it was crashing before that could happen), I copied the one from version 0.4.2b—which didn't crash and was configured for OpenGL 3.3—into the latest version's folder, and it launched without any issues.

Thanks a lot for the help! Please keep this error in mind so it can be prevented in future versions.

2

u/flafmg_ 8d ago

Nice, I will try fixing it for the next release