Jump to content

[AnyOS] KSP Mod Admin v2 - Mod install with a few clicks


MacTee

Recommended Posts

Hi all,

here is the new Version 2.3.0.7.

Changelog:
- Fix for issue with saving KMA² cfg file.
- Fix for issue with saving KSP settings file.

 

EDIT:
My appologies to the 3 people that dowloaded the last update, befor i noticed that i have uploaded the wrong KMA² archive.
The correct archive is now available! :)

Edited by MacTee
Link to comment
Share on other sites

Hi MacTee,

I want to report a bug. It happens only when the mod list gets big enough. If I let the KSPModAdmin_aOS.cfg file to get bigger than 3.4MB then, when I start the app, I get an exception error that says that the system is out of memory and I can see that most of the tabs in the KSP Mod Admin window are missing.

I'm running windows 8.1 x64 with 16GB of RAM and I have installed the .NET Framework v4.6.2 with the latest updates.

Here's a copy of the KSPModAdmin_aOS.cfg file that shows the problem, in case that you want to take a look.

https://www.dropbox.com/s/pl2wvr3194ux4zw/KSPModAdmin_aOS.cfg?dl=0

Also, If i open the specific file in an editor and remove the "Bluedog Design Bureau" mod, then the app is working again.

 

Edited by basepart
Link to comment
Share on other sites

Ups :blush:, i'll look into it after work. 

EDIT:
Sry, i havn't found a solution.yet. And honestly if the weather stays as it is i won't be able to do much :wink:
Pls, be patient ...

Edited by MacTee
Link to comment
Share on other sites

  • 3 months later...

Hi there,

KSP-MA developed the following problem (running as admin, KSP folder is write-able for everyone, running on Win10, 64bit):

When I add a mod via an URL, the zip is downloaded in the selected folder, but the mod is then processed forever, so that I have to kill KSP-MA. This happens even if I don't install the mod. Updates of existing mods fail in a similar way.

I can use the downloaded zip to install the mod via KSP-MA afterwards, so it doesn't seem to be a rights problem. A fresh installation of KSP and KSP-MA didn't solve the issue.

The log is not very helpful, it's basically the line "[18.11.2017 12:29:10.615] [4] Info    : Url detected starting download...""

Here the KSP-MA config and the log, just in case:  https://www.justbeamit.com/xwp9v

Any idea?

Thanks, Richard

Edited by Richard Zsigmondy
Link to comment
Share on other sites

  • 6 months later...

Hi all,

here is the new Version 2.3.0.8.

Changelog:
- Fix for broken Curse, CurseForge and GitHub site parsing.
- Fix for broken craft name parsing.
- Fix for crashes related to ModTreeView icon.

TODO:
- I have recognized that the auto updater is broken for some reason.  I'll look into it when there is time again ;)

Have fun ...
 

Link to comment
Share on other sites

Sry, i published a wrong config file.

To fix my failure you can do one of the following:
 - Just tick the "check for upddates on startup" checkbox on the Options/Update Tab and restart KMA²
 - Use the "Check for update" button on the Options-Tab. (even if you get an error (in most cases not=) the extra options for site parsing will be updated.
   Check your C:\ProgramData\KSPModAdmin\KSPModAdmin\KSPModAdmin_aOS.cfg file for changes and compare it with the part below (if you want ;))
   and restart KMA²
-  you can change your C:\ProgramData\KSPModAdmin\KSPModAdmin\KSPModAdmin_aOS.cfg file manually.
   Add or Replace the following node (within the "General" node):

    <OtherAppOptions>
      <OtherAppOption Name="XPathCurseForgeUrl" Value="//*[@id='content']/section/div/aside/div[2]/div[3]/p/a" />
      <OtherAppOption Name="XPathCurseUrl" Value="//*[@class='view-on-curse']/a" />
      <OtherAppOption Name="XPathModName" Value="//*[@id='content']/section/div/main/header/div[2]/h2" />
      <OtherAppOption Name="XPathModCreateDate" Value="//*[@id='content']/section/div/main/section[1]/div/p[2]/span/abbr" />
      <OtherAppOption Name="XPathModUpdateDate" Value="//*[@id='content']/section/div/main/header/div[2]/p/span[1]/abbr" />
      <OtherAppOption Name="XPathModDownloadCount" Value="//*[@id='content']/section/div/main/section[1]/div/p[1]/span" />
      <OtherAppOption Name="XPathModAuthor" Value="//*[@id='content']/section/div/main/section[1]/div/p[3]/span[2]/a" />
      <OtherAppOption Name="XPathGameVersion" Value="//*[@id='content']/section/div/main/header/div[2]/p/span[2]" />
      <OtherAppOption Name="XPathModId" Value="//*[@id='content']/section/div/aside/div[2]/div[2]/a[3]" />
      <OtherAppOption Name="xPathGitHubTimeLine" Value="//*[@id='js-repo-pjax-container']/div[2]/div[1]/div[2]" />
      <OtherAppOption Name="xPathGitHubLabel" Value="//*[@class='release clearfix label-latest']" />
      <OtherAppOption Name="xPathGitHubTags" Value="//*[@class='releases-tag-list']" />
      <OtherAppOption Name="xPathGitHubTags2" Value="//*[@class='release-timeline-tags list-style-none']" />
      <OtherAppOption Name="xPathGitHubLabelVersion" Value="//*[@class='release label-latest']/div/ul/li/a/span" />
      <OtherAppOption Name="xPathGitHubLabelDate" Value="//*[@class='release label-latest']/div[2]/div/p/relative-time" />
      <OtherAppOption Name="xPathGitHubTagsVersion" Value="//*/tr[2]/td[2]/div/h3/a/span" />
      <OtherAppOption Name="xPathGitHubTagsDate" Value="//*/tr[2]/td[1]/a/relative-time" />
      <OtherAppOption Name="xPathGitHubTags2Version" Value="//*/li[1]/div/div/h3/a/span" />
      <OtherAppOption Name="xPathGitHubTags2Date" Value="//*/li/span/relative-time" />
      <OtherAppOption Name="xPathGithubLabelReleasesLatest" Value="//*[@class='release clearfix label-latest']/div[2]/div[2]/ul/li[1]/a" />
      <OtherAppOption Name="xPathGithubLabelReleases" Value="//*[@class='release clearfix label-']/div[2]/div[2]/ul/li[1]/a" />
      <OtherAppOption Name="xPathGithubTagsReleases" Value="//*/tr/td[2]/div/ul/li[2]/a" />
      <OtherAppOption Name="xPathGithubTags2Releases" Value="//*[@class='d-block clearfix']/div/div/ul/li[2]/a" />
    </OtherAppOptions>

Pls, let me know if there are any other issues.

Edited by MacTee
Link to comment
Share on other sites

  • 1 month later...

Hello, I am trying to use KSP Mod Admin in the newest version. When I let it scan the gamedata folder, it finds almost every mod. But when I try to add a forum link to the mod to check it's version, I get a "Site handler error"! What am I making wrong here? When I try to add a GitHub link, it doesn't check it's version. So it's useless for many mods. I changed the config file, like your post above. Nothing changed there. It doesn't change anything for me either! :/ And yes, I have already installed a numerous amount of mods, before I used KSP MA. Is this the problem there? No forum link for preinstalled mods? ;)

Link to comment
Share on other sites

  • 1 month later...

@MacTee

macOS 10.13.6

ElvinMacBookPro:Mod elvin$ mono --version
Mono JIT compiler version 5.12.0.301 (2018-02/4fe3280bba1 Fri Jul 20 08:25:42 EDT 2018)
Copyright (C) 2002-2014 Novell, Inc, Xamarin Inc and Contributors. www.mono-project.com
	TLS:           normal
	SIGSEGV:       altstack
	Notification:  kqueue
	Architecture:  amd64
	Disabled:      none
	Misc:          softdebug 
	Interpreter:   yes
	LLVM:          yes(3.6.0svn-mono-master/8b1520c8aae)
	GC:            sgen (concurrent by default)
