It looks like you're new here. If you want to get involved, click one of these buttons!
main.lua:2: module 'media' not found: no field package.preload['media'] no file '.\media.lua' no file 'D:\Programs\Gideros\lua\media.lua' no file 'D:\Programs\Gideros\lua\media\init.lua' no file 'D:\Programs\Gideros\media.lua' no file 'D:\Programs\Gideros\media\init.lua' no file '.\media.dll' no file 'D:\Programs\Gideros\media.dll' no file 'D:\Programs\Gideros\loadall.dll' stack traceback: main.lua:2: in main chunk |
Comments
Will check more on QT issue
Now checking build logs and it could not link to libpng and libjpg libraries at build time
Can you try to put them in your gideros install dir ? You can download them here http://hieroglyphe.net/gideros/Qt5Multimedia.dll and here http://hieroglyphe.net/gideros/Qt5MultimediaWidgets.dll
Likes: n1cke
So they need to be added to player, right? in OSX and dylib linking kind of way?
Likes: n1cke
I added thoose libs into gideros install dir and now media plugin for Windows works, but crashes on some functions, almost like in iOS.
Buggy functions from example on Windows:
mediamanager:takeScreenshot() -- crashes with "no such file or directory"
mediamanager:getPicture() -- opens a picture and crashes
mediamanager:playVideo -- opens window "gideros player" without any video
Buggy functions from example on iOS:
mediamanager:takePicture() -- gets photo and crashes
mediamanager:takeScreenshot() -- crashes with "Image format is not supported"
mediamanager:getPicture() -- opens a picture and crashes
Every other function in example work fine.