Author Topic: AM + advmame-0.94.0 + glGetError 0x500  (Read 5278 times)

superdan

  • Jr. Member
  • **
  • Posts: 23
    • View Profile
    • cdlab
AM + advmame-0.94.0 + glGetError 0x500
« on: November 07, 2016, 01:28:31 PM »
Hi all, every time i exit from a game emulated by advmame-0.94.0 i have this error:

glGetError 0x500
sh: 1: commandline: not found

and then i have to re-lunch attract mode.
Any suggestion please?
THANKS
« Last Edit: November 07, 2016, 01:56:09 PM by superdan »
If you want, contact me with the form @ cdlab

progets

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 1271
    • View Profile
Re: AM + advmame-0.94.0 + glGetError 0x500
« Reply #1 on: November 07, 2016, 08:35:19 PM »
https://github.com/mickelson/attract/commit/1ef8212713a0997e0dbafdd8f19417be67a50604

Recompile Attract-Mode and the issue should be resolved.

superdan

  • Jr. Member
  • **
  • Posts: 23
    • View Profile
    • cdlab
Re: AM + advmame-0.94.0 + glGetError 0x500
« Reply #2 on: November 07, 2016, 11:39:34 PM »
progets, thank you so much for your reply.
A few question:
1. can you tell me how can i recompile AM?
2. if i re-compile i'll loose all my settings?
Thanks again!
 
If you want, contact me with the form @ cdlab

progets

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 1271
    • View Profile
Re: AM + advmame-0.94.0 + glGetError 0x500
« Reply #3 on: November 08, 2016, 12:11:43 AM »
From the command line run these commands. You won't lose your settings but making a backup of the sd card is always a good idea.

Code: [Select]
cd ~
mkdir develop
cd develop
git clone --depth 1 https://github.com/mickelson/attract attract
cd attract
make USE_GLES=1
sudo make install
cd ~
rm -r -f develop
« Last Edit: November 08, 2016, 12:14:35 AM by progets »

superdan

  • Jr. Member
  • **
  • Posts: 23
    • View Profile
    • cdlab
Re: AM + advmame-0.94.0 + glGetError 0x500
« Reply #4 on: November 08, 2016, 01:57:50 AM »
Ill marry you!!
Tank you sooo much.
Ill try this evening and i'll let you know! Thanks again!
If you want, contact me with the form @ cdlab

qqplayer

  • Sr. Member
  • ****
  • Posts: 301
    • View Profile
Re: AM + advmame-0.94.0 + glGetError 0x500
« Reply #5 on: November 08, 2016, 08:48:18 AM »
I have an issue with advmame 094 too.

Quote
fb: Unsupported in X. Try with the SDL library.

Updating AM can solve this?

superdan

  • Jr. Member
  • **
  • Posts: 23
    • View Profile
    • cdlab
Re: AM + advmame-0.94.0 + glGetError 0x500
« Reply #6 on: November 08, 2016, 02:49:06 PM »
IT WORKED!!!
Thanks a LOT progets!!!!!!!!!!!!!!!!
If you want, contact me with the form @ cdlab