Bug 484493

Summary: Xmoto crashes with an ODE assertion error if enter is pressed during gameplay
Product: [Fedora] Fedora Reporter: Joonas Sarajärvi <muep>
Component: xmotoAssignee: Gwyn Ciesla <gwync>
Status: CLOSED CURRENTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: high    
Version: 10CC: gwync, hdegoede, jonathan
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2009-03-05 19:42:01 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Joonas Sarajärvi 2009-02-07 12:15:21 UTC
Description of problem:
The game crashes when enter is pressed during play with this error message:

[joonas@kaappi ~]$ xmoto

ODE INTERNAL ERROR 1: assertion "g_bODEInitialized" failed in dCloseODE() [odeinit.cpp]
Keskeytetty                        

Version-Release number of selected component (if applicable):
xmoto-0.4.2-5.fc10.x86_64

How reproducible:
always

Steps to Reproduce:
1. Start xmoto
2. Select a course and start driving
3. Press enter
  
Actual results:
The game crashes with the error message described above

Expected results:
The level restarts, with me able to try completing the level again.

Additional info:
I am using the non-free fglrx display driver from RPM Fusion (version 9.1), if it matters.

Comment 1 Gwyn Ciesla 2009-02-09 15:37:41 UTC
Does the crash occur without that driver?

Comment 2 Jonathan Dieter 2009-02-15 18:35:55 UTC
It does for me.  FWIW, 0.4.2-4.fc10 did not crash.  I just updated to 0.4.2-5.fc10 today and the crashing started.

Comment 3 Gwyn Ciesla 2009-02-17 15:36:17 UTC
Odd, we had an ODE-related crash, which was fixed in 0.4.2-5, wonder if we missed something.

See: https://bugzilla.redhat.com/show_bug.cgi?id=466738

Hans, does this look familiar?

Comment 4 Hans de Goede 2009-02-17 18:28:11 UTC
(In reply to comment #3)
> Odd, we had an ODE-related crash, which was fixed in 0.4.2-5, wonder if we
> missed something.
> 
> See: https://bugzilla.redhat.com/show_bug.cgi?id=466738
> 
> Hans, does this look familiar?

Yes, sorta, this means that there is an odeClose() (or something like that) which was not precedeed by an odeInit(), so I guess there might be some path now where we call odeClose twice.

Comment 5 Gwyn Ciesla 2009-02-17 21:17:08 UTC
Please test this build in 10-testing:

http://koji.fedoraproject.org/koji/buildinfo?buildID=83091

Comment 6 Jonathan Dieter 2009-02-18 06:34:14 UTC
Thanks, that fixed it!

Comment 7 Gwyn Ciesla 2009-02-18 14:46:44 UTC
Pushed for stable.

Comment 8 Gwyn Ciesla 2009-03-05 19:42:01 UTC
Not closed by bodhi. . .