mGalaxy don´t start in Windows 7 Ultimate

Get answers to questions about using mGalaxy.
mtkona
Newbie
Newbie
Posts: 20
Joined: Thu Oct 09, 2014 10:49 pm

Hi, tks for the reply.

I took the files (.zip).

I will test today at night.

Yes, I installed full .NET Framework.

Tks again
mtkona
Newbie
Newbie
Posts: 20
Joined: Thu Oct 09, 2014 10:49 pm

Hi

Good news !  :) ;)

The mGalaxy ".exe" file at XAML.zip worked in my "Win7 Ultimate N 32bit".

I will test the other file at x64.zip.

I will post here.

What was the error ?
Last edited by mtkona on Wed Oct 22, 2014 5:26 am, edited 1 time in total.
mtkona
Newbie
Newbie
Posts: 20
Joined: Thu Oct 09, 2014 10:49 pm

Hello again,

Great news ! :)

I tested the "mGalaxy.exe" on "x64.zip" (in a isolated folder, just unzipped the x64.zip and double-click the ".exe") and now it runs on my Windows 8 64bit.  :)

But...  :'(

I did another test too.

I did a clean installation of the mGalaxy Setup and replaced the ".exe" by these present that you sent me, but in this case unfortunately did not run. This also happened with the existing file on "xaml.zip" when I tested on Win7 Ultimate N 32bit. Regarding the test that I have informed the previous post.

But I think you found the problem. I believe that creating a new installation package the problem will be solved.

I will wait you contact ...

And thanks for your help.
User avatar
mgalaxy
Administrator
Administrator
Posts: 1192
Joined: Tue Dec 05, 2006 7:46 pm

Glad to hear that you can run mGalaxy now...but please simplify my debugging work:
test both versions on ALL your computer, not a version on your 32bit PC and the other on another PC

So, if you don't mind, test the "x64" version on all your PC's and report then test the "XAML" version on all your PC's and report.

Thanks!!
mtkona
Newbie
Newbie
Posts: 20
Joined: Thu Oct 09, 2014 10:49 pm

Hi !

Here are the full test reports.

Machines:
1) INTEL NUC with Windows 7 Ultimate N 32bit
2) INTEL NUC with Windows 7 Ultimate N 64bit
3) i3-Notebook Samsung with Windows 8 Pro 64bit
4) Core2Duo-Notebook Samsung with Windows 7 Home Premium 32bit

So, result of tests:

1) INTEL NUC with Windows 7 Ultimate N 32bit
:)XAML - OK
:'(X64 - Error (see attachment) -> do not run because machine is 32bit (warning message)

2) INTEL NUC with Windows 7 Ultimate N 64bit
:)XAML - OK
:'(X64 - Error (see attachment) - it runs but, after start, it crashes

3) i3-Notebook Samsung with Windows 8 Pro 64bit
:)XAML - OK
:'(X64 - Error (see attachment) - it runs but, after start, it crashes

4) Core2Duo-Notebook Samsung with Windows 7 Home Premium 32bit
:)XAML - OK
:'(X64 - Error (see attachment) -> do not run because machine is 32bit (warning message)

In next post I will send the evidences of the XAML. The tool from the forum allow only 4 attachments.
User avatar
mgalaxy
Administrator
Administrator
Posts: 1192
Joined: Tue Dec 05, 2006 7:46 pm

Would you please test this version now!
Test it inside the Windows Program Files folder and outside it please!
Last edited by mgalaxy on Tue Oct 21, 2014 9:25 pm, edited 1 time in total.
mtkona
Newbie
Newbie
Posts: 20
Joined: Thu Oct 09, 2014 10:49 pm

Ok...I tested all again in program files and outside of program files, same error all machines, the program crashes after it presents the menu screen.

Inside Program Files

Code: Select all

