Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to browse folder #17

Open
GoogleCodeExporter opened this issue Jul 30, 2015 · 1 comment
Open

Unable to browse folder #17

GoogleCodeExporter opened this issue Jul 30, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

Hi,

Thanks for producing this, I'm trying to open a folder and getting an error 
traceback on the spawned processes:

process error output: <PyQt4.QtCore.QProcess object at 0x0000000005F8A6A8> - 
Traceback (most recent call last):
  File "loader_process.py", line 71, in <module>
    main(sys.argv)
  File "loader_process.py", line 64, in main
    data = handle_file( f, indices[i] )
  File "loader_process.py", line 52, in handle_file
    reader.export( data_folder, CONSTS.SIH5_FMT, force = False )
  File "c:\projects\ice_cache_loader\icereader.py", line 124, in export
    raise Exception('Error loading data: %s' % self._export_filename )
Exception: Error loading data: X:/Analog 
Folk/Fris/project_items/martini/3d/softimage/Simulation/martini/coke\.sih5\orang
e_1.icecache.sih5

Retry your operation.
Operation was cancelled.
Operation was cancelled.
Operation was cancelled.
Operation was cancelled.

The path would appear to be looking for a sih5 file, am I correct in thinking 
this is an automatically generated intermeadiate file? The .sih5 folder is 
empty.

Any help much appreciated.

Original issue reported on code.google.com by droolz202@googlemail.com on 9 Nov 2012 at 2:50

@GoogleCodeExporter
Copy link
Author

Digging into this deeper the error is actually generated icereader load (hidden 
because it was wrapped in a try except):

process error output: <PyQt4.QtCore.QProcess object at 0x0000000005D02840> - 
Traceback (most recent call last):
  File "loader_process.py", line 71, in <module>
    main(sys.argv)
  File "loader_process.py", line 64, in main
    data = handle_file( f, indices[i] )
  File "loader_process.py", line 52, in handle_file
    reader.export( data_folder, CONSTS.SIH5_FMT, force = False )
  File "c:\projects\ice_cache_loader\icereader.py", line 124, in export
    self.load( )
  File "c:\projects\ice_cache_loader\icereader.py", line 91, in load
    self._read_attributes_desc()
  File "c:\projects\ice_cache_loader\icereader.py", line 173, in _read_attributes_desc
    attrib.read( self.handler )            
  File "c:\projects\ice_cache_loader\icereader.py", line 378, in read
    self.datatype = handler.read_int()
  File "c:\projects\ice_cache_loader\icereader_util.py", line 723, in read_int
    (value,) = self.read( 'i', 4 )
  File "c:\projects\ice_cache_loader\icereader_util.py", line 697, in read
    raise ICECacheDataReadError
icereader_util.ICECacheDataReadError

I'm wondering if this is an issue with icecaches out of 2013 - are they a new 
version?

Original comment by droolz202@googlemail.com on 9 Nov 2012 at 3:27

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant