Jump to content

All my products and services are free. All my costs are met by donations I receive from my users. If you enjoy using any of my products, please donate to support me. Thank you for your support. Tom Speirs

Patreon

[RESOLVED] Menu Navigation Scrolling lag


uberpubert69

Recommended Posts

Well first things first... Your DT Loader plugin is out of date, your log says it's on version 1.1.3 and the current version is 1.1.5. Tom put out a silent GameEx update that fixes some issues with both Xpadder and Virtual Drive Loader, so you'll want to update those and test again. The chances are that will remove the issues with these since the bug turned out to be a pretty nasty one.

The easiest way to get them is to download the Plugin Updater: http://www.gameex.info/forums/files/file/53-draclabs-plugin-downloader

All you need to do in that case is run the EXE, select the plugins from the list, and press the INSTALL PLUGIN button. If you don't want to go that route, you can also re-download GameEx from gameex.com and install it again which will update these plugins for you.

If you don't want to do that, you can get them from here:

Virtual Drive Loader 1.1.5: http://www.gameex.info/forums/files/file/15-virtual-drive-loader

Xpadder Plugin 1.2.5: http://www.gameex.info/forums/files/file/17-xpadder-plugin

Extract the zip to your GameEx install directory and overwrite the current ones.

Then if you still have issues, load the Plugin Manager and click the 'configure' button for Virtual Drive Loader. Put a check in the box next to "Enable Debug Mode" and then run GameEx. Of course if you don't have anything set up to use it I won;t be able to look at emulator specifics, but this will at least provide the initialization info that will help me troubleshoot the issue.

Thank you for your help. :)

You're awesome but your drac labs plugin program also gives me an unhandeled exception error.

heres what I'm getting and I do have every MVC++ .NET and all the other crap you usually need to run stuff so I'm stumped.error.7z

Still getting terrible slowdown after updating my Plugins to what you linked me to.

Heres the log for VDL dtloader.7z

Link to comment
Share on other sites

I'm thinking you're having more issues than just my plugins if nothing is working.. You sure you have .NET framework 2.0 installed?

Link to comment
Share on other sites

I'm thinking you're having more issues than just my plugins if nothing is working.. You sure you have .NET framework 2.0 installed?

I'm on framework 4... Didn't know I needed 2.0 I thought they were AIO installs that had the previous version in it. I tried installing 2 and it said it was already a part of my OS.

post-5286-0-69996500-1428447347_thumb.pn

I can't be having more issues because I had ZERO up until I updated my GameEx. Literally nothing else has/had been touched and my GameEx was working fine right before I updated it and was broke immediately after I updated.

Link to comment
Share on other sites

Okay, just making sure. :)

I'll look at the new log file, but what would help more is what your crash handler says for the unhandled exception.

My thought is maybe it's a permission issue.

As for VDL, I can optimize it a great deal, so I'll do that and put out a new version that should keep it from building variables in functions it's not needed for.

I'm still concerned about all these exceptions though.. What's your full path to gameex.exe?

Link to comment
Share on other sites

Okay, just making sure. :)

I'll look at the new log file, but what would help more is what your crash handler says for the unhandled exception.

My thought is maybe it's a permission issue.

As for VDL, I can optimize it a great deal, so I'll do that and put out a new version that should keep it from building variables in functions it's not needed for.

I'm still concerned about all these exceptions though.. What's your full path to gameex.exe?

I really appreciate it man. I'm really dumb when it comes to debugging and stuff of that nature. I have no idea what/where the crash handler is. I took snaps of the error I was getting in post 51. Hope that helped. :( If I run the plugin program as admin it does work. Not sure about the plugins themselves still. The plugin manager is under admin rights to begin with and stuff like the function logger, game info plugin give an error. There used to be more that wouldn't work like the mame commander wouldn't but it loads fine now.

My Full path to GameEx is C:\GameEx\GameEx.exe

Link to comment
Share on other sites

If you could get me the same snap you did for plugin manager but when you load a plugin configuration instead with the details showing (or just copy and paste the details into a post) in the debugger thing that says it's unhandled I can see what the issue is.

Link to comment
Share on other sites

If you could get me the same snap you did for plugin manager but when you load a plugin configuration instead with the details showing (or just copy and paste the details into a post) in the debugger thing that says it's unhandled I can see what the issue is.

omg I forgot I could copy the text xD For Function Logger it says the path is not of a legal form and the details are

See the end of this message for details on invoking

just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************

System.ArgumentException: The path is not of a legal form.

at System.IO.Path.NormalizePathFast(String path, Boolean fullCheck)

at System.IO.Path.NormalizePath(String path, Boolean fullCheck)

at System.IO.Path.GetDirectoryName(String path)

at Configuration.Button_Log_Browse_Click(Object sender, EventArgs e)

at System.Windows.Forms.Control.OnClick(EventArgs e)

at System.Windows.Forms.Button.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.OnMessage(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.5485 (Win7SP1GDR.050727-5400)

CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll

----------------------------------------

PluginManager

Assembly Version: 1.0.3266.29832

Win32 Version: 1.0.3266.29832

CodeBase: file:///C:/GameEx/PluginManager.exe

----------------------------------------

System.Windows.Forms

Assembly Version: 2.0.0.0

Win32 Version: 2.0.50727.5483 (Win7SP1GDR.050727-5400)

CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll

----------------------------------------

System

Assembly Version: 2.0.0.0

Win32 Version: 2.0.50727.5485 (Win7SP1GDR.050727-5400)

CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll

----------------------------------------

System.Drawing

Assembly Version: 2.0.0.0

Win32 Version: 2.0.50727.5483 (Win7SP1GDR.050727-5400)

CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll

----------------------------------------

CursorHider

Assembly Version: 1.0.3416.17500

Win32 Version: 1.0.3416.17500

CodeBase: file:///C:/GameEx/PLUGINS/CursorHider.dll

----------------------------------------

Microsoft.VisualBasic

Assembly Version: 8.0.0.0

Win32 Version: 8.0.50727.5483 (Win7SP1GDR.050727-5400)

CodeBase: file:///C:/Windows/assembly/GAC_MSIL/Microsoft.VisualBasic/8.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.dll

----------------------------------------

DT Loader

Assembly Version: 1.0.5559.16945

Win32 Version: 1.0.5559.16945

CodeBase: file:///C:/GameEx/PLUGINS/DT%20Loader.dll

----------------------------------------

System.Xml

Assembly Version: 2.0.0.0

Win32 Version: 2.0.50727.5485 (Win7SP1GDR.050727-5400)

CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll

----------------------------------------

System.Data

Assembly Version: 2.0.0.0

Win32 Version: 2.0.50727.5483 (Win7SP1GDR.050727-5400)

CodeBase: file:///C:/Windows/assembly/GAC_32/System.Data/2.0.0.0__b77a5c561934e089/System.Data.dll

----------------------------------------

Exocortex.DSP

Assembly Version: 2.0.2584.40793

Win32 Version: 2.0.2584.40793

CodeBase: file:///C:/GameEx/PLUGINS/Exocortex.DSP.dll

----------------------------------------

Function Logger

Assembly Version: 1.0.5517.19887

Win32 Version: 1.0.5517.19887

CodeBase: file:///C:/GameEx/PLUGINS/Function%20Logger.dll

----------------------------------------

Game Info Plugin

Assembly Version: 1.9.5133.6272

Win32 Version: 1.9.5133.6272

CodeBase: file:///C:/GameEx/PLUGINS/Game%20Info%20Plugin.dll

----------------------------------------

Game Tagger

Assembly Version: 1.0.5551.16788

Win32 Version: 1.0.5551.16788

CodeBase: file:///C:/GameEx/PLUGINS/Game%20Tagger.dll

----------------------------------------

System.Data.SQLite

Assembly Version: 1.0.90.0

Win32 Version: 1.0.90.0

CodeBase: file:///C:/GameEx/PLUGINS/System.Data.SQLite.DLL

----------------------------------------

System.Transactions

Assembly Version: 2.0.0.0

Win32 Version: 2.0.50727.5483 (Win7SP1GDR.050727-5400)

CodeBase: file:///C:/Windows/assembly/GAC_32/System.Transactions/2.0.0.0__b77a5c561934e089/System.Transactions.dll

----------------------------------------

System.Configuration

Assembly Version: 2.0.0.0

Win32 Version: 2.0.50727.5483 (Win7SP1GDR.050727-5400)

CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll

----------------------------------------

System.EnterpriseServices

Assembly Version: 2.0.0.0

Win32 Version: 2.0.50727.5483 (Win7SP1GDR.050727-5400)

CodeBase: file:///C:/Windows/assembly/GAC_32/System.EnterpriseServices/2.0.0.0__b03f5f7f11d50a3a/System.EnterpriseServices.dll

----------------------------------------

Interop.HTTSLib

Assembly Version: 1.0.0.0

Win32 Version: 1.0.0.0

CodeBase: file:///C:/GameEx/PLUGINS/Interop.HTTSLib.dll

----------------------------------------

Interop.SpeechLib

Assembly Version: 5.0.0.0

Win32 Version: 5.0.0.0

CodeBase: file:///C:/GameEx/PLUGINS/Interop.SpeechLib.dll

----------------------------------------

MAME Commander 2

Assembly Version: 2.0.4831.29935

Win32 Version: 2.1.0.0

CodeBase: file:///C:/GameEx/PLUGINS/MAME%20Commander%202.dll

----------------------------------------

System.Web

Assembly Version: 2.0.0.0

Win32 Version: 2.0.50727.5483 (Win7SP1GDR.050727-5400)

CodeBase: file:///C:/Windows/assembly/GAC_32/System.Web/2.0.0.0__b03f5f7f11d50a3a/System.Web.dll

----------------------------------------

MAME Commander Lite

Assembly Version: 1.0.5016.1986

Win32 Version: 1.0.5016.1986

CodeBase: file:///C:/GameEx/PLUGINS/MAME%20Commander%20Lite.dll

----------------------------------------

Microsoft.DirectX.DirectSound

Assembly Version: 1.0.2902.0

Win32 Version: 5.04.00.2904

CodeBase: file:///C:/Windows/assembly/GAC/Microsoft.DirectX.DirectSound/1.0.2902.0__31bf3856ad364e35/Microsoft.DirectX.DirectSound.dll

----------------------------------------

Microsoft.DirectX

Assembly Version: 1.0.2902.0

Win32 Version: 5.04.00.2904

CodeBase: file:///C:/Windows/assembly/GAC/Microsoft.DirectX/1.0.2902.0__31bf3856ad364e35/Microsoft.DirectX.dll

----------------------------------------

PlugInCallerID

Assembly Version: 1.0.2584.42633

Win32 Version: 1.0.2584.42633

CodeBase: file:///C:/GameEx/PLUGINS/PlugInCallerID.dll

----------------------------------------

PlugInDigDug

Assembly Version: 1.0.3165.10968

Win32 Version: 1.0.3165.10968

CodeBase: file:///C:/GameEx/PLUGINS/PlugInDigDug.dll

----------------------------------------

PlugInExit

Assembly Version: 1.0.2584.42966

Win32 Version: 1.0.2584.42966

CodeBase: file:///C:/GameEx/PLUGINS/PlugInExit.dll

----------------------------------------

PlugInLaunch

Assembly Version: 1.4.0.0

Win32 Version: 1.4.0.0

CodeBase: file:///C:/GameEx/PLUGINS/PlugInLaunch.dll

----------------------------------------

PlugInLCD

Assembly Version: 1.0.5215.21020

Win32 Version: 1.0.5215.21020

CodeBase: file:///C:/GameEx/PLUGINS/PlugInLCD.dll

----------------------------------------

PlugInRotate

Assembly Version: 1.3.0.0

Win32 Version: 1.3.0.0

CodeBase: file:///C:/GameEx/PLUGINS/PlugInRotate.dll

----------------------------------------

PlugInSpeech

Assembly Version: 1.0.4965.12105

Win32 Version: 1.0.4965.12105

CodeBase: file:///C:/GameEx/PLUGINS/PlugInSpeech.dll

----------------------------------------

PlugInUltraStik

Assembly Version: 1.3.0.0

Win32 Version: 1.3.0.0

CodeBase: file:///C:/GameEx/PLUGINS/PlugInUltraStik.dll

----------------------------------------

QuickLaunch

Assembly Version: 1.0.5551.15638

Win32 Version: 1.0.5551.15638

CodeBase: file:///C:/GameEx/PLUGINS/QuickLaunch.dll

----------------------------------------

RandomArcadeSound

Assembly Version: 1.0.4965.12139

Win32 Version: 1.0.4965.12139

CodeBase: file:///C:/GameEx/PLUGINS/RandomArcadeSound.dll

----------------------------------------

Ionic.Zip

Assembly Version: 1.9.1.8

Win32 Version: 1.9.1.8

CodeBase: file:///C:/GameEx/PLUGINS/System.Data.Zip.dll

----------------------------------------

Tapi2Lib

Assembly Version: 1.0.2.5

Win32 Version: 1.0.2.5

CodeBase: file:///C:/GameEx/PLUGINS/Tapi2Lib.dll

----------------------------------------

Xpadder Plugin

Assembly Version: 1.0.5552.37457

Win32 Version: 1.0.5552.37457

CodeBase: file:///C:/GameEx/PLUGINS/Xpadder%20Plugin.dll

----------------------------------------

Microsoft.DirectX.DirectSound

Assembly Version: 1.0.2902.0

Win32 Version: 5.04.00.2904

CodeBase: file:///C:/GameEx/PLUGINS/Microsoft.DirectX.DirectSound.dll

----------------------------------------

Microsoft.DirectX

Assembly Version: 1.0.2902.0

Win32 Version: 5.04.00.2904

CodeBase: file:///C:/GameEx/PLUGINS/Microsoft.DirectX.dll

----------------------------------------

System.Management

Assembly Version: 2.0.0.0

Win32 Version: 2.0.50727.5483 (Win7SP1GDR.050727-5400)

CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Management/2.0.0.0__b03f5f7f11d50a3a/System.Management.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:

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.

Game Info Plugin says Object reference not set to an instance of an object and the details are

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 DracLabs.XML.Check_If_Emu_Name_Specified()

at DracLabs.XML.Check_Emu_Nodes()

at DracLabs.XML.Load(String XML_Path)

at GameEx.Config.Config_Load(Object sender, EventArgs e)

at System.Windows.Forms.Form.OnLoad(EventArgs e)

at System.Windows.Forms.Form.OnCreateControl()

at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)

at System.Windows.Forms.Control.CreateControl()

at System.Windows.Forms.Control.WmShowWindow(Message& m)

at System.Windows.Forms.Control.WndProc(Message& m)

at System.Windows.Forms.ScrollableControl.WndProc(Message& m)

at System.Windows.Forms.ContainerControl.WndProc(Message& m)

at System.Windows.Forms.Form.WmShowWindow(Message& m)

at System.Windows.Forms.Form.WndProc(Message& m)

at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(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.5485 (Win7SP1GDR.050727-5400)

CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll

----------------------------------------

PluginManager

Assembly Version: 1.0.3266.29832

Win32 Version: 1.0.3266.29832

CodeBase: file:///C:/GameEx/PluginManager.exe

----------------------------------------

System.Windows.Forms

Assembly Version: 2.0.0.0

Win32 Version: 2.0.50727.5483 (Win7SP1GDR.050727-5400)

CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll

----------------------------------------

System

Assembly Version: 2.0.0.0

Win32 Version: 2.0.50727.5485 (Win7SP1GDR.050727-5400)

CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll

----------------------------------------

System.Drawing

Assembly Version: 2.0.0.0

Win32 Version: 2.0.50727.5483 (Win7SP1GDR.050727-5400)

CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll

----------------------------------------

CursorHider

Assembly Version: 1.0.3416.17500

Win32 Version: 1.0.3416.17500

CodeBase: file:///C:/GameEx/PLUGINS/CursorHider.dll

----------------------------------------

Microsoft.VisualBasic

Assembly Version: 8.0.0.0

Win32 Version: 8.0.50727.5483 (Win7SP1GDR.050727-5400)

CodeBase: file:///C:/Windows/assembly/GAC_MSIL/Microsoft.VisualBasic/8.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.dll

----------------------------------------

DT Loader

Assembly Version: 1.0.5559.16945

Win32 Version: 1.0.5559.16945

CodeBase: file:///C:/GameEx/PLUGINS/DT%20Loader.dll

----------------------------------------

System.Xml

Assembly Version: 2.0.0.0

Win32 Version: 2.0.50727.5485 (Win7SP1GDR.050727-5400)

CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll

----------------------------------------

System.Data

Assembly Version: 2.0.0.0

Win32 Version: 2.0.50727.5483 (Win7SP1GDR.050727-5400)

CodeBase: file:///C:/Windows/assembly/GAC_32/System.Data/2.0.0.0__b77a5c561934e089/System.Data.dll

----------------------------------------

Exocortex.DSP

Assembly Version: 2.0.2584.40793

Win32 Version: 2.0.2584.40793

CodeBase: file:///C:/GameEx/PLUGINS/Exocortex.DSP.dll

----------------------------------------

Function Logger

Assembly Version: 1.0.5517.19887

Win32 Version: 1.0.5517.19887

CodeBase: file:///C:/GameEx/PLUGINS/Function%20Logger.dll

----------------------------------------

Game Info Plugin

Assembly Version: 1.9.5133.6272

Win32 Version: 1.9.5133.6272

CodeBase: file:///C:/GameEx/PLUGINS/Game%20Info%20Plugin.dll

----------------------------------------

Game Tagger

Assembly Version: 1.0.5551.16788

Win32 Version: 1.0.5551.16788

CodeBase: file:///C:/GameEx/PLUGINS/Game%20Tagger.dll

----------------------------------------

System.Data.SQLite

Assembly Version: 1.0.90.0

Win32 Version: 1.0.90.0

CodeBase: file:///C:/GameEx/PLUGINS/System.Data.SQLite.DLL

----------------------------------------

System.Transactions

Assembly Version: 2.0.0.0

Win32 Version: 2.0.50727.5483 (Win7SP1GDR.050727-5400)

CodeBase: file:///C:/Windows/assembly/GAC_32/System.Transactions/2.0.0.0__b77a5c561934e089/System.Transactions.dll

----------------------------------------

System.Configuration

Assembly Version: 2.0.0.0

Win32 Version: 2.0.50727.5483 (Win7SP1GDR.050727-5400)

CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll

----------------------------------------

System.EnterpriseServices

Assembly Version: 2.0.0.0

Win32 Version: 2.0.50727.5483 (Win7SP1GDR.050727-5400)

CodeBase: file:///C:/Windows/assembly/GAC_32/System.EnterpriseServices/2.0.0.0__b03f5f7f11d50a3a/System.EnterpriseServices.dll

----------------------------------------

Interop.HTTSLib

Assembly Version: 1.0.0.0

Win32 Version: 1.0.0.0

CodeBase: file:///C:/GameEx/PLUGINS/Interop.HTTSLib.dll

----------------------------------------

Interop.SpeechLib

Assembly Version: 5.0.0.0

Win32 Version: 5.0.0.0

CodeBase: file:///C:/GameEx/PLUGINS/Interop.SpeechLib.dll

----------------------------------------

MAME Commander 2

Assembly Version: 2.0.4831.29935

Win32 Version: 2.1.0.0

CodeBase: file:///C:/GameEx/PLUGINS/MAME%20Commander%202.dll

----------------------------------------

System.Web

Assembly Version: 2.0.0.0

Win32 Version: 2.0.50727.5483 (Win7SP1GDR.050727-5400)

CodeBase: file:///C:/Windows/assembly/GAC_32/System.Web/2.0.0.0__b03f5f7f11d50a3a/System.Web.dll

----------------------------------------

MAME Commander Lite

Assembly Version: 1.0.5016.1986

Win32 Version: 1.0.5016.1986

CodeBase: file:///C:/GameEx/PLUGINS/MAME%20Commander%20Lite.dll

----------------------------------------

Microsoft.DirectX.DirectSound

Assembly Version: 1.0.2902.0

Win32 Version: 5.04.00.2904

CodeBase: file:///C:/Windows/assembly/GAC/Microsoft.DirectX.DirectSound/1.0.2902.0__31bf3856ad364e35/Microsoft.DirectX.DirectSound.dll

----------------------------------------

Microsoft.DirectX

Assembly Version: 1.0.2902.0

Win32 Version: 5.04.00.2904

CodeBase: file:///C:/Windows/assembly/GAC/Microsoft.DirectX/1.0.2902.0__31bf3856ad364e35/Microsoft.DirectX.dll

----------------------------------------

PlugInCallerID

Assembly Version: 1.0.2584.42633

Win32 Version: 1.0.2584.42633

CodeBase: file:///C:/GameEx/PLUGINS/PlugInCallerID.dll

----------------------------------------

PlugInDigDug

Assembly Version: 1.0.3165.10968

Win32 Version: 1.0.3165.10968

CodeBase: file:///C:/GameEx/PLUGINS/PlugInDigDug.dll

----------------------------------------

PlugInExit

Assembly Version: 1.0.2584.42966

Win32 Version: 1.0.2584.42966

CodeBase: file:///C:/GameEx/PLUGINS/PlugInExit.dll

----------------------------------------

PlugInLaunch

Assembly Version: 1.4.0.0

Win32 Version: 1.4.0.0

CodeBase: file:///C:/GameEx/PLUGINS/PlugInLaunch.dll

----------------------------------------

PlugInLCD

Assembly Version: 1.0.5215.21020

Win32 Version: 1.0.5215.21020

CodeBase: file:///C:/GameEx/PLUGINS/PlugInLCD.dll

----------------------------------------

PlugInRotate

Assembly Version: 1.3.0.0

Win32 Version: 1.3.0.0

CodeBase: file:///C:/GameEx/PLUGINS/PlugInRotate.dll

----------------------------------------

PlugInSpeech

Assembly Version: 1.0.4965.12105

Win32 Version: 1.0.4965.12105

CodeBase: file:///C:/GameEx/PLUGINS/PlugInSpeech.dll

----------------------------------------

PlugInUltraStik

Assembly Version: 1.3.0.0

Win32 Version: 1.3.0.0

CodeBase: file:///C:/GameEx/PLUGINS/PlugInUltraStik.dll

----------------------------------------

QuickLaunch

Assembly Version: 1.0.5551.15638

Win32 Version: 1.0.5551.15638

CodeBase: file:///C:/GameEx/PLUGINS/QuickLaunch.dll

----------------------------------------

RandomArcadeSound

Assembly Version: 1.0.4965.12139

Win32 Version: 1.0.4965.12139

CodeBase: file:///C:/GameEx/PLUGINS/RandomArcadeSound.dll

----------------------------------------

Ionic.Zip

Assembly Version: 1.9.1.8

Win32 Version: 1.9.1.8

CodeBase: file:///C:/GameEx/PLUGINS/System.Data.Zip.dll

----------------------------------------

Tapi2Lib

Assembly Version: 1.0.2.5

Win32 Version: 1.0.2.5

CodeBase: file:///C:/GameEx/PLUGINS/Tapi2Lib.dll

----------------------------------------

Xpadder Plugin

Assembly Version: 1.0.5552.37457

Win32 Version: 1.0.5552.37457

CodeBase: file:///C:/GameEx/PLUGINS/Xpadder%20Plugin.dll

----------------------------------------

Microsoft.DirectX.DirectSound

Assembly Version: 1.0.2902.0

Win32 Version: 5.04.00.2904

CodeBase: file:///C:/GameEx/PLUGINS/Microsoft.DirectX.DirectSound.dll

----------------------------------------

Microsoft.DirectX

Assembly Version: 1.0.2902.0

Win32 Version: 5.04.00.2904

CodeBase: file:///C:/GameEx/PLUGINS/Microsoft.DirectX.dll

----------------------------------------

System.Management

Assembly Version: 2.0.0.0

Win32 Version: 2.0.50727.5483 (Win7SP1GDR.050727-5400)

CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Management/2.0.0.0__b03f5f7f11d50a3a/System.Management.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:

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.

Link to comment
Share on other sites

For Game Info, that bug was fixed in the latest release. If you create Settings.xml and put it in the Game Info folder that won't happen. The old beta must still be in the installer.

For Function Logger, I'll fix that quick. It's looking for a log file and there isn't one yet which is my bad. That only happens if there is no log in there. :)

Link to comment
Share on other sites

For Game Info, that bug was fixed in the latest release. If you create Settings.xml and put it in the Game Info folder that won't happen. The old beta must still be in the installer.

For Function Logger, I'll fix that quick. It's looking for a log file and there isn't one yet which is my bad. That only happens if there is no log in there. :)

Its all good man none of us are infallible. :) I'm just glad its not my PC acting up. lol

