Git Product home page Git Product logo

Comments (13)

diamant3 avatar diamant3 commented on August 11, 2024 2

Here's the list of status of all the samples.

  • Audio
    • polyphonic
    • wavegen
  • Controller
    • Basic
  • Debug
    • debugkb
    • exception - black screen then exit with The game could not be started (8002013c)
    • gdb - black screen then exit with The game could not be started (8002013c)
    • kprintf - black screen then exit with The game could not be started (8002013c)
    • profiler - Stuck black screen
    • prxdecrypt - black screen then exit with The game could not be started (8002013c)
    • sio - black screen then exit with The game could not be started (8002013c)
  • Exceptions
  • GU
    • beginobject
    • blend
    • blit
    • celshading
    • clut
    • common
    • copy
    • cube
    • envmap
    • integerdrawing
    • lights
    • lines
    • logic
    • mipmapping - working but cannot exit
    • morph
    • morphskin
    • ortho
    • reflection
    • rendertarget
    • shadowprojection
    • signals - can exit but stuck black screen
    • skinning
    • speed
    • spharm
    • splinesurface
    • sprite
    • text
    • timing
    • vertex
    • zbufferlog
  • IR
    • irda - it's running but don't have extra PSP to test it properly
    • sircs - black screen then exit with The game could not be started (8002013c)
  • Kernel
    • cwd - show a directory then immediately exit
    • fileio
    • idstorage - black screen then exit with The game could not be started (8002013c)
    • kdumper - stuck black screen and cannot exit)
    • loadmodule - black screen then exit with The game could not be started (8002013c)
    • messagebox
    • regenum
    • registry
    • sysevent - black screen then exit with The game could not be started (8002013c)
    • systimer - black screen then exit with The game could not be started (8002013c)
    • threadstatus
  • ME
    • basic - black screen then exit with The game could not be started (8002013c)
  • Mp3
  • MS
    • callback (did not test)
  • NAND
    • dumpipl (black screen then exit with The game could not be started (8002013c)
  • Net
    • resolver - black screen then exit with The game could not be started (8002013c)
    • simple - black screen then exit with The game could not be started (8002013c)
    • simple_prx (did not test)
    • wlanscan - black screen then exit without error
    • wlanscan_elf (did not test)
  • Power
  • PRX
    • image_display (did not test)
    • prx_loader (did not test)
    • testprx (did not test)
  • Savedata
    • decrypt - black screen then exit with The game could not be started (8002013c)
    • encrypt - black screen then exit with The game could not be started (8002013c)
    • utility
  • Template
    • elf_template - print Hello World then immediately exit
    • kprx_template (did not test)
    • lib_template (did not test)
    • prx_template (did not test)
  • USB
    • storage - black screen then exit with The game could not be started (8002013c)
  • Utility
    • gamesharing - succesfully running but A connection error has occurred. (8010860E) appears after the loading(like a connecting)
    • htmlviewer
    • msgdialog
    • netconf (did not test)
    • netdialog - exit immediately when connected successfully
    • osk
    • systemparam (did not test)
  • WLAN (did not test)

from pspsdk.

bvdaakster avatar bvdaakster commented on August 11, 2024 2

@diamant3 nice work, I'll see if I can fix any of these

from pspsdk.

John-K avatar John-K commented on August 11, 2024
  • debug/sio

from pspsdk.

ababaei avatar ababaei commented on August 11, 2024

PSP 1000 6.60 ME-2.3 cant get to run :

  • storage/usb

from pspsdk.

fjtrujy avatar fjtrujy commented on August 11, 2024

hello guys,
Could you give a try to the samples after the latest toolchain upgrade? maybe now they are fixed.

Thanks

from pspsdk.

mgood7123 avatar mgood7123 commented on August 11, 2024

psp 1000 6.60 pro

Prx loader
Prx template
Kdumper
Profiler
Exception

All don't work

from pspsdk.

Fewnity avatar Fewnity commented on August 11, 2024

Psp 1000 6.61 LME-2.3

I'm using the lastest psp toolchain.

  • utility/htmlviewer: Prints "Error 0x80020190 in sceNetInit"
  • utility/netdialog: Always gives an error when connecting to a wifi
  • net/wlanscan_elf: Crashes
  • net/resolver: Crashses
  • net/simple: Crashses

(My psp wifi works fine, I can use the web browser)

from pspsdk.

tpimh avatar tpimh commented on August 11, 2024

PSP-3000 6.60 LME-2.3

  • netdialog worked
  • wlanscan couldn't be started (80020148)
  • netsample worked
  • resolver couldn't be started (80020148)

from pspsdk.

sharkwouter avatar sharkwouter commented on August 11, 2024

I think the 8002013c means that kernel calls are made, which are not allowed in user mode applications. I'm guessing previous firmware versions were a bit easier about that.

from pspsdk.

John-K avatar John-K commented on August 11, 2024

from pspsdk.

sharkwouter avatar sharkwouter commented on August 11, 2024

How should we deal with the samples that require kernel mode? We could decide to add a readme which states that it won't work for newer firmwares or we could decide to implement workarounds to make them work. Think splitting them up into a prx and an elf/eboot. That would add complexity, but it would show people how to make these things work.

from pspsdk.

sharkwouter avatar sharkwouter commented on August 11, 2024

msgdialog works just fine.

from pspsdk.

artart78 avatar artart78 commented on August 11, 2024

How should we deal with the samples that require kernel mode? We could decide to add a readme which states that it won't work for newer firmwares or we could decide to implement workarounds to make them work. Think splitting them up into a prx and an elf/eboot. That would add complexity, but it would show people how to make these things work.

IMO we should split them, although that might be costly. Maybe we can write a single lib for each "category" of samples.

from pspsdk.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.