* *

News

Nexon has recently updated Mabinogi to a 64 bit client. This update has broken many mods in memory patchers for the time being. The mod creators are working hard to essentially rebuild all mods from scratch, and this process will take some time. Please be patient, and stay tuned for more updates.

Keep in mind that you must register an account, and be logged in to view any content on this site.

Mabinogi Status

Erinn Timer

Time
Erinn Time 14:58
Local 01:34
Server 01:34
Moongate Prior G16 [ + / - ]
11:11 Tir Chonaill
12:22 Dunbarton
13:33 Emain Macha
14:44 Bangor
14:44 Emain Macha
16:66 Emain Macha

Ceo in days.

Price [ + / - ]
01:12 Emain Macha - Island in South Pathway
01:48 Sen Mag 5th house from West
Rua [ + / - ]
01:39 Resting
02:15 Resting

Themes





Author Topic: [Release] Hyddwn Launcher v2.1.0 R386-  (Read 27817 times)

0 Members and 3 Guests are viewing this topic.

Offline babylink

Re: [Release] Hyddwn Launcher v0.11.7 R296-
« Reply #200 on: June 07, 2019, 03:17:35 pm »
Hello! I'm having a bit of an issue I would like some help with, if you wouldn't mind.

I launch the program and after telling me I have no profile it gives me this error message

