Trunk 3348 CTD

For test results, bug reports, announcements of new builds etc.

Moderators: winston, another_commander, Getafix

NorthenderPNE
Deadly
Deadly
Posts: 132
Joined: Tue Jul 25, 2006 2:32 pm

Trunk 3348 CTD

Post by NorthenderPNE »

Right this is what i did in exact order. First, upon startup i load new commander, second i launch from station, thirdly i pause the game and select start new game. Every time it CTD with or without Addons!

Note, that's with and without addons. :? :wink:

Oh and it does this when not loading a commander with and without addons. Right off to bed, some people worked last night! :(
another_commander
Quite Grand Sub-Admiral
Quite Grand Sub-Admiral
Posts: 6633
Joined: Wed Feb 28, 2007 7:54 am

Post by another_commander »

That's the beauty of trunk: one day it works fine, the next day it spontaneously combusts. You can never get bored with it.

SVN3348 is extremely unstable and we are fully aware of it. You will also find that just adding System Redux in your OXP folder will kill the game every single time you attempt a launch from station.

We are working on it. Stay tuned.
User avatar
JensAyton
Grand Admiral Emeritus
Grand Admiral Emeritus
Posts: 6657
Joined: Sat Apr 02, 2005 2:43 pm
Location: Sweden
Contact:

Post by JensAyton »

I believe this is fixed in r3350.
User avatar
Yrol_Denjeah
Dangerous
Dangerous
Posts: 75
Joined: Mon Apr 26, 2010 8:29 am

Post by Yrol_Denjeah »

I get some errors with r3350
( windows pc, using the builtpackage from the wiki )

Compiling file src/Core/Materials/OOTextureLoader.m ...
src/Core/Materials/OOTextureLoader.m: In function `+[OOTextureLoader loaderWithTextureSpecifier:extraOptions:folder:]':
src/Core/Materials/OOTextureLoader.m:103: warning: instance variable `path' accessed in class method
src/Core/Materials/OOTextureLoader.m:103: warning: local declaration of `path' hides instance variable
src/Core/Materials/OOTextureLoader.m:104: warning: instance variable `path' accessed in class method
src/Core/Materials/OOTextureLoader.m:104: warning: local declaration of `path' hides instance variable
src/Core/Materials/OOTextureLoader.m:113: warning: instance variable `path' accessed in class method
src/Core/Materials/OOTextureLoader.m:113: warning: local declaration of `path' hides instance variable

Anything i can help with?
(in a cutely insane, electronic, stuttering female voice)
Are you Afraid? What is it you Fear?
The End of your Trivial Existence? Ha!
When the History of my Glory is written,
your Species shall only be a Footnote
to my Magnificence.
I am SHODAN.
User avatar
JensAyton
Grand Admiral Emeritus
Grand Admiral Emeritus
Posts: 6657
Joined: Sat Apr 02, 2005 2:43 pm
Location: Sweden
Contact:

Post by JensAyton »

Suppressed in r3351.
User avatar
Yrol_Denjeah
Dangerous
Dangerous
Posts: 75
Joined: Mon Apr 26, 2010 8:29 am

Post by Yrol_Denjeah »

Yup :)

I am getting MASSES of errors related to OOopengl.m line 65:
[rendering.opengl.error] OOOpenGL.m:65: OpenGL error: "invalid enumerant" (0x500), context: SkyEntity after drawing <SkyEntity 0x1209afa8>{position: (-1842.29, 3615.28, 24271.9) scanClass: CLASS_NO_DRAW status: STATUS_EFFECT}

Thousands of them, prolly because it throws an error each time i
move a millimeter in space or so.
(in a cutely insane, electronic, stuttering female voice)
Are you Afraid? What is it you Fear?
The End of your Trivial Existence? Ha!
When the History of my Glory is written,
your Species shall only be a Footnote
to my Magnificence.
I am SHODAN.
User avatar
JensAyton
Grand Admiral Emeritus
Grand Admiral Emeritus
Posts: 6657
Joined: Sat Apr 02, 2005 2:43 pm
Location: Sweden
Contact:

Post by JensAyton »

I’d like a report with OO_CHECK_GL_HEAVY enabled. I think this will work:

Code: Select all

make clean
make debug=yes OO_CHECK_GL_HEAVY=yes
You should then get the error report for a different file/line, probably OOSkyDrawable.m.
User avatar
Yrol_Denjeah
Dangerous
Dangerous
Posts: 75
Joined: Mon Apr 26, 2010 8:29 am

Post by Yrol_Denjeah »

On the way...

Ahruman:
Email sent. As i do not know exactly what part of the log is important,
i just made a big one and as thats too big for the forum, i zipped it
and sent it to you.

The part with OOSkyDrawable.m is fairly tiny.
Last edited by Yrol_Denjeah on Sat May 15, 2010 12:41 pm, edited 1 time in total.
(in a cutely insane, electronic, stuttering female voice)
Are you Afraid? What is it you Fear?
The End of your Trivial Existence? Ha!
When the History of my Glory is written,
your Species shall only be a Footnote
to my Magnificence.
I am SHODAN.
another_commander
Quite Grand Sub-Admiral
Quite Grand Sub-Admiral
Posts: 6633
Joined: Wed Feb 28, 2007 7:54 am

Post by another_commander »

There are still problems in the trunk, but the "invalid enumerant" (0x500), context: SkyEntity after drawing <SkyEntity 0x1209afa8>{position: (-1842.29, 3615.28, 24271.9) scanClass: CLASS_NO_DRAW status: STATUS_EFFECT} errors have been around for ages (they are silenced by default) and are not critical. Still, it would be desirable to get rid of them somehow.
User avatar
Yrol_Denjeah
Dangerous
Dangerous
Posts: 75
Joined: Mon Apr 26, 2010 8:29 am

Post by Yrol_Denjeah »

Hmpf :(

That is what i meant. I lack the ability to judge between
what really is an error and what is just an usual bug.
(in a cutely insane, electronic, stuttering female voice)
Are you Afraid? What is it you Fear?
The End of your Trivial Existence? Ha!
When the History of my Glory is written,
your Species shall only be a Footnote
to my Magnificence.
I am SHODAN.
another_commander
Quite Grand Sub-Admiral
Quite Grand Sub-Admiral
Posts: 6633
Joined: Wed Feb 28, 2007 7:54 am

Post by another_commander »

Yrol_Denjeah wrote:
Hmpf :(

That is what i meant. I lack the ability to judge between
what really is an error and what is just an usual bug.
That's fine, whenever someone notices something unusual or otherwise worth reporting, by all means please do so. It might be that we have missed somehting and any input is appreciated.
User avatar
Yrol_Denjeah
Dangerous
Dangerous
Posts: 75
Joined: Mon Apr 26, 2010 8:29 am

Post by Yrol_Denjeah »

I just looked around a bit...
That error is around and unfixed since ( at least ) three years??

https://bb.oolite.space/viewtopic.ph ... highlight=
(in a cutely insane, electronic, stuttering female voice)
Are you Afraid? What is it you Fear?
The End of your Trivial Existence? Ha!
When the History of my Glory is written,
your Species shall only be a Footnote
to my Magnificence.
I am SHODAN.
another_commander
Quite Grand Sub-Admiral
Quite Grand Sub-Admiral
Posts: 6633
Joined: Wed Feb 28, 2007 7:54 am

Post by another_commander »

Yes. As I said, it is not critical and therefore low priority.
User avatar
Yrol_Denjeah
Dangerous
Dangerous
Posts: 75
Joined: Mon Apr 26, 2010 8:29 am

Post by Yrol_Denjeah »

Sorry. i am just surprised that there never was a time to fix that.
(in a cutely insane, electronic, stuttering female voice)
Are you Afraid? What is it you Fear?
The End of your Trivial Existence? Ha!
When the History of my Glory is written,
your Species shall only be a Footnote
to my Magnificence.
I am SHODAN.
User avatar
JensAyton
Grand Admiral Emeritus
Grand Admiral Emeritus
Posts: 6657
Joined: Sat Apr 02, 2005 2:43 pm
Location: Sweden
Contact:

Post by JensAyton »

The error doesn’t occur for me, and no-one else could be bothered to narrow it down. :-)
Post Reply