Putt Putt - Joins the Circus "Seg Fault" :-(

Ask for help with ScummVM problems

Moderator: ScummVM Team

Post Reply
ezwrighter
Posts: 11
Joined: Sat Feb 04, 2006 9:54 pm

Putt Putt - Joins the Circus "Seg Fault" :-(

Post by ezwrighter »

I cannot get puttcircus to run correctly. It does not get past the intro screens.

I have dumped out the debug txt here:


C:\scummvm>scummvm -f -d --debuglevel=99 -p.\puttcircus\ puttcircus
Debuglevel (from command line): 99
Debuglevel (from command line): 0
Looking for puttcircus
Trying to start game 'Putt-Putt Joins the Circus'
readMAXS: MAXS has blocksize 52
Total music tracks 84
DEBUG: AUDIO: System has 8 sound channels active
o72_readINI: Option BlackAndWhiteCursors
o72_readINI: Option NoPrinting
o72_readINI: Option NoRightButton
o72_readINI: Option Demo
o72_readINI: Option MouseOverride
o72_readINI: Option TextOn
o72_readINI: Option SputmDebug
o72_readINI: Option WhosABigCheater
o72_readINI: Option NoMusic
o72_readINI: Option NoBKSound
o72_readINI: Option NoBKAnims
o72_readINI: Option NoKeyboardClickable
o72_readINI: Option HideAllText
o72_readINI: Option AutoPlay
o72_readINI: Option CDGamePath
DEBUG: read in CDGamePath of
o72_readINI: Option ForceMachineSpeed
DEBUG: ***Need Spinach, Beets & Pears
DEBUG: Starting music 8066
DEBUG: Adding song 8014 1 times.
DEBUG: Adding song 8026 1 times.
DEBUG: Adding song 8041 1 times.
DEBUG: Adding song 8042 1 times.
DEBUG: Adding song 8043 1 times.
DEBUG: playing standard song
DEBUG: Starting music 8042
Fatal signal: Segmentation Fault (SDL Parachute Deployed)

I even turned off the music to see if that would help. Neither setting works. Not sure if this is a bug or config problem.

Eric
Kirben
Posts: 421
Joined: Wed Sep 21, 2005 12:15 pm
Location: Melbourne, Victoria, Australia

Post by Kirben »

I can't reproduce the problem with ScummVM under Windows XP, try this way to get a debug level 9 output:
scummvm -d9 -f -p.\puttcircus\ puttcircus
ezwrighter
Posts: 11
Joined: Sat Feb 04, 2006 9:54 pm

Post by ezwrighter »

Ok...I got the logs with debuglevel set to 9...the log file is quite large so I am just posting the end section. Please let me know if it is necessary to post the entire log file.

Code: Select all

Script 2054, offset 0x1258: [6C] o6_breakHere()
getResourceAddress(RoomImage,3) == 0A6D8084
findResource(PAMB, a6d8096)
copyVirtScreenBuffers: Left 0 Right 640 Top 0 Bottom 480
findResource(PAMB, a6d8096)
drawWizImage(resNum 129, x1 34 y1 12 flags 0x0 zorder 0 shadow 0 field_390 0 dstResNum 0 palette 0)
ensureResourceLoaded(Image,129)
loadResource(Image,129)
openRoom(3)
res.createResource(Image,129,18650)
getResourceAddress(Image,129) == 0A71E92C
heFindResource(HZIW, a71e92c)
wiz_header.comp = 1 wiz_header.w = 368 wiz_header.h = 184
heFindResource(DZIW, a71e92c)
heFindResource(SNRT, a71e92c)
copyVirtScreenBuffers: Left 34 Right 402 Top 12 Bottom 196
copyVirtScreenBuffers: Left 6400 Right 7040 Top 5149 Bottom 5280
getResourceAddress(Matrix,2) == NULL
getResourceAddress(Matrix,2) == NULL
ensureResourceLoaded(Image,138)
loadResource(Image,138)
openRoom(3)
res.createResource(Image,138,65552)
getResourceAddress(Image,138) == 0A723214
findResource(PAMX, a723214)
Fatal signal: Segmentation Fault (SDL Parachute Deployed)
Thanks for the help...btw, I am running XP Home SP2 all updates installed.
User avatar
sev
ScummVM Lead
Posts: 2279
Joined: Wed Sep 21, 2005 1:06 pm
Contact:

Post by sev »

Please, provide md5s of all *.HE[0-9] files, so we will see which one is this exactly. There are many variants.


Eugene

PS. In fact, it is better to use bug tracker for this.
ezwrighter
Posts: 11
Joined: Sat Feb 04, 2006 9:54 pm

Post by ezwrighter »

Thanks...I will file a bug with all the info requested...thanks for the help.

Eric
ezwrighter
Posts: 11
Joined: Sat Feb 04, 2006 9:54 pm

Post by ezwrighter »

ezwrighter
Posts: 11
Joined: Sat Feb 04, 2006 9:54 pm

Post by ezwrighter »

Just a note...the problem was due to running scummvm 8.0 instead of 8.1. Sorry for all the fuss, I really thought I had 8.1 installed originally.

Great work on this VM.

Eric
Post Reply