#10034 closed bug (not reproducible)
Blank popup window when creating logical partitions in DriveSetup
Reported by: | dsuden | Owned by: | nobody |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Applications/DriveSetup | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
Using build 46033, I can create normal Intel partitions, and I can create an Intel extended partition, but if I attempt to create logical partitions inside the extended partition, the popup window appears white/blank, and I can go no further. I have to kill DriveSetup.
Attachments (1)
Change History (8)
by , 11 years ago
Attachment: | whitebox.png added |
---|
comment:1 by , 11 years ago
comment:2 by , 11 years ago
Component: | - General → Applications/DriveSetup |
---|---|
Owner: | changed from | to
Status: | new → assigned |
Assigning to Axel.
comment:3 by , 11 years ago
This seems to be a combined problem of DriveSetup and the disk system add-on. I can btw reproduce it already on my system which is hrev46154.
The problem is that in AbstractParametersPanel::Init()
, the call
status = partition->GetParameterEditor(type, &fEditor);
fails, i.e. fEditor is returned NULL, status is B_NOT_SUPPORTED. The problem with DriveSetup here is that it then never calls AddControls()
, the window stays empty and it freezes on the empty modal dialog.
The other problem is why the call fails, which should be some problem with the disk system add-on.
comment:4 by , 10 years ago
I can't reproduce this. Can you still reproduce it, and if so, what are the exact steps to follow?
comment:5 by , 8 years ago
Owner: | changed from | to
---|
comment:6 by , 5 years ago
Resolution: | → not reproducible |
---|---|
Status: | assigned → closed |
comment:7 by , 5 years ago
Milestone: | R1 |
---|
Remove milestone for tickets with status = closed and resolution != fixed
Some additional information,