NFSW private server project

06/03/2016 17:09 berkay2578#361
Quote:
Originally Posted by fabx24 View Post
berkay how we can use this? we have to compile the file in the github?
Yes, Nilzao isn't going to release a new jar with every new commit. To get the bleeding edge server, you need to compile it yourself. (I'm not gonna explain you how to do it, enough information is given in the README.md, google the rest of your problems.)
06/03/2016 18:23 fabx24#362
ok but this is more complicated. if i have to re-compile every time you insert a new feature in to the github...
06/03/2016 19:02 Nilzao#363
Quote:
Originally Posted by fabx24 View Post
ok but this is more complicated. if i have to re-compile every time you insert a new feature in to the github...
That's the spirit!

We do it all time.
06/03/2016 19:20 bisztriz#364
Can somebody help me with building using Eclipse? It says: "No compiler is provided in this environment. Perhaps you are running on a JRE rather than a JDK?" and I'm pretty sure I have installed Java JDK version 8.
(Btw I tried to search in the market for "eGit Maven SCM profile" and it didn't gave me any results. Tried to google it too but it didn't help either. Is this the problem? If yes then somebody can send me a link to download it or something? I've only used Eclipse to modify Minecraft back in 2012 so I'm no expert here)
06/03/2016 19:26 fabx24#365
I know Nilzao but i'm not more expert about the compilation of this file. Maybe my friedn can help me :)
06/03/2016 19:29 Nilzao#366
Quote:
Originally Posted by bisztriz View Post
Can somebody help me with building using Eclipse? It says: "No compiler is provided in this environment. Perhaps you are running on a JRE rather than a JDK?" and I'm pretty sure I have installed Java JDK version 8.
(Btw I tried to search in the market for "eGit Maven SCM profile" and it didn't gave me any results. Tried to google it too but it didn't help either. Is this the problem? If yes then somebody can send me a link to download it or something? I've only used Eclipse to modify Minecraft back in 2012 so I'm no expert here)
Download eclipse j2ee version.

Uninstall all java, reinstall just jdk8.
06/03/2016 19:30 fabx24#367
Oh and @[Only registered and activated users can see links. Click Here To Register...] i can fix the bug of the IP's and the ports with tunngle?
06/03/2016 19:52 Nilzao#368
Quote:
Originally Posted by fabx24 View Post
Oh and @[Only registered and activated users can see links. Click Here To Register...] i can fix the bug of the IP's and the ports with tunngle?
Udp fail in tungle.

I fixed the ip auto detect. Just need to build head from release branch.
06/03/2016 19:56 fabx24#369
so when you fix this issues we don't have anyome the problem for playing via internet with 2 players. nice :)
06/03/2016 20:00 bisztriz#370
Quote:
Originally Posted by Nilzao View Post
Download eclipse j2ee version.

Uninstall all java, reinstall just jdk8.
Javas uninstalled and JDK installed. (Nothing changed maybe because I had the same version before the uninstall but at least it's now a freshly installed one)

Switched to JDK inside "insatalled JREs" in Eclipse and now it did make a server without errors. BUT when I replace the soapbox-race.jar with the new one in the installed server's folder and I run it then it gives me a bunch of errors in the cmd window and the game gives me an error code 500.

I have Eclipse Java EE Mars2 (if I'm not wrong this is j2ee)
Same thing happens with the server if I don't use Eclipse just the installed maven.

Btw thanks for the help it means a lot for me :) And keep up the good work :D You guys are bringing NFS World back from the grave :)
06/03/2016 20:03 Hypercycle#371
Hm, i also can't get working UDP with direct connection and open ports. :(
06/03/2016 20:10 fabx24#372
@[Only registered and activated users can see links. Click Here To Register...] we have to wait the new fix from Nilzao EDIT: @[Only registered and activated users can see links. Click Here To Register...] you have ALREADY fixed the bug? you need only to build the fix?
06/03/2016 23:36 berkay2578#373
Quote:
Originally Posted by bisztriz View Post
BUT when I replace the soapbox-race.jar with the new one in the installed server's folder and I run it then it gives me a bunch of errors in the cmd window and the game gives me an error code 500.
are you sure you compiled the "release" branch and not master? because master has authentication and user login while release is pretty much an offline server.
06/04/2016 00:05 Nilzao#374
Quote:
Originally Posted by bisztriz View Post
Javas uninstalled and JDK installed. (Nothing changed maybe because I had the same version before the uninstall but at least it's now a freshly installed one)

Switched to JDK inside "insatalled JREs" in Eclipse and now it did make a server without errors. BUT when I replace the soapbox-race.jar with the new one in the installed server's folder and I run it then it gives me a bunch of errors in the cmd window and the game gives me an error code 500.

I have Eclipse Java EE Mars2 (if I'm not wrong this is j2ee)
Same thing happens with the server if I don't use Eclipse just the installed maven.

Btw thanks for the help it means a lot for me :) And keep up the good work :D You guys are bringing NFS World back from the grave :)
Half way done, gj fixing installed jre inside eclipse workspace options.

You need to run mvn clean build:assembly (something like that, it's inside readme ) to make full jar.

Will be like 12mb. Mvn install do less than 1 mb.

Quote:
Originally Posted by fabx24 View Post
@[Only registered and activated users can see links. Click Here To Register...] we have to wait the new fix from Nilzao EDIT: @[Only registered and activated users can see links. Click Here To Register...] you have ALREADY fixed the bug? you need only to build the fix?
Already fixed. Just compile
06/04/2016 00:22 fabx24#375
but it's a jar file to compile? if it is i have a friend maybe can help you. if you can send the file on github for compyling i can call him and maybe he can help