Error: Invalid Frontmatter

Path: /home/nyrjjbc/labo/user/pages/15.atelier/114.demo_second_reality_sous_raspberry_pi/chapter.md

Failed to read /home/nyrjjbc/labo/user/pages/15.atelier/114.demo_second_reality_sous_raspberry_pi/chapter.md: Unexpected characters near "Second Reality" sous Raspberry Pi"" at line 1 (near "title: "Démo "Second Reality" sous Raspberry Pi"").

---
title: "Démo "Second Reality" sous Raspberry Pi"
date: '01-05-2021 00:05'
publish_date: '13-02-2014 23:23'
dateformat: 'd-m-Y H:i'
hero_classes: 'text-light title-h1h2 overlay-dark-gradient hero-large parallax'
hero_image: boa2.png
show_sidebar: true
content:
    items: '- ''@self.children'''
    limit: '5'
    order:
        by: date
        dir: desc
    pagination: '1'
    url_taxonomy_filters: '1'
feed:
    limit: 10
published: true
---

#### Démo "Second Reality" sous Raspberry Pi.

I) Installation de Dosbox :
1) Répertoire de travail :

pi@framboisepi ~ $ mkdir DOSBOX pi@framboisepi ~ $ cd DOSBOX/


2) Téléchargement du code source :

pi@framboisepi ~/DOSBOX $ wget http://gaming.capsule-sa.co.za/downloads/fastdosbox-1.5_src.tar.gz


3) Décompression de l'archive :

pi@framboisepi ~/DOSBOX $ tar xvfz fastdosbox-1.5_src.tar.gz pi@framboisepi ~/DOSBOX $ cd fastdosbox-1.5/


4) Configuration :

pi@framboisepi ~/DOSBOX/fastdosbox-1.5 $ ./configure


5) Compilation :

pi@framboisepi ~/DOSBOX/fastdosbox-1.5 $ make


Erreur :

sdl_mapper.cpp:40:19: fatal error: nofun.h: Aucun fichier ou dossier de ce type compilation terminated.


Solution :
Ouvrir :

src/gui/sdl_mapper.cpp


Chercher et supprimer :

include "nofun.h"


6) Installation :

pi@framboisepi ~/DOSBOX/fastdosbox-1.5 $ sudo make install


7) Lien :
<http://gaming.capsule-sa.co.za/>
II) Installation de la démo "Second Reality".
1) Répertoire de travail :

pi@framboisepi ~ $ cd DOSBOX/ pi@framboisepi ~/DOSBOX $ mkdir DEMOS pi@framboisepi ~/DOSBOX $ cd DEMOS/ pi@framboisepi ~/DOSBOX/DEMOS $


2) Téléchargement du code source :

pi@framboisepi ~/DOSBOX/DEMOS $ git clone https://github.com/mtuomi/SecondReality.git pi@framboisepi ~/DOSBOX/DEMOS $ cd SecondReality/ pi@framboisepi ~/DOSBOX/DEMOS/SecondReality $


3) Installation :

pi@framboisepi ~/DOSBOX/DEMOS/SecondReality $ cd MAIN/ pi@framboisepi ~/DOSBOX/DEMOS/SecondReality/MAIN $ mv U2.EXE DATA/SECOND.EXE


4) Lien :
<http://fabiensanglard.net/second_reality/>
III) Configuration de Dosbox.
1) Premier lancement :

pi@framboisepi ~ $ dosbox


La fenêtre Dosbox apparait.
Quitter la fenêtre : exit
2) Configuration :
Ouvrir :

.fastdosbox/fastdosbox-CVS.conf


Chercher :

cputype=


Remplacer par :

cputype=pentium_slow


Chercher :

keyboardlayout=none


Remplacer par :

keyboardlayout=fr


Chercher :

You can put your MOUNT lines here.


Ajouter après :

mount c /home/pi/DOSBOX/DEMOS/SecondReality c: keyb fr


3) Deuxième lancement :

pi@framboisepi ~ $ dosbox


La fenêtre Dosbox apparait.
IV) Lancement de la demo :

C:> cd MAIN C:\MAIN>cd MAIN C:\MAIN\DATA>SECOND.EXE


Attention la démo est très très lente !! O\_o
[![second_reality](https://miniordi.hacktech.dev/wp-content/uploads/2014/02/second_reality.png)](https://miniordi.hacktech.dev/wp-content/uploads/2014/02/second_reality.png)
La vrai démo :
[youtube]http://www.youtube.com/watch?v=rFv7mHTf0nA[/youtube]