Opened 16 years ago

Closed 16 years ago

#549 closed Defect (fixed)

(reissue) BOINC Client (Win/Mac ...) display error on launch

Reported by: aspadistra Owned by: romw
Priority: Minor Milestone: 5.10
Component: Client - Build Version:
Keywords: patch Cc: aspadistra

Description

When running the graphic client, where it defults to the previously set "Disk" tab -- a severe visual error is apparant due to no defult values existing for the "Disk".

The graphic client does not hide the pie charts until it has the proper numbers, somthing it should do.

Attachments (2)

BOINC_client_Disk-display-error.jpg (35.8 KB) - added by aspadistra 16 years ago.
Shows display error (a problem since tab came into existance)
boincmgr_549.patch (748 bytes) - added by Der Meister 16 years ago.
Patch fixing this problem

Download all attachments as: .zip

Change History (6)

Changed 16 years ago by aspadistra

Shows display error (a problem since tab came into existance)

Changed 16 years ago by Der Meister

Attachment: boincmgr_549.patch added

Patch fixing this problem

comment:1 Changed 16 years ago by Der Meister

The problem was that the DISK_USAGE struct was not initialized by default. Therefore its members contained undefined values. My patch assures proper initialization of this struct.

comment:2 Changed 16 years ago by Ageless

Cc: aspadistra added

Adding reporter as CC so he'll get emails for posts to the ticket.

comment:3 Changed 16 years ago by Nicolas

Keywords: patch added

comment:4 Changed 16 years ago by davea

Resolution: fixed
Status: newclosed

(In [14683]) - GUI RPC: initialize disk usage structure

to avoid wacky pie charts at startup Fixes #549 (from Der Meister)

Note: See TracTickets for help on using tickets.