The Camera looks up into the sky and seems to be at Ocean.
Description
Description
Details
Details
- Legacy ID
- 334032572
- Severity
- None
- Resolution
- Fixed
- Reproducibility
- Always
- Category
- Ingame UI
Steps To Reproduce
It is is always like that.
Additional Information
After playing on a server and leaving it + closing the serverbrowser I can see my character again and turn it around
Event Timeline
Comment Actions
If you changed the advanced lauch options in steam it does that. "-nosplash" and things like that mess it up.
Comment Actions
I have found what causes this: A small typeerror in the launchoptions. Though it is still a bad behavior of the client. Please review how the client handles launchoptions.
Comment Actions
Hi vatixerid,
could you be more specific and let us know what the issue was?
Thank you,
A.
Comment Actions
Problematic Launchoptions :
maxVRAM=1024 -cpuCount=4 -exThreads=7 -maxMem=1536
This works:
-maxVRAM=1024 -cpuCount=4 -exThreads=7 -maxMem=1536
Comparison: the - is missing in the first line at the beginning. Thanks.