Link to comment
Share on other sites

Please provide updated log.txt and gameex.ini files for Tom to review. Thanks. Also, if you are using any of the potentially involved plugins as was being discussed previously, updates to them may not have made it into the 14.05 update.

Link to comment
Share on other sites

Please provide updated log.txt and gameex.ini files for Tom to review. Thanks. Also, if you are using any of the potentially involved plugins as was being discussed previously, updates to them may not have made it into the 14.05 update.

The plugins weren't included in the update so I updated them again and still the problems. Here is my files and logs

GameEx.ini

log.txt

QuickLaunch.7z

dtloader.7z

Link to comment
Share on other sites

The lag is still there because I haven't released any updates yet... I probably won't get to it until the weekend. Sorry.

Tom put out a GameEx update, the same issue will be there until I fix dtloader. I'll post here when it's been done.

  • Like 1
Link to comment
Share on other sites

The lag is still there because I haven't released any updates yet... I probably won't get to it until the weekend. Sorry.

Tom put out a GameEx update, the same issue will be there until I fix dtloader. I'll post here when it's been done.

Oh, alright. Its all good man. Its just the update said smoother videos and I thought that's what Tom was talking about. My bad. :/

Link to comment
Share on other sites

Here's an update for everything in one zip. Let me know if they work for you now.

  • Like 2
