Warframe crashes after execution

Game will install and update successfully, however, upon exiting the splash screen the game will crash to Desktop w/ report dialog.

OS: Ubuntu 18.04
CPU: Intel i7 6700K
MEM: 32GiB DDR4
GPU: GTX 1080 (Driver: 396.24)

Please provide additional details about the crash: https://lutris.net/faq#faq-game-crash

Kubuntu 18.04
i3 7100u
8gb ddr4

Also crashes at the first loading screen.

This is all the terminal gives me:
C:\Program Files\Warframe>title Warframe Linux Game Launcher

C:\Program Files\Warframe>cmd /C start /b /wait “” updater.exe
/media/user/BAC426F2C426B095/Linux Games/dosdevices/c:/Program Files/Warframe/updater.exe: line 3: cd: too many arguments
INFO 2018-06-18 16:42:09,085 [runner]:Runtime disabled by system configuration

Im running it off of a hdd.
This is the crash message I get from warframe itself: https://i.imgur.com/xVLlYJQ.png

I’m guessing a path needs quotes around it the script

How would I fix the quotes exactly? Is it the install script that needs the quotes?

there’s a script, somehere in the Warframe folder with a call to cd without quotes, that’s why it says “too many arguments”, if you find the script with this issue then add quotes around the path:

cd "$some_var"

The only output I get from running Lutris & Warframe from the terminal is:

INFO 2018-06-19 15:57:12,568 [lutriswindow]:Connected to lutris.net as Kroanvor

WARNING 2018-06-19 15:57:21,397 [display]:xgamma is not available on your system

This is a list of all the files in the directory. install.sh is the only one with a cd command, but it’s already in quotes.