Jump to content

googleyf

Members
  • Posts

    8
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

googleyf's Achievements

Newbie

Newbie (4/54)

0

Reputation

  1. Ok, so I've changed MTASA_VERSION_TYPE to VERSION_TYPE_RELEASE in Serve\version.h and rebuilt the server using win-...bat executables - now it shows me this: http://prntscr.com/et1bwj
  2. Ok, so I've rebuilt the server using win-...bat executables. The build process ended up with 5 errors and a couple of warnings, don't remember exactly the description. I've checked - server\x64\net.dll is 1.64MB. The server starts but I can't see it in the client (Multi Theft Auto.exe 1.10739.0.0). Server logs show no errors.
  3. Sorry for late response So, I rebuilt a server, took and renamed net.dll file to net_d.dll and put it to ...\mtasa-blu\Bin\server\x64. Then I copied pthread_d.dll and libcurl_d.dll and renamed them to pthread.dll and libcurl.dll accordingly. My files have 1.30MB size. Done
  4. So, what I've done: - removed Build and Bin folders from mtasa-blue directory - synced with mtasa-blue (Git) - rebuilt the server - rerun utils\premake5.exe install_data and utils\premake5.exe install_resources - repeated all the steps suggested in this dialog above What I get: - error msg from here Maybe I did smth wrong?
  5. Thank you ccw - your advice helped! I've copied those two files and renamed them as you told. Server starts now But now the other problem showed up - client doesn't see this server in Local list. Client only can "see" the server when you press the "info" button. But "Join" is not working anyways - it shows the "It is not possible to connect this time" msg. Maybe it's because of config props but I haven't found the reason by now.. P.S. Client sees the x64 server from the link provided by ccw above (https://nightly.multitheftauto.com/mtasa_x64-1.5.3-rc-11179-20170206.exe) and the one which came with the installer.
  6. Well, I installed a server, took and renamed net.dll file to net_d.dll and put it to ...\mtasa-blu\Bin\server\x64. Now it shows the first error message (The specified module couldn't be found)...
  7. Tnx, I'll report the result So I took net.dll from "server" folder of the installation version and renamed it to net_d.dll. Then I moved it to x64 folder from the previous error message. Now I get slightly different error message: http://prntscr.com/e7htck
  8. The actual error message is on the screen-shot: http://prntscr.com/e7hjeq I forked current release from git to my local machine. Then I've run everything by "Build instruction" from readme.md. create-projects.bat was working only with regular rights - it returned "System cannot find path specified" error when running with admin rights. I compiled this thing using Visual Studio 2015 Build Tools (with Win 8.1 SDK). As I have x64 Win I used "VS2015 x64 Native Tools Command Line" shell. After compilation it returned 792 warnings and no errors. Also I've created a .bat file for final steps: " utils\premake5.exe install_data utils\premake5.exe install_resources pause" Can anyone suggest how to resolve this issue?
×
×
  • Create New...