Hello I am creating a 2D RPG game in my free time and I have been mostly working on it from my laptop but when I brought it to school to work on it it crashes and gives me the error in the eclipse console:
org.newdawn.slick.SlickException: Failed to find value mode: 1366x768 fs=true
at org.newdawn.slick.AppGameContainer.setDisplayMode(AppGameContainer.java:146)
at com.states.Core.main(Core.java:49)
The resolution i have been using is WIDTH = 1366, HEIGHT = 768 please let me know if there are better ones and thank you to the ones that can help