ptitSeb

Results 2024 comments of ptitSeb

Ok, I have update the Title screen. You can check the Web version to see the result.

This is an hardware problem. Maybe you are using a Pi4? This kind of hardware only support 4 Buffers, and this games seems to use 8... Try to use updated...

Yes, I am aware of this message for this particular program, and unfortunatly I have no idea how to fix for now. I don't know what triggers this protection.

That wont change the result. it's not the same "debug". The compilation option is just to have debug symbol in box86.

I think that should fix the issue. I would be interresting to see if it's also fix #673 (as I think did some fixes on flags handling).

I think this one should be good now (and maybe it improved #673 too)

`0F 0E` is `FEMMS` opcode from the AMD 3DNow extension. It's not supported in box86 for now. The cpu emulated is an Intel, not AMD, so 3DNow should not be...

nope. Missing symbol are for library symbols. Here it's an opcode, it's different. The issue is, that particular opcode FEMMS is very simple to emulate, but the rest of 3Dnow...

I need to test that on my side and debug stuff here :(