Quote
Launcher Version: 0.11.7.0
Date: 6/7/2019 2:06:59 PM
OS: Microsoft Windows NT 6.2.9200.0
Application Directory: C:\Nexon\Library\mabinogi\appdata\
Current Directory: C:\Nexon\Library\mabinogi\appdata
System Folder: C:\Nexon\Mabinogi
.NET Runtime: v4.0.30319
Exception Details: System.NullReferenceException: Object reference not set to an instance of an object.
   at HyddwnLauncher.MainWindow.ClientProfileComboBoxOnSelectionChanged(Object sender, SelectionChangedEventArgs e)
   at System.Windows.Controls.SelectionChangedEventArgs.InvokeEventHandler(Delegate genericHandler, Object genericTarget)
   at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
   at System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
   at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
   at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
   at System.Windows.UIElement.RaiseEvent(RoutedEventArgs e)
   at System.Windows.Controls.ComboBox.OnSelectionChanged(SelectionChangedEventArgs e)
   at System.Windows.Controls.Primitives.Selector.InvokeSelectionChanged(List`1 unselectedInfos, List`1 selectedInfos)
   at System.Windows.Controls.Primitives.Selector.SelectionChanger.End()
   at System.Windows.Controls.Primitives.Selector.SelectionChanger.SelectJustThisItem(ItemInfo info, Boolean assumeInItemsCollection)
   at System.Windows.Controls.Primitives.Selector.OnSelectedIndexChanged(DependencyObject d, DependencyPropertyChangedEventArgs e)
   at System.Windows.DependencyObject.OnPropertyChanged(DependencyPropertyChangedEventArgs e)
   at System.Windows.FrameworkElement.OnPropertyChanged(DependencyPropertyChangedEventArgs e)
   at System.Windows.DependencyObject.NotifyPropertyChange(DependencyPropertyChangedEventArgs args)
   at System.Windows.DependencyObject.UpdateEffectiveValue(EntryIndex entryIndex, DependencyProperty dp, PropertyMetadata metadata, EffectiveValueEntry oldEntry, EffectiveValueEntry& newEntry, Boolean coerceWithDeferredReference, Boolean coerceWithCurrentValue, OperationType operationType)
   at System.Windows.DependencyObject.CoerceValue(DependencyProperty dp)
   at System.Windows.Controls.Primitives.Selector.OnItemsChanged(NotifyCollectionChangedEventArgs e)
   at System.Windows.Controls.ItemsControl.OnItemCollectionChanged2(Object sender, NotifyCollectionChangedEventArgs e)
   at System.Collections.Specialized.NotifyCollectionChangedEventHandler.Invoke(Object sender, NotifyCollectionChangedEventArgs e)
   at System.Windows.Data.CollectionView.OnCollectionChanged(NotifyCollectionChangedEventArgs args)
   at System.Windows.Controls.ItemCollection.OnViewCollectionChanged(Object sender, NotifyCollectionChangedEventArgs e)
   at System.Windows.WeakEventManager.ListenerList`1.DeliverEvent(Object sender, EventArgs e, Type managerType)
   at System.Windows.WeakEventManager.DeliverEvent(Object sender, EventArgs args)
   at System.Collections.Specialized.CollectionChangedEventManager.OnCollectionChanged(Object sender, NotifyCollectionChangedEventArgs args)
   at System.Windows.Data.CollectionView.OnCollectionChanged(NotifyCollectionChangedEventArgs args)
   at System.Windows.Data.ListCollectionView.ProcessCollectionChangedWithAdjustedIndex(NotifyCollectionChangedEventArgs args, Int32 adjustedOldIndex, Int32 adjustedNewIndex)
   at System.Windows.Data.ListCollectionView.ProcessCollectionChanged(NotifyCollectionChangedEventArgs args)
   at System.Windows.Data.CollectionView.OnCollectionChanged(Object sender, NotifyCollectionChangedEventArgs args)
   at System.Collections.ObjectModel.ObservableCollection`1.OnCollectionChanged(NotifyCollectionChangedEventArgs e)
   at System.Collections.ObjectModel.ObservableCollection`1.InsertItem(Int32 index, T item)
   at System.Collections.ObjectModel.Collection`1.Add(T item)
   at HyddwnLauncher.MainWindow.AddClientProfile()
   at HyddwnLauncher.MainWindow.<ProfileEditorIsOpenChanged>d__98.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.AsyncMethodBuilderCore.<>c.<ThrowAsync>b__6_0(Object state)
   at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
   at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
   at System.Windows.Threading.DispatcherOperation.InvokeImpl()
   at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)
   at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
   at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
   at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
   at MS.Internal.CulturePreservingExecutionContext.Run(CulturePreservingExecutionContext executionContext, ContextCallback callback, Object state)
   at System.Windows.Threading.DispatcherOperation.Invoke()
   at System.Windows.Threading.Dispatcher.ProcessQueue()
   at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
   at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
   at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
   at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
   at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
   at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
   at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
   at MS.Win32.UnsafeNativeMethods.DispatchMessage(MSG& msg)
   at System.Windows.Threading.Dispatcher.PushFrameImpl(DispatcherFrame frame)
   at System.Windows.Threading.Dispatcher.PushFrame(DispatcherFrame frame)
   at System.Windows.Application.RunDispatcher(Object ignore)
   at System.Windows.Application.RunInternal(Window window)
   at System.Windows.Application.Run(Window window)
   at HyddwnLauncher.App.Main()
   at HyddwnLauncher.Program.Main(String[] args)

