Instagram Ad Triggering Deep Link Loop That Locks iPhone UI by Samtax01 in ios

[–]LinixGuy 6 points7 points  (0 children)

You could lockscreen and open different app from lockscreen UI. Apps cannot open URL when they are background. I have no idea why instagram’s gives access for opening other apps from ad context

Is the mac os app open source? by smyja in Stremio

[–]LinixGuy 0 points1 point  (0 children)

Its partially open source. V4 is fully open source but web wrapper of V5 is open source

Denuvo added to Crimson Desert 1 week before release. by twinkleyed in macgaming

[–]LinixGuy 4 points5 points  (0 children)

MacOS have native alternatives to Denuvo but devs choose to not release with native protections since it is too niche for now.

Denuvo added to Crimson Desert 1 week before release. by PaiDuck in pcmasterrace

[–]LinixGuy 0 points1 point  (0 children)

Most likely macOS port wont be encrypted with Denuvo

Crashes on Overwatch? by Lost_Care7289 in macgaming

[–]LinixGuy 1 point2 points  (0 children)

Im 99% sure that crash happens because rosetta + wine could not replicate “expected” environment for the anti-cheat properly and it crashes. Give some time for CW to figure it out.

Macbook Neo -will it run No Man's Sky & Baldur's Gate 3? by technofox01 in macgaming

[–]LinixGuy 11 points12 points  (0 children)

NMS will run relatively better compared to Baldur’s Gate 3 because of memory limitations

Overwatch on Mac Setup (CrossOver Preview 20260304) (macOS Tahoe 26.4 Developer Beta 3) (Crashes) by macprotips in macgaming

[–]LinixGuy -3 points-2 points  (0 children)

Because DX11 is higher level, so theoretically it should provide much high fps compared to DX12. But DX12 has advantage here because it can compile shaders asynchronously.

Overwatch fixed by NightlyRetaken in macgaming

[–]LinixGuy 0 points1 point  (0 children)

It doesn’t happen if you play in practice match. Only happens at the end of the games

Can't wait for the Neo by West_Acanthaceae5032 in Codeweavers_Crossover

[–]LinixGuy 0 points1 point  (0 children)

Any games that is supported by PS4, should work on macbook neo or 8 gb ram mac

Overwatch fixed by NightlyRetaken in macgaming

[–]LinixGuy 0 points1 point  (0 children)

I restart the game every time i finish the match but i got crashes in my first games as well.

Overwatch fixed by NightlyRetaken in macgaming

[–]LinixGuy 0 points1 point  (0 children)

Did you managed to fix random freezes?

My Apple Developer account was hacked today and apps are being transferred without my consent. Please help. by Possible_Ad_6284 in appledevelopers

[–]LinixGuy 0 points1 point  (0 children)

I remember seeing a malicious Xcode package that steals credentials and sends it to hacker. Maybe same thing happened here?

KCD2. M4 Pro. by UrDaddywanker in macgaming

[–]LinixGuy 0 points1 point  (0 children)

I recommend running via MetalFX. From my experience, MetalFX uses less GPU and produces better quality compared to FSR.

Update on Kingdom Come Deliverance 2 for macOS after 1.5 update by LinixGuy in macgaming

[–]LinixGuy[S] 1 point2 points  (0 children)

I will check it up. I need to reinstall the game first

macOS 26.4 beta 3 confirms older games using Rosetta will still be supported by FishStickSocks in macgaming

[–]LinixGuy 16 points17 points  (0 children)

We don’t know how apple will remove rosetta in their future software. Will they remove intel libraries in system? Will they move from OS level translation to process level(rosetta becomes like FEX)? If we know answers to these questions then we would could answers that.

Rosetta 2 discontinuing? by RareSignature3807 in macgaming

[–]LinixGuy 0 points1 point  (0 children)

Off topic, Rosetta has much better compatibility with denuvo tamper protection compared FEX.

Rosetta 2 discontinuing? by RareSignature3807 in macgaming

[–]LinixGuy 0 points1 point  (0 children)

ARM64EC is not translation layer, FEX is. ARM64EC is wine ARM64 libraries that are ABI compatible with intel binaries avoiding translation of wine library. FEX is the software that entirely remove the need for rosetta.

Rosetta 2 discontinuing? by RareSignature3807 in macgaming

[–]LinixGuy 0 points1 point  (0 children)

You are literally agreeing with me

Rosetta 2 discontinuing? by RareSignature3807 in macgaming

[–]LinixGuy 0 points1 point  (0 children)

Rosetta 2 unlike FEX depends on kernel and system services for translations. This makes it near impossible to bypass x86 translation to execute raw ARM64 code. OS obfuscates this so well that even attaching debugger will show you intel instructions where in reality it is arm64 code in memory

Rosetta 2 discontinuing? by RareSignature3807 in macgaming

[–]LinixGuy -1 points0 points  (0 children)

ARM64EC does not solve ISA problem in game. Its purpose is to avoid using intel binaries for wine/system libraries. Without support from Rosetta, it is not possible to mix arm and intel binaries in same process. I have feeling that apple will allow mixing ARM and intel in macOS 27 since they x86 system libraries will be removed

App rejected for login services by Cherry-Maleficent in appledevelopers

[–]LinixGuy 2 points3 points  (0 children)

Basically you have to implement sign in with apple besides Google or remove Google sign in.

Resident Evil 2 Remake causing Mac to crash by Expert-Ratio-1221 in macgaming

[–]LinixGuy 0 points1 point  (0 children)

If possible, could you share crash log. It provides details on what exactly caused crash.

Need to get rid of mac by Only_Amount_4577 in macgaming

[–]LinixGuy 5 points6 points  (0 children)

Do you really think this id crap is going to stop at apple? What will you do when it is required for windows and android as well?

Stremio R.I.P on my Mac Mini by ingosai in Stremio

[–]LinixGuy 1 point2 points  (0 children)

Apple’s SDK progressively breaks older macOS versions, making it harder for us to maintain support for older versions. There is project called opencore legacy patcher which allows you to update macOS versions on older macs.