ChristineKrizsa / pytivox

Automatically exported from code.google.com/p/pytivox
0 stars 0 forks source link

no streambaby on Mavericks #47

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. start pyTivioX  under MacOS 10.9.1 with java 1.7.0_45-b18

What is the expected output? What do you see instead?
streambaby should start. Instead it logs this error:
    Error: This Java instance does not support a 32-bit JVM.
    Please install the desired version.
and quits
pyTivo starts correctly

What version of the product are you using? On what operating system?
v1.3, MacOS 10.9.1

Please provide any additional information below.
Also posted to the tivocommunity forum

Original issue reported on code.google.com by berki...@gmail.com on 30 Dec 2013 at 9:56

GoogleCodeExporter commented 8 years ago
I have resolved the problem. I used a hex editor to change the -d32 argument 
for starting streambaby to -d64 in the pyTixoX binary.

Original comment by berki...@gmail.com on 31 Dec 2013 at 10:57

GoogleCodeExporter commented 8 years ago
Hi,
Can you explain in more detail how you got SB to work on Mavericks?  

Original comment by p.charle...@gmail.com on 21 May 2014 at 4:59

GoogleCodeExporter commented 8 years ago
Basically, using a hex editor (hex fiend) I searched the binary executable
(pyTivoX/Contents/MacOS/pyTivoX) and found where streambaby was called
(actually 2 places). I then edited the contents to change the -d32 argument
to -d64.  Make sure you do not add or delete any characters, just change
the 32 to 64.

Good luck.

Comment #2 on issue 47 by p.charle...@gmail.com: no streambaby on Mavericks
http://code.google.com/p/pytivox/issues/detail?id=47

Hi,
Can you explain in more detail how you got SB to work on Mavericks?

Original comment by berki...@gmail.com on 22 May 2014 at 1:16