Thread Tools Display Modes
01/22/19, 06:18 PM   #1
Sullie
Join Date: Dec 2017
Posts: 9
iView request for update

It was such a fantastic addon that I got super used to using, and now without it I'm having some frustrations zooming constantly with the slow camera.

I know the life of an addon dev is pretty thankless at the best of times, but would anyone be willing to take this project on? I'm guessing it won't need much work, just a bit to get it functioning with the latest client etc.

Thanks for any assistance!

Link to the addon is here https://www.esoui.com/downloads/info722-iView.html#info

Sullie
  Reply With Quote
01/23/19, 03:12 AM   #2
Marazota
AddOn Author - Click to view addons
Join Date: Sep 2015
Posts: 257
read description of addon

words in red color
  Reply With Quote
01/23/19, 06:09 AM   #3
Sullie
Join Date: Dec 2017
Posts: 9
Originally Posted by Marazota View Post
read description of addon

words in red color
The reason I am zooming so much is because I don't have access to iView, which kept my camera at the right distance depending on the activity I was undertaking.

Sullie
  Reply With Quote
01/23/19, 06:31 AM   #4
Baertram
Super Moderator
 
Baertram's Avatar
WoWInterface Super Mod
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 4,912
What is not working with the addon version? Do you get any error message?
Are you able to enable it ingame by setting he checkbox "allow oudated addons"?

Check the addon description e.g. this text about dependencies:
IMPORTANT
If the addon doesn't work, check your addon list (ESC - Addons) if there are some dependencies needed. If yes, install them!
Sometimes there is an issue in the Lib Dependencies, make sure you have LibScootworksFunctions installed too!

You might need to install this library then as standalone (like an addon, or via Minion).

Last edited by Baertram : 01/23/19 at 06:34 AM.
  Reply With Quote
01/23/19, 07:16 AM   #5
Sullie
Join Date: Dec 2017
Posts: 9
Originally Posted by Baertram View Post
What is not working with the addon version? Do you get any error message?
Are you able to enable it ingame by setting he checkbox "allow oudated addons"?

Check the addon description e.g. this text about dependencies:
IMPORTANT
If the addon doesn't work, check your addon list (ESC - Addons) if there are some dependencies needed. If yes, install them!
Sometimes there is an issue in the Lib Dependencies, make sure you have LibScootworksFunctions installed too!

You might need to install this library then as standalone (like an addon, or via Minion).
I couldn't download the addon through Minion so I installed it manually. I've installed the required libs and ensured that the addon is forced to run regardless of being outdated. I see iView listed as an addon. However, there is no options menu visible in my list of other addons settings.

I've definitely tried to get the discontinued version running.

Sullie
  Reply With Quote
01/23/19, 07:52 AM   #6
Baertram
Super Moderator
 
Baertram's Avatar
WoWInterface Super Mod
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 4,912
Okay, is there any error message shown in the chat or as popup if this addon is loaded?
MAybe install pChat addon (is able to show error messages BEFORE the game loads so you can see them in chat later on) and the bugeater addon to show the error messages.

Otherwise do a /reloadui in the chat after you have tried to show the settings menu. Ten check the folder c:\users\your windows user\documents\Elder Scrolls Online\live\logs for the interface-log file if there is an entry of a lua error mesage about this addon.
  Reply With Quote
01/23/19, 11:46 PM   #7
Sullie
Join Date: Dec 2017
Posts: 9
I logged into the game with iView enabled in the addon menu. pChat comes up with "[iView Debug] This addon does not work with this game version."

I then checked the interface.log which doesn't contain any mention of iView.

Sullie
  Reply With Quote
01/24/19, 02:43 AM   #8
Baertram
Super Moderator
 
Baertram's Avatar
WoWInterface Super Mod
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 4,912
Ok, the version information is all I wanted. Seems it does not load then at all and thus cannot work. It's ahrd coded into the addon then. I'll check if one can remove it.
  Reply With Quote
01/24/19, 05:15 AM   #9
Sullie
Join Date: Dec 2017
Posts: 9
Originally Posted by Baertram View Post
Ok, the version information is all I wanted. Seems it does not load then at all and thus cannot work. It's ahrd coded into the addon then. I'll check if one can remove it.
Thank you very much for looking into it!

Sullie
  Reply With Quote
01/24/19, 06:01 AM   #10
Marazota
AddOn Author - Click to view addons
Join Date: Sep 2015
Posts: 257
checked this?
https://www.esoui.com/downloads/info...mera.html#info
  Reply With Quote
01/24/19, 06:38 AM   #11
Baertram
Super Moderator
 
Baertram's Avatar
WoWInterface Super Mod
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 4,912
Open the file iView.lua with a texteditor and search for this line (line 267):

Code:
if not SWF:IsAddonVersionSameGameVersion(API[1], API[2], ADDON_NAME) then return end
Change it to a commented line by adding the prefix --
Code:
--if not SWF:IsAddonVersionSameGameVersion(API[1], API[2], ADDON_NAME) then return end
Save the file, do a /reloadui ingame and try if it works then.

You can also change the ## ApiVersion: xxxxxx inside the iView.txt file to
##ApiVersion: 100025 100026

This will make the addon stop saying it's outdated.
  Reply With Quote
01/25/19, 12:38 AM   #12
Sullie
Join Date: Dec 2017
Posts: 9
Originally Posted by Baertram View Post
Open the file iView.lua with a texteditor and search for this line (line 267):

Code:
if not SWF:IsAddonVersionSameGameVersion(API[1], API[2], ADDON_NAME) then return end
Change it to a commented line by adding the prefix --
Code:
--if not SWF:IsAddonVersionSameGameVersion(API[1], API[2], ADDON_NAME) then return end
Save the file, do a /reloadui ingame and try if it works then.

You can also change the ## ApiVersion: xxxxxx inside the iView.txt file to
##ApiVersion: 100025 100026

This will make the addon stop saying it's outdated.
FIXED! Thank you so much for the clear instructions, Baertram! I'm so glad to have this addon back--along with some healthy knowledge to be able to fix a few other addons in case they break for simple reasons in future!

Sullie
  Reply With Quote

ESOUI » AddOns » AddOn Help/Support » iView request for update

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off