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


- mcgoober - 2006-11-22 16:39

On most of the scripts i try to open to test, XBMC freezes up, and the log shows
09:36:36 M:1658032128 ERROR: CThread::staticThread : Access violation at 0x7c91142e: Reading location 0x00040046


- ashlar - 2006-11-23 12:14

spiff Wrote:so YOU go ahead and do it.

we have given you our opinions on doing a port. accept it
Sorry spiff, I was just answering a direct question.
I have stressed over and over how I respect your work and I'm thankful for it. The reason I asked the question regarding how complex it would be, etc. is because I was thinking about paying somebody to do it. Maybe with a joint effort of other users.
Not everybody is a programmer and I think you do appreciate all the success your creation has garnered among general users, not only programmers. But I'll refrain from posting, from now on, as I have a feeling you don't like what I have to say.
Sorry for whenever I bothered you and thanks again for your awesome work.

Farewell.


- spiff - 2006-11-23 12:29

nothing personal man, and i'm sorry if you got offended in any way.

just gets irritating to see users keep trying to convince us to do something we have clearly stated we don't want to do. futile discussion, that's all.

(i didn't do anything in regards to the pc port btw, it was all jmarshall).


- SleepyP - 2006-11-28 01:14

to delete them make a bat with this in it:
Code:
subst q: /D
subst p: /D
subst t: /D
subst z: /D

so I got my new(er) video card, and now the app crashes as soon as it is run. the bottom of the debug log seems to indicate the problem:

"15:12:33 M:763547648 FATAL: XBAppEx: Could not create D3D device!
15:12:33 M:763547648 FATAL: width/height:(720x480)
15:12:33 M:763547648 FATAL: refreshrate:0
15:12:33 M:763547648 FATAL: 4:3"
Guessing I can't use this one either, huh?


- lolol - 2006-11-28 04:19

do you have directx installaled?

this my be the fault...

cheers lolol


- Smokehead - 2006-11-28 12:43

joining a bit late, but anyways .. loads of thanks coming your way for making this possible jmarshall Nod


- nnunodark - 2006-11-28 21:21

geez 90 replies (not undiserved)


- elupus - 2006-11-28 23:07

just for info, the fix for non power of 2 textures are in cvs since a while back, so those of you that got the error on caching fonts should atleast get abit further. The build posted in this thread doesn't include it thou. you'd need a newer build. maybe J could update it.


- Coolgamer30 - 2006-11-28 23:18

elupus Wrote:just for info, the fix for non power of 2 textures are in cvs since a while back, so those of you that got the error on caching fonts should atleast get abit further. The build posted in this thread doesn't include it thou. you'd need a newer build. maybe J could update it.
I've tried a new build with that fix but it still crashes after the splash. I guess my graphics card is just not supported. Here is the log file:
Code:
21:21:36 M:147902464  NOTICE: -----------------------------------------------------------------------
21:21:36 M:147881984  NOTICE: Starting XBoxMediaCenter.  Built on Nov 19 2006
21:21:36 M:147881984  NOTICE: Q is mapped to: \
21:21:36 M:147881984  NOTICE: Log File is located: Q:\xbmc.log
21:21:36 M:147881984  NOTICE: -----------------------------------------------------------------------
21:21:36 M:147746816  NOTICE: Setup DirectX
21:21:36 M:147296256  NOTICE: load settings...
21:21:36 M:147288064  NOTICE: loading T:\guisettings.xml
21:21:36 M:147128320  NOTICE: Getting hardware information now...
21:21:36 M:147120128  NOTICE: Checking resolution 10
21:21:36 M:147120128  NOTICE: Setting autoresolution mode 6
21:21:36 M:147099648  NOTICE: Getting hardware information now...
21:21:36 M:147099648  NOTICE: Checking resolution 10
21:21:36 M:147099648  NOTICE: Setting autoresolution mode 6
21:21:36 M:147099648  NOTICE: Per AV pack settings are on
21:21:36 M:147099648  NOTICE: Unknown found : loading T:\avpacksettings.xml
21:21:36 M:147079168  NOTICE: Getting hardware information now...
21:21:36 M:147070976  NOTICE: Checking resolution 10
21:21:36 M:147070976  NOTICE: Setting autoresolution mode 6
21:21:36 M:147124224  NOTICE: q:\userdata\sources.xml
21:21:36 M:145666048  NOTICE: Checking the Date!
21:21:36 M:145666048  NOTICE: start dvd mediatype detection
21:21:36 M:145657856  NOTICE: initializing playlistplayer
21:21:36 M:145645568  NOTICE: load default skin:[Project Mayhem III]
21:21:36 M:145604608 WARNING: file doesnt have <fontset> with name 'Default', defaulting to first fontset
21:21:36 M:145551360   ERROR: CGUIFontTTF::CreateShader - Failed to create pixel shader
21:21:36 M:145477632   ERROR: CGUIFontTTF::CreateShader - Failed to create pixel shader
21:21:36 M:145231872   ERROR: CGUIFontTTF::CreateShader - Failed to create pixel shader
21:21:36 M:145227776   ERROR: CGUIFontTTF::CreateShader - Failed to create pixel shader
21:21:36 M:145149952   ERROR: CGUIFontTTF::CreateShader - Failed to create pixel shader
21:21:36 M:145141760   ERROR: CGUIFontTTF::CreateShader - Failed to create pixel shader
21:21:36 M:145063936   ERROR: CGUIFontTTF::CreateShader - Failed to create pixel shader
21:21:36 M:145035264   ERROR: CGUIFontTTF::CreateShader - Failed to create pixel shader
21:21:36 M:144003072   FATAL: EXCEPTION_ACCESS_VIOLATION (0xc0000005)
                              at 0x6d9f764f



- SleepyP - 2006-11-29 00:37

lolol Wrote:do you have directx installaled?

this my be the fault...

cheers lolol
AFAIK it's impossible to run Windows XP without SOME sort of DirectX being installed during OS installation. I believe that the old SP1 versions of XP come with DX 7 or 8. I am using DX9c. The error results from using a 2MB video card from 1997 which apparently has no 3D capabilities at all Smile