Search results

  1. Dan_Prime

    New Launcher Alpha Tests

    The data directories for the new launcher are listed below: Windows AppData/Roaming/.westeroscraft/ OSX ~/Library/Application Support/.westeroscraft/ Linux /home/.westeroscraft/ If you're a builder who needs the macro mod with liteloader, I have setup instructions here...
  2. Dan_Prime

    New Launcher Alpha Tests

    New Launcher Alpha Tests Hey guys, after a very long time (sorry lol), the new launcher is finally ready for alpha testing. You may be wondering, what is alpha? Does this just mean the new launcher is ready? In short, no. The new launcher is not ready for public consumption, however it is at a...
  3. Dan_Prime

    [win10][Java1.8.0_171][WesterosCraft Launcher]

    I'm not really sure what's wrong here. You can try a few things to start. Remove liteloader and see if it works then. (Just temporarily to see if this is the issue) Delete your data folder and try again. If you're free on Discord I can assist you more rapidly there.
  4. Dan_Prime

    Will not load WesterosBlocks

    You will need to update the WesterosBlocks mod. The reason we have a custom launcher is because we deploy updates periodically. If you use the vanilla launcher to connect you will have to manually update everything. The latest version of the WesterosBlocks mod for the production server is...
  5. Dan_Prime

    Error: Error occurred during initialization of VM Too small initial heap

    We'll need more information. Try posting the launcher log or at least an image of your settings.
  6. Dan_Prime

    [win10][Java1.8.0_171][WesterosCraft Launcher]

    You've set your maximum memory to 0.5GB. That simply will not work. Please update your Java settings on the launcher to look something like this. Please note that the fourth field "JVMOpts" overrides the top two. -Xmx4G means maximum ram = 4 Gigabytes. If your computer cannot take this value...
  7. Dan_Prime

    Launcher refusing to launch MC, and another issue.

    You haven't posted a log, so I can't tell you exactly what's wrong. My guess is that you have 64-bit java installed but did not update the Java path under the settings menu. For information on how to do that, please refer to our Troubleshooting Guide...
  8. Dan_Prime

    [win10][Java1.8.0_171][WesterosCraft Launcher]

    If launchwrapper.jar is actually missing from the lib directory, you can do one of two things. Try updating again, as who knows if there were other download errors. If you know this is the only issue and don't feel like updating, you can download launchwrapper.jar from...
  9. Dan_Prime

    [Project] New Launcher (Official)

    Nah, I'm a student. I try though lol. Anyway, News UI is basically done. I implemented some transition/error views. For example, if the news fails to load, if there is no news, or if the news is loading. The code has has also been cleaned up a bit. I squashed the commits from the feature branch...
  10. Dan_Prime

    [Project] New Launcher (Official)

    Sneak peek at news: I'm still experimenting with some UI features, so it will only get better :).
  11. Dan_Prime

    [Project] New Launcher (Official)

    Due to slight delays with the distribution index, news loading will now be included in alpha. Currently experimenting with many different layouts, trying to make it look good. I'll probably have more updates this weekend, I'm done with finals after Friday. See #launcherdev on discord for the latest.
  12. Dan_Prime

    [Project] New Launcher (Official)

    Application auto updates are implemented. The launcher checks for updates on startup and then every 30 minutes. Basic implementation looks like this: I will add more details down the line. For example, I could add the changelog, update title, etc. I'll probably do that when I'm working on...
  13. Dan_Prime

    [Project] New Launcher (Official)

    Getting closer to alpha, I expect to meet the mid-May goal. A few things remain on the todo list, hopefully I can get them done soon. A lot has been completed these past few weeks, although I haven't listed everything on Trello. To get a really good idea of what's been done recently, check out...
  14. Dan_Prime

    JacksMean Builder Application

    Your issue is likely that you have 32 bit Java, as Emot pointed out. You will need to install the 64-bit version and correct your launcher settings. If you need help fixing the issue, we have detailed instructions on the Troubleshooting Guide.
  15. Dan_Prime

    [Project] New Launcher (Official)

    The end of the semester is absolutely unforgiving. Regardless, I've managed to put some more work into this project. Serveral items on the alpha checklist have been completed, you can view that by clicking on the link in my previous post. Currently I'm working on the server selection UI. I've...
  16. Dan_Prime

    [Project] New Launcher (Official)

    Added preliminary Java detection functionality for mac. This will need to be improved upon, but so far it's working relatively well. If any of you decide to pull the latest code and try it out, be aware that the game currently will not launch on Mac. There is some issue with the command line...
  17. Dan_Prime

    [Project] New Launcher (Official)

    Another update, this time with pictures :) Java validations have been added to the UI. Basically, the launcher will validate that the Java path specified is valid before each launch. If the value is not valid (32-bit, non-existant, etc), it will perform a discovery on your system to search for...
  18. Dan_Prime

    [Project] New Launcher (Official)

    Hello everyone, an update is long overdue. This project hasn't been forgotten, I've just been having a very busy semester. I got some free time this past weekend (mostly by putting off my other work lol) and managed to work on this a bit. The implemented features are mainly related to UI...
  19. Dan_Prime

    Unable to launch

    Try updating again.
  20. Dan_Prime

    Unable to launch

    Yea that means 12/100 are online. Is there anthything under the Log tab? If so, could you past that here so I can see what the error is? Also, feel free to read the troubleshooting guide to determine the error if you haven't already.