ElvinMacBookPro:Mod elvin$ mono v2.3.0.8_Mono/v2.3.0.8/KSPModAdmin/KSPModAdmin.exe
WARNING: The Carbon driver has not been ported to 64bits, and very few parts of Windows.Forms will work properly, or at all
Stacktrace:

  at <unknown> <0xffffffff>
  at (wrapper managed-to-native) System.Windows.Forms.XplatUICarbon.CGDisplayBounds (intptr) [0x00002] in <89edde11d8f84ef096bf70ff8bd7d787>:0
  at System.Windows.Forms.XplatUICarbon.get_WorkingArea () [0x00005] in <89edde11d8f84ef096bf70ff8bd7d787>:0
  at System.Windows.Forms.XplatUICarbon.get_VirtualScreen () [0x00000] in <89edde11d8f84ef096bf70ff8bd7d787>:0
  at System.Windows.Forms.XplatUI.get_VirtualScreen () [0x00000] in <89edde11d8f84ef096bf70ff8bd7d787>:0
  at System.Windows.Forms.Screen..cctor () [0x00034] in <89edde11d8f84ef096bf70ff8bd7d787>:0
  at (wrapper runtime-invoke) object.runtime_invoke_void (object,intptr,intptr,intptr) [0x0001e] in <f3f2aa82c3a04d48845485ce37124803>:0
  at <unknown> <0xffffffff>
  at System.Windows.Forms.Hwnd.GetNextStackedFormLocation (System.Windows.Forms.CreateParams,System.Windows.Forms.Hwnd) [0x00064] in <89edde11d8f84ef096bf70ff8bd7d787>:0
  at System.Windows.Forms.XplatUICarbon.CreateWindow (System.Windows.Forms.CreateParams) [0x000c5] in <89edde11d8f84ef096bf70ff8bd7d787>:0
  at System.Windows.Forms.XplatUI.CreateWindow (System.Windows.Forms.CreateParams) [0x00000] in <89edde11d8f84ef096bf70ff8bd7d787>:0
  at System.Windows.Forms.NativeWindow.CreateHandle (System.Windows.Forms.CreateParams) [0x00009] in <89edde11d8f84ef096bf70ff8bd7d787>:0
  at System.Windows.Forms.Control.CreateHandle () [0x00031] in <89edde11d8f84ef096bf70ff8bd7d787>:0
  at System.Windows.Forms.Form.CreateHandle () [0x00000] in <89edde11d8f84ef096bf70ff8bd7d787>:0
  at System.Windows.Forms.Control.get_Handle () [0x00022] in <89edde11d8f84ef096bf70ff8bd7d787>:0
  at System.Windows.Forms.Form.ShowDialog (System.Windows.Forms.IWin32Window) [0x0003a] in <89edde11d8f84ef096bf70ff8bd7d787>:0
  at KSPModAdmin.Core.Views.frmBase.ShowDialog (System.Windows.Forms.IWin32Window) [0x0000c] in <cb46041be3c7473a8d84755f4e630495>:0
  at (wrapper remoting-invoke-with-check) KSPModAdmin.Core.Views.frmBase.ShowDialog (System.Windows.Forms.IWin32Window) [0x00032] in <cb46041be3c7473a8d84755f4e630495>:0
  at KSPModAdmin.Core.Controller.MainController.Initialize () [0x000c9] in <cb46041be3c7473a8d84755f4e630495>:0
  at KSPModAdmin.Core.Controller.MainController.ShowMainForm () [0x0001e] in <cb46041be3c7473a8d84755f4e630495>:0
  at KSPModAdmin.Program.Main () [0x0000b] in <ff4acb1bedc748a282390056e0f904b6>:0
  at (wrapper runtime-invoke) object.runtime_invoke_void (object,intptr,intptr,intptr) [0x0004c] in <f3f2aa82c3a04d48845485ce37124803>:0

