protonscr

TERA

appid 212740 1 threads, 1 open 9 comments last activity 2020-09-25
Latest maintainer comment · kisak-valve · 2020-04-15 · #3729
Something definitely went wrong with testing. `%command%` allows you to add environment variables before the command that gets called to start the game. There should be at most one use of this in the game's launch options. EX: `ENV_VARIABLE=foo OTHER_VARIABLE=bar %command% -gameoption`
Threads

TERA proton open 3 matching

#3729 · 9 comments · opened 2020-04-04 · last comment 2020-09-25 by hk3wxy
comment by cirk2 · 2020-04-17 · view · github
Your Launch line should be: ``` PROTON_LOG=1 PROTON_NO_ESYNC=1 PROTON_USE_WINED3D=1 %command% ``` Got the same behaviour, using `PROTON_USE_WINED3D ...
comment by Davetheraveuk · 2020-04-15 · view · github
Heres my steam launch commands: `PROTON_LOG=1 %command% PROTON_NO_ESYNC=1 %command% PROTON_USE_WINED3D=1 %command%` Is this correct?
Recent activity
  • hk3wxy · 2020-09-25 · TERA
    ![Microsoft Visual C++ Runtime Library_001](https://user-images.githubusercontent.com/26763836/94312603-92e3ea00-ff53-11ea-844e-20120e2c6983.png)
  • cirk2 · 2020-04-23 · TERA
    Some discoveries from Continued Testing: Reducing the Graphics settings increases the time before crashing, PC Display limit and Texture resolution having the largest impact. Allowing for workable Playtime when in questi...
  • cirk2 · 2020-04-19 · TERA
    Taking a closer look at the system logs I noticed warnings from umip: [code] Suggesting this game is affected by #2927. Applying the `clearcpuid=514` workaround resulted in a far longer playtime. I ran into a freeze afte...
  • cirk2 · 2020-04-17 · TERA
    Your Launch line should be: [code] Got the same behaviour, using `PROTON_USE_WINED3D=1` does not improve stability. Proton 4.11 behaves the same, earlier versions can't launch the game. Log when running `PROTON_LOG=1 %co...
  • Davetheraveuk · 2020-04-15 · TERA
    Heres my steam launch commands: `PROTON_LOG=1 %command% PROTON_NO_ESYNC=1 %command% PROTON_USE_WINED3D=1 %command%` Is this correct?
  • kisak-valvemaintainer · 2020-04-15 · TERA
    Something definitely went wrong with testing. `%command%` allows you to add environment variables before the command that gets called to start the game. There should be at most one use of this in the game's launch option...
  • Davetheraveuk · 2020-04-15 · TERA
    @kisak-valve Hi, I was able to play for roughly 2 hours before the game froze and exited. There seem to be a lot of errors regarding "ld.so" which i think is something to do with MS Visual C++ Redistribution. Could this ...
  • kisak-valvemaintainer · 2020-04-15 · TERA
    Hello @Davetheraveuk, there's a bunch of `err:esync:esync_set_event write: Bad file descriptor` lines in you log. Maybe test if `PROTON_NO_ESYNC=1 %command%` in the game's launch option's has an effect? Separately, does ...

Proton versions over time

Launch lines, newest first

PROTON_LOG=1 PROTON_NO_ESYNC=1 PROTON_USE_WINED3D=1 %command%
%command% PROTON_USE_WINED3D=1
PROTON_LOG=1 %command% PROTON_NO_ESYNC=1
ENV_VARIABLE=foo OTHER_VARIABLE=bar %command% -gameoption
PROTON_NO_ESYNC=1 %command%
PROTON_USE_WINED3D=1 %command%

Launch options