Yang Liu

Results 155 comments of Yang Liu

Oh sorry I missed this, I'll add the missing opcode. I think it's OK to stay on this issue, as it's the same kinda issue.

I own this game on both GOG and Steam, but I don’t think it’s the same version as yours, could you send me a copy via the email on my...

I took a look, but don't know where the segfault came from. :( oh btw windows version of the game work great with box64 + wine.

Change this line: https://github.com/ptitSeb/box64/blob/main/src/wrapped/wrappedcap_private.h#L19 to `GO(cap_get_flag, iFpiip)`, compile again, and continue post here if there are more PltResolver errors popup.

Ah, Celeste has been crashing before entering the 2D game scene since the beginning of RV64 porting.. I forgot to open a ticket for it.

> I don't see any trace of box32 running steam, so might need to enable `BOX32_FMT` in the build config (not sure how steam is currently starting: with what emulator)....

The table content looks fine, but I personally don’t find it’s necessary to put it in README, more suitable to put it into the website FAQ.

Also, instead of `--disable-gpu`, you should try `--enable-features=Vulkan`, it gives you hardware accel if it works. ``` BOX64_MALLOC_HACK=2 box64 ./discord --enable-features=Vulkan ```