Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ISSUE]: OPL freezes when enabling SMB #1384

Open
2 tasks done
hardlevel opened this issue Nov 12, 2024 · 16 comments
Open
2 tasks done

[ISSUE]: OPL freezes when enabling SMB #1384

hardlevel opened this issue Nov 12, 2024 · 16 comments
Labels

Comments

@hardlevel
Copy link

Checks

Describe the issue

Hi! Since the build 2170, OPL freezes on enabling or acessing the SMB storage. It was normal in the previous builds, some subscribers on my channel related the same issue.

Console model

SCPH-50001

OPL version / revision

opl 1.2.0 2172

In which device(s) have you experienced this issue?

SMB

Context and extra information

No response

@hardlevel hardlevel added the bug label Nov 12, 2024
@AKuHAK
Copy link
Member

AKuHAK commented Nov 12, 2024

@hardlevel can you check https://github.com/AKuHAK/Open-PS2-Loader/actions/runs/11797666755 in artifacts section OPNPS2LD-DEBUG attaached. there will be 2 elfs called
opl-ingame_debug-v1.2.0-Beta-2173-4f6509d-f985.elf
opl-ingame_debug-v1.2.0-Beta-2173-4f6509d-main.elf
check if both resolve your issue

@Wolf3s
Copy link
Contributor

Wolf3s commented Nov 12, 2024

@hardlevel can you check https://github.com/AKuHAK/Open-PS2-Loader/actions/runs/11797666755 in artifacts section OPNPS2LD-DEBUG attaached. there will be 2 elfs called opl-ingame_debug-v1.2.0-Beta-2173-4f6509d-f985.elf opl-ingame_debug-v1.2.0-Beta-2173-4f6509d-main.elf check if both resolve your issue

I think that was only me who noticed that.

@J013k
Copy link
Contributor

J013k commented Nov 12, 2024

I have the same issue.

@Kunihiko1897
Copy link

@hardlevel can you check https://github.com/AKuHAK/Open-PS2-Loader/actions/runs/11797666755 in artifacts section OPNPS2LD-DEBUG attaached. there will be 2 elfs called opl-ingame_debug-v1.2.0-Beta-2173-4f6509d-f985.elf opl-ingame_debug-v1.2.0-Beta-2173-4f6509d-main.elf check if both resolve your issue

None of those files start the games, they keep freezing, only the opl v1.2.0 beta 2173 works, but it does not load the images or the apps that are on the internal hard drive of the PS2, Why is this happening? Any solution?

@super16bit
Copy link

super16bit commented Nov 13, 2024

Test system - PS2 Slim SCPH-77001

BDM/MX4SIO loads games properly from exFAT 128GB Samsung SD (using OPNPS2LD-v1.2.0-Beta-2165-9996f1f.ELF).
SMB authenticating (DHCP IP to FreeBSD server by IP) and loading games properly (using OPNPS2LD-v1.2.0-Beta-2165-9996f1f.ELF).
USB storage not being used at the moment - experimenting with PADEMU & PS3 Dualshock Bluetooth.

'opl-ingame_debug-v1.2.0-Beta-2173-4f6509d-f985.elf' testing results:
BDM/MX4SIO loads games list, art for disc and box properly - Games launch and run properly.
SMB authenticates and populates game list with disc images, but box art is blank (edit: resolved with OPLM) - Games launch and run properly.

'opl-ingame_debug-v1.2.0-Beta-2173-4f6509d-main.elf' testing results:
BDM/MX4SIO loads intermittently - sometimes alleviated with reseating MX4SIO card, sometimes not - when it does work:
games list loads correctly, art for disc and box load properly - Games launch and run properly.
SMB authenticates and populates game list with disc images, but box art is blank (edit: resolved with OPLM) - Games launch and run properly.

Other test results (for reference)
OPNPS2LD-v1.2.0-Beta-2169-5a3ef8a.ELF = BDM/MX4SIO non-functional (shows 'Config Loaded from mc0', but games do not display or load) / SMB working properly.
OPNPS2LD-v1.2.0-Beta-2171-285a9e4.ELF and OPNPS2LD-v1.2.0-Beta-2172-0032c50.ELF = BDM/MX4SIO non-functional (shows 'Config Loaded from mc0', but games do not display or load) / SMB locks at authentication to server.

  • Side note: SMB game FMV segments are stuttering for me on all builds, but games play smoothly otherwise - hints on how I can alleviate that?
    If more testing or info is needed, let me know and I'll do what I can to help.

@AKuHAK
Copy link
Member

AKuHAK commented Nov 13, 2024

@super16bit thanks for testing. As confirmed these bugs are result of 2 @israpps PRs: #1378 and ps2dev/ps2sdk#625 . While first one were fully reverted in #1895, the ps2sdk one was reverted only partially in ps2dev/ps2sdk#676
@fjtrujy @uyjulian can you revert that PR completely as DEV9 now is completely broken and other devices are borken partially?

@J013k
Copy link
Contributor

J013k commented Nov 13, 2024

I did not try the debug version, but I try OPL-v1.2.0-Beta-2173-4f6509d.

I finally can connect through ETH (SMB).
The only cons that I have with this version is that I cannot turn off OPL:
https://i.postimg.cc/5Nxg7Jb7/poweroff.png

@fjtrujy
Copy link
Contributor

fjtrujy commented Nov 13, 2024

@super16bit thanks for testing. As confirmed these bugs are result of 2 @israpps PRs: #1378 and ps2dev/ps2sdk#625 . While first one were fully reverted in #1895, the ps2sdk one was reverted only partially in ps2dev/ps2sdk#676 @fjtrujy @uyjulian can you revert that PR completely as DEV9 now is completely broken and other devices are borken partially?

I will try to improve existing code to behave as it was before.
Thanks!

@KrahJohlito
Copy link
Member

In regards to box art not working that may also just a result of JPG not longer being supported in latest versions, please make sure your ART is PNG.. latest OPLM will sort this out for you if you still have some JPGs

@super16bit
Copy link

super16bit commented Nov 13, 2024

In regards to box art not working that may also just a result of JPG not longer being supported in latest versions, please make sure your ART is PNG.. latest OPLM will sort this out for you if you still have some JPGs

That makes sense - I hadn't processed my SMB share with OPLM yet. Getting back into this after a three year break, so I'm putting myself through a crash course on OPL. Edit: Processed all files in SMB share - art and themes working now.

@fjtrujy
Copy link
Contributor

fjtrujy commented Nov 13, 2024

I have created this PR, where I want to identify what are the driver functions that are required to return a concrete value to make OPL work again.

Cheers.

@Wolf3s
Copy link
Contributor

Wolf3s commented Nov 13, 2024

I have created this PR, where I want to identify what are the driver functions that are required to return a concrete value to make OPL work again.

Cheers.

I will test it tomorrow.

@Wolf3s
Copy link
Contributor

Wolf3s commented Nov 13, 2024

Seriouly, When i downloaded my pademu pr binary the opl has mot saving nothing.

@AKuHAK
Copy link
Member

AKuHAK commented Nov 16, 2024

beta 2173 should work with SMB at least

@Wolf3s
Copy link
Contributor

Wolf3s commented Nov 16, 2024

beta 2173 should work with SMB at least

Will attempt later, But i´m trobule shooting with SMB because it was some years that i didn´t use eth option. However, sometimes was really PS2SDK´s problem.

@Wolf3s
Copy link
Contributor

Wolf3s commented Nov 16, 2024

There´s a guy relating that his games was not saving on MC0: but instead HDD.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

8 participants