RetroEmu: [BUGS] Post them here - RetroEmu

Jump to content

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

[BUGS] Post them here

#1 User is offline   Zack Icon

  • Site Owner
  • Icon
  • Group: Administrators
  • Posts: 208
  • Joined: 17-October 09

Post icon  Posted 15 December 2009 - 09:50 AM

If you encounter any bugs or functions not working correctly or as they should with the current version of LuaPlayer Euphoria... Please post them here.

Thank you.


Before sending me a pm, please read this. Thank you.

My Releases :

Posted Image
^-------------------------^
Posted Image
^-------------------------^
Posted Image
^-------------------------^
Posted Image
0

#2 User is offline   0m3GA ARS3NAL Icon

  • Newbie
  • Pip
  • Group: Members
  • Posts: 6
  • Joined: 16-December 09

Posted 16 December 2009 - 12:16 PM

Well, I only noticed that while looking at the samples included, the .AT3 one in particular... I listened to the loop a bunch of times, and eventually LPE froze...
Odd indeed...
0

#3 User is offline   emcp Icon

  • Member
  • PipPip
  • Group: Members
  • Posts: 23
  • Joined: 30-December 09

Posted 31 December 2009 - 06:10 PM

Im not sure if this is a bug or a code problem

but it can be found in my script and the example one

the 3d cube if you break out and start it again, flickering appears at the top of the screen

also is there any cameras for 3d
0

#4 User is offline   cmbeke Icon

  • Administrator
  • Icon
  • Group: Administrators
  • Posts: 272
  • Joined: 18-October 09
  • LocationIowa

Posted 31 December 2009 - 06:17 PM

there are no cameras for 3d, and the flickering happens when ever you restart a program (that uses any graphics) i think thats from the ram not being cleared properly, but you would have to ask Zach about that.

do not trust anything i say i am certifiably mentaly unstable - me...wait a minute
Posted Image
Posted Image
do you dare click?

0

#5 User is offline   cmbeke Icon

  • Administrator
  • Icon
  • Group: Administrators
  • Posts: 272
  • Joined: 18-October 09
  • LocationIowa

Posted 16 January 2010 - 06:03 AM

I found a bug where LPE wont load a 1x4 pixle image correctly, but if i resize my image to 8x8 it loads fine.

do not trust anything i say i am certifiably mentaly unstable - me...wait a minute
Posted Image
Posted Image
do you dare click?

0

#6 User is offline   Underminer Icon

  • Newbie
  • Pip
  • Group: Members
  • Posts: 4
  • Joined: 01-November 09

Posted 26 January 2010 - 01:47 PM

View Postcmbeke, on 16 January 2010 - 07:03 AM, said:

I found a bug where LPE wont load a 1x4 pixle image correctly, but if i resize my image to 8x8 it loads fine.


It is a bug indeed, but to avoid always use multiples of 8 for the dimensions powers of 2 are better still (8,16,32,64,128,256 etc)
0

#7 User is offline   King83 Icon

  • Newbie
  • Pip
  • Group: Members
  • Posts: 4
  • Joined: 05-February 10

Posted 05 February 2010 - 09:42 AM

Ogg hangs after playing a song an entire duration.
No matter i set it to repeat or not.

Also, Image.load(blablabla) takes up too much memory,
even loading a single 40kb png takes up about 1mb memory.
The psp runs out of memory fast, can this be fixed?

other than that, thanks for this great app
0

#8 User is offline   cmbeke Icon

  • Administrator
  • Icon
  • Group: Administrators
  • Posts: 272
  • Joined: 18-October 09
  • LocationIowa

Posted 07 May 2010 - 01:29 AM

I found a bug with the sony dialog system, it only shows 361 characters out of 499, and with 529 characters i get a crash.



EDIT it seems that the ' character is not supported.

do not trust anything i say i am certifiably mentaly unstable - me...wait a minute
Posted Image
Posted Image
do you dare click?

0

#9 User is offline   stepheninabox Icon

  • Newbie
  • Pip
  • Group: Members
  • Posts: 4
  • Joined: 08-July 10

Posted 08 July 2010 - 02:05 AM

I have tried doing the button pressing tutorial but my screen isn't clearing?? Also tried it with screen:clear() before pad= Controls.read()

green = Color.new(0,255,0)

upPressed = 'You are pressing the "UP" button'
downPressed = 'You are pressing the "DOWN" button'
leftPressed = 'You are pressing the "LEFT" button'
rightPressed = 'You are pressing the "RIGHT" button'
LPressed = 'You are pressing the "L" button'

while true do
pad = Controls.read()
screen:clear()
if pad:up() then
screen:print(100,100,upPressed,green)
end
if pad:down() then
screen:print(100,100,downPressed,green)
end
if pad:left() then
screen:print(100,100,leftPressed,green)
end
if pad:right() then
screen:print(100,100,rightPressed,green)
end
if pad:l() then
screen:print(100,100,LPressed,green)
end
if pad:r() then
screen:print(100,100,'You are pressing the "R" button',green)
end
if pad:triangle() then
screen:print(100,100,'You are pressing the "TRIANGLE" button',green)
end
if pad:circle() then
screen:print(100,100,'You are pressing the "CIRCLE" button',green)
end
if pad:cross() then
screen:print(100,100,'You are pressing the "X" button',green)
end
if pad:square() then
screen:print(100,100,'You are pressing the "SQUARE" button',green)
end
screen.waitVblankStart()
screen.flip()
end
0

#10 User is offline   ultimakillz Icon

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 58
  • Joined: 04-January 10
  • LocationTexas, USA

Posted 08 July 2010 - 06:22 PM

this isnt the proper place for questions like this. please post here: http://www.retroemu....button-presses/

that being said there are multiple things wrong with your code. post over there and we will help you work them out :)
---------------------------------------------------
"its a satchel..... indiana jones wears one"
0

#11 User is offline   stepheninabox Icon

  • Newbie
  • Pip
  • Group: Members
  • Posts: 4
  • Joined: 08-July 10

Posted 08 July 2010 - 09:02 PM

View Postultimakillz, on 08 July 2010 - 12:22 PM, said:

this isnt the proper place for questions like this. please post here: http://www.retroemu....button-presses/

that being said there are multiple things wrong with your code. post over there and we will help you work them out :)


will do..thanks
0

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users