Luniserver.exe not found
- This topic has 22 replies, 4 voices, and was last updated 7 years, 9 months ago by .
- The topic ‘Luniserver.exe not found’ is closed to new replies.
Home › Forums › Help and Support › Resolved › Luniserver.exe not found
Tagged: Error, Help, luniserver.exe, plz, universeserver
I have downloaded the universeserver from github and opened the project but when I go build>build solution it fails and I get the errors:
C3688 invalid literal suffix ‘PRINTF_TIME_MODIFIER’; literal operator or literal operator template ‘operator “”PRINTF_TIME_MODIFIER’ not found
and
#error: Macro definition of snprintf conflicts with Standard Library function declaration
and then nothing more happens.
How do I fix?
The macro definition of snprintf was changed with Visual Studio 14. I recommend downloading and using Visual Studio Express 2013 for Desktop instead.
I downloaded the program from the link and it started installing visual studio 2015 instead of 2013.
OK I looked up Visual Studio Express 2013 for Desktop and I think I’ve found the right one I’m installing it right now
Ok now I tried with visual studio express 2013 for desjtop and I get this error:
error MSB8020: The build tools for v140 (Platform Toolset = ‘v140’) cannot be found. To build using the v140 build tools, please install v140 build tools. Alternatively, you may upgrade to the current Visual Studio tools by selecting the Project menu or right-click the solution, and then selecting “Upgrade Solution…”.
Oh and I get that error twice one for raknet and one for LUNIserver
@viklo2 That’s because you already tried to build it with VS 2015, which likely changed the build tools the project uses to v140 (VS 2015 build tools), you should select the project, go into properties (the button with a wrench on it), then go to Configuration Properties>General and change Platform Toolset
from Visual Studio 2015 (v140)
to Visual Studio 2013 (v120)
.
OK the build succeded this time and I pressed on a button that said “start debug” or something and the server launched, but how do you register an account? Because I can’t log in.
Just type /register, you should be able to figure it out from there.
ok fixed it but how do you get permission to use commands? Some work but I “don’t have permission” to use some others.
Permission? If you type it in the server console it should bring up the option to enter username then a password.
No not the registration, that worked. I mean in the game I do like /spawnobject and it goes “You don’t have permission to use this command”.
Perhaps your in-game account is not administrator/Mythran? You should be able to change account statuses through the Web CMS if I remember correctly.
Oh sorry, misread what you said. Try /gmlevel 2 ingame. If that doesn’t work edit your gmlevel (Or something similar to that) and you can change to the gmlevel to whatever you want.
Comments are currently closed.