Pages: 1
Author Topic: gamepad  (29,508 Views)
Offline (Unknown gender) rcobra

Member
Joined: Nov 2015
Posts: 67
View profile WWW
Posted on: April 30, 2016, 04:39:14 PM
my gamepad (like usb ps3) on Linux does not work, or maybe I'm doing something badly

output:
Joystick name: DragonRise Inc.   Generic   USB  Joystick 
ccc: malloc.c:2372: sysmalloc: Assertion `(old_top == (((mbinptr) (((char *) &((av)->bins[((1) - 1) * 2])) - __builtin_offsetof (struct malloc_chunk, fd)))) && old_size == 0) || ((unsigned long) (old_size) >= (unsigned long)((((__builtin_offsetof (struct malloc_chunk, fd_nextsize))+((2 *(sizeof(size_t))) - 1)) & ~((2 *(sizeof(size_t))) - 1))) && ((old_top)->size & 0x1) && ((unsigned long) old_end & pagemask) == 0)' failed.

ps. test wine+gm81 is work
Offline (Unknown gender) Josh @ Dreamland

Prince of all Goldfish
Developer
Joined: Feb 2008
Posts: 2,950
View profile
Reply #1 Posted on: April 30, 2016, 10:51:04 PM
Can you show us the code you are using to load the joystick? There are some caveats to it which I'm having trouble remembering at the moment.
Offline (Unknown gender) Goombert

Developer
Joined: Jan 2013
Posts: 2,991
View profile
Reply #2 Posted on: May 01, 2016, 12:08:18 AM
There is the Wiki for reference:
http://enigma-dev.org/docs/Wiki/Input_Functions
http://enigma-dev.org/docs/Wiki/Joystick_load
Offline (Unknown gender) rcobra

Member
Joined: Nov 2015
Posts: 67
View profile WWW
Reply #3 Posted on: May 01, 2016, 12:09:36 AM
my example https://dl.dropboxusercontent.com/u/69870545/other/joytest.gm81
Offline (Unknown gender) rcobra

Member
Joined: Nov 2015
Posts: 67
View profile WWW
Reply #4 Posted on: May 01, 2016, 02:28:11 PM
I checked the gamepad does not work
Pages: 1