SoulGirlJP/AzureV316

Can't Starting server

Closed this issue · 16 comments

/* Socket Configuration and Server Up */
[오류] 서버 세팅파일을 불러오는데 실패하였습니다.
java.io.FileNotFoundException: property\ServerSettings.properties (指定されたパスが見つかりません。)
	at java.io.FileInputStream.open0(Native Method)
	at java.io.FileInputStream.open(FileInputStream.java:195)
	at java.io.FileInputStream.<init>(FileInputStream.java:138)
	at java.io.FileInputStream.<init>(FileInputStream.java:93)
	at constants.ServerConstants.<clinit>(ServerConstants.java:151)
	at launcher.ServerPortInitialize.LoginServer.<clinit>(LoginServer.java:34)
	at launcher.Start.main(Start.java:110)
Exception in thread "main" java.lang.ExceptionInInitializerError
	at launcher.ServerPortInitialize.LoginServer.run_startup_configurations(LoginServer.java:82)
	at launcher.Start.main(Start.java:110)
Caused by: java.lang.NullPointerException
	at provider.WzXML.XMLWZFile.fillMapleDataEntitys(XMLWZFile.java:24)
	at provider.WzXML.XMLWZFile.<init>(XMLWZFile.java:20)
	at provider.MapleDataProviderFactory.getWZ(MapleDataProviderFactory.java:15)
	at provider.MapleDataProviderFactory.getDataProvider(MapleDataProviderFactory.java:21)
	at launcher.LauncherHandlers.MapleLoginHelper.<init>(MapleLoginHelper.java:25)
	at launcher.LauncherHandlers.MapleLoginHelper.<clinit>(MapleLoginHelper.java:15)
	... 2 more
java.lang.NumberFormatException: For input string: "20200909104123.0"

Gentle reminder to either enclose in code blocks, or use a screenshot.
Can you double check that all files are properly downloaded, and the server settings file(s) are properly set?

oh, sorry I take a screenshot
hmm properly maybe.
無題

So the property folder is properly downloaded?
Especially the ServerSettings.properties file:
AzureV316/AzureMS/property/ServerSettings.properties
Could you try cloning/pulling again, and checking if the ServerSettings.properties file is properly located?

(Also, gentle reminder that you will need to set the locale to Korean later, if you want to run the client. I believe yours is set to Japanese now?)

I think properties file is properly located.
hmm, I was change system locale to Korea I don't know why : (
無題

That's strange. @Bratah123 any ideas?

Edit: noted from your timestamp details that it is already set to Korean locale (with Japanese system language), so that should be fine/properly set already.

and could you check this please?
is this correctly? : (
1
2

JDK is fine, I saw the JDK mentioned in the console readout already, that's why I didn't comment.
You're still getting the same error messages now?

hmm yes;;;
There was no error when I set this to the full path, will be works in that case?
like this.

FileInputStream("C:/Users/blue/Desktop/AzureV316/AzureMS/property/ServerSettings.properties");

can you try setting the working directory to:
C:\Users\blue\Desktop\AzureV316\AzureMS

My best guess is that because you set the working directory to AzureV316\AzureMS\src\launcher, it can't find the properties file via the property\ServerSettings.properties relative path.

Reference:

image
Run -> Edit Configurations

oh!! this is errors...?
po

Don't worry, those aren't fatal errors. It just found extra files it doesn't need. Soul probably tried running it with a bunch of different JDKs before, that's why there's so many slf4j. (This is why Me/Brandon/Desc have advocated for Maven management 😒)

The fact that you can get the channels to load means it's good to go. You should be able to run a client and get into game now.

Flagging for closing since this issue seems resolved.

thank you so much, could I ask other things?
TAIGA_Redirector.exe is not work, I don't know why Firewall or untivirus somthing?
If you know please teach me : (

That might be out of the scope of this project (and there's not enough details to tell from your description).
Might want to divert that to Soul on Discord (in Azure #help) since he's the only one who has access to the source for that redirector. This open source project is only concerned with the server side.

Just a gentle reminder that the redirector is for localhost only - you can't connect from a different machine than the one the server is hosted on.

I'm sorry working!
thank you so much so many use time for me!
have a nice day!

No problem