ScoreHero
Home | Forum | Wiki
Inbox [ Login ]Inbox [ Login ]
SearchSearch MemberlistMemberlist
ProfileProfile Log inLog in
Guitar Hero Explorer won't let me preview charts

 
Post new topic   Reply to topic    ScoreHero Forum Index -> Software
View previous topic :: View next topic  
Author Message
missingno42128  





Joined: 15 May 2014
Posts: 140
Location: The Billy Mays Shrine

PostPosted: Sun Jun 07, 2015 5:21 pm    Post subject: Guitar Hero Explorer won't let me preview charts Reply with quote

I press play and an error message pops up saying that an unhandled exception occured and gives this text:

See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.NullReferenceException: Object reference not set to an instance of an object.
at c3.waveOutOpen(IntPtr& A_0, Int32 A_1, bt A_2, b A_3, Int32 A_4, Int32 A_5)
at aq..ctor(Int32 A_0, bt A_1, Int32 A_2, Int32 A_3, bu A_4)
at en.d(Object A_0, EventArgs A_1)
at System.Windows.Forms.Control.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ButtonBase.WndProc(Message& m)
at System.Windows.Forms.Button.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


************** Loaded Assemblies **************
mscorlib
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.8009 (FX35W81RTMGDR.050727-8000)
CodeBase: file:///C:/Windows/Microsoft.NET/Framework64/v2.0.50727/mscorlib.dll
----------------------------------------
ghex
Assembly Version: 0.4.3.0
Win32 Version: 0.4.3.0
CodeBase: file:///C:/Users/Chance/AppData/Local/Temp/ir_ext_temp_2/AutoPlay/Docs/GUITAR%20HERO%20EXPLORER.EXE
----------------------------------------
System
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.8009 (FX35W81RTMGDR.050727-8000)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Windows.Forms
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.8008 (FX35W81RTMGDR.050727-8000)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System.Drawing
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.8007 (FX35W81RTMGDR.050727-8000)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
ghex
Assembly Version: 0.4.3.0
Win32 Version: 0.4.3.0
CodeBase: file:///C:/Users/Chance/AppData/Local/Temp/ir_ext_temp_2/AutoPlay/Docs/GUITAR%20HERO%20EXPLORER.EXE
----------------------------------------
System.Xml
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.8009 (FX35W81RTMGDR.050727-8000)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
System.Deployment
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.8012 (FX35W81RTMGDR.050727-8000)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Deployment/2.0.0.0__b03f5f7f11d50a3a/System.Deployment.dll
----------------------------------------
System.Configuration
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.8007 (FX35W81RTMGDR.050727-8000)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
----------------------------------------
Accessibility
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.8007 (FX35W81RTMGDR.050727-8000)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/Accessibility/2.0.0.0__b03f5f7f11d50a3a/Accessibility.dll
----------------------------------------

************** JIT Debugging **************
To enable just-in-time (JIT) debugging, the .config file for this
application or computer (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.

For example:

<configuration>
<system>
</configuration>

When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the computer
rather than be handled by this dialog box.


Could anyone help me out on this?
_________________
Back to top
View user's profile Send private message Visit poster's website
perrigosd  





Joined: 31 Jul 2014
Posts: 146
Location: Brazil

PostPosted: Sun Jun 07, 2015 8:25 pm    Post subject: Reply with quote

are you using a x64 (64bit) windows?
Back to top
View user's profile Send private message Send e-mail
missingno42128  





Joined: 15 May 2014
Posts: 140
Location: The Billy Mays Shrine

PostPosted: Mon Jun 08, 2015 10:44 am    Post subject: Reply with quote

perrigosd wrote:
are you using a x64 (64bit) windows?


yes.
_________________
Back to top
View user's profile Send private message Visit poster's website
perrigosd  





Joined: 31 Jul 2014
Posts: 146
Location: Brazil

PostPosted: Mon Jun 08, 2015 12:50 pm    Post subject: Reply with quote

missingno42128 wrote:
perrigosd wrote:
are you using a x64 (64bit) windows?


yes.

ghex requires an specific version of net framework 2 that doesn't seem to install in x64 system , that's probably why
Back to top
View user's profile Send private message Send e-mail
missingno42128  





Joined: 15 May 2014
Posts: 140
Location: The Billy Mays Shrine

PostPosted: Mon Jun 08, 2015 2:44 pm    Post subject: Reply with quote

perrigosd wrote:
missingno42128 wrote:
perrigosd wrote:
are you using a x64 (64bit) windows?


yes.

ghex requires an specific version of net framework 2 that doesn't seem to install in x64 system , that's probably why

Should I try installing it
_________________
Back to top
View user's profile Send private message Visit poster's website
perrigosd  





Joined: 31 Jul 2014
Posts: 146
Location: Brazil

PostPosted: Mon Jun 08, 2015 4:07 pm    Post subject: Reply with quote

Quote:
I got this issue solved. The problem was that this old GHex requires the NET Framework 2.0.50727 that only works with a 32-bit software. I have a windows 7 ultimate 64-bit so that was my problem. But, for working the GHex properly you must download a Virtual XP PC, and make everything in that ((: Just increase the RAM memory for this virtual computer, download the required version of NET Framework and the GHex (the one that you can install) and be happy

http://www.scorehero.com/forum/viewtopic.php?t=2549&postdays=0&postorder=asc&start=105
Back to top
View user's profile Send private message Send e-mail
missingno42128  





Joined: 15 May 2014
Posts: 140
Location: The Billy Mays Shrine

PostPosted: Tue Jun 09, 2015 2:57 pm    Post subject: Reply with quote

perrigosd wrote:
Quote:
I got this issue solved. The problem was that this old GHex requires the NET Framework 2.0.50727 that only works with a 32-bit software. I have a windows 7 ultimate 64-bit so that was my problem. But, for working the GHex properly you must download a Virtual XP PC, and make everything in that ((: Just increase the RAM memory for this virtual computer, download the required version of NET Framework and the GHex (the one that you can install) and be happy

http://www.scorehero.com/forum/viewtopic.php?t=2549&postdays=0&postorder=asc&start=105


Do you know where I might be able to find a good virtual machine? Also, thanks for all your help so far
_________________
Back to top
View user's profile Send private message Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    ScoreHero Forum Index -> Software All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum




Copyright © 2006-2024 ScoreHero, LLC
Terms of Use | Privacy Policy


Powered by phpBB