Pippetta87
Pippetta87
Hi, probably I've saved a game while "crying" (dead) and when I load the game the player have zero hearts (all white): everything else works as expected and at first...
Hi, I'm trying to compile it running `cmake . && make` but I get this error: `[97%] Building CXX object CMakeFiles/lifish.dir/src/core/debug/DebugRenderer.cpp.o /home/salvicio/src/lifish/src/core/debug/DebugRenderer.cpp: In lambda function: /home/salvicio/src/lifish/src/core/debug/DebugRenderer.cpp:24:30: error: ‘debugPainter’ is not...
Hi, I get an error "ZeroDivisionError: float division by zero" when I run on python console: ``` >>>gist=sm.GridWaterAnalysis("npt_nojump_protmasshoh.gro","md_0_10_protmass_hoh_nojump.xtc",supporting_file="topol_protmasshoh.top",ligand_file="docking/curcumin_bondnorot_model1.pdb",grid_dimensions=[40, 40, 40],prefix="cur") >>> gist.calculate_grid_quantities() Traceback (most recent call last): File "", line...