Native stacktrace:

	0   mono                                0x000000010c97f188 mono_handle_native_crash + 264
	1   mono                                0x000000010c9eafa6 altstack_handle_and_restore + 70
	2   SkyLight                            0x00007fff5b8dba34 SLDisplayBounds + 83
	3   ???                                 0x000000011805544e 0x0 + 4697969742
	4   ???                                 0x000000010ce5d326 0x0 + 4511355686
	5   mono                                0x000000010c8d1e07 mono_jit_runtime_invoke + 1383
	6   mono                                0x000000010cac13f4 do_runtime_invoke + 84
	7   mono                                0x000000010cabd2d4 mono_runtime_class_init_full + 996
	8   mono                                0x000000010c8caf79 mono_jit_compile_method_inner + 2553
	9   mono                                0x000000010c8cdef2 mono_jit_compile_method_with_opt + 1442
	10  mono                                0x000000010c981eb9 common_call_trampoline + 1257
	11  mono                                0x000000010c981983 mono_magic_trampoline + 67
	12  ???                                 0x000000010cd9d393 0x0 + 4510569363
	13  ???                                 0x0000000118054bbb 0x0 + 4697967547

Debug info from gdb:

(lldb) command source -s 0 '/tmp/mono-gdb-commands.IR0T1q'
Executing commands in '/tmp/mono-gdb-commands.IR0T1q'.
(lldb) process attach --pid 17173
warning: (x86_64) /Library/Frameworks/Mono.framework/Versions/5.12.0/lib/mono/4.5/mscorlib.dll.dylib empty dSYM file detected, dSYM was created with an executable with no debug info.
warning: (x86_64) /Library/Frameworks/Mono.framework/Versions/5.12.0/lib/libglib-2.0.0.dylib empty dSYM file detected, dSYM was created with an executable with no debug info.
Process 17173 stopped
* thread #1, name = 'tid_307', queue = 'com.apple.main-thread', stop reason = signal SIGSTOP
    frame #0: 0x00007fff61a0522a libsystem_kernel.dylib`__wait4 + 10
libsystem_kernel.dylib`__wait4:
->  0x7fff61a0522a <+10>: jae    0x7fff61a05234            ; <+20>
    0x7fff61a0522c <+12>: movq   %rax, %rdi
    0x7fff61a0522f <+15>: jmp    0x7fff619fbb0e            ; cerror
    0x7fff61a05234 <+20>: retq   
Target 0: (mono) stopped.

Executable module set to "/Library/Frameworks/Mono.framework/Versions/Current/Commands/mono".
Architecture set to: x86_64h-apple-macosx.
(lldb) thread list
Process 17173 stopped
* thread #1: tid = 0x104a74c, 0x00007fff61a0522a libsystem_kernel.dylib`__wait4 + 10, name = 'tid_307', queue = 'com.apple.main-thread', stop reason = signal SIGSTOP
  thread #2: tid = 0x104a74d, 0x00007fff61a04a16 libsystem_kernel.dylib`__psynch_cvwait + 10, name = 'SGen worker'
  thread #3: tid = 0x104a74e, 0x00007fff619fb246 libsystem_kernel.dylib`semaphore_wait_trap + 10, name = 'Finalizer'
  thread #4: tid = 0x104a74f, 0x00007fff61a0528a libsystem_kernel.dylib`__workq_kernreturn + 10
  thread #5: tid = 0x104a750, 0x00007fff61a0528a libsystem_kernel.dylib`__workq_kernreturn + 10
  thread #6: tid = 0x104a751, 0x00007fff61a0528a libsystem_kernel.dylib`__workq_kernreturn + 10
