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
ViperDragon
Offline

Member

Posts: 139
Threads: 22
Joined: Apr 2005
#1
2009-02-01, 02:36 AM
I just tried to open GameZone tonight and it just goes back to the main menu. It doesn't even get into the list of systems and ROMs so it doesn't appear to be similar to an earlier thread I saw here.

Recently I updated my MoveWiz plugin and updated all the WizTools DLL files. Could this be causing my problem? I tried reinstalling GameZone from 2.4 and patching up to 2.9.6 (even renamed the database as suggested in the earlier thread) but it didn't work.

I attached my regular logs and if need be I can setup the insane logging.

Thanks for any help you can provide.

ViperDragon
JavaWiz
Offline

Posting Freak

Jacksonville, FL. USA
Posts: 2,522
Threads: 141
Joined: Dec 2006
#2
2009-02-01, 07:11 AM
Looks like this is the problem:
Code:
2009-01-31 19:14:23.068 VERBOSE [1] Key pressed: Return
2009-01-31 19:14:23.083 VERBOSE [1] Unexpected error get image from callback (@image): System.InvalidCastException: Unable to cast object of type 'System.String' to type 'GetImageCallback'.
   at GBPVRX2.SkinHelper2.getNamedImage(Image image, String name, Hashtable parameters, XmlNode fromNode)
2009-01-31 19:14:23.193 VERBOSE [1] ReturnToMainMenu()
2009-01-31 19:14:23.193 VERBOSE [1] GameZone is currently active
2009-01-31 19:14:23.193 VERBOSE [1] GameZone.Deactivate() called
2
With a stack trace of:
Code:
2009-01-31 19:14:23.239 VERBOSE [1] System.ArgumentException: Illegal characters in path.
   at System.IO.Path.CheckInvalidPathChars(String path)
   at System.IO.Path.NormalizePathFast(String path, Boolean fullCheck)
   at System.IO.Path.NormalizePath(String path, Boolean fullCheck)
   at System.IO.Path.GetFullPathInternal(String path)
   at System.IO.Path.GetFullPath(String path)
   at System.Drawing.IntSecurity.UnsafeGetFullPath(String fileName)
   at System.Drawing.IntSecurity.DemandReadFileIO(String fileName)
   at System.Drawing.Image.FromFile(String filename, Boolean useEmbeddedColorManagement)
   at System.Drawing.Image.FromFile(String filename)
   at GameZone.GameZone.GameZoneTask.UpdateFilelabels()
   at GameZone.GameZone.GameZoneTask.InitFileList()
   at GameZone.GameZone.GameZoneTask.Activate()
   at GBPVRX2.MenuTask.x9006c1ed9ccb79de.OnKeyDown(KeyEventArgs e)

Does this occur with the Blue skin also?
ViperDragon
Offline

Member

Posts: 139
Threads: 22
Joined: Apr 2005
#3
2009-02-01, 04:59 PM
Yes.
JavaWiz
Offline

Posting Freak

Jacksonville, FL. USA
Posts: 2,522
Threads: 141
Joined: Dec 2006
#4
2009-02-01, 07:11 PM
I can provide you with earlier versions of the WizDLLs if you think that may be the problem, but I don't think it is.
idkpmiller
Offline

Posting Freak

Posts: 817
Threads: 141
Joined: May 2006
#5
2009-02-01, 11:20 PM
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
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
#6
2009-02-02, 05:14 AM
Here are the logs with Insane turned on...

I have thought about wiping all GameZone out, but I don't want to have to reset all the settings again. Is there a way to delete all traces of GameZone but retain the settings and ROM directories?

Thanks again!
ViperDragon
Offline

Member

Posts: 139
Threads: 22
Joined: Apr 2005
#7
2009-02-02, 05:18 AM
JavaWiz Wrote:I can provide you with earlier versions of the WizDLLs if you think that may be the problem, but I don't think it is.

