Vita3K / compatibility

Commercial game compatibility database
MIT License
154 stars 55 forks source link

Zen Pinball 2 [PCSE00050] #183

Open IllusionMan1212 opened 5 years ago

IllusionMan1212 commented 5 years ago

Game summary

Vita3K summary

Test environment summary

Issues

Crashes

Screenshots

None at the moment

Log

vita3k.log

GamingDucking commented 2 years ago

41 this is the PCSE00050.

Kindly moved it to there.

GamingDucking commented 2 years ago

although same issues as the EU version.

rogonow commented 2 years ago

I found a workaround on Linux, to rotate screen and mouse navigation:

xrandr --output DP-1 --rotate inverted
xinput set-prop 10 158 -1 0 0 0 -1 0 0 0 1

After playing, I use:

xrandr --output DP-1 --rotate normal
xinput set-prop 10 158 1 0 0 0 1 0 0 0 1

But it needs to configure correctly: To find mouse id, use xinput list

To find display id, use xrandr -q

TheAngel73 commented 1 year ago

Same behavior on a Steam Deck, the tables also seems playable but the screen is upside-down.

ghost commented 1 year ago

Considered Playable on latest update, the flipped screen is fixed and the FPS is stable image image

VaneGod commented 12 months ago

(SOLVED) Vita3K crash when starts Zen Pinball 2

After openning vita3k

Open Windows Task Manager Go to Details Select Vita3k.exe with mouse 2nd button Define processor afinity to

CPU 0 and CPU 2

Now load Zen Pinball 2

It stopped to crash

You can also start the emulator with this command in a .bat file:

start /affinity 0x5 G:\Vita3K\Vita3K.exe

G:\Vita3K\ is where I installed the emulator

0x5 is an hexadecimal processor affinity (cpu 0 and cpu 2 in this case)

It works for me.