(lldb) thread backtrace all
* thread #1, name = 'tid_307', queue = 'com.apple.main-thread', stop reason = signal SIGSTOP
  * frame #0: 0x00007fff61a0522a libsystem_kernel.dylib`__wait4 + 10
    frame #1: 0x000000010c97f368 mono`mono_handle_native_crash(signal=<unavailable>, ctx=<unavailable>, info=<unavailable>) at mini-exceptions.c:3029 [opt]
    frame #2: 0x000000010c9eafa6 mono`altstack_handle_and_restore(ctx=0x00007ffee333efd0, obj=0x0000000000000000, stack_ovf=0) at exceptions-amd64.c:857 [opt]
    frame #3: 0x00007fff5b8dba34 SkyLight`SLDisplayBounds + 83
    frame #4: 0x000000011805544e
    frame #5: 0x000000010ce5d326
    frame #6: 0x000000010c8d1e07 mono`mono_jit_runtime_invoke(method=0x00007fc563027610, obj=<unavailable>, params=0x0000000000000000, exc=0x00007ffee333f678, error=<unavailable>) at mini-runtime.c:2829 [opt]
    frame #7: 0x000000010cac13f4 mono`do_runtime_invoke(method=0x00007fc563146ec0, obj=0x0000000000000000, params=0x0000000000000000, exc=0x00007ffee333f678, error=0x00007ffee333f850) at object.c:2922 [opt]
    frame #8: 0x000000010cabd2d4 mono`mono_runtime_class_init_full [inlined] mono_runtime_try_invoke(method=<unavailable>, obj=<unavailable>, params=<unavailable>, error=0x00007ffee333f850) at object.c:3029 [opt]
    frame #9: 0x000000010cabd28f mono`mono_runtime_class_init_full(vtable=0x00007fc563b2e390, error=0x00007ffee333f850) at object.c:479 [opt]
    frame #10: 0x000000010c8caf79 mono`mono_jit_compile_method_inner(method=0x00007fc563146d48, target_domain=<unavailable>, opt=<unavailable>, error=0x00007ffee333f850) at mini.c:4354 [opt]
    frame #11: 0x000000010c8cdef2 mono`mono_jit_compile_method_with_opt(method=0x00007fc563146d48, opt=<unavailable>, jit_only=<unavailable>, error=<unavailable>) at mini-runtime.c:2150 [opt]
    frame #12: 0x000000010c981eb9 mono`common_call_trampoline(regs=0x00007ffee333f908, code="H\x8dt$xH\x8b??8, m=0x00007fc563146d48, vt=<unavailable>, vtable_slot=<unavailable>, error=<unavailable>) at mini-trampolines.c:736 [opt]
    frame #13: 0x000000010c981983 mono`mono_magic_trampoline(regs=0x00007ffee333f908, code="H\x8dt$xH\x8b??8, arg=0x00007fc563146d48, tramp=<unavailable>) at mini-trampolines.c:867 [opt]
    frame #14: 0x000000010cd9d393
    frame #15: 0x0000000118054bbb
  thread #2, name = 'SGen worker'
    frame #0: 0x00007fff61a04a16 libsystem_kernel.dylib`__psynch_cvwait + 10
    frame #1: 0x00007fff61bcd589 libsystem_pthread.dylib`_pthread_cond_wait + 732
    frame #2: 0x000000010cb8969e mono`thread_func [inlined] mono_os_cond_wait(mutex=<unavailable>) at mono-os-mutex.h:173 [opt]
    frame #3: 0x000000010cb8968b mono`thread_func at sgen-thread-pool.c:165 [opt]
    frame #4: 0x000000010cb8967d mono`thread_func(data=0x0000000000000000) at sgen-thread-pool.c:196 [opt]
    frame #5: 0x00007fff61bcc661 libsystem_pthread.dylib`_pthread_body + 340
    frame #6: 0x00007fff61bcc50d libsystem_pthread.dylib`_pthread_start + 377
    frame #7: 0x00007fff61bcbbf9 libsystem_pthread.dylib`thread_start + 13
  thread #3, name = 'Finalizer'
    frame #0: 0x00007fff619fb246 libsystem_kernel.dylib`semaphore_wait_trap + 10
    frame #1: 0x000000010cb3739c mono`finalizer_thread [inlined] mono_os_sem_wait(flags=MONO_SEM_FLAGS_ALERTABLE) at mono-os-semaphore.h:90 [opt]
    frame #2: 0x000000010cb37391 mono`finalizer_thread at mono-coop-semaphore.h:43 [opt]
    frame #3: 0x000000010cb37385 mono`finalizer_thread(unused=<unavailable>) at gc.c:893 [opt]
    frame #4: 0x000000010cae4f23 mono`start_wrapper [inlined] start_wrapper_internal at threads.c:1073 [opt]
    frame #5: 0x000000010cae4e93 mono`start_wrapper(data=0x00007fc562c195a0) at threads.c:1133 [opt]
    frame #6: 0x00007fff61bcc661 libsystem_pthread.dylib`_pthread_body + 340
    frame #7: 0x00007fff61bcc50d libsystem_pthread.dylib`_pthread_start + 377
    frame #8: 0x00007fff61bcbbf9 libsystem_pthread.dylib`thread_start + 13
  thread #4
    frame #0: 0x00007fff61a0528a libsystem_kernel.dylib`__workq_kernreturn + 10
    frame #1: 0x00007fff61bcc009 libsystem_pthread.dylib`_pthread_wqthread + 1035
    frame #2: 0x00007fff61bcbbe9 libsystem_pthread.dylib`start_wqthread + 13
  thread #5
    frame #0: 0x00007fff61a0528a libsystem_kernel.dylib`__workq_kernreturn + 10
    frame #1: 0x00007fff61bcc20e libsystem_pthread.dylib`_pthread_wqthread + 1552
    frame #2: 0x00007fff61bcbbe9 libsystem_pthread.dylib`start_wqthread + 13
  thread #6
    frame #0: 0x00007fff61a0528a libsystem_kernel.dylib`__workq_kernreturn + 10
    frame #1: 0x00007fff61bcc009 libsystem_pthread.dylib`_pthread_wqthread + 1035
    frame #2: 0x00007fff61bcbbe9 libsystem_pthread.dylib`start_wqthread + 13
