notparadoxlauncher icon indicating copy to clipboard operation
notparadoxlauncher copied to clipboard

Files dont exist? - mac version

Open jamesxr23 opened this issue 3 years ago • 2 comments

the readme says to copy some files from "~/Library/Preferences/Paradox Interactive/launcherpath"

There is no "paradox interactive" file in ~/library/preferences... or anywhere on my mac for that matter! not sure where the files mentioned in the readme are.

The launcher appears to work, but using any of the launch parameters doesn't, I get an error - this has been attached below. image

jamesxr23 avatar Jan 28 '22 00:01 jamesxr23

Unfortunately I don't have access to a mac to update the code for newer versions of mac after Catalina (that was tested with a VM)

shusaura85 avatar Jan 28 '22 13:01 shusaura85

You will not be able to save to a file inside your application bundle due to app translocation (aka path randomization). A more common macOS method would be to use a file or folder in ~/Library/Application Support.

Also, due to the same path randomization, the wrong path is saved in the launcherpath file — the launcher will only be used once. Manually putting the desired path in launcherpath will use Not Paradox Launcher as expected.

brucep avatar Mar 23 '24 16:03 brucep