Log Name:      Application
Source:        .NET Runtime
Date:          18/10/2014 09:54:40
Event ID:      1026
Task Category: None
Level:         Error
Keywords:      Classic
User:          N/A
Computer:      NUC-ARCADE
Description:
Application: mGalaxy.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
Exception Info: System.Collections.Generic.KeyNotFoundException
Stack:
   at System.Collections.Generic.Dictionary`2[[System.__Canon, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089],[System.__Canon, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]].get_Item(System.__Canon)
   at mGalaxy.MainWindow.PadRefresh()
   at mGalaxy.MainWindow._Lambda$__4(System.Object, System.EventArgs)
   at System.Windows.Threading.DispatcherTimer.FireTick(System.Object)
   at System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate, System.Object, Int32)
   at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(System.Object, System.Delegate, System.Object, Int32, System.Delegate)
   at System.Windows.Threading.DispatcherOperation.InvokeImpl()
   at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(System.Object)
   at System.Threading.ExecutionContext.RunInternal(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)
   at System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)
   at System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object)
   at System.Windows.Threading.DispatcherOperation.Invoke()
   at System.Windows.Threading.Dispatcher.ProcessQueue()
   at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr, Int32, IntPtr, IntPtr, Boolean ByRef)
   at MS.Win32.HwndWrapper.WndProc(IntPtr, Int32, IntPtr, IntPtr, Boolean ByRef)
   at MS.Win32.HwndSubclass.DispatcherCallbackOperation(System.Object)
   at System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate, System.Object, Int32)
   at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(System.Object, System.Delegate, System.Object, Int32, System.Delegate)
   at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(System.Windows.Threading.DispatcherPriority, System.TimeSpan, System.Delegate, System.Object, Int32)
   at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr, Int32, IntPtr, IntPtr)
   at MS.Win32.UnsafeNativeMethods.DispatchMessage(System.Windows.Interop.MSG ByRef)
   at System.Windows.Threading.Dispatcher.PushFrameImpl(System.Windows.Threading.DispatcherFrame)
   at System.Windows.Threading.Dispatcher.PushFrame(System.Windows.Threading.DispatcherFrame)
   at System.Windows.Threading.Dispatcher.Run()
   at System.Windows.Application.RunDispatcher(System.Object)
   at System.Windows.Application.RunInternal(System.Windows.Window)
   at System.Windows.Application.Run(System.Windows.Window)
   at System.Windows.Application.Run()
   at mGalaxy.Application.Main()

Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
  <System>
    <Provider Name=".NET Runtime" />
    <EventID Qualifiers="0">1026</EventID>
    <Level>2</Level>
    <Task>0</Task>
    <Keywords>0x80000000000000</Keywords>
    <TimeCreated SystemTime="2014-10-18T12:54:40.000000000Z" />
    <EventRecordID>2052</EventRecordID>
    <Channel>Application</Channel>
    <Computer>NUC-ARCADE</Computer>
    <Security />
  </System>
  <EventData>
    <Data>Application: mGalaxy.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
Exception Info: System.Collections.Generic.KeyNotFoundException
Stack:
   at System.Collections.Generic.Dictionary`2[[System.__Canon, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089],[System.__Canon, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]].get_Item(System.__Canon)
   at mGalaxy.MainWindow.PadRefresh()
   at mGalaxy.MainWindow._Lambda$__4(System.Object, System.EventArgs)
   at System.Windows.Threading.DispatcherTimer.FireTick(System.Object)
   at System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate, System.Object, Int32)
   at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(System.Object, System.Delegate, System.Object, Int32, System.Delegate)
   at System.Windows.Threading.DispatcherOperation.InvokeImpl()
   at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(System.Object)
   at System.Threading.ExecutionContext.RunInternal(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)
   at System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)
   at System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object)
   at System.Windows.Threading.DispatcherOperation.Invoke()
   at System.Windows.Threading.Dispatcher.ProcessQueue()
   at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr, Int32, IntPtr, IntPtr, Boolean ByRef)
   at MS.Win32.HwndWrapper.WndProc(IntPtr, Int32, IntPtr, IntPtr, Boolean ByRef)
   at MS.Win32.HwndSubclass.DispatcherCallbackOperation(System.Object)
   at System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate, System.Object, Int32)
   at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(System.Object, System.Delegate, System.Object, Int32, System.Delegate)
   at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(System.Windows.Threading.DispatcherPriority, System.TimeSpan, System.Delegate, System.Object, Int32)
   at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr, Int32, IntPtr, IntPtr)
   at MS.Win32.UnsafeNativeMethods.DispatchMessage(System.Windows.Interop.MSG ByRef)
   at System.Windows.Threading.Dispatcher.PushFrameImpl(System.Windows.Threading.DispatcherFrame)
   at System.Windows.Threading.Dispatcher.PushFrame(System.Windows.Threading.DispatcherFrame)
   at System.Windows.Threading.Dispatcher.Run()
   at System.Windows.Application.RunDispatcher(System.Object)
   at System.Windows.Application.RunInternal(System.Windows.Window)
   at System.Windows.Application.Run(System.Windows.Window)
   at System.Windows.Application.Run()
   at mGalaxy.Application.Main()
