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 locks up when creating VMC if there is not enough free space on internal HDD [VMC] #260

Open
1 task done
yoshi314 opened this issue Apr 25, 2020 · 10 comments

Comments

@yoshi314
Copy link

yoshi314 commented Apr 25, 2020

Issue checklist

Note: these are not necessarily requirements

Open PS2 loader version

latest git (as of yesterday) ; OPL/0.9.3+.1442-Beta-361883d

Open PS2 loader mode (USB, SMB, HDD)

HDD

Open PS2 type (Normal, Childproof, VMC, GSM, PS2RD)

VMC+GSM+PADEMU+HIRES

Issue description - Describe the problem you are having

When creating a new vmc with full +OPL partition, the program locks up.

Expected result

Error message.

How to reproduce the issue

Attempt creating a new standard 8mb vmc with full +OPL partition.

@J013k
Copy link
Contributor

J013k commented Apr 25, 2020

It may be dumb question...
but does previous versions (e.g. 1436) also have this problem?

Was there ever any "safety switch" to prevent this from happening?
I mean "There is not enough space for creating VMC?" or something similar?

@yoshi314
Copy link
Author

i'll have to build an older release and try it out. I'll post result in a few days.

@ElPatas1
Copy link
Contributor

@yoshi314, Please have you been able to test the problem with previous beta versions as
@Jolek has suggested, or with OPL 0.9.3?

There is no message in the OPL like "There is not enough space in the device for creating VMC",
but if there is no space i think the program should not hang, just don't create the VMC, no?

I wonder if the same happens for example when wanting to install a game on the
internal HDD over the network using the HDLDump Helper GUI, and the
+OPL partition don't have enough free space.

The OPL freezes? or the OPL HDLDump server closes from the side of the OPL without
installing the game?

I've never had the HDD full or near to be full to test this kind of things.

Best regards.

@yoshi314
Copy link
Author

not yet, but i will do a few tests today.

i have a 512MB +OPL partition, so it was rather easy to fill it 100% with files that are multiples of 8MB.

@ElPatas1
Copy link
Contributor

If you can test it with older betas, with the latest beta r1486, and with the
stable OPL 0.9.3 it would be great.

Best regards.

@yoshi314
Copy link
Author

it seems all of them lock up attempting to create vmc at 0%.

@yoshi314
Copy link
Author

I'll retest with the latest git build as well.

@ElPatas1
Copy link
Contributor

Thank you very much, you tried with the stable OPL 0.9.3?

Best regards.

@ElPatas1 ElPatas1 added the bug label Jul 11, 2020
@sp193
Copy link
Contributor

sp193 commented Jul 24, 2020

From what I do remember, there was no check on the available space. It makes sense, but it has to be implemented individually for each device supported to be truly inclusive. Other than the UI itself, the drivers need to support the necessary functions.
Since our PFS driver was based on the Sony driver, it can be done for the HDD. But this might not be possible (yet) for USB disks and maybe SMB shares.

@AKuHAK AKuHAK changed the title OPL locks up when creating VMC if there is not enough free space on internal HDD [ISSUE] OPL locks up when creating VMC if there is not enough free space on internal HDD [VMC] Jul 7, 2021
@AKuHAK AKuHAK added the hdd label Jul 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants