trust icon indicating copy to clipboard operation
trust copied to clipboard

Travis build for windows failed

Open NyxCode opened this issue 7 years ago • 2 comments

The template (with necessary changes) fails on travis with the following error

Running `wine /target/x86_64-pc-windows-gnu/debug/heaven-on-earth.exe`
err:module:import_dll Library ncrypt.dll (which is needed by L"Z:\\target\\x86_64-pc-windows-gnu\\debug\\heaven-on-earth.exe") not found
err:module:LdrInitializeThunk Main exe initialization for L"Z:\\target\\x86_64-pc-windows-gnu\\debug\\heaven-on-earth.exe" failed, status c0000135

Is there a way to fix this or to disable testing for a windows target?

NyxCode avatar Aug 24 '18 00:08 NyxCode

Is there a way to fix this or to disable testing for a windows target?

You can just comment out the lines related to Windows targets in .travis.yml.

Calinou avatar Aug 24 '18 13:08 Calinou

I have the same problem. Did someone find a solution ?

lovasoa avatar Jun 30 '19 11:06 lovasoa