Having trouble loading unity 5.3.4p1 game with oculus cv1

I am using the 1.3.2 OVR plugin and utilities.

All I have is a OVRCameraRig, but when I try to launch my game, the only thing that pops up on my oculus cv1 is “Sorry we’re having trouble loading game.exe…”.

Not sure what is going on. Basically all I have right now in my game is the environment and the OVRCameraRig prefab.

I’m assuming you have “Virtual Reality supported” ticked in the Unity player settings?

I’m having a similar issue although the only thing that shows up when I try to run a build of my game is the default Oculus home screen. Everything works fine on the DK2 though

Now I am getting an “OVRPlugin.dll has caused an access violation…” in an error output. This occured after i deleted the OVRPlugin.dll from inside the assets folder of my project, since there is one already in Unity/Editor/Data/VR/oculus

Nevermind, I fixed it. I simply started over and followed this: Build your first VR app for the Oculus Rift | TALES FROM THE RIFT

Works perfect