(lldb) detach

=================================================================
Got a SIGSEGV while executing native code. This usually indicates
a fatal error in the mono runtime or one of the native libraries 
used by your application.
=================================================================

Process 17173 detached
(lldb) quit
Abort trap: 6

 

Link to comment
Share on other sites

They're very serious about this part:

6 hours ago, Elvin said:

 


WARNING: The Carbon driver has not been ported to 64bits, and very few parts of Windows.Forms will work properly, or at all

 

 

WinForms-based GUIs don't work in 64 bit mode on MacOSX. All .NET apps with such a GUI are affected (e.g., CKAN). The mono devs are working on it, but they have no timeline yet for a fix:

In the meantime, try running passing the --arch=32 flag to mono.

Link to comment
Share on other sites

  • 4 months later...

awesome idea, kinda prefer this one to the CKAN one, though so far CKAN works a bit better at times. but i like the idea of not working on a repo, but instead working on what you add to it, from the source you select.

only issues so far seem to be "Parsing of mod page failed!" errors almost constantly from curseforge(have yet to try other places)

Link to comment
Share on other sites

  • 4 months later...

Hi all,

here is the new Version 2.3.0.9.

Changelog:
- Fix for broken Curse, CurseForge, SpaceDock and GitHub site parsing.
- Fix for broken ActionKey handling.
- ActionKey added. Control + A on Mod-Tab now opens AddMod dialog.

The problem with the auto updater might be fixed. Let me know :).

 

Don't touch the sun!

Edited by MacTee
Link to comment
Share on other sites

  • 11 months later...
On 11/18/2017 at 1:35 PM, Richard Zsigmondy said:

Hi there,

KSP-MA developed the following problem (running as admin, KSP folder is write-able for everyone, running on Win10, 64bit):

When I add a mod via an URL, the zip is downloaded in the selected folder, but the mod is then processed forever, so that I have to kill KSP-MA. This happens even if I don't install the mod. Updates of existing mods fail in a similar way.

I can use the downloaded zip to install the mod via KSP-MA afterwards, so it doesn't seem to be a rights problem. A fresh installation of KSP and KSP-MA didn't solve the issue.

The log is not very helpful, it's basically the line "[18.11.2017 12:29:10.615] [4] Info    : Url detected starting download...""

Here the KSP-MA config and the log, just in case:  https://www.justbeamit.com/xwp9v

Any idea?

Thanks, Richard

 

Hi MacTee, I have the same problem like Richard Zsigmondy, using KSP-MA v2.3.0.9, W8.1, 64bit, 16GB RAM. When I'm trying to add an URL it hangs there forever, here's the KSPMA.log file

 

