Aller au contenu

Photo

SOLVED: Python EOFError when rendering Lightmap


  • Veuillez vous connecter pour répondre
1 réponse à ce sujet

#1
Chesko256

Chesko256
  • Members
  • 11 messages
EDIT: Fixed this issue by uninstalling ActiveState Python 2.5.4.4 and installing Python 2.5.4 and the requisite win32 extensions, the links listed in step 1 and 2 of the Lightmapper install instructions.

See this thread for background on the problem:  http://social.biowar...436717/1#580085

Basically, when trying to render my lightmap on a test outdoor terrain level, I get the following log output:

E: 16:01:25 - Failed to submit lightmap layout [again]
E: 16:01:25 - Job submission process failed with a return code of '1'.
E: 16:01:25 - EOFError
E: 16:01:25 - version = p.load()
E: 16:01:25 - File "C:\\\\Python25\\\\Lib\\\\site-packages\\\\win32com\\\\client\\\\gencache.py", line 109, in _LoadDicts
E: 16:01:25 - _LoadDicts()
E: 16:01:25 - File "C:\\\\Python25\\\\Lib\\\\site-packages\\\\win32com\\\\client\\\\gencache.py", line 54, in __init__
E: 16:01:25 - __init__()
E: 16:01:25 - File "C:\\\\Python25\\\\Lib\\\\site-packages\\\\win32com\\\\client\\\\gencache.py", line 662, in
E: 16:01:25 - import dynamic, gencache, pythoncom
E: 16:01:25 - File "C:\\\\Python25\\\\Lib\\\\site-packages\\\\win32com\\\\client\\\\__init__.py", line 12, in
E: 16:01:25 - File "", line 31, in
E: 16:01:25 - Traceback (most recent call last):
I: 16:01:25 - EclipseRay v1.2

I have ActiveState Python 2.5.4 installed (by itself, no Python.org).  I have tried uninstalling and reinstalling the toolset and Python.  What's more, this has worked before, and then it started not working at all.  It happened around when I deleted my level folders under - mydocuments\\\\bioware\\\\dragon age\\\\addins\\\\module_name\\\\core\\\\override\\\\toolsetexport to try and solve a missing trees issue. 

I have no idea what's causing this, other than somehow Python is borked.  According to a Python reference:  "EOFError: Raised when one of the built-in functions (input or raw_input
hits an end-of-file condition (EOF) without reading any data."

Any ideas?

Modifié par Chesko256, 09 janvier 2010 - 11:23 .


#2
Mysticyx

Mysticyx
  • Members
  • 8 messages
Thanks a lot, solved it for me.