Game.exe-crash

Make games! Discuss those games here.

Moderators: Bob the Hamster, marionline, SDHawk

Post Reply
User avatar
marionline
Metal Slime
Posts: 673
Joined: Sat Feb 26, 2011 9:23 pm

Game.exe-crash

Post by marionline »

Hello,
I found a crash-bug or something like that.
I added music to a map, but on entering that map, game.exe crashed.
It never chrashed before I added music, but I could not really reproduce the crash-bug, it happend another time thoug, also on entering the map.

I'm using the Beelzebufo version of the OHR.

By the way I've no idea what all those numbers mean... it it okay to post them here? :???:
Do you need a translation of the error-message?

Windows gave me this report:

Code: Select all

Problemereignisname:	APPCRASH
  Anwendungsname:	game.exe
  Anwendungsversion:	0.0.0.0
  Anwendungszeitstempel:	51657641
  Fehlermodulname:	SDL_mixer.dll
  Fehlermodulversion:	1.2.12.0
  Fehlermodulzeitstempel:	5074aef0
  Ausnahmecode:	c0000005
  Ausnahmeoffset:	00015529
  Betriebsystemversion:	6.1.7600.2.0.0.768.11
  Gebietsschema-ID:	1031
  Zusatzinformation 1:	0a9e
  Zusatzinformation 2:	0a9e372d3b4ad19135b953a78882e789
  Zusatzinformation 3:	0a9e
  Zusatzinformation 4:	0a9e372d3b4ad19135b953a78882e789
TMC
Metal King Slime
Posts: 4101
Joined: Sun Apr 10, 2011 9:19 am

Post by TMC »

The music track is a MIDI file, right?

Unfortunately this is a well known bug in SDL_mixer. Usually the problem happens with very short MIDI files. It might be possible to work around it by modifying the MIDI (I don't whether anyone has tried this though), or using a different MIDI file.

If you post the MIDI file it could be useful for testing.
User avatar
marionline
Metal Slime
Posts: 673
Joined: Sat Feb 26, 2011 9:23 pm

Post by marionline »

I used the "That's_Odd.mid" file, that is also in the OHR's default music.
It has 4 kb and playes for 1:36.
It there anyway to add a file here?
TMC
Metal King Slime
Posts: 4101
Joined: Sun Apr 10, 2011 9:19 am

Post by TMC »

Oh, really. That's no good.

I hope to have that bug fixed for the next release.

No, you can't attach files to forum posts here.
Post Reply