Apnea Board Forum - CPAP | Sleep Apnea
Oscar 1.6.0 problem - Printable Version

+- Apnea Board Forum - CPAP | Sleep Apnea (https://www.apneaboard.com/forums)
+-- Forum: Public Area (https://www.apneaboard.com/forums/Forum-Public-Area)
+--- Forum: Software Support Forum (https://www.apneaboard.com/forums/Forum-Software-Support-Forum)
+--- Thread: Oscar 1.6.0 problem (/Thread-Oscar-1-6-0-problem)

Pages: 1 2 3 4 5


RE: Oscar 1.6.0 problem - Crimson Nape - 12-16-2024

Try this; copy your OSCAR_Data file directly to the C:\ drive.  This will make its path as: "C:\OSCAR_Data".   After doing this, type or copy and paste the following in a terminal window:
Code:
"C:\Program Files\OSCAR\OSCAR.exe" --datadir C:\OSCAR_Data
(Be sure to include the quotes)

See if this corrects the problem.
- Red


RE: Oscar 1.6.0 problem - DanEm - 12-16-2024

Something is not right in the code:

[attachment=73046]


RE: Oscar 1.6.0 problem - Crimson Nape - 12-16-2024

OK, I must have misplaced a quotation mark.  Try this:
Code:
"C:\Program Files\OSCAR\OSCAR.exe --datadir C:\OSCAR_Data"

EDIT: I went back and verified my original instructions and they are correct.   Strange!
- Red
[Image: attachment.php?aid=73047]


RE: Oscar 1.6.0 problem - DanEm - 12-16-2024

New code (quote marks changed)
Same results, OSCAR opens but freezes


RE: Oscar 1.6.0 problem - Crimson Nape - 12-16-2024

Since I only use Windows to build OSCAR nowadays, I had to research this.  It seems the problem is with using PowerShell instead of the standard command prompt.  We just need to play by its rules.  Try this:
Code:
& "C:\Program Files\OSCAR\OSCAR.exe" --datadir C:\OSCAR_Data
You precede the original command line that I provided with an ampersand ("&").
- Red


RE: Oscar 1.6.0 problem - DanEm - 12-16-2024

With your last code, OSCAR does the same as before.
Follows a description of some of OSCAR's behavior:

OSCAR opens in profile view (TAB).
Tab Statistics = does not show menu.

File = Roll down menu shows
View = Roll down menu shows
Data = Roll down menu shows
Help = Roll down menu shows

Some items seem to work (progress bars)

In View, View Daily, View Overview and View Statistics, nothing happens when I click those.

What should I do next ????


RE: Oscar 1.6.0 problem - Crimson Nape - 12-16-2024

I would validate that your downloaded OSCAR installation file is not corrupted. I have listed out the instructions for various OSes in a post to another member. Here is the link:
https://www.apneaboard.com/forums/Thread-OSCAR-1-6-spying-on-me?pid=540270#pid540270
- Red


RE: Oscar 1.6.0 problem - DanEm - 12-16-2024

Following your instructions:

Apnea Board OSCAR-1.6.0-checksums.txt for OSCAR-1.6.0-Win64.exe is:
148e6c2de32ef51b11a53739b70c8ed5026c9d68ce137da4accc8ec213b05629

The checksum for the Installer program I have is:
148e6c2de32ef51b11a53739b70c8ed5026c9d68ce137da4accc8ec213b05629

So, the installer I have is OK !!!!!!!!

What next ?????


RE: Oscar 1.6.0 problem - Crimson Nape - 12-16-2024

Look in the OSCAR_Data\logs folder and post the "debug.txt" file. Try attaching the file as an attachment. Otherwise, it will be excessively long for a post.
- Red


RE: Oscar 1.6.0 problem - DanEm - 12-16-2024

File is attached