Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - jch02140

#1
Help section / Error starting local server
May 06, 2021, 04:40:14 AM
While waiting for my last problem to get a reply. I am having a new problem today... When I try to start the local server I got the following error message

Quote[ERR] Critical Server exception
System.ArgumentNullException: Value cannot be null. (Parameter 'protoEntityWrapper')
   _____________________________________stack trace_____________________________________

   at BaseGameObjectWithProto..ctor(gameObjectType, protoEntityWrapper)
   at BaseWorldObject..ctor(gameObjectType, proto)
   at BaseServerWorldObject..ctor(gameObjectType, proto)
   at BaseServerDynamicWorldObject..ctor(gameObjectType, proto)
   at ServerCharacter..ctor(proto)
   at ServerCharacterPlayer..ctor(proto)
   at #=zg_oSZcc4ZZ2kVZW9F5ErmGNV9N1cg983xSLt0mjG7eQTTOHqaA==.#=zB13SKrUOqMQV()
   at #=zg_oSZcc4ZZ2kVZW9F5ErmGNV9N1cg983xSLt0mjG7eQTTOHqaA==.#=zhsYuN6OTsHMz(#=zXLWmZJiff8Tg, #=zm8pdCZpd19xe)
   at #=zBfFKpx7s94_mOT3SZg_ZaWcmw7HubDLSRziIlnqNX_nd.#=zp9nM69BsB0dD(#=zIgYi7EFSpfy$, #=z1VKZe3FVLGh4, #=zpPQ$oJ67Y6eecUMinA==)
   at #=zO5KOFXMBs9_fuvMjVw==.#=zkzI6XccZ43zRirO9ig==()
   at #=zRoaHpXBdKnMnG1tyM$UvIxkarA0tA07DEA==.#=z5Vh8i8k9Z$Tg9WnUHQ==()
   at #=znej$ZjPenpU3WENvgk_jLpxaKELJ8Z46muFUqkU=.#=zCFGTPOsrc5ZS()
   at #=zHwRQ2fNwh32J3rjZ910uAFRTXlQLEYVE3g==.#=zBmAAPck=()
   at #=z1LRK7CdII$WdABVIPUPeqaKxT2Eo.#=z_XbFnlw=(#=zxwkX9qc=)
   _____________________________________________________________________________________

Is there a way to fix this?
#2
Help section / Problem with the editor
May 03, 2021, 04:32:36 AM
I tried to load a saved game generated from my own private server into the editor. Everything seems to be running fine, however, when I switch to editor mode with F8, the framerate drop to an abysmal 2~4 fps. However, when I turn off editor mode, the frame rate goes back up to normal again. Wondering if there is a way to fix it?

Also, how do I spawn enemies in editor mode?