Jump to content

LinuX!


crazyrobinhood

Recommended Posts

Hello everyone,

Is anyone by chance digging into linux emulation trough Lutris?

Since there are big news with d9vk and dxvk (since a while) could be great to have a fully functional script.

 

I know that the users here are owners of Virtual pinball cabs with backglasses and matrix ecc, but maybe someone is also interested into Desktop fun and Linux is a great choice for gaming lately.

Big problem still remains .Net under linux which is the bottleneck.

I managed to run a lot of tables under linux with visual pinball 10.6.2 but on some tables ( unfortunately also "Attack from Mars" in all its releases when the ball hits the hole) I still have random script fails...

I wonder if someone else is into that kind of "adventure".

Bye!

Link to comment
Share on other sites

  • 2 weeks later...

Specifically it returns a Scrip error at line 316"null" in "Attack from mars" /the line 316 is the "Do While bBall.Z -5

 

Sub sw37_Timer
    Do While bBall.Z > 0
        bBall.Z = bBall.Z -5
        Exit Sub
    Loop
    Me.DestroyBall
    Me.TimerEnabled = 0
End Sub

 

Any idea on how to fix it or why the error is generated?

Thank you in advance for your time.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
  • Create New...