|
Kreilan Newbie
Joined: 28 Feb 2003 Posts: 5
|
Posted: Fri Mar 21, 2003 7:47 am
zMapper Access Violation |
I've got a small problem with zMapper I'm hoping someone can help with. I've got zMud 6.4 and I've created a database with all my maps in it. The problem is, whenever I try to open this database in zMapper, which I also have, it gives me this error:
ObjTbl: Type mismatch for field 'Content', expecting: WideString actual: Memo.
Then I press 'OK' and it goes on to say:
Access violation at address 006282E1 in module 'zMapper.exe'. Read of address 00000000.
Anyone know what's going on? The map opens fine in zMud but zMapper (version 1.10 btw) has these odd problems. Thanks. |
|
|
|
Charbal GURU
Joined: 15 Jun 2001 Posts: 654 Location: USA
|
Posted: Fri Mar 21, 2003 10:48 am |
Well, a little bit of history should clear things up. zMapper 1.10 was released with zMUD 6.33 when the Content field was a WideString.
But this field was changed in zMUD 6.35. From the version history:
"Changed room Contents field from string(255) to memo field"
So zMapper had to be recompiled as well to deal with this new change. As it turns out, the next publicly available zMapper that would work with this was 1.12. So you need at least that version to load the map. Go ahead and download the latest version (1.15) and it should work fine.
- Charbal |
|
|
|
Kreilan Newbie
Joined: 28 Feb 2003 Posts: 5
|
Posted: Sat Mar 22, 2003 1:29 am |
Works fine now. Thanks Charbal
|
|
|
|
|
|