View Single Post
travla's Avatar
Posts: 397 | Thanked: 241 times | Joined on Mar 2010 @ Melbourne, Australia
#2111
Buka is listed as working since Preenv 0.1.4 in the Wiki. I tried running it today via Preenv 0.1.7, running from cli I got a segmentation fault per the following:

Code:
SDLGL: Called sdl_init with flags = 0x100230
X11: PID is 2211
PDL: Init: Preenv 0.1.7
PDL: Init: Service name is com.javispedro.preenv.Buka
PDL: Main thread created
PDL: Playing music notification: Playing
PDL: Screen dimming prevention ON
PDL: Set do_not_disturb flag to true
PDL: Switch UI orientation to 270°
SDLGL: Requested GL major version 1
SDLGL: Called SetVideoMode(0, 0, 0, 0x2)
SDLGL: Requested OpenGL video mode
SDLGL: SDL_GLES initialized (res=0)
SDLGL: Asked if video mode 800x480x16 (flags=0x80000000) is ok
SDLGL: Creating shadow surface (w=320, h=480)
PDL: Application asked for device name, giving 'xxxxxxxxxx'
PDL: Application asks for OS version
PDL: Application asked for lang, giving en_GB
PDL: Application asked for device ID
SDLGL: SetEventFilter(0x7e5d4)
Segmentation fault
Creating an icon via desktopgen does enable game to be launched, graphics look okay and music/sound is fine, however game does not respond to touch (or at least does not appear to respond).

Has anyone successfully installed and playing Buka?