MossyStone48
Cmdr Deathmark
- Joined
- May 29, 2013
- Messages
- 1,255
- Reaction score
- 432
yeah, it is a pain, and i need to finish my station this happened to be a year or so back but they fixed it, don't know what is happening, what is your operating system?I'm experiencing the same problem as this. Launcher loads but upon pressing 'Start Game' the launcher closes as it should, but the settings window doesn't open. According to task manager nothing is opening either. I have Java 7 64bit and the latest version of StarMade. Sounds like their is no obvious fix right now, but help would be appreciated.
Move StarMade starter to a new location and press the "update" button once launched.how do I do that, I have a mac and whenever I download, it immediately puts it into my download folder, so how do I download it in a new location, also is it me or does it now, not download as a .zip file?
cd /path/to/StarMade
java -jar StarMade.jar -force
how do I open a terminal on mac and what is a CD? I presume he doesn't mean the discOkay, so the settings windows doesn't come up? Then please do what @rocketman221 suggested, run the game from a terminal.
It probably will give you an error message, please copy that and show it to us. (Best use the [code][/code] environment.)Code:cd /path/to/StarMade java -jar StarMade.jar -force
so for the / CD command this was the error messageThe Terminal should be somewhere in that applications thing (in a folder, iirc).
cd is the command that changes the current working directory. The terminal will probably start in your home directory, so you have to use cd to switch to the one where the StarMade.jar is located.