New Pimax 8K not tracking

Awesome was Sean able to ascertain why the Review units & your 8k unaffected?

2 Likes

No idea, I just informed him about that this last procedure worked (we tried a few), and sent him the log files. (We communicate through email atm) Lets see what he responds. I also informed him about this thread, and the fact that others have the same problem.

4 Likes

I linked your post in @Davebobmanā€™s compilation of issues with potential solutions.

In the Banner topic itā€™s in tge 5k+ 8k Directory link.

3 Likes

Great! Lets see what Sean says :slight_smile:

1 Like

I have the same issue.
Currently waiting on a Teamviewer session, should be happening real soon.

If the Teamviewer session doesnā€™t happen I will try this fix.

Thanks for posting this.

Will update if/when fixed.

Cheers
Neil.

4 Likes

Happy to report that @Sean.Huang has worked some wizardry on my Teamviewer
session and my headset is now tracking.

Untested on any games yet as have to do tea.

Will test a little later.

Canā€™t wait.

Thanks @Sean.Huang you are a legend.

Cheers
Neil.

5 Likes

Iā€™d say thatā€™s the same as just deleting that lighthouse config file and then reboot pc. I think he did the other steps just to see if deleting that config file fixed the problem (restarting the service is the same thing as restarting the PC, at least, for the HMD).

1 Like

Deleting those config files and rebooting PC did not help for some weird reason. We tried that right before trying this. Seems that restarting the services in the same session does something moreā€¦ :thinking:

1 Like

Hmm thatā€™s odd ā€¦ The services are started when windows finishes booting, exactly like when you restart them manually. Not sure why the result would be different but I guess that in theory they could do dump config to disk when closing windows, in which case just deleting the file alone wouldnā€™t help. But that would be weird.

Anyway glad it works now.

3 Likes

Here is what works for me: When HMD loses tracking and will not be found by lighthouses, delete lighthouse directory and restart service as described above. THEN, move HMD out of view of lighthouses completely. THEN bring HMD back into view of lighthouses. Tried it several times and was able to get to work every time.

4 Likes

Thanks. But does it happen often? I have never seen this problem with the review units, nor the m1ā€¦ :thinking:

1 Like

Not really. I never lose tracking once acquired. If PiServer canā€™t find the HMD at start-up it is usually enough to just move it out of sight of the lighthouses for 10 seconds and then back in view.

2 Likes

You know, this is the good thing about being backer 6XXX : fortunatly all these ā€˜early backerā€™ problems will be solved by the time (march 2019 ?) we will get our Headset :wink:

1 Like

That almost sounds like M1 had better tracking signal due to thinner plastic. Not sure, but this might explain it.

2 Likes

I have created a batch file that will go through this process (except restarting your PC).

It is untested (I donā€™t have PiTool or my headset) so I would appreciate if @Sjef and/or some other code monkeys would take a look at it.

EDIT: It is extremely ugly but heavily commented. Who knew that commenting in a batch file would look that bad.

EDIT Here are the contents of the batch file (in case the Dropbox link gets broken at some point). To make your own batch file just copy the contents into a text file and change the extension from ā€œ.txtā€ to ā€œ.batā€.

REM Everything after REM is a comment.
REM How to "comment-out" (add comment) in a batch/cmd? - Stack Overflow

REM Variables in case of future changes
REM cmd - Defining and using a variable in batch file - Stack Overflow
REM What are PATH and other environment variables, and how can I set or use them? - Super User

set LighthouseConfigLocation=ā€œC:\Users\%USERPROFILE%\AppData\Local\Pimax\runtime\config\lighthouseā€
set service1=ā€œPiservicelauncherā€
set service2=ā€œPiServiceā€
set Service2Location=ā€œC:\Program Files\Pimax\Runtimeā€

REM This deletes Pimaxā€™s lighthouse configuration files
REM windows - How to delete all files and folders in a folder by cmd call - Stack Overflow

del /q %LighthouseConfigLocation%*
for /d %%x in (%LighthouseConfigLocation%*) do @rd /s /q ā€œ%%xā€

REM This restarts service1
REM NET.EXE: Start/stop/restart any Windows Service from the command line | The Core Technologies Blog

net stop %service1%
net start %service1%

REM This restarts service2

net stop %service1%
REM net start %service1% &REM This command will restart the service.
%Service2Location%%service2%.exe &REM This command will restart the service from a specified location.

4 Likes

Thanks! Very confusing though in my case: moving HMD out of view and then back into view worked for me, but so far only once. Tried to repeat the action after restarting the PC (head tracking was lost again after that of course) several times and couldnā€™t repeat the initial outcome.

1 Like

Thank you for your advices,
For two weeks I was travelling and did not have acces to my pimax.

I have purchased and installed an additional USB card (Inateck) installed PiToolSetup_1.0.1.84, but my pimax is still stuck in black (black screen, black led), I was not able to turn it back on.

I have tried to set the pimax headset in dfu mode as described by @SweViver on his 1st november video:

The led color did not change (still black) but I still tried the dos command only to get the message ā€œ0 Device(s) found. Plug your DFU Device !ā€

I tried connecting the pimax to a second computer but it is not detected.

I have once again measured the voltage out of the power brick. It is about 12V.

I have reached out to pimax support and will wait for their answer.

1 Like

Have you heard back from Pimax support? I havenā€™t. I sent them an e-mail on Friday.

@Pimax-Support @Sean.Huang @Matthew.Xu the 2 gentlemen sbove need your assistance.

2 Likes

Dear @Ronanbuzz, Dear @SweViver,

Iā€™m very sorry for the inconvenience.

I need to trouble you, please submit your question to the service desk.

We will transfer your questions to our technical engineers, who will help you solve them as soon as possible.

http://feedback.pimaxvr.com

Thank you very much.

1 Like