</Data>
  </EventData>
</Event>

Code: Select all

Log Name:      Application
Source:        Application Error
Date:          18/10/2014 09:54:42
Event ID:      1000
Task Category: (100)
Level:         Error
Keywords:      Classic
User:          N/A
Computer:      NUC-ARCADE
Description:
Faulting application name: mGalaxy.exe, version: 5.2.0.0, time stamp: 0x54412973
Faulting module name: KERNELBASE.dll, version: 6.1.7601.18409, time stamp: 0x531599f6
Exception code: 0xe0434352
Fault offset: 0x0000812f
Faulting process id: 0xafc
Faulting application start time: 0x01cfead2a9d4c65b
Faulting application path: C:\Program Files\FileWritePermission\mGalaxy.exe
Faulting module path: C:\Windows\system32\KERNELBASE.dll
Report Id: ed25b268-56c5-11e4-a1e9-ac7ba1e7a409
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
  <System>
    <Provider Name="Application Error" />
    <EventID Qualifiers="0">1000</EventID>
    <Level>2</Level>
    <Task>100</Task>
    <Keywords>0x80000000000000</Keywords>
    <TimeCreated SystemTime="2014-10-18T12:54:42.000000000Z" />
    <EventRecordID>2054</EventRecordID>
    <Channel>Application</Channel>
    <Computer>NUC-ARCADE</Computer>
    <Security />
  </System>
  <EventData>
    <Data>mGalaxy.exe</Data>
    <Data>5.2.0.0</Data>
    <Data>54412973</Data>
    <Data>KERNELBASE.dll</Data>
    <Data>6.1.7601.18409</Data>
    <Data>531599f6</Data>
    <Data>e0434352</Data>
    <Data>0000812f</Data>
    <Data>afc</Data>
    <Data>01cfead2a9d4c65b</Data>
    <Data>C:\Program Files\FileWritePermission\mGalaxy.exe</Data>
    <Data>C:\Windows\system32\KERNELBASE.dll</Data>
    <Data>ed25b268-56c5-11e4-a1e9-ac7ba1e7a409</Data>
  </EventData>
</Event>
Outside Program Files

Code: Select all

