Quick Links: Download Gideros Studio | Gideros Documentation | Gideros Development Center | Gideros community chat | DONATE
Gideros Player problem. Missing Box2d — Gideros Forum

Gideros Player problem. Missing Box2d

kussakovkussakov Member
edited August 2018 in Bugs and issues
I have a problem.

I have the latest Gideros (2018.6.3, also tried with 2018.6.2)

I tried to install Gideros Player for iOS.
First of all - the latest Gideros ships with a very old iOS player GiderosiOSPlayer.zip (from 2016 which does not work for me).
This is not a big deal since we can export "Player" only (from Export Project).
So I exported a player only, compiled in Xcode and installed on an iOS device.
The player starts just fine, but when I try to run something it says:
module 'box2d' not found:
no field package.preload['box2d']
no file './box2d.lua'
no file './box2d/init.lua'
no file './_LuaPlugins_/box2d.lua'
no file './_LuaPlugins_/box2d/init.lua'
no file '/usr/local/share/lua/5.1/box2d.lua'
no file '/usr/local/share/lua/5.1/box2d/init.lua'
no file '/usr/local/lib/lua/5.1/box2d.lua'
no file '/usr/local/lib/lua/5.1/box2d/init.lua'
no file './box2d.so'
no file '/usr/local/lib/lua/5.1/box2d.so'
no file '/usr/local/lib/lua/5.1/loadall.so'

Tried the export on Windows and Mac - same thing - no box2d.

(FYI: I have one project that does not use box2d and it works).

Please help!

------------------------

When I run this in the Gideros player:
for k in pairs(package.preload) do
print(k)
end


I get the following from the built in player:
lsqlite3
box2d
bit
accelerometer
cbump
lpeg
microphone
mime.core
gyroscope
json.safe
steam
lfs
geolocation
theora.core
controller
camera
clipper
socket.core
media
struct
json
liquidfun


And just this on iOS player:
gyroscope
geolocation
accelerometer

Comments

Sign In or Register to comment.