AthlonJedi Administrator
Posts : 213 Join date : 2012-07-19 Location : Walkerton, Indiana
| Subject: new account character creation failed{resolved} Sat 15 Jun - 12:30 | |
| Any idea what this means? - Code:
-
ERROR [2013-06-14 21:14:55,423] LoginConnection-1 Caught exception in character factory: Traceback (innermost last): File "../config/sampleworld/character_factory.py", line 107, in createCharacter AttributeError: 'NoneType' object has no attribute 'getPoint'
at org.python.core.Py.AttributeError(Unknown Source) at org.python.core.PyObject.noAttributeError(Unknown Source) at org.python.core.PyObject.__getattr__(Unknown Source) at org.python.core.PyObject.invoke(Unknown Source) at org.python.pycode._pyx5.createCharacter$2(../config/sampleworld/character_factory.py:107) at org.python.pycode._pyx5.call_function(../config/sampleworld/character_factory.py) at org.python.core.PyTableCode.call(Unknown Source) at org.python.core.PyTableCode.call(Unknown Source) at org.python.core.PyTableCode.call(Unknown Source) at org.python.core.PyFunction.__call__(Unknown Source) at org.python.core.PyMethod.__call__(Unknown Source) at org.python.core.PyObject.__call__(Unknown Source) at org.python.core.PyObject._jcallexc(Unknown Source) at org.python.core.PyObject._jcall(Unknown Source) at org.python.proxies.mvmodule$SampleFactory$1.createCharacter(Unknown Source) at multiverse.mars.plugins.MarsLoginPlugin.handleCharacterCreateMessage(MarsLoginPlugin.java:283) at multiverse.server.worldmgr.LoginPlugin$SocketHandler.dispatchMessage(LoginPlugin.java:304) at multiverse.server.worldmgr.LoginPlugin$SocketHandler.run(LoginPlugin.java:240) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1146) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) at java.lang.Thread.run(Thread.java:679) ERROR [2013-06-14 21:14:55,424] LoginConnection-1 Character factory returned null OID ERROR [2013-06-14 21:14:55,424] LoginConnection-1 MarsLoginPlugin: character creation failed, account=16 errorMessage=Internal error
This happens on a new account in which the username,password,"activated" and "Suspended" feilds are populated via php from my website, BUT on accounts I create by hand, this doesnt occur. EDIT:: This IS caused by not setting a spawn marker when you start a "new world" in the world editor, to avoid it, simply make a collection ( I usualy put similar things in the same collection ) then add a marker and name it "spawn" without quotes and LOWERCASE not "Spawn" like it says on the wiki lol
Last edited by AthlonJedi on Sat 15 Jun - 13:58; edited 1 time in total | |
|
AthlonJedi Administrator
Posts : 213 Join date : 2012-07-19 Location : Walkerton, Indiana
| Subject: Re: new account character creation failed{resolved} Sat 15 Jun - 13:17 | |
| Wait, its with any new character I create now, I wander if its because I didn't add a spawn marker when I remade sampleworld lol | |
|