Giter Site home page Giter Site logo

Comments (13)

a1batross avatar a1batross commented on September 15, 2024

Try to use older version. 2.0.8 is confirmed to have 32-bit support.

from xash3d-fwgs.

MoeMod avatar MoeMod commented on September 15, 2024

Now I can enter mainui with vgui.dylib copied to release/vgui.dylib
However, creating new game results a segment fault 11.
Maybe client and engine loads two or more different SDL2 shared library and their implements are mixed?

from xash3d-fwgs.

MoeMod avatar MoeMod commented on September 15, 2024

In addition, the mouse (trackpad) is not working. Entering configuration->touch->touch options leads to a segment fault too.

from xash3d-fwgs.

a1batross avatar a1batross commented on September 15, 2024

We have no OSX maintainer for now. :(

Maybe client and engine loads two or more different SDL2 shared library and their implements are mixed?

This shouldn't happen, but possible. I dunno if OSX have ldd utility, but if it does, you can check which libraries are required and how system found it in path.

from xash3d-fwgs.

a1batross avatar a1batross commented on September 15, 2024

I have no idea why mouse isn't working.

Touch options will crash until touch support will be restored.

from xash3d-fwgs.

MoeMod avatar MoeMod commented on September 15, 2024

maybe 64bit release by default?
It seems that Apple has dropped 32bit support on Catalina

from xash3d-fwgs.

nekonomicon avatar nekonomicon commented on September 15, 2024

And how steam works?
Github version of HLSDK has SDL library for OS X anyway.

from xash3d-fwgs.

MoeMod avatar MoeMod commented on September 15, 2024

And how steam works?
Github version of HLSDK has SDL library for OS X anyway.

Steam itself and goldsrc is actually 32bit. Maybe the steam client.dylib links to an older SDL2 while xash3d links to a newer one, and then it crashes...

from xash3d-fwgs.

MoeMod avatar MoeMod commented on September 15, 2024

image

from xash3d-fwgs.

a1batross avatar a1batross commented on September 15, 2024

Even if Apple drops 32-bit, maybe it's reasonable to switch over to 64-bit.

I always want to keep engine compatible with Steam releases of the game, but... do we have really much of them? Almost everything is reverse-engineered for now. I don't know real state of OSX support in Steam and GoldSrc and how Valve plans to keep it supported.

If you want, you can sign up as an OSX port maintainer and remove it from list of platforms that needs to be forced to build for i686 rather than amd64.

from xash3d-fwgs.

MoeMod avatar MoeMod commented on September 15, 2024

Maybe waiting for the official x86_64 build? And then make engine compatible again with the newer game libraries.

from xash3d-fwgs.

a1batross avatar a1batross commented on September 15, 2024

I doubt that they will port GoldSrc to x86_64. Probably dropping support a lot easier.

Yes, GoldSrc had x86_64 port back then, more than 10 years ago, but it built before ASLR became common and even doesn't work at all.

from xash3d-fwgs.

a1batross avatar a1batross commented on September 15, 2024

We won't support OSX/iOS anymore because of destructive decisions Apple make.

Yesterday they removed 32-bit and ok, it's was kinda understandable.
Today they will remove OpenGL for no reason.
Tomorrow they will remove possibility of running native code.

Originally, OSX/iOS support was added because it was easy to maintain, but when it rеquires more action from us, I don't think we can support it without a dedicated maintainer for this platforms.

Platform code will not be removed, so someone can take it and continue support but I will remove OSX/iOS ports from autobuilds, will not provide them in releases, close all rеlated isssues as WONTFIX and finally remove it from list of supported ports.

So, Apple, f*ck you.

from xash3d-fwgs.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.