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

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32)
+--- Forum: Skinning (https://forum.kodi.tv/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


- Nuka1195 - 2007-06-11

In reference to the above post, could someone test Apple Movie Trailers on the PC and see if it will download the xml files and create the database.

Just grab it from http://xbmc-scripting.googlecode.com/svn/trunk/Apple%20Movie%20Trailers and do a fresh run.

It no longer works for me and I don't know if it's something on my system.

Thank you


- mbay - 2007-06-19

Hi,

I can't seem to get the xbmc_pc.exe running. Here's the log:

Code:
15:22:25 M:164532224  NOTICE: -----------------------------------------------------------------------
15:22:25 M:164499456  NOTICE: Starting XBoxMediaCenter.  Built on Jun 17 2007
15:22:25 M:164499456  NOTICE: Q is mapped to: C:\Documents and Settings\Mbay\Desktop\XBMC-SVN_2007-06-17_rev9336-T3CH\XBMC
15:22:25 M:164499456  NOTICE: The executeable running is: C:\Documents and Settings\Mbay\Desktop\XBMC-SVN_2007-06-17_rev9336-T3CH\XBMC\XBMC_PC.exe
15:22:25 M:164499456  NOTICE: Log File is located: Q:\xbmc.log
15:22:25 M:164499456  NOTICE: -----------------------------------------------------------------------
15:22:25 M:164311040  NOTICE: Setup DirectX
15:22:25 M:164450304  NOTICE: load settings...
15:22:25 M:164446208  NOTICE: loading T:\guisettings.xml
15:22:25 M:164270080  NOTICE: Getting hardware information now...
15:22:25 M:164261888  NOTICE: Checking resolution 10
15:22:25 M:164261888  NOTICE: Setting autoresolution mode 6
15:22:25 M:164249600  NOTICE: Per AV pack settings are off
15:22:25 M:164270080  NOTICE: q:\userdata\sources.xml
15:22:25 M:164278272   ERROR: CSettings::Load Error loading q:\userdata\sources.xml: Line 0, Failed to open file
15:22:26 M:162451456  NOTICE: Checking the Date!
15:22:26 M:162447360  NOTICE: start dvd mediatype detection
15:22:26 M:162418688  NOTICE: initializing playlistplayer
15:22:26 M:162414592  NOTICE: DONE initializing playlistplayer
15:22:26 M:162406400  NOTICE: load default skin:[Project Mayhem III]
15:22:26 M:162025472 WARNING: file doesnt have <fontset> with name 'Default', defaulting to first fontset
15:22:26 M:160604160   ERROR: CThread::staticThread : Win32 exception (code:0xc0000096) at 0x0055a532
15:22:26 M:160534528   FATAL: EXCEPTION_ACCESS_VIOLATION (0xc0000005)
                              at 0x6d9f764f

I wasn't too sure what to do with the <fontset> tag in PM3. I tried deleting the <fontset> that had xpr fonts attached but that didn't seem to help.

My specs are as follows:

WIndows XP SP 2 PRO
DirectX 9, June 2007
2.4 Ghz
496mb RAM

Am I missing anything?

Thanks in advance.


- kricker - 2007-06-19

Nuka1195 Wrote:In reference to the above post, could someone test Apple Movie Trailers on the PC and see if it will download the xml files and create the database.

Just grab it from http://xbmc-scripting.googlecode.com/svn/trunk/Apple%20Movie%20Trailers and do a fresh run.

It no longer works for me and I don't know if it's something on my system.

Thank you
Using the XBMC-SVN_2007-06-17_rev9336-T3CH build on the PC and the latest SVN of the Apple Trailers I appeared to have a successful run. It downloaded the xml and created a full database, but I see nothing on the screen whatso ever. I never encountered a winsock error though. I got these erros in my log:
Code:
15:37:36 M:1431089152    INFO: Traceback (most recent call last):
15:37:36 M:1431089152    INFO:   File "Q:\scripts\Apple Movie Trailers\resources\lib\gui.py", line 231, in showTrailers
15:37:36 M:1431048192    INFO:     else: self.clearTrailerInfo()
15:37:36 M:1431048192    INFO:   File "Q:\scripts\Apple Movie Trailers\resources\lib\gui.py", line 306, in clearTrailerInfo
15:37:36 M:1431048192    INFO:     self.showOverlays()
15:37:36 M:1431048192    INFO:   File "Q:\scripts\Apple Movie Trailers\resources\lib\gui.py", line 341, in showOverlays
15:37:36 M:1431048192    INFO:     self.getControl( self.CONTROL_OVERLAY_FAVORITE ).setVisible( self.trailers.movies[ trailer ].favorite * ( trailer != -1 ) )
15:37:36 M:1431048192    INFO: TypeError: unsubscriptable object



- Nuka1195 - 2007-06-19

Thanks, the error message probably wouldn't show, I added some extra error checking here.

That error means trailer==-1, my fault. I can't tell though what genre you were in. If it's newest (the default) then it sounds like it didn't create the database.


- kricker - 2007-06-19

Nuka1195 Wrote:Thanks, the error message probably wouldn't show, I added some extra error checking here.

That error means trailer==-1, my fault. I can't tell though what genre you were in. If it's newest (the default) then it sounds like it didn't create the database.
I do believe I was in the 'newest' genre. I can however run the test again anyway you like.


- Nuka1195 - 2007-06-20

If no trailers show in the list, just check and see the size of the AMT.db file in UserData/script_data/Apple Movie Trailers/ folder.
A complete AMT.db file should be around 1.8MB.

Or if you have sqlitespy http://www.zeitungsjunge.de/delphi/sqlitespy/history.htm (download is the floppy disk at the top)
you could open it and see if the movies table is full.

Thank you,


- kricker - 2007-06-20

Nuka1195 Wrote:If no trailers show in the list, just check and see the size of the AMT.db file in UserData/script_data/Apple Movie Trailers/ folder.
A complete AMT.db file should be around 1.8MB.

Or if you have sqlitespy http://www.zeitungsjunge.de/delphi/sqlitespy/history.htm (download is the floppy disk at the top)
you could open it and see if the movies table is full.

Thank you,
AMT.db is only 891KB and with sqlitespy, it looks empty.


- Nuka1195 - 2007-06-20

Thank you, that was fast Smile

I think something has changed and I don't know why some internet access works and others don't. I'll see if I can get a test script that tries different ways and see if I can track it down.

OT: If anybody has an older version of sqlitespy (I had 1.5.5) This new version has field editing. Very nice.

Edit: Actually that would be right for a minimal install. The issue sounds like it's on my end.


- kricker - 2007-06-20

Nuka1195 Wrote:Thank you, that was fast Smile

I think something has changed and I don't know why some internet access works and others don't. I'll see if I can get a test script that tries different ways and see if I can track it down.

OT: If anybody has an older version of sqlitespy (I had 1.5.5) This new version has field editing. Very nice.
NP...go fast or go home Wink Lemme know if you need me to test anything else (e.g. the test scripts you are going to write or whatever). You can just PM me directly for even faster results.


- Nuka1195 - 2007-06-20

Thanks, I edited my post above to say if you did a minimal install, then that size is about right. So there may be another issue.


XBMC_PC.exe - sylvijove - 2007-07-13

Hi I'm looking to skin for the XBOX and I saw that there was a post about running the XBox source code in a PC environment. How do I get XBMC_PC.exe?

I tried to go on SVN using TortoiseSVN... but I got errors that say:
PROPFIND request failed

How do I get it?

Thanks!!!

- Sylvia


- jmarshall - 2007-07-13

It's included in T3CH builds.

The SVN error is because you are using the old URL.

You need to use https://xbmc.svn.sourceforge.net/...

Cheers,
Jonathan


Thanks - sylvijove - 2007-07-13

Thanks Jonathan Wink


- Deff - 2007-08-04

Just wondering...

Is anyone trying to port this properly to the PC? Would it be possible? Could it even be run as a shell?

Reason being is it would be awesome in my CarPC, nice and fast, easy controls from touchscreen etc...

Could it use MediaPlayer Classic for video/music? Or even Winamp... Thats how the current frontends for CarPCs do it.

Not sure if my touchscreen would be supported under linux to make use of that version.


- jmarshall - 2007-08-04

The linuxport builds under win32 with music and video playback.