Code Monkey home page Code Monkey logo

ffxiv_act_dfassist's People

Contributors

croagunk avatar easly1989 avatar esibun avatar ffxivvillein avatar lalafellsleep avatar mooondark avatar ra-workspace avatar xeropresence avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

ffxiv_act_dfassist's Issues

Discord notification is not sent in Japanese

Notifications are not sent to discord only if the language setting is Japanese.
This can send notifications correctly to discord just by changing the language to another language

Unknown duty 195

[20:39:41] Could not find Duty with 195, report to the dev!
[20:39:41] Q: Matched [195 - Unknown Duty (195)]

195 is The Triple Triad Battlehall

load language error

When I chosen Korean(한국어), got error.

[11:47:13] <D: 임무 데이터를 처리하던 중 문제 발생: After parsing a value an unexpected character was encountered: t. Path 'instances.7.name', line 34, position 7.>

Japanese also got error, but English and French is ok.

Toasts not working

So when my queue pops I actually get nothing (no chat message nor ACT Toast). Tried uninstalling and reinstalling, problem persists. When I press Test Configuration the ACT Toast pops up, but no chat message.
Advanced_Combat_Tracker_e8fgpCmFmK
Advanced_Combat_Tracker_lbqrTFeZwt

Update aborts its own update thread while updating...

Steps:

  1. Enable 2.1.7
  2. Restart ACT
  3. Accept update prompt to 2.1.8

Observed:
Plugin stops and remains unchecked.
ACT's error log contains:

***** 2019-11-07T13:54:28 - Plugin Update Check
System.Threading.ThreadAbortException: Thread was being aborted.
   at System.Threading.WaitHandle.WaitOneNative(SafeHandle waitableSafeHandle, UInt32 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
   at System.Threading.WaitHandle.InternalWaitOne(SafeHandle waitableSafeHandle, Int64 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
   at System.Threading.WaitHandle.WaitOne(Int32 millisecondsTimeout, Boolean exitContext)
   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 Advanced_Combat_Tracker.ThreadInvokes.CheckboxSetChecked(Form parent, CheckBox target, Boolean isChecked)
   at DFAssist.Helpers.ACTPluginUpdateHelper.FormActMain_UpdateCheckClicked()
   at Advanced_Combat_Tracker.FormActMain.WriteExceptionLog(Exception ex, String MoreInfo)
   at DFAssist.Helpers.ACTPluginUpdateHelper.FormActMain_UpdateCheckClicked()
   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()
*****

The FFXIV plugin actually had this exact problem before, so it was easy to identify.
Your plugin deinit method will dispose objects and part of your disposing will abort owned threads.

My suggestion is to make the thread a background thread and avoid aborting it like this.

Version 2.0.0 some error

I don't think there's a problem with it, but there's an error like this.

ERROR:    위치: System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
ERROR:    위치: System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
ERROR:    위치: System.IO.StreamWriter.CreateFile(String path, Boolean append, Boolean checkHost)
ERROR:    위치: System.IO.StreamWriter..ctor(String path, Boolean append, Encoding encoding, Int32 bufferSize, Boolean checkHost)
ERROR:    위치: System.IO.File.InternalWriteAllText(String path, String contents, Encoding encoding, Boolean checkHost)
ERROR:    위치: System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
ERROR:    위치: System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
ERROR:    위치: System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
ERROR:    위치: System.IO.StreamWriter.CreateFile(String path, Boolean append, Boolean checkHost)
ERROR:    위치: System.IO.StreamWriter..ctor(String path, Boolean append, Encoding encoding, Int32 bufferSize, Boolean checkHost)
ERROR:    위치: System.IO.File.InternalWriteAllText(String path, String contents, Encoding encoding, Boolean checkHost)
ERROR:    위치: System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
ERROR:    위치: System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
ERROR:    위치: System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
ERROR:    위치: System.IO.StreamWriter.CreateFile(String path, Boolean append, Boolean checkHost)
ERROR:    위치: System.IO.StreamWriter..ctor(String path, Boolean append, Encoding encoding, Int32 bufferSize, Boolean checkHost)
ERROR:    위치: System.IO.File.InternalWriteAllText(String path, String contents, Encoding encoding, Boolean checkHost)
ERROR:    위치: System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
ERROR:    위치: System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
ERROR:    위치: System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
ERROR:    위치: System.IO.StreamWriter.CreateFile(String path, Boolean append, Boolean checkHost)
ERROR:    위치: System.IO.StreamWriter..ctor(String path, Boolean append, Encoding encoding, Int32 bufferSize, Boolean checkHost)
ERROR:    위치: System.IO.File.InternalWriteAllText(String path, String contents, Encoding encoding, Boolean checkHost)

Toasts

Since last update I don't seem to get any toasts, I get this error a lot as well [15:43:35] <A: Error while analyzing Message: Index (zero based) must be greater than or equal to zero and less than the size of the argument list.>

also https://i.imgur.com/y9qEfBg.png

Hotfix patch broke plugin

Seems like SE is going to change things every time they patch T-T
Getting errors again after patch...

[08:57:23] Could not find Duty with 29728, report to the dev!
[08:57:23] Could not find Duty with 29728, report to the dev!
[08:57:23] Q: Matching State Updated [Unknown Duty (29728) - Tanks: 70/73, Healers: 78/65, Dps: 76/32]
[08:57:23] Q: Matching State Updated [Unknown Duty (29728) - Tanks: 75/117, Healers: 106/97, Dps: 116/97]

Missing duty names

Did you manually create the json files or did you write a tool to create them?

DFAssist not working at all

Version: 1.4.4 (earlier versions didnt work either)

So, when i launch ACT, DFAssist tells me, that toasts are working fine. The logs in ACT seem also fine: "Detected Game Server Connection" 30 or 40 times.
When in game, i dont get any toasts, though.

I tried to "Enable Test Environment", but that didnt work. Game, or ACT restart also doesnt get it to work.
Weird enough, through a VPN it worked... Just tried it because i was experimenting with it, but, well, would be nice if it would work without a VPN too. :)

Let me know if you need any logs or anything that helps you analyze this issue.

Discord support?

I know there's a different dfassist with discord support already, but do you have any plans for discord support in the future? I find using your ACT version much more comfortable T-T
(Thank you for your hard work)

jp language can't change

DFAssist 2.0.1 language can't change to 日本語, not work.
interface again English.

but DFAssist 2.0.0 is working.

v5.0 KR Server not working

when I change classes,

[16:00:28] Could not find Duty with 32749, report to the dev!
[16:00:28]  0. [32749] - Unknown Duty (32749)
[16:00:28] A: Error while analyzing Message: 인덱스가 범위를 벗어났습니다. 인덱스는 음수가 아니어야 하며 컬렉션의 크기보다 작아야 합니다.
매개 변수 이름: startIndex

shows those errors.

Many other errors are occuring and I cannot get Duty Finder data from DFAssist.

5.11 broke plugin

Seems like the new patch broke the plugin.
Heard the numbers for the duties were all changed this patch over at ACT discord OTL;;

[11:43:12] Could not find Roulette with 128, report to the dev!
[11:43:12] Q: Duty Roulette Matching Started [128] - Unknown Roulette (128)

Error message in dfassist

Hi Devs,

The addon is working fine including TTS when the dungeon pops/it's guessed correctly, but this error gets thrown up in the GUI. Thought I'd flag it in case it means anything, as it wasn't an issue with previous builds:
[02:36:00] Q: Matched [5 - Duty Roulette: Expert] - [655 - the Twinning]
[02:36:03] Q: Matching State Updated [the Twinning - Tanks: 0/1, Healers: 1/1, Dps: 2/1]
[02:36:08] Q: Matching State Updated [the Twinning - Tanks: 1/1, Healers: 1/1, Dps: 2/1]
[02:36:08] Could not find Duty with 840, report to the dev!
[02:36:09] Q: Matching Completed!
[02:48:20] Could not find Duty with 840, report to the dev!
[02:55:14] Could not find Duty with 840, report to the dev!

[04:13:20] Q: Matched [588 - Alphascape V2.0]
[04:13:23] Q: Matching State Updated [Alphascape V2.0 - Tanks: 1/2, Healers: 2/2, Dps: 1/2]
[04:13:26] Q: Matching State Updated [Alphascape V2.0 - Tanks: 1/2, Healers: 2/2, Dps: 3/2]
[04:13:51] Q: Matching State Updated [Alphascape V2.0 - Tanks: 2/2, Healers: 2/2, Dps: 3/2]
[04:13:57] Q: Matching State Updated [Alphascape V2.0 - Tanks: 2/2, Healers: 2/2, Dps: 4/2]
[04:13:58] Could not find Duty with 799, report to the dev!
[04:13:59] Q: Matching Completed!

Flashing Taskbar regardless of the checkbox.

DFAssist 2.0.8, latest ACT, win 10

the ffxiv taskbar is flashing upon notification received regardless of the checkbox status.

i guess,
OnSendNotification in TaskbarFlashHelper.cs is lacking the actual check of the checkbox state, like in TTS, for example:

            if(!MainControl.FlashTaskbar.Checked)
                return;

Discord notification not working and returning error

System.MissingMethodException - Method not found: 'Void Discord.Webhook.DiscordWebhookClient..ctor(System.String)'.
   at DFAssist.Helpers.DiscordHelper.OnSendNotification(String title, String message, String testing)
   at DFAssist.Helpers.BaseNotificationHelper`1.SendNotification(String title, String message, String testing)
   at DFAssist.Helpers.DFAssistUIInteractionHelper.TestConfigurationButton_Click(Object sender, EventArgs e)
   at System.Windows.Forms.Control.OnClick(EventArgs e)
   at System.Windows.Forms.Button.OnClick(EventArgs e)
   at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
   at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at System.Windows.Forms.ButtonBase.WndProc(Message& m)
   at System.Windows.Forms.Button.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

DFAssist.Helpers.DiscordHelper, DFAssist.Plugin, Version=2.2.10.0, Culture=neutral, PublicKeyToken=null

I had the Discord webhook set up exactly as it was before the newer versions. I've tried a fresh install of the most recent release (deleting everything including the settings in Appdata). Upon setting up the Discord notifications on the fresh install, this error still happened.

Plugin not looking at FFXIV network data at all

When I use the plugin, I see that it starts up. However, it never gives me the line that says its started to read FFXIV network data. This happens as well as the plugin never showing log lines for me queuing up in the duty finder or any toasts appearing.

I'm not sure where to go with this, but I have the correct .NET Framework installed. I've also unblocked the files through windows. I also use WTFast VPN, but I saw that VPNs shouldn't be an issue.

Here is a log after a fresh ACT restart (ffxiv is open, and I queued up for a duty):

[23:25:55] Plugin Init
[23:25:55] Plugin Version: 2.2.13.0
[23:25:55] Settings Loading...
[23:25:55] Language: English
[23:25:55] Disable Toasts: False
[23:25:55] Make Toasts Persistent: True
[23:25:55] Enable Legacy Toasts: False
[23:25:55] Enable Text To Speech: False
[23:25:55] Enable Discord Notifications: False
[23:25:55] Enable Telegram Notifications: False
[23:25:55] Enable Pushbullet Notifications: False
[23:25:55] Enable Test Environment: False
[23:25:55] Log Level Selected: Debug
[23:25:55] Settings Loaded!
[23:25:55] Updating Localization files from web...
[23:25:55] Downloading en-us file
[23:25:55] Updated en-us file
[23:25:55] Downloading fr-fr file
[23:25:55] Updated fr-fr file
[23:25:56] Downloading ja-jp file
[23:25:56] Updated ja-jp file
[23:25:56] Downloading ko-kr file
[23:25:56] Updated ko-kr file
[23:25:56] Localization files update completed
[23:25:56] Updating data files from web...
[23:25:56] Downloading en-us file
[23:25:56] Updated en-us file
[23:25:56] Downloading fr-fr file
[23:25:57] Updated fr-fr file
[23:25:57] Downloading ja-jp file
[23:25:57] Updated ja-jp file
[23:25:57] Downloading ko-kr file
[23:25:57] Updated ko-kr file
[23:25:57] Data files update completed
[23:25:57] Changing language to en-us...
[23:25:57] Language changed to en-us
[23:25:57] Updating data for language en-us...
[23:25:57] UI: Data updated to v20191030.1 for en-us
[23:25:57] Data 20191030.1 Initialized!
[23:25:57] Updating UI...
[23:25:57] UI Updated!
[23:25:57] UI: [LogLevel] Desired Value: Debug
[23:25:57] UI: [TTS] Selected Voice - Desired Value: Microsoft David Desktop
[23:25:57] Plugin Started!

DFAssist not working through WTFast VPN

Basically, when I load up the game through WTFast as a VPN service, DFassist no longer seems to work/run

Attached a log file here as well.

This works flawlessly without WTFast. Perhaps some sort of config/error?

unknown (10)

Toasts

Since last update I don't seem to get any toasts, I get this error a lot as well [15:43:35] <A: Error while analyzing Message: Index (zero based) must be greater than or equal to zero and less than the size of the argument list.>

also https://i.imgur.com/y9qEfBg.png

Display layout

Is it possible to move the fields so it does not overlap with titles (as you can see on the following picture ?)

image

Error loading DFAssistWinToast.DLL

Still getting this error on 2.1.6

[10:28:38] UI: Unable to show toast notification: Unable to load DLL 'libs/DFAssist.WinToast.dll': The specified module could not be found. (Exception from HRESULT: 0x8007007E)

Tried clean install, files definitely not blocked, DLL in correct \libs folder.

TTS always talks when opening ACT

I updated to the new release that was a hour or ago or something, this is my first time setting this up btw.
I have the "enable TTS"
but everytime i open ACT it always says "if you hear this, TTS works"
Not sure if this is intentional but would there be a way for that not happen when i open ACT all the time? I can disable TTS but it be nice to hear TTS when a duty or w.e pops up lol

DFAssist and WTF VPN

(Didn't know how to reopen #11 so opening a new post)
DFAssist works fine without vpn, but doesn't do anything after "Started Reading Network Packets" when using wtfast. Is it a problem on my side or is it unable to be resolved?
Thank you always for your hard work and sorry for reviving this;;

P.S. Quick question on tts. Is this plugin using Window's tts? I want to change the voice but changing window's engine doesn't seem to do anything T-T

[02:36:04] P: FFXIV Process Selected: 19248
[02:36:04] N: Stopped Reading Network Packets
[02:36:04] N: Stopping Reading Network Packets...
[02:36:04] N: Starting Network Reading...
[02:36:04] N: Could not find Game Server Connection
[02:36:14] P: FFXIV Process Selected: 19248
[02:36:14] N: Starting Network Reading...
[02:36:14] N: Detected Game Server Connection: 192.168.10.2:63706 -> 162.159.134.233:443
[02:36:14] N: Detected Game Server Connection: 192.168.10.2:63710 -> 162.159.134.234:443
[02:36:14] N: Local EndPoint Found: 192.168.10.2
[02:36:14] N: Started Reading Network Packets

Memory Leak

I wanted to report what appears to be a memory leak with the DF Assist ACT plugin. I noticed when streaming the last couple nights that my Discord and Google Chrome were crashing while ACT was up. When I checked Task Manager ACT was using 57 GB of RAM and was at 99% utilization. Disabling the DFAssist.dll plugin caused the RAM usage to drop back down to about 200 MB again which is more typical. I'm not sure what's causing it but I have temporarily disabled the plugin for now. The RAM usage only creeps up slowly so, for me with 64 GB of RAM, it takes about 45min before I run out of memory and other applications begin crashing.

Plugin Initialization Failed

DF assist hasn't been working properly for a couple days now with toasts, but it was at least loading. As of updating ACT though, I'm getting

Plugin Initialization Failed
Cannot create a file when that file already exists.

I tried removing all the files in my roaming data, and fresh installing from Releases into my ACT folder, but neither have fixed it. I'm not even sure which file is already existing that can't be updated, since it gives me no further explanation.

Plugin loading, but not working.

When I started up the plugin, it tells me my settings, downloads and updates localizations, updates UI and tells me the plugin has started and has connected to a network packet, but that's all it does. Queueing for a duty, it doesn't register any queue of any sort. When I test my settings the toast works, the flashing taskbar icon works, TTS works. I'm on Windows 10.

This is my log

[05:18:50] Plugin Init
[05:18:50] Plugin Version: 2.0.9.0
[05:18:50] Settings Loading...
[05:18:50] Language: English
[05:18:50] Disable Toasts: False
[05:18:50] Make Toasts Persistent: True
[05:18:50] Enable Legacy Toasts: True
[05:18:50] Enable Text To Speech: False
[05:18:50] Enable Test Environment: False
[05:18:50] Enable Telegram Notifications: False
[05:18:50] Enable Pushbullet Notifications: False
[05:18:50] Settings Loaded!
[05:18:50] Updating Localization files from web...
[05:18:50] Downloading en-us file
[05:18:50] Updated en-us file
[05:18:50] Downloading fr-fr file
[05:18:50] Updated fr-fr file
[05:18:50] Downloading ja-jp file
[05:18:50] Updated ja-jp file
[05:18:50] Downloading ko-kr file
[05:18:50] Updated ko-kr file
[05:18:50] Localization files update completed
[05:18:50] Updating data files from web...
[05:18:50] Downloading en-us file
[05:18:50] Updated en-us file
[05:18:50] Downloading fr-fr file
[05:18:50] Updated fr-fr file
[05:18:50] Downloading ja-jp file
[05:18:51] Updated ja-jp file
[05:18:51] Downloading ko-kr file
[05:18:51] Updated ko-kr file
[05:18:51] Data files update completed
[05:18:51] Changing language to en-us...
[05:18:51] Language changed to en-us
[05:18:51] Updating data for language en-us...
[05:18:51] UI: Data updated to v20191030.1 for en-us
[05:18:51] Data 20191030.1 Initialized!
[05:18:51] Updating UI...
[05:18:51] UI Updated!
[05:18:51] Plugin Started!
[05:18:51] P: FFXIV Process Selected: 13224
[05:18:51] N: Starting Network Reading...
[05:18:51] N: Detected Game Server Connection: 192.168.1.71:49678 -> 204.2.229.109:55028
[05:18:51] N: Detected Game Server Connection: 192.168.1.71:49679 -> 204.2.229.109:55028
[05:18:51] N: Local EndPoint Found: 192.168.1.71
[05:18:52] N: Started Reading Network Packets
[05:18:52] Plugin Enabled

This is after starting it with 14 already open and logged in.

I've tried with and without my VPN, ACT plugin load order in every configuration, starting ACT first. Starting ACT after logging into the game(not on character selection, actually in the game world.) Uninstalling and reinstalling while the game is both running and not running. Test environment on and off. I can't figure out what's wrong.

"Could not find Duty with 0, report to the dev!" error

The plug-in seems to mostly still be functional, but I'm getting that + a slider tray error(???).

image

Still seems to work okay and report the correct duties so it's probably low priority, but since it explicitly said to report it, there you go.

Version 1.5.0 ACT exception

This is likely related or similar to #9, however I do not use Triggernometry, regardless upon opening ACT an exception occurs and the process is killed off, reverting to 1.4.5 from 1.5.0 no longer kills ACT.

My log is attached.
Advanced Combat Tracker.log

Update via ACT not working correctly

Hi there,

for a while now i've noticed that the update via ACT is not working correctly.
If an update is available on the repo the entry in the plugin-listing is updated and shows the correct version, while the Plugin-Detail Tab does not.
This is usually fixed by removing the plugin from ACT and fresh-installing the plugin from the repo.
To confirm if this wasnt something like a cached gui, i set the system up on two PCs with similar hardware. One of them updated the plugin via ACT, the other by removing it from ACT and re-installing via repo.
Both ACT showed Version 2.1.3.0 in the plugin listing. The one who updated via repo had the above mentioned outdated version in the detail view, the clean install ACT showed the correct version in both the detail view as well as the plugin listing.
As suspected only the ACT with the clean installed plugin worked correctly when doing test-queues.

If any more information is needed to troubleshoot this, i'd be glad to help out how i can.

Best regards

No status on plugin

So I downloaded the update unblocked the zip and extracted to a new folder. I ran the dll on plugins but getting a no status on act and DFassist tab is completely blank

ACT errors with DFAssist installed.

Hello I removed DFAssist and reinstalled it this morning, but every time I turn on ACT, I get errors. I am only able to turn ACT back on if I uninstall DFAssist. Here is the error and thanks in advance:

System.IO.FileNotFoundException - Could not load file or assembly 'System.ValueTuple, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51' or one of its dependencies. The system cannot find the file specified.
at System.Signature.GetSignature(Void* pCorSig, Int32 cCorSig, RuntimeFieldHandleInternal fieldHandle, IRuntimeMethodInfo methodHandle, RuntimeType declaringType)
at System.Reflection.RuntimeConstructorInfo.GetParametersNoCopy()
at System.Reflection.RuntimeConstructorInfo.GetParameters()
at System.Diagnostics.StackTrace.ToString(TraceFormat traceFormat)
at System.Exception.GetStackTrace(Boolean needFileInfo)
at System.Exception.ToString(Boolean needFileLineInfo, Boolean needMessage)
at System.Exception.ToString(Boolean needFileLineInfo, Boolean needMessage)
at System.Text.StringBuilder.AppendFormatHelper(IFormatProvider provider, String format, ParamsArray args)
at System.String.FormatHelper(IFormatProvider provider, String format, ParamsArray args)
at System.String.Format(String format, Object[] args)
at Advanced_Combat_Tracker.FormActMain.WriteExceptionLog(Exception ex, String MoreInfo)
at Advanced_Combat_Tracker.FormActMain.pluginPanelEnabledChecked(Object sender, EventArgs e)
at System.Windows.Forms.CheckBox.OnCheckedChanged(EventArgs e)
at System.Windows.Forms.CheckBox.set_CheckState(CheckState value)
at System.Windows.Forms.CheckBox.OnClick(EventArgs e)
at System.Windows.Forms.CheckBox.OnMouseUp(MouseEventArgs mevent)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ButtonBase.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

System.Signature, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089

Trouble with Discord Push Notifications - English

Followed wiki to set up push notifications on Discord. The notifications are coming through on the correct channel but the @username isn't actually working for me. The bot types it, but it isn't a normal mention. The username is written correctly.

Capture

Could not find Duty

Hi, the plugin is giving me an error when i tag with the DF

error :

[10:44:55] Q: Matched [6 - Mission aléatorie: défis] - [134 - Unité de contention S1P7]
[10:44:59] Could not find Duty with 14851, report to the dev!
[10:44:59] Q: Matching State Updated [Unknown Duty (14851) - Tanks: 0/0, Healers: 1/0, Dps: 2/0]

On the first line it seems like he found it but the second line say that there is an error

Screenshot :
https://gyazo.com/3c184c30ffe8d995d97dd43dec0e9cfe

Plugin loads but can't see any info

I'm new to this so please bear with me! I got ACT to use DFAssist but I'm not able to see any info. I'm running it as admin, XIV is in borderless windowed mode. When I test game connection in ACT it succeeds but I'm not seeing anything when I register for a duty. This is all I see in my log:

[21:03:23] Plugin Init
[21:03:23] Plugin Version: 2.2.9.0
[21:03:23] Settings Loading...
[21:03:23] Language: English
[21:03:23] Disable Toasts: False
[21:03:23] Make Toasts Persistent: True
[21:03:23] Enable Legacy Toasts: False
[21:03:23] Enable Text To Speech: False
[21:03:23] Enable Discord Notifications: False
[21:03:23] Enable Telegram Notifications: False
[21:03:23] Enable Pushbullet Notifications: False
[21:03:23] Enable Test Environment: False
[21:03:23] Log Level Selected: Debug
[21:03:23] Settings Loaded!
[21:03:23] Updating Localization files from web...
[21:03:23] Downloading en-us file
[21:03:24] Updated en-us file
[21:03:24] Downloading fr-fr file
[21:03:24] Updated fr-fr file
[21:03:24] Downloading ja-jp file
[21:03:24] Updated ja-jp file
[21:03:24] Downloading ko-kr file
[21:03:24] Updated ko-kr file
[21:03:24] Localization files update completed
[21:03:24] Updating data files from web...
[21:03:24] Downloading en-us file
[21:03:24] Updated en-us file
[21:03:24] Downloading fr-fr file
[21:03:24] Updated fr-fr file
[21:03:24] Downloading ja-jp file
[21:03:25] Updated ja-jp file
[21:03:25] Downloading ko-kr file
[21:03:25] Updated ko-kr file
[21:03:25] Data files update completed
[21:03:25] Changing language to en-us...
[21:03:25] Language changed to en-us
[21:03:25] Updating data for language en-us...
[21:03:25] UI: Data updated to v20191030.1 for en-us
[21:03:25] Data 20191030.1 Initialized!
[21:03:25] Updating UI...
[21:03:25] UI Updated!
[21:03:25] UI: [LogLevel] Desired Value: Debug
[21:03:25] UI: [TTS] Selected Voice - Desired Value: Microsoft Zira Desktop
[21:03:25] UI: TTS is disabled!
[21:03:25] Plugin Started!
[21:03:25] N: FFXIV Network Monitor Started!
[21:03:25] Plugin Enabled

Any settings in ACT that I need to change to see duty info? I know I must be missing something, any help would be appreciated!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.