Search found 11 matches

by wyn_sleeman
Wed Oct 29, 2014 10:39 pm
Forum: Expansion Pack
Topic: Galactic Sat Nav
Replies: 27
Views: 18022

Re: Galactic Sat Nav

Nope. I am not going to worry too much though ! - Unless it becomes a problem. That last attempt was 32bit test version, fresh reboot, NO OXPs shift-run - crash. Then subsequent shift-runs are fine. Very strange. Still I have managed to upload the SatNav oxz to the wiki, and a manifest to the oxp ma...
by wyn_sleeman
Wed Oct 29, 2014 7:31 pm
Forum: Expansion Pack
Topic: Galactic Sat Nav
Replies: 27
Views: 18022

Re: Galactic Sat Nav

Same behaviour.
First shift-run after a reboot it does not launch.
subsequent ones are fine
by wyn_sleeman
Wed Oct 29, 2014 5:30 pm
Forum: Expansion Pack
Topic: Galactic Sat Nav
Replies: 27
Views: 18022

Re: Galactic Sat Nav

New version posted:- If when it goes on the wiki - would anyone care to suggest a price? and / or a name - is Galactic Sat Nav ok ?? v0.01 I have added support for system ID 0 I have made it non - damageabe (it is a software update after all!) I have told it to reset itself if galaxy changes https:/...
by wyn_sleeman
Wed Oct 29, 2014 4:52 pm
Forum: Expansion Pack
Topic: Galactic Sat Nav
Replies: 27
Views: 18022

Re: Galactic Sat Nav

Curiouser and Curiouser I have renamed the AddOns folder, and the ManagedAddons folder - so NO oxps at all. The FIRST shift-launch after a reboot fails, subsequent shift-launch is ok ! NB this is before I get as far as loading a save file so I don't think that is going to help you ! If I then un-ren...
by wyn_sleeman
Wed Oct 29, 2014 3:29 pm
Forum: Expansion Pack
Topic: Galactic Sat Nav
Replies: 27
Views: 18022

Re: Galactic Sat Nav

stderr.txt:-

Code: Select all

AL lib: (EE) alc_cleanup: 1 device not closed
All very weird :?
by wyn_sleeman
Wed Oct 29, 2014 3:12 pm
Forum: Expansion Pack
Topic: Galactic Sat Nav
Replies: 27
Views: 18022

Re: Galactic Sat Nav

Notepad++ After a reboot the behaviour is different. First compile (which I was expecting to work) failed, subsequent recompiles are ok - even the cases which were failing. Is there anything in the logcontrol.plist I can set to make it spit out any more info ? I will try another reboot, then will tr...
by wyn_sleeman
Wed Oct 29, 2014 2:32 pm
Forum: Expansion Pack
Topic: Galactic Sat Nav
Replies: 27
Views: 18022

Re: Galactic Sat Nav

When my script.js contains "use strict"; this.startUp = function() { this._finalDestination = -1; if(missionVariables.tws_satnav_finalDestination === null) log("hi","null"); if(missionVariables.tws_satnav_finalDestination) { this._finalDestination = missionVariables.tws...
by wyn_sleeman
Wed Oct 29, 2014 2:09 pm
Forum: Expansion Pack
Topic: Galactic Sat Nav
Replies: 27
Views: 18022

Re: Galactic Sat Nav

I don't see an error, but if I add that line then when I shift-run the app doesn't start. Rem the line out and it is fine. OK - I have found it - my stupidity I'm afraid these two work :- if(missionVariables.tws_satnav_finalDestination === null) log("hi","null"); if(missionVariab...
by wyn_sleeman
Wed Oct 29, 2014 12:13 pm
Forum: Expansion Pack
Topic: Galactic Sat Nav
Replies: 27
Views: 18022

Re: Galactic Sat Nav

Good Catch Wildeblood Looking to see what happens when missionVariables.tws_satnav_finalDestination == 0 Can I test if the missionVariables.tws_satnav_finalDestination exists ? if I try if(missionVariables.tws_satnav_finalDestination == null) or if(missionVariables.tws_satnav_finalDestination === nu...
by wyn_sleeman
Tue Oct 28, 2014 1:35 pm
Forum: Expansion Pack
Topic: Galactic Sat Nav
Replies: 27
Views: 18022

Re: Galactic Sat Nav

Thanks Norby

I have removed the filesize and put the topic URL in.

I will have a think about putting the shipDockedWithStation handler in.

If / when I (we) are happy that it is behaving I will see about putting it up on the wiki etc.
by wyn_sleeman
Tue Oct 28, 2014 12:37 pm
Forum: Expansion Pack
Topic: Galactic Sat Nav
Replies: 27
Views: 18022

Galactic Sat Nav

I have finally taken the plunge and written my first tiny OXP, and along with it this - my first post on "the friendliest board this side of Riedquat" I have written a Sat Nav oxp. Choose a destination in the Galactic Chart Prime the Sat Nav - this sets the destination Then whenever you en...