Quick Links: Download Gideros Studio | Gideros Documentation | Gideros Development Center | Gideros community chat | DONATE
Media plugin doesn't work on Windows — Gideros Forum

Media plugin doesn't work on Windows

n1cken1cke Maintainer
edited July 2015 in Plugins
Hello. I am trying to use default media (gmedia?) plugin first time, which comes with gideros installer 2015.07.15.
This plugin works almost fine on iOSplayer I built, but for Windows 8 64-bit it seems broken.
I get this log every time:
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
Media plugin is inside plugins folder as it should and has default name "gmedia.dll". I even reinstalled Gideros, but with no success.
Please, help me to fix it somehow or give me a direction cause this is really important part of my project.

Comments

Sign In or Register to comment.