Error in maze editor
Run-time error '13':
Type mismatch

Any solution for this?
@jonbesga @pavlukivan Were you able to use it at all, or did it immediately show the error?
Incidentally, I've been trying to recover the maze editor source code, so there's some chance of solving (assuming it's a bug).
@pavlukivan It looks like the tiles and/or crossrefs.txt file aren't where the maze editor expects. The left panel should be populated with walls, etc. (I believe this is why it crashed for you).
Where is the crossrefs.txt file relative to your maze_editor.exe? The 'res' folder should be at the same level as the maze editor, and there should be a crossref.txt file inside 'res'. I think it was broken by some later changes to the game graphics organization.. you might try an older file layout like in this original version:
http://pinproject.com/pacman/pacman.zip
it was a long time ago so i dont even have access to that pc, but i believe it could be caused by cyrillic characters or spaces in path
I found the reason!! The reason is the different of 'end of line unix and window'. This issue is occurred, even you only use window system.
Check the newline type of txt files in this project. (crossref.txt, levels/*.txt...etc )
If you faced this problem. convert newline type to window
exam)