It looks like you're new here. If you want to get involved, click one of these buttons!
Alpha is completed, thanks for the help!
=====================================================
There is a forum setup for staff and testers. Nothing formal, just a private place for chatter.
Ken Fisher - Semi retired old fart Network Administrator, now working in Network Security. I don't Forum PVP. If you feel I've attacked you, it was probably by accident. When I don't understand, I ask. Such is not intended as criticism.
Comments
Having issues getting it to run it starts then closes. I'm running windows 7 64bit and was wondering if the client is compatiable?
Here is the log_client.txt
2013/01/24 17:12 -0700 [-] Log opened.
2013/01/24 17:12 -0700 [-] main dir D:GAMESWizards and Championscommon
2013/01/24 17:12 -0700 [-] cwd D:GAMESWizards and Championscommon
2013/01/24 17:12 -0700 [-] Python 2.5 (r25:51908, Sep 19 2006, 09:52:17) [MSC v.1310 32 bit (Intel)]
2013/01/24 17:12 -0700 [-] DEBUG: ItemInfoWnd is being imported
2013/01/24 17:12 -0700 [-] DEBUG: ItemInfoWnd import complete
2013/01/24 17:12 -0700 [-] Traceback (most recent call last):
2013/01/24 17:12 -0700 [-] File "", line 1, in
2013/01/24 17:12 -0700 [-] File "mudclient__init__.pyc", line 12, in
2013/01/24 17:12 -0700 [-] File "mudclientgui__init__.pyc", line 27, in
2013/01/24 17:12 -0700 [-] File "mudclientguimacro.pyc", line 13, in
2013/01/24 17:12 -0700 [-] File "mudclientplayermind.pyc", line 4, in
2013/01/24 17:12 -0700 [-] File "sqlite3__init__.pyc", line 24, in
2013/01/24 17:12 -0700 [-] File "sqlite3dbapi2.pyc", line 27, in
2013/01/24 17:12 -0700 [-] File "_sqlite3.pyc", line 12, in
2013/01/24 17:12 -0700 [-] File "_sqlite3.pyc", line 10, in __load
2013/01/24 17:12 -0700 [-] ImportError: DLL load failed: Invalid access to memory location.
I run here on win7 x64, but compatibility at this point is unknown. There's nothing intentional in the program to not work with Win7.
The sqlite3 failing to load looks like it might be a conflict. I'm finding other tech reports about Python / SQLite3 throwing that error. I'll chase that down.
Got it. The engine uses an SQLite3 library that's half-broken when running on a system that has another application also running an SQLite3 database.
The fix should be to update the DLL with the current version that isn't bugged. LINK
Drop that into the root folder for the game overwriting the old one.
Untested. But we'll know if it works if it fixes your fail to load issue. If it does, I'll try that version on the servers as well so everyone has the same library.
Here is the whole log just incase.
http://pastebin.com/ZkuqRt9e
Logged. Thanks! We'll see tonight if the servers like it.
Argh, just figured out the patcher is going to replace yours with the old one. Looks like I patch now.
If you're interested, there's a forum setup here. At the moment, servers are live and client linked from in the forum.
Most of the people helping haven't found the new forum yet. That's fine with me I'm still working on getting the framework in place. It's very quiet at the moment.
Primary goals for alpha at this point are determining client performance / stability and seeing how well the combat system works.
Once the world is a bit more complete, I'd like to run design decisions past the testers for ideas. From there more of the game mechanics can be installed.