Ticket #549 (closed Defect: fixed)

Opened 4 years ago

Last modified 4 years ago

(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

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

Change History

Changed 4 years ago by aspadistra

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

Changed 4 years ago by Der Meister

Patch fixing this problem

comment:1 Changed 4 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 4 years ago by Ageless

  • Cc aspadistra added

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

comment:3 Changed 4 years ago by Nicolas

  • Keywords patch added

comment:4 Changed 4 years ago by davea

  • Status changed from new to closed
  • Resolution set to fixed

(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.