I need help starting a server

So as the subject says I can’t seem to start up my own servers, I’ve treid both pysnip and server.exe in the aos folders with voxed. I’m learning voxed map making after making many voxels (for build engine games) I have a few new tricks and tools you mappers will probably like, but first I need to be able to test the maps I’m making.

Here are my problems, pysnip, when I execute run.exe i get this error.

Traceback (most recent call last):
  File "run.py", line 123, in <module>
  File "zipextimporter.pyo", line 82, in load_module
  File "pyspades\server.pyo", line 27, in <module>
  File "zipextimporter.pyo", line 82, in load_module
  File "pyspades\master.pyo", line 103, in <module>
  File "zipextimporter.pyo", line 82, in load_module
  File "pyspades\web.pyo", line 2, in <module>
  File "zipextimporter.pyo", line 82, in load_module
  File "twisted\web\client.pyo", line 42, in <module>
  File "zipextimporter.pyo", line 82, in load_module
  File "twisted\internet\endpoints.pyo", line 44, in <module>
  File "zipextimporter.pyo", line 82, in load_module
  File "twisted\internet\stdio.pyo", line 28, in <module>
  File "zipextimporter.pyo", line 82, in load_module
  File "twisted\internet\_win32stdio.pyo", line 7, in <module>
  File "zipextimporter.pyo", line 98, in load_module
ImportError: MemoryLoadLibrary failed loading win32api.pyd

Running server.exe in Build and Shoot\Game Installations\0.75 I get this message.

Could not retrieve IP address

Here are some pics of voxels I’ve made.

Click for details

https://s18.postimg.org/ry0kdx8tl/pigwalk.png

This is the Pig Cop from Duke Nukem 3D, I made it using poly2vox. It’s “voxelized” from a polygon model I “borrowed” from the EDuke32 Duke3D High Resolution Pack.

https://s18.postimg.org/n0mzsfoqh/ZELDA_BLUEDRESS_WAND.png

Here is one I made from scratch using a image strip and a program called strip2vox, that’s the way I’ve been making voxed geometry and some basic maps that need testing.
Here’s a strip image…
https://s18.postimg.org/ieqvk2vhl/zelda_strip.png

And finally a quick dirty example of something I did with voxed during testing.

https://s18.postimg.org/sq7tqsht5/VXL50000.png

Here is the what the image strip that map is made from looks like. (it got downsized when uploaded to postimage.io sry)

https://s18.postimg.org/98d6ausl5/island.png

maybe this will help you?

from: Error when setting up server! Please help - Build and Shoot

Hey Leofreitas,

The GitHub/BnS version of PySnip has always given me problems. Try using this version of PySnip 0.75 instead:

https://code.google.com/archive/p/pysnip/downloads

Good luck. Let me know how it goes!

Thank you, that worked.

https://s18.postimg.org/nb3p3nv3d/shot0000.jpg

Yeah, finally got to see my maps in game!!