Author Topic: startup crash  (Read 30672 times)

galle

  • Newbie
  • *
  • Posts: 15
Re: startup crash
« Reply #44 on: October 09, 2013, 01:36:20 PM »
YEEEEEESSSSS that dit it!!! It is solved and i am very pleased with this working frontend!
Many thanks for the support.



Regards galle

mgalaxy

  • Administrator
  • Hero Member
  • *****
  • Posts: 1165
    • Email
Re: startup crash
« Reply #43 on: October 09, 2013, 12:59:28 PM »
galle,

First of all, check that you can see the "SharpDX.XInput.dll" file properly installed in the mGalaxy folder.

You might then install DirectX 9.0c
http://www.microsoft.com/en-us/download/details.aspx?displaylang=en&id=35

Windows 7 & 8 does not come with ALL DirectX files for some reason!!
This might, I hope, solve your problem!

« Last Edit: October 09, 2013, 01:13:03 PM by mgalaxy »

Aeliss

  • Hero Member
  • *****
  • Posts: 900
Re: startup crash
« Reply #42 on: October 09, 2013, 12:14:32 PM »
I haven't see that before but It s not the same bug that us.
Usually was mscorlib that cause this bug and for you it s  SharpDX.XInput.

You have all the directX version installed ?

I have win seven with directX 11 but I need to install direct X 9 too for some game, I don't know why but it seem DirectX9 isn't included in dx11.

galle

  • Newbie
  • *
  • Posts: 15
Re: startup crash
« Reply #41 on: October 09, 2013, 10:49:58 AM »

hello
back and installed win 7 again
Than installed m.runway.zip from MGALAXY
Gues what! runway WORKS but when i start mgalaxy i get the following err
maybe it got something to do with System.DllNotFoundException?

regards galle

Problem signature:
  Problem Event Name:   CLR20r3
  Problem Signature 01:   mgalaxy.exe
  Problem Signature 02:   5.0.0.0
  Problem Signature 03:   522c5ee3
  Problem Signature 04:   SharpDX.XInput
  Problem Signature 05:   2.4.2.0
  Problem Signature 06:   50d47bc8
  Problem Signature 07:   9
  Problem Signature 08:   0
  Problem Signature 09:   System.DllNotFoundException
  OS Version:   6.1.7601.2.1.0.256.1
  Locale ID:   1033
  Additional Information 1:   0a9e
  Additional Information 2:   0a9e372d3b4ad19135b953a78882e789
  Additional Information 3:   0a9e
  Additional Information 4:   0a9e372d3b4ad19135b953a78882e789

Read our privacy statement online:
  http://go.microsoft.com/fwlink/?linkid=104288&clcid=0x0409

If the online privacy statement is not available, please read our privacy statement offline:
  C:\Windows\system32\en-US\erofflps.txt

hinokata

  • Newbie
  • *
  • Posts: 4
  • I see you there, now go away.
    • Ghost Network
Re: startup crash
« Reply #40 on: October 04, 2013, 04:34:21 AM »
I attached a more complete debug dump. This should highlight the issues for you. Without seeing the source, I can only guess as to the root of the problem, but my initial guess would be there is either invalid XML or it can't find the file to parse the XML from.

It appears to be blowing up in the constructor of mgalaxy. If course, this is simply a guess on my part based on the debug output.

mgalaxy

  • Administrator
  • Hero Member
  • *****
  • Posts: 1165
    • Email
Re: startup crash
« Reply #39 on: October 04, 2013, 12:20:59 AM »
hinokata,

I took time to have a deeper look at the logs you sent me...but can't see (properly speaking) and error message!
Was there an actual error message?

hinokata

  • Newbie
  • *
  • Posts: 4
  • I see you there, now go away.
    • Ghost Network
Re: startup crash
« Reply #38 on: October 03, 2013, 10:52:38 AM »
If you point me to your repo I'll check out the project and build it locally.....unless the reason I don't see links to the source is because it's not open sourced, in which cause I guess I'll just wait. :)

I have VS 2012 installed, so I might be able to lend you a hand (assuming you did it in C++ or C#, can't do VB to save my life  :D)

hinokata

  • Newbie
  • *
  • Posts: 4
  • I see you there, now go away.
    • Ghost Network
Re: startup crash
« Reply #37 on: October 02, 2013, 01:51:10 PM »
Do you get an error in both mGalaxy and mGalaxy_Runway?

No, the Runway application runs with no issues. I configured everything there (pointing out my rom paths, exe paths, built databases, etc). I didn't run into the issue until I tried starting the main application.

galle

  • Newbie
  • *
  • Posts: 15
Re: startup crash
« Reply #36 on: October 02, 2013, 12:51:29 PM »
Hello,

Yes both crash!
I am installing win 7 eng again so i will get the err again so i can search the wanted files.
I will use the files you send to me

regards galle

mgalaxy

  • Administrator
  • Hero Member
  • *****
  • Posts: 1165
    • Email
Re: startup crash
« Reply #35 on: October 02, 2013, 11:20:30 AM »
hinokata,

Do you get an error in both mGalaxy and mGalaxy_Runway?
If yes, would you please test the mGalaxy_Runway version that I've posted here:
http://www.mgalaxy.com/forum/index.php?topic=367.msg1582#msg1582

copy/paste it in the mGalaxy folder and give it a try please.

hinokata

  • Newbie
  • *
  • Posts: 4
  • I see you there, now go away.
    • Ghost Network
Re: startup crash
« Reply #34 on: October 02, 2013, 09:54:26 AM »
OS: Win 7 Ultimate x64 (UAC disabled)
Mgalaxy Version: 5.0

Here is the callstack of what I'm getting when attempting to start:
    WindowsBase.dll!System.Windows.Threading.DispatcherOperation.InvokeImpl() + 0xac bytes   
    WindowsBase.dll!System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(object state) + 0x38 bytes   
    mscorlib.dll!System.Threading.ExecutionContext.RunInternal(System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, object state, bool preserveSyncCtx) + 0xa7 bytes   
    mscorlib.dll!System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, object state, bool preserveSyncCtx) + 0x16 bytes   
    mscorlib.dll!System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, object state) + 0x41 bytes   
    WindowsBase.dll!System.Windows.Threading.DispatcherOperation.Invoke() + 0x5b bytes   
    WindowsBase.dll!System.Windows.Threading.Dispatcher.ProcessQueue() + 0x16b bytes   
    WindowsBase.dll!System.Windows.Threading.Dispatcher.WndProcHook(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x5a bytes   
    WindowsBase.dll!MS.Win32.HwndWrapper.WndProc(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x9b bytes   
    WindowsBase.dll!MS.Win32.HwndSubclass.DispatcherCallbackOperation(object o) + 0x6b bytes   
    WindowsBase.dll!System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate callback, object args, int numArgs) + 0x56 bytes   
    WindowsBase.dll!MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(object source, System.Delegate method, object args, int numArgs, System.Delegate catchHandler) + 0x3a bytes   
    WindowsBase.dll!System.Windows.Threading.Dispatcher.LegacyInvokeImpl(System.Windows.Threading.DispatcherPriority priority, System.TimeSpan timeout, System.Delegate method, object args, int numArgs) + 0x10e bytes   
    WindowsBase.dll!MS.Win32.HwndSubclass.SubclassWndProc(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam) + 0xf1 bytes   
    [Native to Managed Transition]   
    [Managed to Native Transition]   
    WindowsBase.dll!System.Windows.Threading.Dispatcher.PushFrameImpl(System.Windows.Threading.DispatcherFrame frame) + 0xae bytes   
    WindowsBase.dll!System.Windows.Threading.Dispatcher.PushFrame(System.Windows.Threading.DispatcherFrame frame) + 0x49 bytes   
    WindowsBase.dll!System.Windows.Threading.Dispatcher.Run() + 0x4b bytes   
    PresentationFramework.dll!System.Windows.Application.RunDispatcher(object ignore) + 0x17 bytes   
    PresentationFramework.dll!System.Windows.Application.RunInternal(System.Windows.Window window) + 0x6f bytes   
    PresentationFramework.dll!System.Windows.Application.Run(System.Windows.Window window) + 0x26 bytes   
    PresentationFramework.dll!System.Windows.Application.Run() + 0x1b bytes   
    mGalaxy.exe!mGalaxy.Application.Main() + 0x54 bytes   


Debug Output:
'mGalaxy.exe' (Managed (v4.0.30319)): Loaded 'C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Configuration\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Configuration.dll', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'mGalaxy.exe' (Managed (v4.0.30319)): Loaded 'C:\Windows\Microsoft.Net\assembly\GAC_MSIL\PresentationFramework.Aero\v4.0_4.0.0.0__31bf3856ad364e35\PresentationFramework.Aero.dll', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'mGalaxy.exe' (Managed (v4.0.30319)): Loaded 'C:\Program Files (x86)\mGalaxy\Interop.WMPLib.dll', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'mGalaxy.exe' (Managed (v4.0.30319)): Loaded 'C:\Windows\assembly\GAC_MSIL\Microsoft.VisualStudio.Debugger.Runtime\11.0.0.0__b03f5f7f11d50a3a\Microsoft.VisualStudio.Debugger.Runtime.dll'
C:\Windows\Microsoft.Net\assembly\GAC_MSIL\PresentationFramework\v4.0_4.0.0.0__31bf3856ad364e35\PresentationFramework.dll: Cannot find or open the PDB file.
C:\Windows\Microsoft.Net\assembly\GAC_MSIL\PresentationFramework\v4.0_4.0.0.0__31bf3856ad364e35\PresentationFramework.dll: Cannot find or open the PDB file.

Hope it helps.

Aeliss

  • Hero Member
  • *****
  • Posts: 900
Re: startup crash
« Reply #33 on: September 28, 2013, 04:44:56 AM »
You are in "admin" mode on windows ?

mgalaxy

  • Administrator
  • Hero Member
  • *****
  • Posts: 1165
    • Email
Re: startup crash
« Reply #32 on: September 27, 2013, 04:28:28 PM »
The last action is a new copie of runway first it was refused by windows 8.1 beause it had no publisher than i overuled this and i get runway started in a white screen.

So, you mean that this time it opened...but with no data inside (contrary to the other times where it simply crashed) ?
Did you extract it in the mGalaxy folder? You can't use mGalaxy_Runway outside of the mGalaxy main folder. Please retry!

galle

  • Newbie
  • *
  • Posts: 15
Re: startup crash
« Reply #31 on: September 27, 2013, 03:42:16 PM »
hello

I've found a program that gives this crach vieuw maby it say something

regards galle


version=1
EventType=CLR20r3
EventTime=130248202464181713
ReportType=2
Consent=1
UploadTime=130248202469493997
ReportIdentifier=0e1e9967-2800-11e3-971b-004063f2d1d5
IntegratorReportIdentifier=0e1e9966-2800-11e3-971b-004063f2d1d5
NsAppName=mGalaxy_Runway.exe
Response.BucketId=7af4f22c3a480f2bd0b66595c5b51350
Response.BucketTable=5
Response.LegacyBucketId=-455267681
Response.type=4
Sig[0].Name=Problem Signature 01
Sig[0].Value=mGalaxy_Runway.exe
Sig[1].Name=Problem Signature 02
Sig[1].Value=5.0.0.0
Sig[2].Name=Problem Signature 03
Sig[2].Value=522a4f47
Sig[3].Name=Problem Signature 04
Sig[3].Value=SharpDX.XInput
Sig[4].Name=Problem Signature 05
Sig[4].Value=2.4.2.0
Sig[5].Name=Problem Signature 06
Sig[5].Value=50d47bc8
Sig[6].Name=Problem Signature 07
Sig[6].Value=9
Sig[7].Name=Problem Signature 08
Sig[7].Value=0
Sig[8].Name=Problem Signature 09
Sig[8].Value=System.DllNotFoundException
DynamicSig[1].Name=OS Version
DynamicSig[1].Value=6.3.9600.2.0.0.768.101
DynamicSig[2].Name=Locale ID
DynamicSig[2].Value=1033
DynamicSig[22].Name=Additional Information 1
DynamicSig[22].Value=5861
DynamicSig[23].Name=Additional Information 2
DynamicSig[23].Value=5861822e1919d7c014bbb064c64908b2
DynamicSig[24].Name=Additional Information 3
DynamicSig[24].Value=d3d6
DynamicSig[25].Name=Additional Information 4
DynamicSig[25].Value=d3d64007a82c2204a978399e9115b417
UI[2]=C:\Program Files\mGalaxy\mGalaxy_Runway.exe
UI[3]=mGalaxy_Runway has stopped working
UI[4]=Windows can check online for a solution to the problem.
UI[5]=Check online for a solution and close the program
UI[6]=Check online for a solution later and close the program
UI[7]=Close the program
LoadedModule[0]=C:\Program Files\mGalaxy\mGalaxy_Runway.exe
LoadedModule[1]=C:\Windows\SYSTEM32\ntdll.dll
LoadedModule[2]=C:\Windows\SYSTEM32\MSCOREE.DLL
LoadedModule[3]=C:\Windows\system32\KERNEL32.dll
LoadedModule[4]=C:\Windows\system32\KERNELBASE.dll
LoadedModule[5]=C:\Windows\system32\apphelp.dll
LoadedModule[6]=C:\Windows\AppPatch\AcLayers.DLL
LoadedModule[7]=C:\Windows\system32\msvcrt.dll
LoadedModule[8]=C:\Windows\system32\USER32.dll
LoadedModule[9]=C:\Windows\system32\GDI32.dll
LoadedModule[10]=C:\Windows\system32\SHELL32.dll
LoadedModule[11]=C:\Windows\system32\SHLWAPI.dll
LoadedModule[12]=C:\Windows\system32\OLEAUT32.dll
LoadedModule[13]=C:\Windows\SYSTEM32\MPR.dll
LoadedModule[14]=C:\Windows\system32\SETUPAPI.dll
LoadedModule[15]=C:\Windows\SYSTEM32\sfc.dll
LoadedModule[16]=C:\Windows\SYSTEM32\WINSPOOL.DRV
LoadedModule[17]=C:\Windows\system32\RPCRT4.dll
LoadedModule[18]=C:\Windows\SYSTEM32\combase.dll
LoadedModule[19]=C:\Windows\system32\CFGMGR32.dll
LoadedModule[20]=C:\Windows\SYSTEM32\sfc_os.DLL
LoadedModule[21]=C:\Windows\SYSTEM32\SortServer2003Compat.dll
LoadedModule[22]=C:\Windows\system32\IMM32.DLL
LoadedModule[23]=C:\Windows\system32\MSCTF.dll
LoadedModule[24]=C:\Windows\system32\ADVAPI32.dll
LoadedModule[25]=C:\Windows\SYSTEM32\sechost.dll
LoadedModule[26]=C:\Windows\Microsoft.NET\Framework\v4.0.30319\mscoreei.dll
LoadedModule[27]=C:\Windows\Microsoft.NET\Framework\v4.0.30319\clr.dll
LoadedModule[28]=C:\Windows\SYSTEM32\MSVCR120_CLR0400.dll
LoadedModule[29]=C:\Windows\assembly\NativeImages_v4.0.30319_32\mscorlib\dce6d66b93d69ee642a226cda35f4ef6\mscorlib.ni.dll
LoadedModule[30]=C:\Windows\system32\ole32.dll
LoadedModule[31]=C:\Windows\SYSTEM32\kernel.appcore.dll
LoadedModule[32]=C:\Windows\SYSTEM32\CRYPTBASE.dll
LoadedModule[33]=C:\Windows\SYSTEM32\bcryptPrimitives.dll
LoadedModule[34]=C:\Windows\system32\uxtheme.dll
LoadedModule[35]=C:\Windows\SYSTEM32\dwmapi.dll
LoadedModule[36]=C:\Windows\assembly\NativeImages_v4.0.30319_32\System\c68631c4ba88f98b0056e38a71e21432\System.ni.dll
LoadedModule[37]=C:\Windows\assembly\NativeImages_v4.0.30319_32\WindowsBase\0621db14cf68ca68bf3602963eae6ecd\WindowsBase.ni.dll
LoadedModule[38]=C:\Windows\SYSTEM32\CRYPTSP.dll
LoadedModule[39]=C:\Windows\system32\rsaenh.dll
LoadedModule[40]=C:\Windows\SYSTEM32\bcrypt.dll
LoadedModule[41]=C:\Windows\assembly\NativeImages_v4.0.30319_32\PresentationCore\a48b99014c28a6184af4929433a33e31\PresentationCore.ni.dll
LoadedModule[42]=C:\Windows\assembly\NativeImages_v4.0.30319_32\Presentatio5ae0f00f#\97b1e5d98145c1485dda9942f17216ad\PresentationFramework.ni.dll
LoadedModule[43]=C:\Windows\assembly\NativeImages_v4.0.30319_32\System.Xaml\d40a5b7dc4140eba8d328f20eb399503\System.Xaml.ni.dll
LoadedModule[44]=C:\Windows\SYSTEM32\dwrite.dll
LoadedModule[45]=C:\Windows\Microsoft.NET\Framework\v4.0.30319\WPF\wpfgfx_v0400.dll
LoadedModule[46]=C:\Windows\Microsoft.NET\Framework\v4.0.30319\WPF\PresentationNative_v0400.dll
LoadedModule[47]=C:\Windows\Microsoft.NET\Framework\v4.0.30319\clrjit.dll
LoadedModule[48]=C:\Windows\assembly\NativeImages_v4.0.30319_32\System.Xml\653d61e62bc6314d07e357befedbc341\System.Xml.ni.dll
LoadedModule[49]=C:\Windows\assembly\NativeImages_v4.0.30319_32\System.Core\4e8fbca4a4540f88bd728babcc483f26\System.Core.ni.dll
LoadedModule[50]=C:\Windows\assembly\NativeImages_v4.0.30319_32\Microsoft.V9921e851#\f0c4389ac267c3b1767e5d799ab0ca96\Microsoft.VisualBasic.ni.dll
LoadedModule[51]=C:\Windows\SYSTEM32\d3d9.dll
LoadedModule[52]=C:\Windows\SYSTEM32\VERSION.dll
LoadedModule[53]=C:\Windows\SYSTEM32\d3d10warp.dll
LoadedModule[54]=C:\Windows\assembly\NativeImages_v4.0.30319_32\Presentatioaec034ca#\c9633d4d5ad33edb61875626aee4edac\PresentationFramework.Aero2.ni.dll
LoadedModule[55]=C:\Windows\assembly\NativeImages_v4.0.30319_32\System.Configuration\d2fccd909f3323b0f94c708bf4dcedaa\System.Configuration.ni.dll
LoadedModule[56]=C:\Windows\SYSTEM32\urlmon.dll
LoadedModule[57]=C:\Windows\SYSTEM32\iertutil.dll
LoadedModule[58]=C:\Windows\SYSTEM32\WININET.dll
LoadedModule[59]=C:\Windows\SYSTEM32\WindowsCodecs.dll
LoadedModule[60]=C:\Windows\SYSTEM32\powrprof.dll
LoadedModule[61]=C:\Windows\SYSTEM32\WtsApi32.dll
LoadedModule[62]=C:\Windows\SYSTEM32\WINSTA.dll
LoadedModule[63]=C:\Windows\System32\OskSupport.dll
LoadedModule[64]=C:\Windows\SYSTEM32\clbcatq.dll
LoadedModule[65]=C:\Windows\assembly\NativeImages_v4.0.30319_32\UIAutomationTypes\7de2c4645299e464a654d49e92b694b9\UIAutomationTypes.ni.dll
LoadedModule[66]=C:\Windows\SYSTEM32\UIAutomationCore.dll
LoadedModule[67]=C:\Windows\SYSTEM32\sxs.dll
LoadedModule[68]=C:\Windows\assembly\NativeImages_v4.0.30319_32\Presentatio1c9175f8#\38e94d4661fe8a1d556017d066e72951\PresentationFramework.Aero.ni.dll
LoadedModule[69]=C:\Windows\Microsoft.NET\Framework\v4.0.30319\diasymreader.dll
State[0].Key=Transport.DoneStage1
State[0].Value=1
FriendlyEventName=Stopped working
ConsentKey=CLR20r3
AppName=mGalaxy_Runway
AppPath=C:\Program Files\mGalaxy\mGalaxy_Runway.exe
NsPartner=windows
NsGroup=windows8
ApplicationIdentity=B55B28F9606A8D6C0BA4D18B0AB4BF6F

galle

  • Newbie
  • *
  • Posts: 15
Re: startup crash
« Reply #30 on: September 27, 2013, 02:58:11 PM »
Sorry but yes i only tested 5.0 and both programs have the same err message that it stopped working.

Regards galle