Opened 7 years ago
Closed 7 years ago
#1410 closed defect (fixed)
bundleinfo.xml DataFile not installed/found
Reported by: | Owned by: | Conrad Huang | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Build System | Version: | |
Keywords: | Cc: | Greg Couch | |
Blocked By: | Blocking: | ||
Notify when closed: | Platform: | all | |
Project: | ChimeraX |
Description
The following bug report has been submitted: Platform: Windows-10-10.0.17134 ChimeraX Version: 0.8 (2018-10-31) Description (Describe the actions that caused this problem to occur here) Log: UCSF ChimeraX version: 0.8 (2018-10-31) How to cite UCSF ChimeraX open "C:/Users/Peteryou1986/Desktop/chemerin dock/2xwj.cif.gz" open "C:/Users/Peteryou1986/Desktop/chemerin dock/2xwj.cif.gz" Summary of feedback from opening C:/Users/Peteryou1986/Desktop/chemerin dock/2xwj.cif.gz --- note | Fetching CCD NI from http://ligand-expo.rcsb.org/reports/N/NI/NI.cif 2xwj.cif title: Crystal Structure of Complement C3b in Complex with Factor B [more info...] Chain information for 2xwj.cif #1 --- Chain | Description A C E G | complement C3 β chain B D F H | complement C3 α chain I J K L | complement factor B 2xwj.cif mmCIF Assemblies | 1| author_and_software_defined_assembly | 2| author_and_software_defined_assembly | 3| author_and_software_defined_assembly | 4| author_and_software_defined_assembly color selAtoms bychain color selAtoms bychain show selAtoms surfaces show selAtoms surfaces lighting simple lighting simple lighting shadows true lighting shadows true lighting soft lighting soft lighting full lighting full lighting soft lighting soft movie record movie record turn y 2 180 turn y 2 180 wait 180 wait 180 movie encode C:\Users\Peteryou1986/Desktop\movie1.mp4 movie encode C:\Users\Peteryou1986/Desktop\movie1.mp4 Movie saved to C:\Users\Peteryou1986/Desktop\movie1.mp4 select /B/D/F/H select /B/D/F/H 28844 atoms, 29452 bonds, 8 pseudobonds, 1 model selected color selAtoms byhetero color selAtoms byhetero hide selAtoms hide selAtoms show selAtoms show selAtoms color selAtoms bychain color selAtoms bychain save C:\Users\Peteryou1986/Desktop\image1.png supersample 3 save C:\Users\Peteryou1986/Desktop\image1.png supersample 3 set bgColor gray set bgColor gray set bgColor white set bgColor white help help:user help help:user Developer warnings in user commands index: * didn't expect href to be to tools/sequenceviewer.html on line 245 help help:user help help:user help help:user help help:user help help:user help help:user help help:user help help:user help help:user help help:user help help:user help help:user help help:user help help:user help help:user help help:user help help:user help help:user help help:user help help:user help help:user help help:user Traceback (most recent call last): File "C:\Program Files\ChimeraX\bin\lib\site-packages\chimerax\ui\gui.py", line 692, in _about with open(fn) as f: FileNotFoundError: [Errno 2] No such file or directory: 'C:\\\Program Files\\\ChimeraX\\\bin\\\lib\\\site-packages\\\chimerax\\\ui\\\about.html' FileNotFoundError: [Errno 2] No such file or directory: 'C:\\\Program Files\\\ChimeraX\\\bin\\\lib\\\site-packages\\\chimerax\\\ui\\\about.html' File "C:\Program Files\ChimeraX\bin\lib\site-packages\chimerax\ui\gui.py", line 692, in _about with open(fn) as f: See log for complete Python traceback. OpenGL version: 3.3.0 - Build 24.20.100.6136 OpenGL renderer: Intel(R) HD Graphics 520 OpenGL vendor: Intel
Change History (2)
comment:1 by , 7 years ago
Cc: | added |
---|---|
Component: | Unassigned → Build System |
Owner: | set to |
Platform: | → all |
Project: | → ChimeraX |
Status: | new → assigned |
Summary: | ChimeraX bug report submission → bundleinfo.xml DataFile not installed/found |
comment:2 by , 7 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Fixed in b0a9858c3.
about.html was neither created nor cleaned. Now it is both cleaned and regenerated when needed.
Note:
See TracTickets
for help on using tickets.
'about.html' is listed in the ui module's bundle_info.xml and is present in the module's src directory, but is apparently not installed into the bundle. Perhaps the help system is moving it? I don't know.