Advertisement
Ruedii

Untitled

Mar 3rd, 2016
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.91 KB | None | 0 0
  1. Crash on startup on Linux with fglrx drivers.
  2. There is, and has been for some time, a crash on startup with the fglrx proprietary Radeon drivers for Linux.
  3.  
  4. This occures the second time the game is run, but not the first.
  5.  
  6. The workaround is to remove the graphics quality line from the Unity3D prefs file for Unturned at
  7. ~/.config/Unity3D/Smartly Dressed Games/Unturned 3/prefs
  8.  
  9. Then mark the file read-only.
  10. This forces graphic settings to be auto-detected every time, apparently working around the bug.
  11.  
  12. I would be able to trace the problem further if the graphics settings were placed individually in the config file instead of using the quality shortcut. I believe Unity can do this, but it has to be force-enabled.
  13.  
  14. I will post a pastbin of the log, but suffice to say it causes a segfault in native code on the thread that is initializing the graphics. I'm not sure if any more information is helpful beyond that.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement