Please help me- need to run Axantum on Mac OX 10.8.2

Questions about Wine on macOS.
Locked
chellehead
Newbie
Newbie
Posts: 1
Joined: Tue Oct 23, 2012 12:47 pm

Please help me- need to run Axantum on Mac OX 10.8.2

Post by chellehead »

Hi,

I'm not going to pretend I know a lot because I don't. I'm trying to run Axantum (www.axantum.com) on my Mac and the web site says that sometimes wine works with it. I downloaded wine and then downloaded axanum but it gets stuck trying to open the axantum.exe file at "system32." I have no clue what to do...

I need to use Axcrypt for a work-related file.

Thank you,

Mciehlle
doh123
Level 8
Level 8
Posts: 1227
Joined: Tue Jul 14, 2009 1:21 pm

Re: Please help me- need to run Axantum on Mac OX 10.8.2

Post by doh123 »

if it said something about not being able to find the exe file in system32, then that means you launched it wrong... you need to cd into the folder with the exe before you try to run it, or it has no clue where to find the exe file... one of the default places it looks is in system32, but of course its not there so it cannot find it.

so its something like this...

cd "~/.wine/drive_c/Program Files/Some Game Folder"
wine GameExecutable.exe
Locked