Strange bug: ERROR: UHH index not 0
-
this was on lancers reactor
here
http://www.lancersreactor.org/index.php?page=Thread&threadID=38571
seem to point to a solar issue.
-
Ya, I saw that too. There was nothing concrete done on it, though. Just wondered if people had similar bugs and knew how to fix’em.
-
Possible to remove everything but the basics from the system to which you jump into and see if the error still appears? (i.e. just the very minimum declarations for content in a system - the jumpgate and the headers required at the top of the file).
If it disappears, keep adding things back until you find what it was?
Guessing it only appears when the system is loaded into the server memory - ergo, it’s a solar. Just which one is causing the issue
-
what about a jumpbouy thats been deleted? I know in the systems I was working on that had that error, there was a lot of stuff added then deleted. what if it FL has some code some where for something that was there but is now gone.?
its a shot in the dark. Im going to see if I can recreate the error. At least if I can recreate it it might help figure out the cause.
Later
Jer
-
For us it is caused by having 2 docking_spheres assigned to a jumphole.
[Solar]
nickname = jumphole
ids_name = 60211
ids_info = 66146
type = JUMP_HOLE
DA_archetype = solar\dockable\jump_hole.3db
material_library = solar\Solar_mat_misc02.mat
mass = 10000.000000
loadout = jumphole
jump_out_hp = Hporient
open_sound = hole_open_sound
close_sound = hole_close_sound
solar_radius = 600
shape_name = NAV_jumphole
docking_sphere = jump, HpDockMountA, 150.0
;docking_sphere = jump, HpDockMountB, 150.0 <–- remove this
hit_pts = 999999961690316250000000000000000000.000000
phantom_physics = trueRemoving this makes the UHH error go away.
-
Ha! That’s awesome. Problem solved. That’s Cannon!
-
Incredible find.
And Mr. Lazy 's asking:
Any testing with other docking stuff or mixed docking spheres
(like 1 berth, 1 jump) and other than ‘jump_out_hp = Hporient’? -
Small addendum as the one who set those double docking points on the jumpholes (I was attempting to allow convoys to jump with more then one ship at once): It will only fail if you set multiple docking points that service the same ship types. So you can, for instance, set a “berth” and “medium moor” simultaneously, but not two “jump” type docking points.
The error also broke a jump timer we had on the holes, so I guess this is experiment failed on my part
-
TY 4 the additional info.
-
Update:
It seems, ‘type = JUMP_GATE’ can only have 1 docking_sphere in total,
not 1 of each type (jump, berth …),
while 1 of each type works with ‘type = JUMP_HOLE’ as told above.