Opened 19 years ago

Closed 19 years ago

Last modified 5 years ago

#1925 closed defect

ALL: crashes on Alpha computer

Reported by: lordhoto Owned by:
Priority: normal Component: Ports
Version: Keywords:
Cc: Game:

Description

Hi,

i have a AlphaStation 255 mit 300 MHz and Debian Sarge on it (last updated today). I tried out the debian package (0.6.1b) and the current cvs code (from anonymous cvs today). (gcc 3.3.5)

I tried Monkey Island 1 (German VGA Floppy). Output from console while starting: ----------------------------------------------------------- Looking for monkeyVGA Trying to start game 'Monkey Island 1 (256 color Floppy version)' (10:149:0x59): Room 10 missing object code block(s) -----------------------------------------------------------

It crashes directly after starting (opens debug console direct after starting the game).

after that i tried Monkey Island 2 (German VGA Floppy). Output from console while starting: ----------------------------------------------------------- Looking for monkey2 Trying to start game 'Monkey Island 2: LeChuck's revenge' (108:130:0x146): String 41 does not exist -----------------------------------------------------------

monkey 2 opens the debug console only if the copy protection needs input...

Simon 1 German CD Talkie crashes the program without an error...

The Legend of Kyrandia works without any problem only some graphic glitches are present.

Here is some output from dmesg after testing a bit with scummvm:

scummvm(934): unaligned trap at 0000000120016130: 000000011ffff8f1 28 1 scummvm(961): unaligned trap at 0000000120016130: 000000011ffff8f1 28 1 scummvm(961): unaligned trap at 0000000120128a34: 00000001209e2d44 2d 1 scummvm(961): unaligned trap at 0000000120128a34: 00000001209e2d8c 2d 1 scummvm(983): unaligned trap at 0000000120016130: 000000011ffff8f1 28 1 scummvm(983): unaligned trap at 00000001200c9b2c: 0000000120a47cba 28 1 scummvm(983): unaligned trap at 00000001200c9b2c: 0000000120a47cce 28 1 scummvm(983): unaligned trap at 00000001200c9b2c: 0000000120a47dd6 28 1 scummvm(1050): unaligned trap at 000000012001498c: 000000011ffff941 28 1 scummvm(1050): unaligned trap at 00000001200ac6fc: 0000000120463c4a 28 1 scummvm(1050): unaligned trap at 00000001200ac6fc: 0000000120463c5e 28 1 scummvm(1050): unaligned trap at 00000001200ac6fc: 0000000120463d66 28 1

Hope it is usefull for fixing.... If extra information is needed please ask.

Ticket imported from: #1121940. Ticket imported from: bugs/1925.

Change History (11)

comment:1 by SF/khalek, 19 years ago

is SCUMM_NEED_ALIGNMENT defined in your config.h after running configure?

comment:2 by lordhoto, 19 years ago

don't know but the configure script say no aligment needed....

comment:3 by SF/khalek, 19 years ago

You want alignment on alpha. Try do a make clean, change it to be defined and recompile.

What shell and version is your /bin/sh?

comment:4 by fingolfin, 19 years ago

Summary: crashes on Alpha computerALL: crashes on Alpha computer

comment:5 by fingolfin, 19 years ago

Status: newpending

comment:6 by fingolfin, 19 years ago

It's strange that the alignment check in configure doesn't pick this one up. Hrm, well, we could hard code a check for the Alpha, although I still don't like that idea...

What does the "config.guess" script output if you run it?

comment:7 by lordhoto, 19 years ago

Status: pendingnew

comment:8 by lordhoto, 19 years ago

so after defining it hardcoded it's working with minor color glitches (i think these come from my TGA graphics card..)

comment:9 by fingolfin, 19 years ago

What does the "config.guess" script output if you run it?

If you tell us, we can adjust the configure script accordingly; otherwise, we have no way to fix this bug...

comment:10 by fingolfin, 19 years ago

Status: newclosed

comment:11 by digitall, 5 years ago

Component: --Unset--Ports
Note: See TracTickets for help on using tickets.