Log Name:      Application
Source:        .NET Runtime
Date:          18/10/2014 09:49:49
Event ID:      1026
Task Category: None
Level:         Error
Keywords:      Classic
User:          N/A
Computer:      NUC-ARCADE
Description:
Application: mGalaxy.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
Exception Info: System.Collections.Generic.KeyNotFoundException
Stack:
   at System.Collections.Generic.Dictionary`2[[System.__Canon, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089],[System.__Canon, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]].get_Item(System.__Canon)
   at mGalaxy.MainWindow.PadRefresh()
   at mGalaxy.MainWindow._Lambda$__4(System.Object, System.EventArgs)
   at System.Windows.Threading.DispatcherTimer.FireTick(System.Object)
   at System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate, System.Object, Int32)
   at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(System.Object, System.Delegate, System.Object, Int32, System.Delegate)
   at System.Windows.Threading.DispatcherOperation.InvokeImpl()
   at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(System.Object)
   at System.Threading.ExecutionContext.RunInternal(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)
   at System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)
   at System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object)
   at System.Windows.Threading.DispatcherOperation.Invoke()
   at System.Windows.Threading.Dispatcher.ProcessQueue()
   at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr, Int32, IntPtr, IntPtr, Boolean ByRef)
   at MS.Win32.HwndWrapper.WndProc(IntPtr, Int32, IntPtr, IntPtr, Boolean ByRef)
   at MS.Win32.HwndSubclass.DispatcherCallbackOperation(System.Object)
   at System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate, System.Object, Int32)
   at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(System.Object, System.Delegate, System.Object, Int32, System.Delegate)
   at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(System.Windows.Threading.DispatcherPriority, System.TimeSpan, System.Delegate, System.Object, Int32)
   at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr, Int32, IntPtr, IntPtr)
   at MS.Win32.UnsafeNativeMethods.DispatchMessage(System.Windows.Interop.MSG ByRef)
   at System.Windows.Threading.Dispatcher.PushFrameImpl(System.Windows.Threading.DispatcherFrame)
   at System.Windows.Threading.Dispatcher.PushFrame(System.Windows.Threading.DispatcherFrame)
   at System.Windows.Threading.Dispatcher.Run()
   at System.Windows.Application.RunDispatcher(System.Object)
   at System.Windows.Application.RunInternal(System.Windows.Window)
   at System.Windows.Application.Run(System.Windows.Window)
   at System.Windows.Application.Run()
   at mGalaxy.Application.Main()

Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
  <System>
    <Provider Name=".NET Runtime" />
    <EventID Qualifiers="0">1026</EventID>
    <Level>2</Level>
    <Task>0</Task>
    <Keywords>0x80000000000000</Keywords>
    <TimeCreated SystemTime="2014-10-18T12:49:49.000000000Z" />
    <EventRecordID>2047</EventRecordID>
    <Channel>Application</Channel>
    <Computer>NUC-ARCADE</Computer>
    <Security />
  </System>
  <EventData>
    <Data>Application: mGalaxy.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
Exception Info: System.Collections.Generic.KeyNotFoundException
Stack:
   at System.Collections.Generic.Dictionary`2[[System.__Canon, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089],[System.__Canon, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]].get_Item(System.__Canon)
   at mGalaxy.MainWindow.PadRefresh()
   at mGalaxy.MainWindow._Lambda$__4(System.Object, System.EventArgs)
   at System.Windows.Threading.DispatcherTimer.FireTick(System.Object)
   at System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate, System.Object, Int32)
   at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(System.Object, System.Delegate, System.Object, Int32, System.Delegate)
   at System.Windows.Threading.DispatcherOperation.InvokeImpl()
   at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(System.Object)
   at System.Threading.ExecutionContext.RunInternal(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)
   at System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)
   at System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object)
   at System.Windows.Threading.DispatcherOperation.Invoke()
   at System.Windows.Threading.Dispatcher.ProcessQueue()
   at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr, Int32, IntPtr, IntPtr, Boolean ByRef)
   at MS.Win32.HwndWrapper.WndProc(IntPtr, Int32, IntPtr, IntPtr, Boolean ByRef)
   at MS.Win32.HwndSubclass.DispatcherCallbackOperation(System.Object)
   at System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate, System.Object, Int32)
   at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(System.Object, System.Delegate, System.Object, Int32, System.Delegate)
   at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(System.Windows.Threading.DispatcherPriority, System.TimeSpan, System.Delegate, System.Object, Int32)
   at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr, Int32, IntPtr, IntPtr)
   at MS.Win32.UnsafeNativeMethods.DispatchMessage(System.Windows.Interop.MSG ByRef)
   at System.Windows.Threading.Dispatcher.PushFrameImpl(System.Windows.Threading.DispatcherFrame)
   at System.Windows.Threading.Dispatcher.PushFrame(System.Windows.Threading.DispatcherFrame)
   at System.Windows.Threading.Dispatcher.Run()
   at System.Windows.Application.RunDispatcher(System.Object)
   at System.Windows.Application.RunInternal(System.Windows.Window)
   at System.Windows.Application.Run(System.Windows.Window)
   at System.Windows.Application.Run()
   at mGalaxy.Application.Main()
</Data>
  </EventData>
</Event>

Code: Select all

Log Name:      Application
Source:        Application Error
Date:          18/10/2014 09:49:51
Event ID:      1000
Task Category: (100)
Level:         Error
Keywords:      Classic
User:          N/A
Computer:      NUC-ARCADE
Description:
Faulting application name: mGalaxy.exe, version: 5.2.0.0, time stamp: 0x54412973
Faulting module name: KERNELBASE.dll, version: 6.1.7601.18409, time stamp: 0x531599f6
Exception code: 0xe0434352
Fault offset: 0x0000812f
Faulting process id: 0xcd8
Faulting application start time: 0x01cfead1fc0b6c7f
Faulting application path: C:\Users\Marcelo\Downloads\FileWritePermission\mGalaxy.exe
Faulting module path: C:\Windows\system32\KERNELBASE.dll
Report Id: 3f6e8093-56c5-11e4-a1e9-ac7ba1e7a409
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
  <System>
    <Provider Name="Application Error" />
    <EventID Qualifiers="0">1000</EventID>
    <Level>2</Level>
    <Task>100</Task>
    <Keywords>0x80000000000000</Keywords>
    <TimeCreated SystemTime="2014-10-18T12:49:51.000000000Z" />
    <EventRecordID>2048</EventRecordID>
    <Channel>Application</Channel>
    <Computer>NUC-ARCADE</Computer>
    <Security />
  </System>
  <EventData>
    <Data>mGalaxy.exe</Data>
    <Data>5.2.0.0</Data>
    <Data>54412973</Data>
    <Data>KERNELBASE.dll</Data>
    <Data>6.1.7601.18409</Data>
    <Data>531599f6</Data>
    <Data>e0434352</Data>
    <Data>0000812f</Data>
    <Data>cd8</Data>
    <Data>01cfead1fc0b6c7f</Data>
    <Data>C:\Users\Marcelo\Downloads\FileWritePermission\mGalaxy.exe</Data>
    <Data>C:\Windows\system32\KERNELBASE.dll</Data>
    <Data>3f6e8093-56c5-11e4-a1e9-ac7ba1e7a409</Data>
  </EventData>
