Re: Exception in thread "AWT-EventQueue-0"
Code: Select all
bash$ grep NaN Wohnung.sh3d ; echo $?
Übereinstimmungen in Binärdatei Wohnung.sh3d
0
bash$ cp Wohnung.sh3d Wohnung.sh3d.bak
bash$ unzip -qq Wohnung.sh3d -d foo
bash$ grep -R NaN foo
foo/Home.xml: <camera attribute='topCamera' lens='PINHOLE' x='NaN' y='NaN' z='NaN' yaw='18.87706' pitch='1.1807954' fieldOfView='1.0995575' time='1552132800000'/>
bash$ cd foo/
bash$ sed -i 's!NaN!0!g' Home.xml
bash$ grep -R NaN * ; echo $?
1
bash$ zip -rqq ../Wohnung_fixed.sh3d *