Hacking Need tester for MP3 player

DirtySprite

Member
OP
Newcomer
Joined
Dec 8, 2016
Messages
17
Trophies
0
XP
71
Country
United States
I need someone with a legit PSP and Lua Euphoria to test out something for me. I need to know if this crashes after 1 minute and 17 seconds of music playback on a PSP. Thank you :33

Code:
-- App freezes after 1:17 of playback.

math.randomseed(os.time())

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

System.currentDirectory("ms0:/MUSIC")

dir = System.listDirectory()
   
    repeat
   
        random_file = dir[math.random(#dir)]
       
    until random_file ~= dir[1] and random_file ~= dir[2]
   
song = random_file.name

Mp3.load(song, 0)

oldpad = Controls.read()

while true do

pad = Controls.read()

Mp3.speed(1.0, 0)

screen:clear()

if pad:cross() then

screen:print(10,10,"Working.",red)

Mp3.play(false, 0) --Can be called inside or outside a loop

end

if pad:square() then

screen:print(10,10,"testing.",red)

end

screen:print(10,260,song,red)

screen.waitVblankStart()

screen.flip()

oldpad = pad

end
 

DirtySprite

Member
OP
Newcomer
Joined
Dec 8, 2016
Messages
17
Trophies
0
XP
71
Country
United States
Yeah man. I need someone with a real PSP to test my code. PPSSPP is being janky. It freezes up and crashes at a specific timing when I play a song. If you could find a copy of LuaPlayer Euphoria, make an index.lua, copy paste what I put earlier, and press cross to play a song, it would be awesome :3


If it works then I'll buy a PSP to keep working on it. If not then no. If you can't find LuaPlayer Euphoria I'll edit the post later and add it. Right now I'm at work. I got up late today and rush posted this before going to work :33
 

DirtySprite

Member
OP
Newcomer
Joined
Dec 8, 2016
Messages
17
Trophies
0
XP
71
Country
United States
We're on the same boat buddy :3

iirc you need to put the LuaPlayer Euphoria folder in the GAME folder on the PSP, and it should show on the XMB. I haven't had a PSP in a long time :3
 

kill_liberty

New Member
Newbie
Joined
Dec 31, 2016
Messages
1
Trophies
0
XP
55
Country
United States
Stop using Euphoria, that shit's outdated. Build up on this with OneLua.

Code:
math.randomseed(os.time())

color.loadpalette()

red = color.new(255, 0, 0)

path = "ms0:/MUSIC"

files.cdir(path)  

dir = files.listfiles(path)

random_file = dir[math.random(#dir)] 

song = sound.load(random_file.name)

while true do

buttons.read()

if buttons.cross then

sound.play(song)

end

screen.print(10, 10, "Press X", 0.6, red)

screen.flip()

end
 

gnmmarechal

Well-Known Member
Member
GBAtemp Patron
Joined
Jul 13, 2014
Messages
6,043
Trophies
2
Age
25
Location
https://gs2012.xyz
Website
gs2012.xyz
XP
6,011
Country
Portugal
Stop using Euphoria, that shit's outdated. Build up on this with OneLua.

Code:
math.randomseed(os.time())

color.loadpalette()

red = color.new(255, 0, 0)

path = "ms0:/MUSIC"

files.cdir(path) 

dir = files.listfiles(path)

random_file = dir[math.random(#dir)]

song = sound.load(random_file.name)

while true do

buttons.read()

if buttons.cross then

sound.play(song)

end

screen.print(10, 10, "Press X", 0.6, red)

screen.flip()

end
b-but :(
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • BigOnYa @ BigOnYa:
    So a man, wifey laying in bed, and man wants sum and rubs on her a little, she turns and says "Not tonight, I have a gyno apt in the morning." So man rolls over, but after few minutes starts rubbing her again. She says didn't you here me, no messing around, I have a gyno apt tomorrow. " Man says, "Well you don't have a dentist apt tomorrow also do you?"
  • BigOnYa @ BigOnYa:
    Damn I have 8 modded rgh3 x360 slims I've done, I need to get rid of, I figured my family members or friends would want but times have changed. Think I'm gonna stop buying them and modding. Time to Switch it up (pun intended)
  • K3Nv2 @ K3Nv2:
    Yay power outages
  • K3Nv2 @ K3Nv2:
    @BigOnYa, I'm your friend
    +1
  • BigOnYa @ BigOnYa:
    There literally no storms in your area, does it go out alot? You need to just send me your slim n ill rgh3 it free.
  • BigOnYa @ BigOnYa:
    Or grow sum balls and do it yourself, not hard. More of a pain to jailbreak a ps4 than it is the 360, other than little soldering.
  • K3Nv2 @ K3Nv2:
    Problem is my dick gets in the way
  • BigOnYa @ BigOnYa:
    Yea true, would be a pain having that on your forehead
  • K3Nv2 @ K3Nv2:
    The chicks love it
    +1
  • K3Nv2 @ K3Nv2:
    Every damn time there's a loud noise dudes car alarm goes off freaking annoying
  • BigOnYa @ BigOnYa:
    Stun gun the metal of the car (door, bumper, etc), you won't hear it again, promise.
  • realtimesave @ realtimesave:
    damn accidentally ripped my car cover just now
  • realtimesave @ realtimesave:
    happens
  • K3Nv2 @ K3Nv2:
    Or plant drugs get him evicted
  • realtimesave @ realtimesave:
    the one on my other car is all ripped up
  • K3Nv2 @ K3Nv2:
    Not your $400 car cover :ohnoes:
  • BigOnYa @ BigOnYa:
    There you go, thinking with your "dickhead"
  • realtimesave @ realtimesave:
    some day the wind will blow so hard it'll rip in half
  • K3Nv2 @ K3Nv2:
    I think in big inches
    +1
  • BigOnYa @ BigOnYa:
    @realtimesave Can you sew it back together? Or is it not worth trying.
  • realtimesave @ realtimesave:
    nah sewing it will make it come apart more :)
  • realtimesave @ realtimesave:
    that one is pretty old
  • realtimesave @ realtimesave:
    the one on my mercedes is a couple years old. these things don't last very long at all
    +1
    realtimesave @ realtimesave: the one on my mercedes is a couple years old. these things don't last very long at all +1