Link to comment
Share on other sites

Here's an update for everything in one zip. Let me know if they work for you now.

You're amazing dude! It doesn't straight up lock up anymore, but it still is really slow to load the videos. My MAME list is unaffected somehow by this slowdown so I can get a good comparison between what it should be and what it is. If there's a way to look at how my MAME stuff is responding compared to everything else I think you could pinpoint the exact issue. I'll update my logs and stuff for ya to check em out in the morning. Thank you for this, I know you have a life. :)

PS Function Logger still crashes with the same error.

Link to comment
Share on other sites

Okay, so basically it happens in every emulator except MAME? Could you do me a solid and enable the plugin, run a mame game and an emulator game, and post the debug log?

And wth Function Logger! Lol! I'll look at that again.

Link to comment
Share on other sites

Would it help to know what format the videos are in for both MAME and the other emulators affected? Are they all the same format or are some .mp4, others ,avi or .flv?

Link to comment
Share on other sites

Okay, so basically it happens in every emulator except MAME? Could you do me a solid and enable the plugin, run a mame game and an emulator game, and post the debug log?

And wth Function Logger! Lol! I'll look at that again.

Ok so I may be mental lol. I got Function Logger to work. Its just like you said I never had a log made (because I never enabled the plugin so it could make one). Here is the sweet sexy log ;)Logger.7z

