Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

crash on loading low traffic neighbourhoods #1052

Closed
Transurgeon opened this issue Jan 27, 2023 · 2 comments
Closed

crash on loading low traffic neighbourhoods #1052

Transurgeon opened this issue Jan 27, 2023 · 2 comments

Comments

@Transurgeon
Copy link
Contributor

The output of the crash is detailed here: output.txt

I was trying to test issue #1051 on my local macbook.

This is the cause of the crash:
'main' panicked at 'Couldn't find the ltn executable. Is it built?'

I am probably missing something simple, how can I build the low traffic neighbourhood executable?

@dabreegster
Copy link
Collaborator

cd apps/ltn; cargo build --release

On native, when you switch between different apps (split into different crates under the apps/ directory), it checks a few possible places for this file:

/// Returns the path to an executable. Native-only.

@Transurgeon
Copy link
Contributor Author

Oh ok, makes sense.

I didn't notice further crates under the apps directory.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants