Orbiter beta SVN repository

Status
Not open for further replies.

JMW

Aspiring Addon Developer
Joined
Aug 5, 2008
Messages
611
Reaction score
52
Points
43
Location
Happy Wherever
Yes, that could be the problem - the splitter bar has "disappeared".
Can't get into modules to remove orbitersound.
Have dowloaded fresh 'update' into empty folder again and all is ok with new install.
So, installing orbitersound 4.0 causes the problem.
What now?
 

JMW

Aspiring Addon Developer
Joined
Aug 5, 2008
Messages
611
Reaction score
52
Points
43
Location
Happy Wherever
Yes Orb (as usual)
Now have normal operating Launchpad.

Is this cos its a beta, or does something need some work?
 

Face

Well-known member
Orbiter Contributor
Addon Developer
Beta Tester
Joined
Mar 18, 2008
Messages
4,398
Reaction score
578
Points
153
Location
Vienna
Try to present a reproduction recipe, i.e.: tell us what to do to reproduce it on our own. As I said, I can't confirm the behaviour from what you already wrote (clean install, starting scenario, stopping, artifacts show up).
 

JMW

Aspiring Addon Developer
Joined
Aug 5, 2008
Messages
611
Reaction score
52
Points
43
Location
Happy Wherever
Don't know what else to say really -
I downloaded latest beta files into empty folder.
Works fine.
Install orbitersound 4.0 - causes disappearance of editable part of Modules, Extras and Scenarios as seen.
If delete orbiter.cfg, all's well again. :shrug:
 

JMW

Aspiring Addon Developer
Joined
Aug 5, 2008
Messages
611
Reaction score
52
Points
43
Location
Happy Wherever
Hasn't so far
(Sorry for late reply - only just seen yours)

Got quite a few issues with my F-35B addon though.........
Where do I put these for discussion?
 
Last edited:

martins

Orbiter Founder
Orbiter Founder
Joined
Mar 31, 2008
Messages
2,448
Reaction score
462
Points
83
Website
orbit.medphys.ucl.ac.uk
Launchpad came back, but with only "Current state" with jpg - but no other scenarios !
Tried closing/re-opening Launchpad - same result. No scenarios.
Also (didn't check if there before) when go to tab "Extras" has description, but no options to click.
What's happened?????
What are the values that Orbiter.cfg shows under the "Window positions" section, specifically for the LpadXXXListWidth tags, the first time after you open and close the launchpad after having removed Orbiter.cfg beforehand (and without moving the splitter panels)? Does the problem go away when you remove these entries, or if you reset them to, say, 200?

From the screenshots it appears that you are using a theme with larger than standard font sizes. This may confuse the splitter panels. I'll have a look.
 

JMW

Aspiring Addon Developer
Joined
Aug 5, 2008
Messages
611
Reaction score
52
Points
43
Location
Happy Wherever
Here is a config of one of "confused" Launchpads.
HTML:
; === ORBITER Master Configuration File ===
EchoAllParams = FALSE
LPadRect = -8 -8 860 1024

; === Camera parameters ===
HUDColIdx = 1

; === Device settings ===
DeviceIndex = 2
ModeIndex = 8

; === Window positions ===
LpadScnListWidth = -10
LpadModListWidth = -10
LpadExtListWidth = -10

; === Active plugin list ===
ACTIVE_MODULES
  OrbiterSound
  ScnEditor
  Meshdebug
END_MODULES
Thankyou
 

martins

Orbiter Founder
Orbiter Founder
Joined
Mar 31, 2008
Messages
2,448
Reaction score
462
Points
83
Website
orbit.medphys.ucl.ac.uk
"-10" definitely is no good. I'll revisit the splitter code (I admit I wrote that in a lazy half hour and didn't test it very extensively ...)
 

kuddel

Donator
Donator
Joined
Apr 1, 2008
Messages
2,064
Reaction score
507
Points
113
"-10" definitely is no good. I'll revisit the splitter code (I admit I wrote that in a lazy half hour and didn't test it very extensively ...)

Hi Martin,

I had the same issue here, but felt that it might be due to a problem on my side...After removing those "unproppable" width-line(s) from the config everthing worked as advertised.
...just to inform you about that.
 

JMW

Aspiring Addon Developer
Joined
Aug 5, 2008
Messages
611
Reaction score
52
Points
43
Location
Happy Wherever
Hi.
When using MapMFD, the targeted base indicator on the hud no longer appears - was quite a handy feature.
Is this intentional, or a bug?
regards,
 

orb

New member
News Reporter
Joined
Oct 30, 2009
Messages
14,020
Reaction score
4
Points
0
Is there a way I can step through the revisions one at a time to see at what point it started affecting my code?
You can always update your working copy of the repository to any earlier committed revision. Depending on used SVN client, there are different ways to do that.

For example, command line for standard Subversion client would be:
Code:
svn up -r <revision_number>

IIRC, TortoiseSVN has "Update to revision..." or something like that in the menu. Then you can choose some earlier revision you want to try.
 

JMW

Aspiring Addon Developer
Joined
Aug 5, 2008
Messages
611
Reaction score
52
Points
43
Location
Happy Wherever
Am I understanding this properly regarding order of callback functions with latest Beta revisions?
Below is my order of callback functions which I've tried to get to follow the graph. (Sorry for all the rubbish that's in there)

Is it right?

I'm still getting ctd when calling LoadVC.
Initial investigation shows it seems to be a problem with
Code:
skp->Text(0, 241, "HOLDALT", 7);
Is this still valid where it is in clbkDrawHUD?

Any advice appreciated.
JMW
Ctd solved itself after re-compiling - Don't know why.
 
Last edited:

JMW

Aspiring Addon Developer
Joined
Aug 5, 2008
Messages
611
Reaction score
52
Points
43
Location
Happy Wherever
Beta not sensing "Pad Occupied"

Up to Beta revision 20 no longer seems to recognize when pads are occupied.

Has this been flagged up anywhere?
 

JMW

Aspiring Addon Developer
Joined
Aug 5, 2008
Messages
611
Reaction score
52
Points
43
Location
Happy Wherever
Apologies - been away all November.

And thanks for this
In the meantime people could download a beta version from my mirror, if there really is the need.
 

Ripley

Tutorial translator
Donator
Joined
Sep 12, 2010
Messages
3,133
Reaction score
407
Points
123
Location
Rome
Website
www.tuttovola.org
I tried updating, and I got this error message:

KFHEjJb.png


I've just renistalled the latest TortoiseSVN, but still the same.
 

orb

New member
News Reporter
Joined
Oct 30, 2009
Messages
14,020
Reaction score
4
Points
0
I tried updating, and I got this error message:

KFHEjJb.png


I've just renistalled the latest TortoiseSVN, but still the same.
  1. The certificate is different than on the old server and that's the cause of the message. This isn't actually an error, but a confirmation window to accept or reject the new certificate. There's no need for reinstalling anything.

  2. The SVN repository hasn't been set up on the new server, yet. Until it isn't available, you can use a mercurial mirror of it there: https://bitbucket.org/face/orbiter
 
Status
Not open for further replies.
Top