- This topic has 9 replies, 3 voices, and was last updated 6 years ago by Yuri Kovelenov.
-
AuthorPosts
-
2018-10-10 at 8:38 am #8064jsteideleParticipant
Hey,
my sounds are not playing. Do we only need to add the puzzle: “play sound”? or is there something else we need to add before to load up the sound file? the sound file (mp3) is located in my application folder.
I can send a dropbox file via email if needed
2018-10-10 at 8:50 am #8065Yuri KovelenovStaff2018-10-10 at 2:44 pm #8097jsteideleParticipantunfortunately no, it doesn’t,
I tried the same puzzle, but for some reason it doesn’t play. I even tried sound files from the industrial robot.
name: sound1.mp3
in puzzle “play sound ./sound1.mp3
in acctual folder on my PC: C:\Users\Johannes\Desktop\Blender\BlenderETC\verge\verge3d\verge3d-blender-2.8.0\verge3d\applications\TP_unit_verge3dOn another note Yuri, please embrace the english speaking world, your english is great and so is the english of your fellow colleagues, but there has to be more than examples -> We need english tutorials, I mean it would boost your sales also. And your work is great, why have the industrial robot in russian only for example. I hope I didn’t offend you, I just don’t understand
2018-10-10 at 2:51 pm #8099Yuri KovelenovStaffI think I understand the reason for sounds not playing: from your visual_logic.js file I see that you are using back slashes, but the web works with forward slashes like “./sounds/base_moving_sound.mp3”
This should fix the issue.As of English tutorials, the translations are already on the way, please stay tuned!
2018-10-10 at 2:55 pm #8100jsteideleParticipantThanks alot Yuri,
thanks also for the english tutorials, I am looking forward to those. Keep up the great work!
2018-10-10 at 3:02 pm #8101jsteideleParticipantnah doesn’t fix it unfortunately. Looking into the visual_logic in my application folder it’s also forward slashed.
function() {
playSound(loadSound(“./sound1.mp3”), false);2018-10-10 at 3:07 pm #8102jsteideleParticipantOkay I found the issue: I actually fixed it by following your remarks in another thread
-> My suggestion is that your current application template is too old to be recognized by the App Manager. The best way to fix this is to perform clean updating – meaning that you update not only the engine (v3d.js), but also the app template (.html, .css and .js files). This should not take long:1. Move your app folder out of applications folder
2. Create a new app with the same name
3. Copy .blend files, textures and visual_logic.xml file from your old app folder to the newly created app folder
4. Export to .gltfSo I guess something went wrong on my side during the updating process after today’s rollout.
2018-10-10 at 3:11 pm #8103Yuri KovelenovStaff2018-10-11 at 7:23 am #8120vincentCustomer2. Create a new app with the same name
In my case, I have the similar trouble with the Apps Manager, I work with a custom htlm and Blender in the same time, the icon PUZZLE in one of the Apps Manager is missing.
“Move your app folder”, it’s mean, all your APPS our just the case study ?
2018-10-11 at 9:32 am #8128Yuri KovelenovStaff“Move your app folder”, it’s mean, all your APPS our just the case study ?
Yes, clean updating suggests removing an entire app folder. Then the resources are cherry-picked back to a new app. If you have custom HTML, this means that the changes from your old HTML should be applied to the new HTML template as well (using a text editor).
-
AuthorPosts
- You must be logged in to reply to this topic.