View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0000613 | Virtual Moon Atlas | 1-Software | public | 10-05-22 17:31 | 10-06-12 11:53 |
| Reporter | John Liddard | Assigned To | Patrick Chevalley | ||
| Priority | normal | Severity | major | Reproducibility | always |
| Status | resolved | Resolution | fixed | ||
| Platform | Macintosh | OS | OS X | OS Version | 10.6.3 |
| Product Version | 5.0 | ||||
| Target Version | 5.1 | Fixed in Version | 5.1 | ||
| Summary | 0000613: VMPRO5 will not launch | ||||
| Description | I 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 Reproduce | Double click atlun in Virtual_Moon_Atlas folder. | ||||
| Additional Information | Contents 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 | ||||
| Tags | No tags attached. | ||||
| related to | 0000562 | closed | Patrick Chevalley | SkyChart | Error Printer " " does't exsists |
|
|
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 |
| 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 |