The Java file doesn't do anything else except creating a *.cfg and *.log file in the osu path folder(where I put the *.jar file).
The *.log is showing this:
the *.cfg is showing this:
The version I'm using is 0.2.1. I tried other versions but same thing happens.
The *.log is showing this:
Sat Jul 05 01:21:46 JST 2014 ERROR:Unable to determine Slick build number
Sat Jul 05 01:21:46 JST 2014 ERROR:Resource not found: icon16.png
java.lang.RuntimeException: Resource not found: icon16.png
at org.newdawn.slick.util.ResourceLoader.getResourceAsStream(ResourceLoader.java:69)
at org.newdawn.slick.AppGameContainer.setIcons(AppGameContainer.java:527)
at itdelatrisu.opsu.Opsu.main(Opsu.java:137)
Sat Jul 05 01:21:46 JST 2014 ERROR:Error while creating game container.
Sat Jul 05 01:21:46 JST 2014 ERROR:Failed to set the icon
org.newdawn.slick.SlickException: Failed to set the icon
at org.newdawn.slick.AppGameContainer.setIcons(AppGameContainer.java:530)
at itdelatrisu.opsu.Opsu.main(Opsu.java:137)
the *.cfg is showing this:
# opsu! configuration
# last updated on Saturday, July 05, 2014
BeatmapDirectory = C:\Games\osu!\Songs
Skin = C:\Games\osu!\Skins
Port = 49250
ScreenResolution = 3
FrameSync = 0
FpsCounter = false
ScreenshotFormat = 0
NewCursor = true
DynamicBackground = true
VolumeMusic = 30
VolumeEffect = 20
VolumeHitSound = 20
Offset = -150
DimLevel = 30
ForceDefaultPlayfield = false
HitLighting = true
ComboBurst = true
PerfectHit = true
The version I'm using is 0.2.1. I tried other versions but same thing happens.