-
-
Notifications
You must be signed in to change notification settings - Fork 494
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SuperTux crashes when opening a new level #695
Comments
Hey @wozzes, can you use |
The level editor is crashing for me too as well, same release version (0.5.1). However, I am using the Windows edition. The crash always occurs upon pressing the "Test Level" button on the level editor. I have also noticed that it crashes the program when selecting any level I saved with the level editor that shows up under the list of "Contrib Levels". However, there is one notable exception. I have been able to play the levels I originally designed from the 2003 version of SuperTux on my Debian 8 Linux System after porting them over to Windows, modify the background music (as I noticed it always defaulted to "Mortimer's Chip Disko" for each level after the transfer to Windows, and I wanted a variety of background music specific to the levels I made), respecifying which enemies stay on platforms all over again (that too did not transfer over), and resaving the level. |
@PrinceRilian Can you try to get a backtrace of the crash using the steps mentioned here: You can skip the step about the debugging symbols. We do not provide debugging symbols. I wonder whether it's possible to do so (@maxteufel: Any ideas?) Even the name of the function should give us some insight into what is wrong. |
I have it right there. |
That looks like it exited normally. Can you try again to get one where it really crashes? The exit code shouldn't be 0. |
Well, the program malfunctioned at that point, and it just plain shut
itself down nonetheless. I will also mention that I didn't get any error
boxes when the malfunction happened. I also have an update to the
situation: not long ago, I tested another level that I made myself on the
level editor, this one with a Forest theme rather than an Antarctic theme.
The level did not crash when tested. But my original Antarctic themed
level still crashes when tested! And, like before, it crashes both when
selected from my level set menu under "Contrib Levels" and when given a
test run in the Level Editor. The Forest theme level works just fine for
some reason.
…On Fri, May 19, 2017 at 2:54 AM, Tobias Markus ***@***.***> wrote:
That looks like it exited normally. Can you try again to get one where it
really crashes? The exit code shouldn't be 0.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#695 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AbXSRVaJsGQuYMu07ywu0EfdVgKJvcXEks5r7UqogaJpZM4M3qll>
.
|
Can you attach or pastebin the level that crashes so that I can take a look? |
This is the one.
Terry
…On Tue, May 23, 2017 at 3:57 AM, Tobias Markus ***@***.***> wrote:
Can you attach or pastebin the level that crashes so that I can take a
look?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#695 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AbXSRYovRCo0LHglnJ-aqyrwHGY4pAJTks5r8p9pgaJpZM4M3qll>
.
|
Hey. This didn't work. I can't see the level. |
I can see the level on my computer and am *still* trying to figure out why
you aren't seeing it. Perhaps you should test the other level I was
working with? That's the forest level. That one didn't give me a
problem. Let's see if it works for you.
…On Tue, May 23, 2017 at 3:13 PM, Tobias Markus ***@***.***> wrote:
Hey. This didn't work. I can't see the level.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#695 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AbXSRV06DzMILCqGPPUU7dnMNnCKhys2ks5r8z4EgaJpZM4M3qll>
.
|
When sending it though email, attachments are stripped. |
OK, I sent it through GitHub this time--both of them. Since I was using just my e-mail for the last week and did not actually log in to GitHub--I can see that my attachments for the levels themselves didn't go through. Yes, that explains a lot! |
@PrinceRilian: The first one doesn't work because of this:
SuperTux levels must have a main sector, otherwise, they won't start. I think I will change the behaviour towards starting the first sector available if no main sector can be found. Edit: Your sector is called "Main" with a capital M. Our code looks for main with a lower case m. |
@sirtomato999 Is this a still occuring issue? |
I'm gonna close this due to lack of response (and to decrease the size of our issues list). Feel free to comment should the issue ever occur again. |
SuperTux version:
0.5.1
System information: *
Arch Linux
uname -a
Linux matthew-arch 4.10.6-1-ARCH #1 SMP PREEMPT Mon Mar 27 08:28:22 CEST 2017 x86_64 GNU/Linux
Expected behavior
Add stuff to a new level
Actual behavior
SUPERTUX CRASHES
Steps to reproduce actual behavior
Create a level in level editor
Additional debugging information
I put in everything, i dont know what will be useful or not
The text was updated successfully, but these errors were encountered: