#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 , 20 years ago
comment:3 by , 20 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 , 20 years ago
Summary: | crashes on Alpha computer → ALL: crashes on Alpha computer |
---|
comment:5 by , 20 years ago
Status: | new → pending |
---|
comment:6 by , 20 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 , 20 years ago
Status: | pending → new |
---|
comment:8 by , 20 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 , 20 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 , 20 years ago
Status: | new → closed |
---|
comment:11 by , 6 years ago
Component: | --Unset-- → Ports |
---|
is SCUMM_NEED_ALIGNMENT defined in your config.h after running configure?