ceres-wc3 / ceres

MIT License
34 stars 8 forks source link

Building sample mpq map from template project: ceres.exe hangs on WIndows 10 #23

Closed kyle-rader closed 4 years ago

kyle-rader commented 4 years ago

After cloning the pure Lua template and running the build command:

> ceres build -- --map mpq.w3x --output mpq

The build prints complete and produces the map in target/ but the exe never returns control to the shell:

> ceres build -- --map mpq.w3x --output mpq
> Received build command
>     Input: mpq.w3x
>     Retain map script: true
>     Output type: mpq
> Loaded map mpq.w3x
> Loaded map script from mpq.w3x
> Successfuly built the map
> Writing artifact [mpq] to target/mpq.w3x
> Build complete!
^C  ### Had to CTRL-C at this point to get my terminal back.
>
ElusiveMori commented 4 years ago

This was a bug introduced in one of the patches. Should be fixed now.