Spiel läuft nicht mit Steam auf aktuellem macOS

  • #1, by crankschenkThursday, 25. May 2023, 16:01 11 months ago
    Hallo allerseits,

    ich habe mein Spiel bei Steam hochgeladen und kann es auch unter Windows ganz normal spielen. Wenn ich es allerdings mit macOS teste (Apple M1 CPU) startet das Spiel nicht. Steam gibt an, dass es sich um ein 32 bit Spiel handelt und es mit der aktuellen macOS Version nicht läuft.
    Gibt es den Visionaire Player als 64 bit Anwendung? Oder muss ich unter Steam was anderes angeben?

    Viele Grüße
    Manuel

    EDIT: Es scheint generell ein Problem mit macOS (Ventura / Apple Silicon) zu sein. Es kommt die Meldung: "... ist beschädigt und kann nicht geöffnet werden. Es empfiehlt sich, das Objekt in den Papierkorb zu bewegen."
    Nur wenn ich per Rechtsklick auf öffnen gehe, darf ich die App starten.


    ----------------------

    Hello everyone,

    I have uploaded my game to Steam and can play it normally on Windows. However, when I test it with macOS (Apple M1 CPU) the game does not start. Steam states that it is a 32 bit game and does not run with the current macOS version.
    Is the Visionaire Player available as a 64 bit application? Or do I have to specify something else under Steam?

    Many greetings
    Manuel

    EDIT: It seems to be a problem with macOS (Ventura / Apple Silicon) in general. I get the message: "... is damaged and cannot be opened. It is recommended to move the object to the trash."
    I can only start the app if I right-click on open.

    Newbie

    100 Posts


  • #2, by pugberserkMonday, 24. July 2023, 06:36 9 months ago
    You may use a script or batch file to do a search-and-replace operation on the file paths in your Visionare Studio game source code, which will automate the process of changing the file paths. phrazle

    Newbie

    1 Posts

  • #3, by crankschenkMonday, 24. July 2023, 10:00 9 months ago
    Hi, 

    unfortunately I forgot to post the solution here. Simon had written it to me in the meantime. You just have to remove the codesigning via terminal. Just enter the following in the terminal:

    codesign --remove-signature YOURGAME.app

    example for my game:
    codesign --remove-signature Orbital\ Cargo\ Division.app

    Mandy greetings
    Manuel

    Newbie

    100 Posts

Write post