adiirc crash on manjaro via latest wine - what does this error mean?

Questions about Wine on Linux
Locked
headaches
Newbie
Newbie
Posts: 2
Joined: Wed May 06, 2020 12:55 am

adiirc crash on manjaro via latest wine - what does this error mean?

Post by headaches »

Host: headaches Kernel: 5.6.8-1-MANJARO x86_64 bits: 64 compiler: gcc
v: 9.3.0 Desktop: Xfce 4.14.2 Distro: Manjaro Linux

those are my specs

im pretty sure i have latest wine

below is the error i get when i try to run adiirc thru wine.
This error comes when i launch it via terminal but a diff error comes up when the actual file crashes. i can post that one too if needs be



This paste expires on 2020-05-06 21:02:04. Repaste this paste.

. Pasted through web.
Unhandled Exception:Unhandled Exception: System.ComponentModel.InvalidAsynchronousStateException: An error occurred invoking the method. The destination thread no longer exists.
at System.Windows.Forms.Control.WaitForWaitHandle(WaitHandle waitHandle)
at System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous)
at System.Windows.Forms.Control.Invoke(Delegate method, Object[] args)
at AdiIRC.IRC.Core.Threads.WriteThread.RunLoop()
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.Threading.ThreadHelper.ThreadStart()System.ComponentModel.InvalidAsynchronousStateException: An error occurred invoking the method. The destination thread no longer exists.
at System.Windows.Forms.Control.WaitForWaitHandle(WaitHandle waitHandle)
at System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous)
at System.Windows.Forms.Control.Invoke(Delegate method, Object[] args)
at AdiIRC.IRC.Core.Threads.WriteThread.RunLoop()
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.Threading.ThreadHelper.ThreadStart()

wine: Unhandled exception 0xe0434352 in thread 44 at address 0x7b451cd8 (thread 0044), starting debugger...
004a:fixme:thread:create_user_shared_data_thread Creating user shared data update thread.
Filename: None. Size: 2kb. View raw or download this file.
View source code, the removal or expiry stories, or read the about page.
.


thanks
jkfloris
Level 12
Level 12
Posts: 3201
Joined: Thu Aug 14, 2014 10:10 am

Re: adiirc crash on manjaro via latest wine - what does this error mean?

Post by jkfloris »

Which version of AdiIRC do you want to use?
Did you try the instruction on their website to install the .Net framework?
headaches
Newbie
Newbie
Posts: 2
Joined: Wed May 06, 2020 12:55 am

Re: adiirc crash on manjaro via latest wine - what does this error mean?

Post by headaches »

yes .Net framework was installed

the latest adiirc i use

it worked for a few days and then would crash once on every boot

then it just started crashing all the time and refuses to run now
Locked