XBMC Community Forum
XBMC_PC Win32 GUI Development Environment for skinners (skin developers) - Printable Version

+- XBMC Community Forum (http://forum.xbmc.org)
+-- Forum: Development (/forumdisplay.php?fid=32)
+--- Forum: Skin Development (/forumdisplay.php?fid=12)
+--- Thread: XBMC_PC Win32 GUI Development Environment for skinners (skin developers) (/showthread.php?tid=23235)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36


- jmarshall - 2007-04-13 00:18

It's because the PC doesn't have a video player, so none of the video player checks are performed.

It's likely there's something going wrong earlier on.


- kricker - 2007-04-13 00:30

jmarshall Wrote:It's because the PC doesn't have a video player, so none of the video player checks are performed.

It's likely there's something going wrong earlier on.
Can the checks be implemented so I can get an idea what's happening. I mean it is wierd I get no errors on the xbox log at all. Even when I run an older version of the script that gives errors on the PC, I still get no errors on the xbox. Do you have any tips for me at all?


- jmarshall - 2007-04-13 00:53

Sorry, I can't be much help in that regard.

The players aren't implemented on the PC version, and many of the checks are usually done in the players themselves.

It could be many different issues - a full debug log may indicate something at least.


- kricker - 2007-04-20 19:15

Is there a better debug than level 3?


- spiff - 2007-04-20 19:23

3 is max.


- kricker - 2007-04-20 19:26

spiff Wrote:3 is max.
Oh well, guess I am SOL. Sad


- Nuka1195 - 2007-04-22 18:04

With recent exe builds, I'm getting winsock errors with certain scripts. These work fine on the xbox. I don't see anything in the log except for the traceback.

I've searched to see what the error means, with no luck.

Some of the scripts that work use the same urllib.urlopen() command, just different urls. Going back to an April 10th compiled exe it works fine. Sorry I don't have the revision.

The same script (XBMC Lyrics) will grab the lyrics online, but fail checking for updates to the script.

http://pastebin.ca/452857 <-- will expire in two days, but I can post again if you don't get to it.


- spasmoid - 2007-04-25 03:27

jmarshall Wrote:Grab the latest revision straight from SVN here:

http://www.xboxmediacenter.com/XBMC_PC_rev7133.rar

Read the readme that is contained for how to install/run.

Cheers,
Jonathan

This link doesn't work anymore. Anyone know the SVN URL or where I can download what I need? Is the info in a sticky thread?

I'm hoping to get into some python scripting.


- kricker - 2007-04-25 03:58

spasmoid Wrote:This link doesn't work anymore. Anyone know the SVN URL or where I can download what I need? Is the info in a sticky thread?

I'm hoping to get into some python scripting.
T3CH includes it with any current build he/she does.


- stanley87 - 2007-04-25 08:44

Nuka1195 Wrote:With recent exe builds, I'm getting winsock errors with certain scripts. These work fine on the xbox. I don't see anything in the log except for the traceback.

I've searched to see what the error means, with no luck.

Some of the scripts that work use the same urllib.urlopen() command, just different urls. Going back to an April 10th compiled exe it works fine. Sorry I don't have the revision.

The same script (XBMC Lyrics) will grab the lyrics online, but fail checking for updates to the script.

http://pastebin.ca/452857 <-- will expire in two days, but I can post again if you don't get to it.

Im having a similiar problem when trying to use the SMTP lib on xbmc_pc. It crashes and sez "Buffer Overrun detected"

and in the log:
18:43:00 M:621314048 ERROR: ws2_32.dll: Unresolved function called (51), Count number 1

But it works fine on the xbox