tunabrain / tungsten

High performance physically based renderer in C++11

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tungsten server no longer working

s5rockhoppers opened this issue · comments

The server portion of tungsten is no longer working with the new release. The regular ex3cutable does but when trying to run the server it crashes.

What OS/version are you using?

I'm on Windows 7, 64-bit. Using the --help command line argument works, it just crashes when going into the actual render. Using the same scene file with the normal binary (tungsten.exe) works fine.

If I compile it myself (on a Windows 7 32-bit machine) then it works. I don't have all the dependencies set up through so it is missing several features.

Thanks for reporting this. There was a linking issue in civetweb that interfered with the native pthread implementation. The latest release should fix this issue.