Assertion in r14425 on MacOS
Posted: 01 Oct 2008 22:17
Hi all,
Sorry to bombard the forum with posts! Think of it as me keeping you guys on your toes.
I've tried the NoAI universal Mac binary from the website (well done on getting that working by the way!
) on Mac OS X 10.5.5. When I call start_ai there I see the following error and the game locks up...
Is this enough information?
Thanks again.
Edit: This is on a basic Macbook with a Core 2 Duo processor, if it helps.
Sorry to bombard the forum with posts! Think of it as me keeping you guys on your toes.

I've tried the NoAI universal Mac binary from the website (well done on getting that working by the way!

Code: Select all
dbg: [ai] [squirrel] Loading script '%aitar%pathzilla/info.nut' for AI handling
dbg: [ai] [squirrel] Loading script '/Applications/openttd-noai/ai/wrightai/info.nut' for AI handling
dbg: [ai] [squirrel] Loading script '/Applications/openttd-noai/ai/library/graph/aystar/library.nut' for Squirrel library
dbg: [ai] [squirrel] Loading script '/Applications/openttd-noai/ai/library/pathfinder/rail/library.nut' for Squirrel library
dbg: [ai] [squirrel] Loading script '/Applications/openttd-noai/ai/library/pathfinder/road/library.nut' for Squirrel library
dbg: [ai] [squirrel] Loading script '/Applications/openttd-noai/ai/library/queue/binary_heap/library.nut' for Squirrel library
dbg: [ai] [squirrel] Loading script '/Applications/openttd-noai/ai/library/queue/fibonacci_heap/library.nut' for Squirrel library
dbg: [ai] [squirrel] Loading script '/Applications/openttd-noai/ai/library/queue/priority_queue/library.nut' for Squirrel library
dbg: [ai] AI_StartPlayer(1) from thr -1606586464
/usr/src/OpenTTD/compile/src/ai/ai_threads.cpp:55: failed assertion `this->fiber->IsRunning()'
Abort trap
Thanks again.
Edit: This is on a basic Macbook with a Core 2 Duo processor, if it helps.