Offline Server - udp tools

07/14/2015 16:15 RSZ28#61
Quote:
Originally Posted by Nilzao View Post
did your AV say beta 1.1 have same virus?
Yup. Say there's a virus. As I said in my reply on page 6, it doesn't say what virus it has. Says there's a virus then stop the download.
07/14/2015 16:58 Amaratha#62
Quote:
Originally Posted by RSZ28 View Post
Yup. Say there's a virus. As I said in my reply on page 6, it doesn't say what virus it has. Says there's a virus then stop the download.

What is your AV? Mine's N360 and it's really prone to false positives but it didn't bat an eyelid at either of the files...

EDIT: Update: after unpacking it did balk at the udp debug file, saying it's "suspicious cloud". I've learned to whitelist 99% of the stuff it labels as such, unless I don't know at all what it is. It's norton's way of saying "it connects to internet/a port".
07/14/2015 17:10 mortiisdei#63
Also today's Kaspersky not founded anything
07/14/2015 18:08 Nilzao#64
Quote:
Originally Posted by JulZ05 View Post
Ah ok, how do you merge and recompile it?
Again... What's working on beta 1.0 and not working on beta 1.2?
07/14/2015 18:20 mortiisdei#65
@Nilzao: How's it even possible? I can sell cars \o/ :D
07/14/2015 19:57 Amaratha#66
Quote:
Originally Posted by Nilzao View Post
Again... What's working on beta 1.0 and not working on beta 1.2?
I can see lots of parts and skills in beta 1.0 YT movies which are not in beta 1.2.
07/14/2015 20:55 JOKERSX1#67
SOU PORTUGUES :V
07/14/2015 21:10 tuaprimadd#68
Quote:
Originally Posted by JOKERSX1 View Post
SOU PORTUGUES :V
[Only registered and activated users can see links. Click Here To Register...]
07/14/2015 22:35 castortrovador#69
Mais um aqui! :D
07/15/2015 03:55 leipero#70
I might be doing something wrong..., but, Ubuntu 15.04, after some errors (since I'm not developer), solved with (might help):

sudo apt-get install libffi-dev
sudo apt-get install libssl-dev
sudo apt-get install libxml2-dev
sudo apt-get install libxslt1-dev
sudo apt-get install python-dev

and installed with "pip install mitmproxy" = no problem.

mitmdump -p 1337 -R http2http://localhost:7331/ gives me this:

argparse:

If i continue with "python ~xmpphost.py" everything seems fine(?):

With "java -jar nfsw-srv-Version-x-y-z.jar":

And finally with "wine ..." I get (and ERRORCODE 5 in game):

Any idea? Thanks.
07/15/2015 06:00 Nilzao#71
Quote:
Originally Posted by leipero View Post
I might be doing something wrong..., but, Ubuntu 15.04, after some errors (since I'm not developer), solved with (might help):

sudo apt-get install libffi-dev
sudo apt-get install libssl-dev
sudo apt-get install libxml2-dev
sudo apt-get install libxslt1-dev
sudo apt-get install python-dev

Any idea? Thanks.
remove mitmproxy ubuntu package:

sudo apt-get remove mitmproxy

then install pip mitmproxy

sudo pip install mitmproxy --upgrade
07/15/2015 15:27 leipero#72
Quote:
Originally Posted by Nilzao View Post
remove mitmproxy ubuntu package:

sudo apt-get remove mitmproxy

then install pip mitmproxy

sudo pip install mitmproxy --upgrade
Thanks for answer, however, if I do that, after entering:
mitmdump -p 1337 -R http2http://localhost:7331/
command in terminal, it says that mitmdump is not installed, and to run:
sudo apt-get install mitmproxy

If i run that, it installs and result is my first post.

I must be doing something wrong, or there are other dependencies that are present on developing machine (your machine) that are not present on user machine. It's clearly missing mitmdump,

On Windows it works, however in version 1.2, i had to rename "nfsw-srv-1.2-BETA.jar" (or what name was) to "nfsw-srv-1.0.jar" in order for ServerLauncher.exe to detect it.

It seems like this is the problem:
[Only registered and activated users can see links. Click Here To Register...]

I will try to find a solution online, I've tried solution with easy_install, still same, but any help is welcome.
07/15/2015 18:40 Nilzao#73
Quote:
Originally Posted by leipero View Post
Thanks for answer, however, if I do that, after entering:
mitmdump -p 1337 -R http2http://localhost:7331/
command in terminal, it says that mitmdump is not installed, and to run:
sudo apt-get install mitmproxy

If i run that, it installs and result is my first post.

I will try to find a solution online, I've tried solution with easy_install, still same, but any help is welcome.
your:
pip install mitmproxy --upgrade

failed.

try this:
[Only registered and activated users can see links. Click Here To Register...]
07/15/2015 21:31 leipero#74
Quote:
Originally Posted by Nilzao View Post
your:
pip install mitmproxy --upgrade

failed.

try this:
[Only registered and activated users can see links. Click Here To Register...]
Thank you, tried that before posting also, no go for some reason, however, I did moved back to 14.04 = all good considering installation (I had to add those dependencies in post #70), but I ended up with other problems, most likely connected with wine:
"Login failed, Game will be shutdown." - Sorry a server error caused your Event to be cancelled.

Here is if you want to see what happens in terminal after commands:
mitmdump -p 1337 -R http2http://localhost:7331/

python xmpphost.py

java -jar nfsw-srv-Version-x-y-z.jar

wine explorer /desktop=NFSW,1024x768 nfsw.exe US [Only registered and activated users can see links. Click Here To Register...] a 1:

Maybe it is because of wine, i did new prefix with (as suggested on winehq):
winetricks d3dx9 dotnet20 ie7 glsl-enable gdiplus (all separate done).
07/15/2015 23:03 RSZ28#75
Hey, Nilzao, I finally got what virus my AV says your files have.

NewHeur_PE probably unknown.

So hopefully it'll help you.