ResidualVM crashes...

General chat related to ScummVM, adventure gaming, and so on.

Moderator: ScummVM Team

Post Reply
Martinator
Posts: 8
Joined: Sun Jan 15, 2012 2:59 pm

ResidualVM crashes...

Post by Martinator »

I'm having problem with Residualvm crashing all the time (about every 5 min) when playing Grim Fandango.
It's (almost) not playable some times.

I have a Macbook pro with Snow leopard 10.6.8
Game is patched.

Has anyone else experienced the same?
Any tips on fixing this?

Thanks for this awesome program! I've been longing to play this game for years!
User avatar
giucam
Posts: 139
Joined: Mon Mar 21, 2011 9:20 am

Post by giucam »

Please open a bug report on github about this, with the console output and, if possible, a backtrace.

Also, we need to know the revision of the build, if it's precompiled or if you built it yourself, and the grim language.
Martinator
Posts: 8
Joined: Sun Jan 15, 2012 2:59 pm

Post by Martinator »

I'm not really sure what that means ;-S

But a bug report in the issue list i guess?
From where do i get the console output, crash report in mac os? and how do i get a backtrace?

Sorry for stupid questions :) But if you don't ask..you'll never know.
User avatar
giucam
Posts: 139
Joined: Mon Mar 21, 2011 9:20 am

Post by giucam »

Martinator wrote: But a bug report in the issue list i guess?
Yes
Martinator wrote: From where do i get the console output, crash report in mac os? and how do i get a backtrace?
Well, you get the output by running residualvm from the console. Open a terminal and type "residualvm".
For the backtrace i unfortunately don't know, since i don't have a mac.
Martinator wrote: Sorry for stupid questions :) But if you don't ask..you'll never know.
No problem :)
User avatar
somaen
ScummVM Developer
Posts: 376
Joined: Thu Apr 21, 2011 7:31 pm
Location: Trondheim, NO

Post by somaen »

giucam: gcc and gdb here too, just like on linux. :D

To get a backtrace, you'll need to have XCode installed (developer.apple.com, requires free registration), then run ResidualVM through gdb by typing "gdb residualvm" in terminal, followed by "run". Then, when it crashes, type "bt", copy the output, and give it to us.
Martinator
Posts: 8
Joined: Sun Jan 15, 2012 2:59 pm

Post by Martinator »

Thanks for all the help! Really appreciate it!

I'm sorry, but I have no experience of the terminal whatsoever.
Except from some old MsDOS-skills from the ninties :)

Where do i type "residualvm" in the terminal?
I just get: -bash: residualvm: command not found

I tried to type it in the applications folder where residualvm is located but got the same message.
Do I need some sort of command with it as well?

When I tried running it through gdb, i only get:
"GNU gdb 6.3.50-20050815 (Apple version gdb-1515) (Sat Jan 15 08:33:48 UTC 2011)
Copyright 2004 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB. Type "show warranty" for details.
This GDB was configured as "x86_64-apple-darwin"...residualvm: No such file or directory"

I guess I'm missing something really obvious here??? :)
/Martin
User avatar
somaen
ScummVM Developer
Posts: 376
Joined: Thu Apr 21, 2011 7:31 pm
Location: Trondheim, NO

Post by somaen »

Ooops, a tad of missing information in that previous post, if you downloaded our precompiled version, and put it directly in the Applications-folder, the following should get you rolling:
type:
cd /Applications/ResidualVM.app/Contents/MacOS
gdb residualvm
Martinator
Posts: 8
Joined: Sun Jan 15, 2012 2:59 pm

Post by Martinator »

Now it works! Thanks a lot.
I will create a bug report next time it crashes!
LesFunkyFlakes
Posts: 1
Joined: Tue Jan 17, 2012 1:29 pm

Post by LesFunkyFlakes »

Setting autosave (Options -> Misc) to never seems to have reduced the crashes somewhat for me.
Martinator
Posts: 8
Joined: Sun Jan 15, 2012 2:59 pm

Post by Martinator »

Setting autosave (Options -> Misc) to never seems to have reduced the crashes somewhat for me.
Thanks, I'll try that as well.
Last edited by Guest on Wed Jan 18, 2012 3:12 pm, edited 1 time in total.
Martinator
Posts: 8
Joined: Sun Jan 15, 2012 2:59 pm

Post by Martinator »

Setting autosave (Options -> Misc) to never seems to have reduced the crashes somewhat for me.
Thanks, I'll try that as well.
Post Reply