Trunk 3348 CTD
Moderators: winston, another_commander, Getafix
-
- Deadly
- Posts: 132
- Joined: Tue Jul 25, 2006 2:32 pm
Trunk 3348 CTD
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.
Oh and it does this when not loading a commander with and without addons. Right off to bed, some people worked last night!
Note, that's with and without addons.
Oh and it does this when not loading a commander with and without addons. Right off to bed, some people worked last night!
-
- Quite Grand Sub-Admiral
- Posts: 6682
- Joined: Wed Feb 28, 2007 7:54 am
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.
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.
- Yrol_Denjeah
- Dangerous
- Posts: 75
- Joined: Mon Apr 26, 2010 8:29 am
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?
( 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.
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.
- Yrol_Denjeah
- Dangerous
- Posts: 75
- Joined: Mon Apr 26, 2010 8:29 am
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.
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.
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.
- JensAyton
- Grand Admiral Emeritus
- Posts: 6657
- Joined: Sat Apr 02, 2005 2:43 pm
- Location: Sweden
- Contact:
I’d like a report with OO_CHECK_GL_HEAVY enabled. I think this will work:
You should then get the error report for a different file/line, probably OOSkyDrawable.m.
Code: Select all
make clean
make debug=yes OO_CHECK_GL_HEAVY=yes
E-mail: [email protected]
- Yrol_Denjeah
- Dangerous
- Posts: 75
- Joined: Mon Apr 26, 2010 8:29 am
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.
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.
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.
-
- Quite Grand Sub-Admiral
- Posts: 6682
- Joined: Wed Feb 28, 2007 7:54 am
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.
- Yrol_Denjeah
- Dangerous
- Posts: 75
- Joined: Mon Apr 26, 2010 8:29 am
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 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.
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.
-
- Quite Grand Sub-Admiral
- Posts: 6682
- Joined: Wed Feb 28, 2007 7:54 am
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.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.
- Yrol_Denjeah
- Dangerous
- Posts: 75
- Joined: Mon Apr 26, 2010 8:29 am
I just looked around a bit...
That error is around and unfixed since ( at least ) three years??
https://bb.oolite.space/viewtopic.ph ... highlight=
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.
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.
-
- Quite Grand Sub-Admiral
- Posts: 6682
- Joined: Wed Feb 28, 2007 7:54 am
- Yrol_Denjeah
- Dangerous
- Posts: 75
- Joined: Mon Apr 26, 2010 8:29 am
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.
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.
- JensAyton
- Grand Admiral Emeritus
- Posts: 6657
- Joined: Sat Apr 02, 2005 2:43 pm
- Location: Sweden
- Contact:
The error doesn’t occur for me, and no-one else could be bothered to narrow it down. :-)
E-mail: [email protected]