[11.04.2020 01:51:25.138] [1] Info    : ---> KSP MA v2.3.0.9 started <---
[11.04.2020 01:51:25.144] [1] Debug   : Loading languages ...
[11.04.2020 01:51:25.166] [1] Debug   : Loading languages done. (English, Deutsch, Italiano, Русский)
[11.04.2020 01:51:25.507] [1] Info    : Loading KSPModAdmin settings ...
[11.04.2020 01:51:25.549] [1] Info    : ConflictDetection On
[11.04.2020 01:51:25.592] [1] Info    : Selected KSP install path changed to "C:\Games\Kerbal Space Program"
[11.04.2020 01:51:25.595] [1] Info    : Loading KSP mod configuration ...
[11.04.2020 01:51:25.601] [1] Info    : Download path changed to "C:\Games\Kerbal Space Program\KSPModAdmin\Downloads".
[11.04.2020 01:51:25.625] [1] Info    : Done!
[11.04.2020 01:51:25.629] [1] Info    : Done!
[11.04.2020 01:51:25.635] [1] Debug   : Loading plugins ...
[11.04.2020 01:51:25.637] [1] Debug   : Loading plugin file: KSPModAdmin.Plugin.BackupTab.dll
[11.04.2020 01:51:25.638] [1] Debug   : Loading plugin file: KSPModAdmin.Plugin.FlagsTab.dll
[11.04.2020 01:51:25.639] [1] Debug   : Loading plugin file: KSPModAdmin.Plugin.PartsAndCraftsTab.dll
[11.04.2020 01:51:25.640] [1] Debug   : Loading plugin file: KSPModAdmin.Plugin.Translation.dll
[11.04.2020 01:51:25.641] [1] Debug   : Loading plugin file: SharpCompress.dll
[11.04.2020 01:51:25.659] [1] Debug   : Try add plugin "BackupTab Plugin" ...
[11.04.2020 01:51:25.703] [1] Debug   : Try add TabPage "Backup" ...
[11.04.2020 01:51:25.705] [1] Debug   : Try add plugin "FlagsTab Plugin" ...
[11.04.2020 01:51:25.721] [1] Debug   : Try add TabPage "Flags" ...
[11.04.2020 01:51:25.722] [1] Debug   : Try add plugin "PartsAndCraftsTab" ...
[11.04.2020 01:51:25.755] [1] Debug   : Try add TabPage "Parts" ...
[11.04.2020 01:51:25.757] [1] Debug   : Try add TabPage "Crafts" ...
[11.04.2020 01:51:25.758] [1] Debug   : Try add plugin "Translation Plugin" ...
[11.04.2020 01:51:25.779] [1] Debug   : Try add TabPage "Translator" ...
[11.04.2020 01:51:25.817] [1] Debug   : Loading plugin file: KSPModAdmin.Plugin.BackupTab.dll
[11.04.2020 01:51:25.817] [1] Debug   : Loading plugin file: KSPModAdmin.Plugin.FlagsTab.dll
[11.04.2020 01:51:25.818] [1] Debug   : Loading plugin file: KSPModAdmin.Plugin.PartsAndCraftsTab.dll
[11.04.2020 01:51:25.818] [1] Debug   : Loading plugin file: KSPModAdmin.Plugin.Translation.dll
[11.04.2020 01:51:25.819] [1] Debug   : Loading plugin file: SharpCompress.dll
[11.04.2020 01:51:25.832] [1] Info    : Loading backup configuration file "C:\Games\Kerbal Space Program\KSPMABackup.cfg" ...
[11.04.2020 01:51:25.906] [1] Info    : KSP settings.cfg file updated.
[11.04.2020 01:51:25.909] [1] Info    : KSP settings.cfg file updated.
[11.04.2020 01:51:26.902] [3] Info    : KSP Mod Admin is up to date.
[11.04.2020 01:51:55.296] [4] Info    : Url detected starting download...

 

Link to comment
Share on other sites

This thread is quite old. Please consider starting a new thread rather than reviving this one.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...