Link to comment
Share on other sites

Would it help to know what format the videos are in for both MAME and the other emulators affected? Are they all the same format or are some .mp4, others ,avi or .flv?

Excellent question Draco, I asked myself the same thing are every video that I have for video snaps are all in .MP4 format. MAME included.

  • Like 1
Link to comment
Share on other sites

Can you do one of the debug logs for the virtual drive loader plugin?

I really feel like this might have to do with supporting the new version of dtlite.

Link to comment
Share on other sites

Can you do one of the debug logs for the virtual drive loader plugin?

I really feel like this might have to do with supporting the new version of dtlite.

Here ya go.

dtloader.7z

Saturn games don't dismount my command is ssf.exe [DTLOADER-SCSI] in the config.

Virtual Drive loader has these commands for the saturn -mount 0, "[RomPathFull]" and -unmount 0

Link to comment
Share on other sites

The log looks correct. Open the settings and run that batch file. Let me know if it doesn't dismount.

Link to comment
Share on other sites

The log looks correct. Open the settings and run that batch file. Let me know if it doesn't dismount.

When I do it through GameEx when it's supposed to dismount, my DT opens up but it doesn't dismount. And it does not dismount through the batch file. My Saturn Games are normally 7zipped but I tried this with both 7zipped and raw ISO formats, and both wont dismount.

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...