Autodesk / Autodesk/AutodeskMachineControlFramework

linux runtime error: Fatal initialization error: could not get absolute path of 8c48dc68_core.apidocs(2)

Open
#75 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
C++
Stars
46
Forks
32
PR merge metrics
No merged PRs in 30d

Description

On linux, upon starting the server I get the error:
Fatal initialization error: could not get absolute path of 8c48dc68_core.apidocs(2)

Building

```
# from a fresh master branch checkout
$ git submodule update --init --recursive
$ ./build_clean_linux64.sh
```

Then start the server

```
$ cd build_linux64/Output/ && ./amc_server
----------------------------------------------------------------------------------
Autodesk Machine Control Framework v1.0.0 (8c48dc68)
----------------------------------------------------------------------------------
Framework version: 1.0.0
Git hash: 8c48dc68
Loading server configuration...
Fatal initialization error: could not get absolute path of 8c48dc68_core.apidocs(2)

```

== My setup ==

AMCF version: latest master checkout as of today, git ref https://github.com/Autodesk/AutodeskMachineControlFramework/commit/8c48dc68fbcb99e819d9e464ec870d98007d737b

OS: Ubuntu Ubuntu 25.04, g++ (Ubuntu 14.2.0-19ubuntu2) 14.2.0

Contributor guide

Open the contributing guide

Research direction

Reproduce the report from a fresh master checkout with `git submodule update --init --recursive` and `./build_clean_linux64.sh`, then start `build_linux64/Output/amc_server` on Linux. Trace the startup path that reports the absolute-path failure for `8c48dc68_core.apidocs(2)`; done means the server starts without this fatal initialization error.

Written by the indexing model from the issue text.

Assessment

Tech stack
cpp, linux
Domain
backend, operating-systems
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
30/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.