Menu

#4 Random crash on windows during start up

open
nobody
None
5
2006-11-17
2006-11-17
No

OS: Windows XP
txt2tags Version: 2.3

Problem:
txt2tags randomly fails to start, dumping the stack trace listed below. I find that it does not matter what the command line arguments are or if any are specified. If I repeatedly try run txt2tags.exe, sometimes it will start, sometimes it will crash. I occasionally get a series of dialog boxes saying that some dlls were not extracted. The same occurs when running t2t.exe.

> txt2tags.exe
Traceback (most recent call last):
File "<string>", line 1, in ?
File "C:\Python22\Installer\iu.py", line 277, in importHook
File "C:\Python22\Installer\iu.py", line 347, in doimport
File "C:\Python22\Installer\iu.py", line 184, in getmod
File "C:\Python22\Installer\archive.py", line 358, in getmod
ImportError: PYZ entry 'carchive' (0j) is not a valid code object
Traceback (most recent call last):
File "<string>", line 1, in ?
File "C:\Python22\Installer\iu.py", line 277, in importHook
File "C:\Python22\Installer\iu.py", line 347, in doimport
File "C:\Python22\Installer\iu.py", line 184, in getmod
File "C:\Python22\Installer\archive.py", line 358, in getmod
ImportError: PYZ entry 'os' (0j) is not a valid code object
Traceback (most recent call last):
File "<string>", line 1, in ?
File "C:\Python22\Installer\iu.py", line 277, in importHook
File "C:\Python22\Installer\iu.py", line 347, in doimport
File "C:\Python22\Installer\iu.py", line 184, in getmod
File "C:\Python22\Installer\archive.py", line 358, in getmod
ImportError: PYZ entry 'codecs' (0j) is not a valid code object
Traceback (most recent call last):
File "<string>", line 136, in ?
File "C:\Python22\Installer\iu.py", line 277, in importHook
File "C:\Python22\Installer\iu.py", line 347, in doimport
File "C:\Python22\Installer\iu.py", line 184, in getmod
File "C:\Python22\Installer\archive.py", line 350, in getmod
File "C:\Python22\Installer\archive.py", line 304, in extract
ImportError: PYZ entry 're' failed to unmarshal
Traceback (most recent call last):
File "<string>", line 1, in ?
File "C:\Python22\Installer\iu.py", line 277, in importHook
File "C:\Python22\Installer\iu.py", line 347, in doimport
File "C:\Python22\Installer\iu.py", line 184, in getmod
File "C:\Python22\Installer\archive.py", line 358, in getmod
ImportError: PYZ entry 'os' (0j) is not a valid code object

Discussion


Log in to post a comment.