Things I have tried:
Double checking that I am on 0.11.7
Trying other solutions like deleting "clientprofile.json" and "credentials.json"
Making sure to unblock both the program and the launcher.dll
Reinstalling a completely fresh install (And unblocking again and making sure I'm on 0.11.7 again x.x)

I am running the current Tiara build with Abyss.

Offline Sven

Re: [Release] Hyddwn Launcher v0.11.7 R296-
« Reply #201 on: June 15, 2019, 10:25:16 am »
Just saw this, is this exception persistent for you? Man i am late :(

Offline leon66796

Re: [Release] Hyddwn Launcher v0.11.7 R296-
« Reply #202 on: July 11, 2019, 06:31:55 pm »
The launcher was working perfectly find until i decided to logout mabi for a bit. When i came back to try and log in again, it started saying one of 2 things, the first being, my username or password was incorrect the second being captcha_token : error.required. My info is not wrong though. I tried my other accounts i have saved on there and they all say the same thing. I even tried changing my password for all of them, and it still had the same result. Any possible solutions?

Offline Sven

Re: [Release] Hyddwn Launcher v0.11.7 R296-
« Reply #203 on: July 11, 2019, 06:41:14 pm »
The launcher is crippled for now until i can do some work on it.

Offline mischievouz

Re: [Release] Hyddwn Launcher v0.11.7 R296-
« Reply #204 on: July 12, 2019, 10:03:17 pm »
@Sven

Please just leave an updated version on github for 0.11.72,

so it can be downloaded, thank you!

Offline TheEnziio

Re: [Release] Hyddwn Launcher v0.11.7 R296-
« Reply #205 on: July 13, 2019, 06:57:21 pm »
Should someone update on the Mod Status sidebar then? put "Hyddwn Launcher" orange or red like Abyss.

Offline Blade3575

Re: [Release] Hyddwn Launcher v0.11.7 R296-
« Reply #206 on: July 13, 2019, 07:45:23 pm »
Have you tried this? https://github.com/Hyddwn/HyddwnLauncher/releases/tag/v0.11.18-beta.24

Quote
Hyddwn Launcher v0.11.18 Beta 21

* Japanese Localization (enables on systems with JP set as the system culture only)
* Integrated Patcher (delete HyddwnLaucher.Patcher.dll from plugins folder)  I cannot stress this enough, please delete the patcher dll from the plugins folder
* Maintenance Check
* Properly sources launch args
* Quick hack for login
* Patcher Settings Partially Available
* NEW: PatchSetting.json is no longer placed in the incorrect location
* NEW: This build will be available on Github too!

THIS IS A BETA, SOME THINGS ARE DISABLED OR MAY NOT WORK.

This works but I highly discourage actual multi-client while the hack is in place.

Please be cautious.

It was from his Discord: https://discord.gg/Waf2Cxn

Offline Lost

Re: [Release] Hyddwn Launcher v0.11.7 R296-
« Reply #207 on: July 17, 2019, 01:34:47 pm »
Both Kanan and Hyddwn run into the login screen of the before times, when all we had was Abyss for multiclient. At least that appears to be the case on my end.

Offline Grieverr

Re: [Release] Hyddwn Launcher v0.11.7 R296-
« Reply #208 on: July 17, 2019, 07:59:22 pm »
seems like it may be broken again cuz it does that for me aswell

Offline Sven

Re: [Release] Hyddwn Launcher v0.11.7 R296-
« Reply #209 on: July 17, 2019, 08:18:49 pm »
Hyddwn and Kanan Launcher should be fixed now, for Hyddwn Launcher, check the discord.

Offline MajikoiGrisia

Re: [Release] Hyddwn Launcher v0.11.7 R296-
« Reply #210 on: July 20, 2019, 01:45:29 pm »
I dont understand why i suddenly cannot use the launcher to log into any accounts anymore it just suddenly broke any idea what could have happened?

Offline ShaggyZE

  • As the great Andrew Martin once said "One is glad to be of service"
  • Godly Member
  • *******
  • Posts: 6049
  • 10000000049 credits
  • View Inventory
  • Send Money To ShaggyZE
  • Total upvotes: 398
  • (Alexina) IGN: Ishaggyzel
Re: [Release] Hyddwn Launcher v0.11.7 R296-
« Reply #211 on: July 20, 2019, 07:34:00 pm »
I dont understand why i suddenly cannot use the launcher to log into any accounts anymore it just suddenly broke any idea what could have happened?
nope, cause you didn't say anything about your problem, if beta 29 isn't working for you try beta 26
"People are stupid; given proper motivation, almost anyone will believe almost anything. Because people are stupid, they will believe a lie because they want to believe it's true, or because they are afraid it might be true. People's heads are full of knowledge, facts, and beliefs, and most of it is false, yet they think it all true. People are stupid; they can only rarely tell the difference between a lie and the truth" ― Wizard's First Rule

Offline Ayarie

Re: [Release] Hyddwn Launcher v0.11.7 R296-
« Reply #212 on: July 30, 2019, 02:45:00 pm »
Hello!

I keep getting an error while trying to log in with it (Nexon Passport- Username or Password is Incorrect). I'm more than 100% sure I did not make a typo at all and it should be able to login yet it keep telling me that something is incorrect. So I'd like to ask how can I fix this issue? Thank you for the answers in advance.



Offline Blade3575

Re: [Release] Hyddwn Launcher v0.11.7 R296-
« Reply #213 on: July 30, 2019, 04:14:04 pm »
Hello!

I keep getting an error while trying to log in with it (Nexon Passport- Username or Password is Incorrect). I'm more than 100% sure I did not make a typo at all and it should be able to login yet it keep telling me that something is incorrect. So I'd like to ask how can I fix this issue? Thank you for the answers in advance.

I'm not sure if he did anything with errors for this or not but sometimes you need to log in to the site if he hasn't handled certain errors. Also, please mention what version and everything you are using and try and post the log if possible to help with things, not sure if he has specific logging for this or not but if it has anything relevant it will all help. This kind of information should always be provided when trying to seek help, so in the future please try and provide as much information as possible for better assistance.

Offline Ayarie

Re: [Release] Hyddwn Launcher v0.11.7 R296-
« Reply #214 on: August 03, 2019, 03:52:13 am »
Ty 4 the answer.

Hyddwn client ver.: 304
Launcher ver.: 0.11.7.0

(Can't upate it because it writes in the terminal: Terminating target process...
Verifying file...                                                                                          [   Okay   ]
Unpacking update file...                                                                                   [   Okay   ]
Copying files...                                                                                           [  FAILED  ]
Update failed!
The file already exists in: "C:...\HL0117\mabinogi\appdata\Hyddwn Launcher.exe".

Press enter to exit.)

So this version of client does not accept my login e-mail and/or the password. I even tried my Nexon tag and still unable.
I also tried to log in on website and then try to log in and still can't log in with Hyddwn Launcher.
I dunno where did I go wrong. Please help. :(

Offline Sven

Re: [Release] Hyddwn Launcher v0.11.7 R296-
« Reply #215 on: August 03, 2019, 06:18:36 am »

Offline Ayarie

Re: [Release] Hyddwn Launcher v0.11.7 R296-
« Reply #216 on: August 03, 2019, 06:21:03 am »
Thank you! That finally works together with playpack as well!
I'm so happy. Thank you all.

Offline Sven

Re: [Release] Hyddwn Launcher v1.0.0 R304-
« Reply #217 on: August 10, 2019, 11:18:21 am »
Hyddwn Launcher 1.0.0 is now available.

Don't forget you can report issues here, in github through issues (https://github.com/Hyddwn/HyddwnLauncher/issues), or in the #support channel in discord (https://discord.gg/Waf2Cxn)

Offline MajikoiGrisia

Re: [Release] Hyddwn Launcher v1.0.3 R304-
« Reply #218 on: August 29, 2019, 11:01:29 am »
i think the new update may have borked the launcher here are logs also when i tried to run the updater it says (One or more arguments are missing. Prese enter to exit.)

Offline Ratt

Re: [Release] Hyddwn Launcher v1.0.3 R304-
« Reply #219 on: August 29, 2019, 11:40:06 am »
As Maji said, Hyddwn's crashing on startup. In case it's helpful, here's another log, which I'd put behind a collapsible thing if I knew how:
Code: [Select]
Launcher Version: 1.0.3.0
Date: 2019-08-29 1:25:14 PM
OS: Microsoft Windows NT 6.2.9200.0
Application Directory: C:\Permanents\Mabi mods\Hyddwn\
Current Directory: C:\Nexon\Library\mabinogi\appdata
System Folder: C:\Nexon\Mabinogi
.NET Runtime: v4.0.30319
Role: Admin
Exception Details: Microsoft.CSharp.RuntimeBinder.RuntimeBinderException: Cannot perform runtime binding on a null reference
   at CallSite.Target(Closure , CallSite , Object , String )
   at System.Dynamic.UpdateDelegates.UpdateAndExecute2[T0,T1,TRet](CallSite site, T0 arg0, T1 arg1)
   at HyddwnLauncher.Network.NexonApi.<GetLatestVersion>d__28.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at HyddwnLauncher.Patcher.NxLauncher.NxlPatcher.<CheckForUpdatesInternal>d__21.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at HyddwnLauncher.Patcher.NxLauncher.NxlPatcher.<CheckForUpdates>d__19.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at HyddwnLauncher.MainWindow.<CheckForClientUpdates>d__111.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.AsyncMethodBuilderCore.<>c.<ThrowAsync>b__6_0(Object state)
   at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
   at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
   at System.Windows.Threading.DispatcherOperation.InvokeImpl()
   at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)
   at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
   at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
   at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
   at System.Windows.Threading.DispatcherOperation.Invoke()
   at System.Windows.Threading.Dispatcher.ProcessQueue()
   at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
   at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
   at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
   at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
   at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
   at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
   at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
   at MS.Win32.UnsafeNativeMethods.DispatchMessage(MSG& msg)
   at System.Windows.Threading.Dispatcher.PushFrameImpl(DispatcherFrame frame)
   at System.Windows.Threading.Dispatcher.PushFrame(DispatcherFrame frame)
   at System.Windows.Application.RunDispatcher(Object ignore)
   at System.Windows.Application.RunInternal(Window window)
   at System.Windows.Application.Run(Window window)
   at HyddwnLauncher.App.Main()
   at HyddwnLauncher.Program.Main(String[] args)

Offline Sven

Re: [Release] Hyddwn Launcher v1.0.3 R304-
« Reply #220 on: August 29, 2019, 11:55:49 am »
Patching is broken in Hyddwn Launcher.

They also took steps to ensure it's much more difficult to fix because it was changed to combat the way I have been determining some of the changes.
For now it can only launch, you will need to set up a shortcut to where Hyddwn Launcher is and add the
Code: [Select]
/nopatch argument to the end

Courtesy of Nano



Offline Sven

Re: [Release] Hyddwn Launcher v1.0.3 R304-
« Reply #221 on: August 29, 2019, 12:43:12 pm »
Sorry for the double post:

Hyddwn Launcher 1.0.5 is now available.

Don't forget you can report issues here, in github through issues (https://github.com/Hyddwn/HyddwnLauncher/issues), or in the #launcher-help channel in this Hyddwn Launcher discord (https://discord.gg/Waf2Cxn)

Offline MajikoiGrisia

Re: [Release] Hyddwn Launcher v1.0.3 R304-
« Reply #222 on: August 29, 2019, 01:05:45 pm »
Patching is broken in Hyddwn Launcher.

They also took steps to ensure it's much more difficult to fix because it was changed to combat the way I have been determining some of the changes.
For now it can only launch, you will need to set up a shortcut to where Hyddwn Launcher is and add the
Code: [Select]
/nopatch argument to the end

Courtesy of Nano



this works

Offline Micuing

Re: [Release] Hyddwn Launcher v1.0.3 R304-
« Reply #223 on: September 05, 2019, 09:51:03 pm »
Good afternoon
I've been using hl103, and after maintenance, it could load log in page but i wasnt able to put secondary password due to service log disconnect or something like that.
So i downloaded newest version which is hl105 and it start saying another mabinogi client is already running.
i downloaded again tried again but still showing same msg.
 

Offline Lost

Re: [Release] Hyddwn Launcher v1.0.3 R304-
« Reply #224 on: September 06, 2019, 01:49:13 pm »
I haven't seen any other mention on here, but launching using any method other than Nexon Launcher currently seems to be broken, sending me to the old client login screen. Can anyone confirm/debunk this??