Problem Direwolf20 V5.1.1 Cant login

  • FTB will be shutting down this forum by the end of July. To participate in our community discussions, please join our Discord! https://ftb.team/discord

mroberts6

New Member
Jul 29, 2019
14
0
0
When i try to login to my direwolf20 server i get this:
u0ugh.jpg


and then it takes me to the title screen

Im using a Mac OSX mountain lion
 

glasspelican

New Member
Jul 29, 2019
187
0
0
In the launcher advanced options enable the debug terminal, and when you login watch for errors

There may also be something helpful in the server logs
 

Kuramdo

New Member
Jul 29, 2019
6
0
0
Step 1, make a folder called ftb in your desktop and put your ftb launcher.jar into there.
Then in the options change the install folder to the folder on your desktop. If you do this you will have to reinstall ftb, but it is worth it.
Then enter this into terminal, the whole command, and nothing less:

Code:
#!/bin/bash
cd "$(dirname "$0")"
java -Xmx1024M -Xms512M -jar *DRAG YOUR FTBLAUNCHER.JAR INTO HERE, BE SURE TO DRAG THE ONE IN YOUR DESKTOP FOLDER CALLED "ftb"*

If you want to automate this, you can make a start.command file with this in it and then give it permission.