Opened 11 years ago

Closed 5 years ago

Last modified 4 years ago

#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)

whitebox.png (40.0 KB ) - added by dsuden 11 years ago.

Download all attachments as: .zip

Change History (8)

by dsuden, 11 years ago

Attachment: whitebox.png added

comment:1 by mmadia, 11 years ago

Some additional information,

  • hrev45222 is good.
  • hrev45240 automatically creates a full-sized BeFS inside the extended partition and prompts to write changes.
  • hrev45280 has the behavior described above.

comment:2 by mmadia, 11 years ago

Component: - GeneralApplications/DriveSetup
Owner: changed from nobody to axeld
Status: newassigned

Assigning to Axel.

comment:3 by jua, 10 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 pulkomandy, 9 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 axeld, 7 years ago

Owner: changed from axeld to nobody

comment:6 by waddlesplash, 5 years ago

Resolution: not reproducible
Status: assignedclosed

comment:7 by nielx, 4 years ago

Milestone: R1

Remove milestone for tickets with status = closed and resolution != fixed

Note: See TracTickets for help on using tickets.