•     Please make sure you check the Support FAQ and relevant Guides before you create a new thread in this section!

Launcher MBII launcher won't start with Mono.

Posts
3
Likes
0
Hello.

I am having some issues with the launcher. I go into terminal, and write the command to start/install the launcher through Mono (~/Library/Application\ Support/Jedi\ Academy; mono ./MBIILauncher.exe), but it comes up with this:

-bash: /Users/myname/Library/Application Support/Jedi Academy: is a directory

Cannot open assembly './MBIILauncher.exe': No such file or directory.

Yes, the launcher was placed in the correct folder.

Please help me, I am desperate to play this mod.

Thanks in advance.
 

Supa

The Serial Stacker
Movie Battles II Team Retired
Posts
914
Likes
355
And you typed this exactly?
Code:
~/Library/Application Support/Jedi Academy; mono ./MBIILauncher.exe
 

Puppytine

Slayed dreamer
Posts
2,237
Likes
1,487
Yes, I did.
Did you try to type this exactly?
Code:
~/Library/Application\ Support/Jedi\ Academy; mono ./MBIILauncher.exe
If the launcher doesn't work for you, why not try manually installing?
"That's not the Jedi way. It must run."
MBII Launcher is extremely useful for detecting and repairing broken installations.

@TheUberLord, I think you'll find native mac launcher more suitable for launching game. Just check link @Noob posted.
 

Supa

The Serial Stacker
Movie Battles II Team Retired
Posts
914
Likes
355
Try this
Code:
cd ~/Library/Application\ Support/Jedi\ Academy; mono ./MBIILauncher.exe
 
Posts
109
Likes
106
Easiest thing instead of writing is just to drag the file(=MBiilauncher.exe) into the terminal window, the computer will give you the correct directory path of the file.

So you write mono, space bar, drag the launher into the window, press enter. That's how I use the launcher.
 
Top