Thanks. I was trying to think about recent updates to GBPVR and that was one of the things that came to mind. Let's see if the "insane" logging provides any clues (fingers crossed).
JavaWiz
Offline

Posting Freak

Jacksonville, FL. USA
Posts: 2,522
Threads: 141
Joined: Dec 2006
#8
2009-02-02, 06:01 AM
Not sure where this reference is from, but I think it is what is causing your problem...

Code:
2009-02-01 22:11:08.427 VERBOSE [1] GameZone: Displaying file C:\Program Files\Devnz\GBPVR\.\skin2\Community3gamezone\GameZone.jpg/.png
I believe the '/.png' on the end of it causes the

2009-02-01 22:11:08.536 VERBOSE [1] System.ArgumentException: Illegal characters in path.

exception.
idkpmiller
Offline

Posting Freak

Posts: 817
Threads: 141
Joined: May 2006
#9
2009-02-02, 08:00 PM
Hi,
It looks like something to do with the community3 skin.xml for GameZone.
Did you roll it yourself? I would try with Blue skin and send insane logs.

What I am seeing same line as JW pointed out but different area at fault.

Your line, that doesn't work:
Code:
GameZone: Displaying file C:\Program Files\Devnz\GBPVR\.\skin2\Community3gamezone\GameZone.jpg/.png

And here is my same line for blue skin that does work:
Code:
GameZone: Displaying file C:\Program Files\Devnz\GBPVR\skin2\blue\gamezone\GameZone.jpg/.png

As you can see you have the .\ in the middle of your path, and I think thats whats causing the issue. I am suspecting the skin.xml has something to do with it. also the "Community3gamezone" just looks wrong.


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
#10
2009-02-03, 12:54 AM
idkpmiller Wrote:Hi,
It looks like something to do with the community3 skin.xml for GameZone.
Did you roll it yourself? I would try with Blue skin and send insane logs.

What I am seeing same line as JW pointed out but different area at fault.

Your line, that doesn't work:
Code:
GameZone: Displaying file C:\Program Files\Devnz\GBPVR\.\skin2\Community3gamezone\GameZone.jpg/.png

And here is my same line for blue skin that does work:
Code:
GameZone: Displaying file C:\Program Files\Devnz\GBPVR\skin2\blue\gamezone\GameZone.jpg/.png

As you can see you have the .\ in the middle of your path, and I think thats whats causing the issue. I am suspecting the skin.xml has something to do with it. also the "Community3gamezone" just looks wrong.


Cheers

Wait...

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

Looks like a slash is missing between Community3 and gamezone....
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (2): 1 2 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  Nes Roms won't show up in gamezone Red46 1 112,097 2010-01-21, 12:29 AM
Last Post: Red46
  Missing GameZone Menu JasonMaggini 1 9,921 2009-06-02, 04:22 AM
Last Post: idkpmiller
  Gamezone .xml for Mayhem3 5l4k3r 2 10,940 2009-01-14, 09:31 PM
Last Post: 5l4k3r
  GameZone 2.9.5 idkpmiller 10 17,595 2009-01-10, 01:10 AM
Last Post: 5l4k3r
  GameZone 2.9 wishlist idkpmiller 22 23,587 2009-01-04, 12:21 AM
Last Post: 5l4k3r
  Gamezone goes back to main menu grangeomatic 3 10,805 2009-01-03, 11:27 PM
Last Post: idkpmiller
  GameZone 2.9.2 released on wiki idkpmiller 3 11,256 2008-12-04, 04:59 AM
Last Post: ViperDragon
  GameZone 2.9.1 released on wiki idkpmiller 2 5,349 2008-11-08, 11:04 PM
Last Post: idkpmiller
  Gamezone 2.8 install Start to Finish divinehammer 21 13,753 2008-11-04, 08:21 PM
Last Post: johnsonx42
  Gamezone 2.9 idkpmiller 4 5,815 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