View Issue Details

IDProjectCategoryView StatusLast Update
0000613Virtual Moon Atlas1-Softwarepublic10-06-12 11:53
ReporterJohn Liddard Assigned ToPatrick Chevalley  
PrioritynormalSeveritymajorReproducibilityalways
Status resolvedResolutionfixed 
PlatformMacintoshOSOS XOS Version10.6.3
Product Version5.0 
Target Version5.1Fixed in Version5.1 
Summary0000613: VMPRO5 will not launch
DescriptionI downloaded the latest version of VMPRO5 for the Macintosh on May 22, 2009. After installation of the application on my 27" 2.8 GHz i7 iMac I am unable to successfully launch VMPRO. Double clicking the application atlun will not launch the program. When double clicked the Virtual_Moon_Atlas window flickers once then stops. The messages in the Console Log looks like atlun is having issue with Printer related functions.
Steps To ReproduceDouble click atlun in Virtual_Moon_Atlas folder.
Additional InformationContents of Console Message after attempting to launch atlun.

5/22/10 12:23:55 PM [0x0-0x5b05b].com.company.atlun[859] [FORMS.PP] ExceptionOccurred
5/22/10 12:23:55 PM [0x0-0x5b05b].com.company.atlun[859] Sender=EPrinter
5/22/10 12:23:55 PM [0x0-0x5b05b].com.company.atlun[859] Exception=Printer " " does't exists.
5/22/10 12:23:55 PM [0x0-0x5b05b].com.company.atlun[859] Stack trace:
5/22/10 12:23:55 PM [0x0-0x5b05b].com.company.atlun[859] $002A847A
5/22/10 12:23:55 PM [0x0-0x5b05b].com.company.atlun[859] $0031F401
5/22/10 12:23:55 PM [0x0-0x5b05b].com.company.atlun[859] $0031F175
5/22/10 12:23:55 PM [0x0-0x5b05b].com.company.atlun[859] $00320115
5/22/10 12:23:55 PM [0x0-0x5b05b].com.company.atlun[859] TApplication.HandleException Printer " " does't exists.
5/22/10 12:23:55 PM [0x0-0x5b05b].com.company.atlun[859] Stack trace:
5/22/10 12:23:55 PM [0x0-0x5b05b].com.company.atlun[859] $002A847A
5/22/10 12:23:55 PM [0x0-0x5b05b].com.company.atlun[859] $0031F401
5/22/10 12:23:55 PM [0x0-0x5b05b].com.company.atlun[859] $0031F175
5/22/10 12:23:55 PM [0x0-0x5b05b].com.company.atlun[859] $00320115
5/22/10 12:23:55 PM [0x0-0x5b05b].com.company.atlun[859] exception at 002A847A:
5/22/10 12:23:55 PM [0x0-0x5b05b].com.company.atlun[859] Printer " " does't exists.
5/22/10 12:23:55 PM com.apple.launchd.peruser.501[152] ([0x0-0x5b05b].com.company.atlun[859]) Exited with exit code: 217
TagsNo tags attached.

Relationships

related to 0000562 closedPatrick Chevalley SkyChart Error Printer " " does't exsists 

Activities

Patrick Chevalley

10-06-12 11:53

administrator   ~0001138

This bug with the Lazarus LCL library as been fixed for the next 0.9.30 version but as it is not yet stable I don't want to make the switch now.

The following temporary patch must solve the problem.

Please install virtualmoon_update-5.1-299-macosx-i386.dmg
from http://www.ap-i.net/avl/snapshot/
without uninstalling the 5.0 as this contain only the changed files.

As I cannot reproduce the problem (probably related to a specific printer setting) please test and reopen this issue if this not solve the problem.




For the record:

Index: lcl/printers.pas
===================================================================
--- lcl/printers.pas (révision 23469)
+++ lcl/printers.pas (copie de travail)
@@ -430,7 +430,7 @@
   end else
   if (Printers.Count>0) then
   begin
- if (aName<>'') then
+ if (trim(aName)<>'') then
     begin
       //Printer changed ?
       if fPrinters.IndexOf(aName)<>fPrinterIndex then

Issue History

Date Modified Username Field Change
10-05-22 17:31 John Liddard New Issue
10-06-12 11:53 Patrick Chevalley Note Added: 0001138
10-06-12 11:53 Patrick Chevalley Assigned To => Patrick Chevalley
10-06-12 11:53 Patrick Chevalley Status new => resolved
10-06-12 11:53 Patrick Chevalley Resolution open => fixed
10-06-12 11:53 Patrick Chevalley Fixed in Version 0.3.0 => 5.1
10-06-12 11:53 Patrick Chevalley Target Version 0.3.0 => 5.1
10-07-18 10:13 Patrick Chevalley Relationship added related to 0000562