Citation:
Envoyé par El_Patas
But how is needed write the path for the PC?
|
In SMBCONFIG.DAT :
IP of your computer (not of the router), white space, name of the shared folder.
Example : the local IP address of your computer is 192.168.0.254. The shared folder is named POPSTARTER. SMBCONFIG.DAT must contain :
192.168.0.254 POPSTARTER
192.168.0.254 D:/POPSTARTER/POPS or 192.168.0.254 D:/POPSTARTER is NOT correct. Only the name of the shared folder is needed, not the full path.
OPENSHARE has failed means that the shared folder was not found. The SMB initialization is done in 4 steps :
1) LOGON : Tries to connect to the specified network device (IP address in SMBCONFIG.DAT)
2) ECHO : Sends a packet and waits for return
3) OPENSHARE : Tries to open the shared folder (specified in SMBCONFIG.DAT)
4) FSACCESS : Tries to open SHAREDFOLDER\POPS\POPS_IOX.PAK
French translation below :
Dans SMBCONFIG.DAT :
IP de l'ordinateur (pas du routeur), espace, nom du dossier partagé.
Exemple : l'adresse IP locale de ton PC est 192.168.0.254. Le nom du dossier partagé est POPSTARTER. SMBCONFIG.DAT doit contenir :
192.168.0.254 POPSTARTER
192.168.0.254 D:/POPSTARTER/POPS or 192.168.0.254 D:/POPSTARTER est incorrect. Seul le nom du dossier partagé est exigé, pas le chemin complet.
OPENSHARE has failed veut dire que le dossier partagé n'a pas été trouvé. L'initialisation du SMB est faite en 4 étapes :
1) LOGON : Connexion au périphérique réseau spécifié (adresse IP dans SMBCONFIG.DAT)
2) ECHO : Envoi d'un packed et attente du retour
3) OPENSHARE : Ouverture du dossier partagé (spécifié dans SMBCONFIG.DAT)
4) FSACCESS : Ouverture de PARTAGE\POPS\POPS_IOX.PAK
EDIT :
One more bug found. Cannot use VMCs when launching VCDs from mass:/POPS0/ ... mass:/POPS9 and from smb:/POPS0/ ... smb:/POPS9/
Un bug de plus trouvé. Pas de VMCs quand on lance les VCDs depuis mass:/POPS0/ ... mass:/POPS9 et depuis smb:/POPS0/ ... smb:/POPS9/
Sans doute les conséquences de l’intégration du PFS wrapper.
EDIT2 :
Je pense avoir trouvé l'origine du problème... Hmmmm, sans doute une nouvelle build à venir demain rien que pour effacer ce bug ridicule. Désolé de ne pas pouvoir apporter des updates de qualité
.