NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Add-ons (3rd party plugins, utilities and skins) Old Stuff (Legacy) GameZone v
1 2 3 4 5 6 Next »
GameZone Not Opening

 
  • 0 Vote(s) - 0 Average
GameZone Not Opening
idkpmiller
Offline

Posting Freak

Posts: 817
Threads: 141
Joined: May 2006
#11
2009-02-03, 05:26 AM (This post was last modified: 2009-02-03, 05:54 AM by idkpmiller.)
This is the line that is producing the log entry:

Code:
DebugLog("Displaying file " & GBPvrSkinRootDirectory() & Me.mSkinDirectory & "\" & selectedEmulator & ".jpg/.png")

This leads me to believe that the .\ that is being displayed is the issue and I suspect its from your skin.xml

Can you post your community3/gamezone/skin.xml file?

Cheers

[EDIT]

I have just installed community3 and it all installed fine, went into gamezone with no problems.
Here is my log of the area you seem to be having problems with.

Code:
2009-02-03 18:48:53.484    VERBOSE    [1]    GameZone: calling InitFileList
2009-02-03 18:48:53.500    VERBOSE    [1]    GameZone: Initfilelist routine entered
2009-02-03 18:48:53.500    VERBOSE    [1]    getValue cached value: /settings/ActiveSkin : Community3
2009-02-03 18:48:53.500    VERBOSE    [1]    GameZone: Displaying file C:\Program Files\Devnz\GBPVR\skin2\Community3\gamezone\GameZone.jpg/.png
2009-02-03 18:48:53.500    VERBOSE    [1]    getValue cached value: /settings/ActiveSkin : Community3
2009-02-03 18:48:53.515    VERBOSE    [1]    GameZone: Returned back to activate, after initfilelist
2009-02-03 18:48:53.531    VERBOSE    [1]    Skinhelper loading image from file: C:\Program Files\Devnz\GBPVR\skin2\Community3\gamezone\..\_CoreImages\button_normal.png
2009-02-03 18:48:53.531    VERBOSE    [1]    Skinhelper loading image from file: C:\Program Files\Devnz\GBPVR\skin2\Community3\gamezone\..\_CoreImages\button_selected.png
2009-02-03 18:48:53.562    VERBOSE    [1]    GameZone: cmdButtonList setting autowrap to true
2009-02-03 18:48:53.562    VERBOSE    [1]    GameZone: lstMyList1 creating new list
2009-02-03 18:48:53.578    VERBOSE    [1]    Skinhelper loading image from file: C:\Program Files\Devnz\GBPVR\skin2\Community3\gamezone\..\_CoreImages\ListView.png
2009-02-03 18:48:53.593    VERBOSE    [1]    GameZone: lstMyList1 setting multiple selection to false

As you can see there is no .\ in my logs; I also checked I am using the same version of Wiz utilities as indicated in your first logs.

If I cannot see anything in the skin.xml then I am getting stuck as to what could be causing this.
Let the Games begin...Round 2!
GameZone v2.9.6 - PVRx2 1.4.7 compatible!

[Image: 1299379.png]
ViperDragon
Offline

Member

Posts: 139
Threads: 22
Joined: Apr 2005
#12
2009-02-04, 06:57 AM
Here is the insane log files for the Blue Skin. I also attached the Skin.xml file I used in the Community3\Gamezone directory. I checked the file and it's the same one out of the GameZone 2.9.5.zip file from a few weeks back. Also, Blue has the same skin.xml file.

I have no idea about this Community3gamezone directory. I also have one just like it for MovieWiz plugin but either directory has nothing inside of it. If I delete the directories and restart GBPVR they both get recreated. No other plugins have these Community3xxx type directories.

Should I try reinstalling the Community3 plugin?

Thanks for the help...

ViperDragon
5l4k3r
Offline

Junior Member

Posts: 45
Threads: 2
Joined: Dec 2007
#13
2009-02-04, 04:00 PM (This post was last modified: 2009-02-04, 04:37 PM by 5l4k3r.)
Just my $.02...

Quote:Wait...

C:\Program Files\Devnz\GBPVR\.\skin2\Community3gamezone\GameZone.jpg/.png

Looks like a slash is missing between Community3 and gamezone....

From looking at your latest PVRX2.exe.log, it seems the same thing is happening with the Blue skin.

Code:
2009-02-03 23:47:49.062    VERBOSE    [1]    GameZone: Displaying file C:\Program Files\Devnz\GBPVR\.\skin2\bluegamezone\GameZone.jpg/.png

=========================================================
ViperDragon Wrote:I have no idea about this Community3gamezone directory. I also have one just like it for MovieWiz plugin but either directory has nothing inside of it. If I delete the directories and restart GBPVR they both get recreated. No other plugins have these Community3xxx type directories.

ViperDragon

I would copy everything over from Skin2\Community3\gamezone (and/or Skin2\Blue\Gamezone...) into the Skin2\Community3gamezone and Skin2\Bluegamezone folders and see if Gamezone will run. If it does, then you just have to find out why the skin directory is being sent to PVRX2 without the slashes for Gamezone.

I also noticed MovieWiz was doing the same thing.


=========================================================
Quote:This leads me to believe that the .\ that is being displayed is the issue and I suspect its from your skin.xml

Can you post your community3/gamezone/skin.xml file?

Cheers

I searched the forums for .\skin and found this (old, I know) thread with the following info.
Quote:
Quote:Originally Posted by McBainUK
So when you Path.Combine() them you get: "C:\Program Files\devnz\gbpvr\.\skin\Blue\" which dosn't exist.
Actually, it does exist. There is not a problem with this pathname. The "." refers to the current directory and is relative, when used in a full path like this, it acts like a NOP.

Try getting a directory listing of the path (without the final backslash) from the command line, it should work fine.

I'm not entirely sure if this would pertain to this situation?


-travis-
Be Different... Just Like EVERYONE Else!
idkpmiller
Offline

Posting Freak

Posts: 817
Threads: 141
Joined: May 2006
#14
2009-02-04, 06:53 PM (This post was last modified: 2009-02-05, 01:50 AM by idkpmiller.)
JavaWiz?

Its looking like its the wiz utilities.

In gameZone I still have thw pluginhelper and your utilities from the logs I see the kindirectory is correct when the pluginhelper is used but not when wiz utilitiesare.

See this log entry:

Code:
2009-02-03 23:47:43.094    VERBOSE    [1]    GameZone: calling WizInfo.populateSkinDirectoryIfNeccessary
2009-02-03 23:47:43.094    INFO    [1]    WizUiHelper:   populateSkinDirectoryIfNecessary()- gamezone
2009-02-03 23:47:43.094    INFO    [1]    WizUiHelper:   populateSkinDirectoryIfNecessary()- TargetSkin: C:\Program Files\Devnz\GBPVR\.\skin2\bluegamezone
2009-02-03 23:47:43.094    INFO    [1]    WizUiHelper:   populateSkinDirectoryIfNecessary()- BlueSkin: C:\Program Files\Devnz\GBPVR\.\skin2\bluegamezone
2009-02-03 23:47:43.094    INFO    [1]    WizUiHelper:   populateSkinDirectoryIfNecessary()- I don't think C:\Program Files\Devnz\GBPVR\.\skin2\bluegamezone directory exists
2009-02-03

And above that in the log you will see the task image being loaded where I derive the skin directory using pluginhelper.

Code:
GameZone: Taskimage set to C:\Program Files\Devnz\GBPVR\skin\blue\gamezone\task.png


Can you take a look JW and comment?

Cheers

EDIT: I will need to remove pluginhelper as it uses the Skin directory not the Skin2. JW still need you to check for the .\ and why that is coming through to plugins.

Cheers
Let the Games begin...Round 2!
GameZone v2.9.6 - PVRx2 1.4.7 compatible!

[Image: 1299379.png]
JavaWiz
Offline

Posting Freak

Jacksonville, FL. USA
Posts: 2,522
Threads: 141
Joined: Dec 2006
#15
2009-02-05, 02:56 AM
Ok, I have found that code changed recently, but the problem is not with the '.\'. I believe it is because the path returned does not end in a '\'. This would explain why C:\Program Files\Devnz\GBPVR\.\skin2\bluegamezone ends in bluegamezone rather than blue\gamezone.

Can you try the attached version of WizUiHelper.DLL and see if that fixes the problem?
ViperDragon
Offline

Member

Posts: 139
Threads: 22
Joined: Apr 2005
#16
2009-02-05, 03:25 AM
JavaWiz Wrote:Ok, I have found that code changed recently, but the problem is not with the '.\'. I believe it is because the path returned does not end in a '\'. This would explain why C:\Program Files\Devnz\GBPVR\.\skin2\bluegamezone ends in bluegamezone rather than blue\gamezone.

Can you try the attached version of WizUiHelper.DLL and see if that fixes the problem?

The update did it. I can now get back into GameZone and launch games. Thanks a lot to all of you for helping with this issue.

ViperDragon
idkpmiller
Offline

Posting Freak

Posts: 817
Threads: 141
Joined: May 2006
#17
2009-02-05, 06:03 AM
Thanks JW!

I have also adjusted gamezone to remove the pluginhelper for skinrootdirectory (only used once. and will have that in the next version for a tidy up.

Cheers
Let the Games begin...Round 2!
GameZone v2.9.6 - PVRx2 1.4.7 compatible!

[Image: 1299379.png]
idkpmiller
Offline

Posting Freak

Posts: 817
Threads: 141
Joined: May 2006
#18
2009-08-08, 09:30 AM
@tommy115

Uh?
Let the Games begin...Round 2!
GameZone v2.9.6 - PVRx2 1.4.7 compatible!

[Image: 1299379.png]
whurlston
Offline

Posting Freak

Posts: 7,885
Threads: 102
Joined: Nov 2006
#19
2009-08-15, 10:43 AM
idkpmiller Wrote:@tommy115

Uh?
Spammer (see his sig). His post look familiar?

idkpmiller Wrote:ViperDragon,

Can you go to the General tab and enable the "Insane Debug Logs" option within the config app for GameZone. Then run up PVRx2 and try again sending me the resulting PVRX2.exe.log file.

Thanks
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (2): « Previous 1 2


Possibly Related Threads…
Thread Author Replies Views Last Post
  Nes Roms won't show up in gamezone Red46 1 112,094 2010-01-21, 12:29 AM
Last Post: Red46
  Missing GameZone Menu JasonMaggini 1 9,920 2009-06-02, 04:22 AM
Last Post: idkpmiller
  Gamezone .xml for Mayhem3 5l4k3r 2 10,939 2009-01-14, 09:31 PM
Last Post: 5l4k3r
  GameZone 2.9.5 idkpmiller 10 17,590 2009-01-10, 01:10 AM
Last Post: 5l4k3r
  GameZone 2.9 wishlist idkpmiller 22 23,577 2009-01-04, 12:21 AM
Last Post: 5l4k3r
  Gamezone goes back to main menu grangeomatic 3 10,803 2009-01-03, 11:27 PM
Last Post: idkpmiller
  GameZone 2.9.2 released on wiki idkpmiller 3 11,251 2008-12-04, 04:59 AM
Last Post: ViperDragon
  GameZone 2.9.1 released on wiki idkpmiller 2 5,348 2008-11-08, 11:04 PM
Last Post: idkpmiller
  Gamezone 2.8 install Start to Finish divinehammer 21 13,747 2008-11-04, 08:21 PM
Last Post: johnsonx42
  Gamezone 2.9 idkpmiller 4 5,813 2008-11-03, 08:26 AM
Last Post: idkpmiller

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D, modified by NextPVR - Powered by MyBB

Linear Mode
Threaded Mode