thomaswp / snap-replay

"Video"-like replayer for Snap logs
1 stars 1 forks source link

Load project with different language #10

Open cvetelinandreev opened 2 years ago

cvetelinandreev commented 2 years ago

A start.xml project fails to load almost every time if the Snap! language is different than English.

The issue is reproducable with sample/construct3/start.xml . If I playback it when my Snap is in English then it loads every time. If I switch to Bulgarian language it fails to load every time.

The attached video explains the issue well https://user-images.githubusercontent.com/11582890/187645707-48cecd43-8c41-4e8a-844e-2e0eaf77c1f5.mp4

The project loads sometimes and it seems there is a sync issue. I tried removing setRecordScale after resetSnap in playback.js but the result is the same.

cvetelinandreev commented 2 years ago

Al least we can put a message at the bottom saying the language should be English.