</Event>
User avatar
mgalaxy
Administrator
Administrator
Posts: 1192
Joined: Tue Dec 05, 2006 7:46 pm

The only application that has been working is a version of mGalaxy with no write access to the mGalaxy folder!! (the "XAML" version) !!
Since the beginning, I'm thinking of a file write permission error...but the error occurs even if you move the application folder out of the "Program Files" windows folder...so I'm a little bit surprised!!

Another thing, just to be sure: could you please download and install this DirectX drivers
http://www.microsoft.com/en-us/download ... px?id=8109

then test again all the 4 versions (the "original" one, the one called "x64", the one calles "XAML", the one called "FileWritePermission". Please keep all those version on your disk untill we can sort out the problem...thanks!!
Last edited by mgalaxy on Sat Oct 18, 2014 2:57 pm, edited 1 time in total.
User avatar
mgalaxy
Administrator
Administrator
Posts: 1192
Joined: Tue Dec 05, 2006 7:46 pm

Could you please take a screenshot of the Security settings for the mGalaxy folder (inside or outside of program files folder) ?
Right Click on the folder > Properties > Security
Take a screenshot for each users please

Sorry to insist: you're sure that running mGalaxy "as administrator" doesn't work ?
Last edited by mgalaxy on Sun Oct 19, 2014 2:41 pm, edited 1 time in total.
mtkona
Newbie
Newbie
Posts: 20
Joined: Thu Oct 09, 2014 10:49 pm

Hi,

This version of DirectX was already installed on all PCs but installed again.

I took a picture of permissions for each user. On all machines are the same permissions.

I ran with the "run as administrator" option but it always gives the same problem.
mtkona
Newbie
Newbie
Posts: 20
Joined: Thu Oct 09, 2014 10:49 pm

Try to see if the error is in this event:

mGalaxy.MainWindow.MainWindow_KeyDown

After the program is started, when I press one "key" (in this case I pressed the key "left"), the program crashes.
User avatar
mgalaxy
Administrator
Administrator
Posts: 1192
Joined: Tue Dec 05, 2006 7:46 pm

?? I thought that the program was crashing directly !!
Are you telling me that mGalaxy loads then crash if you press a key?
mtkona
Newbie
Newbie
Posts: 20
Joined: Thu Oct 09, 2014 10:49 pm

It start, and finally crash.

I discovered today that when I push any key it crashes.
User avatar
mgalaxy
Administrator
Administrator
Posts: 1192
Joined: Tue Dec 05, 2006 7:46 pm

I absolutely need to know what is exactly happening!
Untill now I thought that mGalaxy won't even start and that you got an error message before seing the mGalaxy interface.
Now, you tellme that it crashes if you press a key (so, you see the interface?)
Please explain me clearly what's happening.

There is no error with a keydown event...this is surely just a "cascading" error coming from a prior error.
All your log error since the beginning are:
Exception Info: System.Windows.Markup.XamlParseException

The real problem is coming from here..and indeed, on the version I've sent you (named "XAML") I've worked on that part and you told me that it was working!!

Please try to tell me, step by step, what's happening on screen when you run mGalaxy.
I have one solution left to try to fix this XAML error, I'll work on it on next days
User avatar
mgalaxy
Administrator
Administrator
Posts: 1192
Joined: Tue Dec 05, 2006 7:46 pm

Could you try installing this:
http://www.microsoft.com/en-us/download ... px?id=8328
...and see if that works better?


Sorry to ask you all that...and this is surely not ended ;-) ..but that's really difficult to understand what's happening with your PC's (even if I greatly suspect a file in/out error!!)
Last edited by mgalaxy on Tue Oct 21, 2014 3:06 pm, edited 1 time in total.
Post Reply