ESOUI

ESOUI (https://www.esoui.com/forums/index.php)
-   General Authoring Discussion (https://www.esoui.com/forums/forumdisplay.php?f=174)
-   -   ZO_TooltipStyledObject (https://www.esoui.com/forums/showthread.php?t=9658)

worldwideweirdo 07/12/21 07:47 AM

correct
 
Quote:

Originally Posted by Sharlikran (Post 44377)
And lastly this started happening after the Blackwood update to ESO, correct?

yes correct!

worldwideweirdo 07/12/21 07:50 AM

image
 
Quote:

Originally Posted by Sharlikran (Post 44376)
Also I need a screen shot of your region and language settings



worldwideweirdo 07/12/21 08:00 AM

Quote:

Originally Posted by Sharlikran (Post 44378)
https://github.com/ESOUIMods/EsoKR/r.../tag/v0.17.0.4

Only download the EsoKR_v0.17.0.4.zip from the GitHub link.

GitHub 링크에서 EsoKR_v0.17.0.4.zip만 다운로드하십시오.

I still don't think this will change anything but these are the files I am using and I have no issues deleting Korean from the chat box. Disable all modifications except EsoKR and LibAddonMenu when testing this. 0 additional mods enabled.

나는 여전히 이것이 아무것도 바꿀 것이라고 생각하지 않지만 이것들은 내가 사용하는 정확한 파일이며 채팅 상자에서 한국어를 삭제하는 데 문제가 없습니다. 나는 이것을 테스트할 때 EsoKR 과 LibAddonMenu 를 제외한 모든 수정을 비활성화하는 것을 반복합니다. 0개의 추가 모드가 활성화되었습니다.

cant type korean without pchat, also still have crash..

worldwideweirdo 07/12/21 08:07 AM

Quote:

Originally Posted by worldwideweirdo (Post 44381)
cant type korean without pchat, also still have crash..

We notice the crash occurs only when we try to delete or modify existing charactors on chatting box.

It seems using back space or delete key triggers ZO_PreHook("ZO_ChatTextEntry_TextChanged", ... line and crash occurs.

For typing new charactor or pasting charactors form other source works fine.

Sharlikran 07/12/21 08:45 AM

스크린샷 감사합니다 worldwideweirdo, 하지만 다른 절반에 대한 다른 정보도 필요합니다.



드롭다운 또는 녹색 상자에 있는 내용을 번역하세요.

Sharlikran 07/12/21 08:49 AM

Quote:

Originally Posted by worldwideweirdo (Post 44382)
We notice the crash occurs only when we try to delete or modify existing charactors on chatting box.

It seems using back space or delete key triggers ZO_PreHook("ZO_ChatTextEntry_TextChanged", ... line and crash occurs.

For typing new charactor or pasting charactors form other source works fine.

"ZO_ChatTextEntry_TextChanged"가 문제의 원인임을 이해합니다.

다른 소스에서 붙여넣기를 복사하면 제대로 작동한다고 이제서야 언급했지만 그것은 다른 중요한 정보입니다.

내가 하고 있는 일이다. 인터넷이나 EsoKR 파일에서 복사 붙여넣기를 사용하고 있습니다.

Sharlikran 07/12/21 09:29 AM

Quote:

Originally Posted by worldwideweirdo (Post 44381)
cant type korean without pchat, also still have crash..

번역이 이해가 되지 않았습니다.

pChat은 활성화되지 않으며 비활성화 및 기타 모든 수정 사항이 있습니다.

다른 프로그램이 활성화되지 않은 상태에서 한국어로 입력할 수 있어야 한다는 점을 고려하십시오. 그렇지 않은 경우 먼저 해결해야 합니다.

반복하기 위해 중국 팀은 채팅 텍스트를 변환하지 않으며 "ZO_ChatTextEntry_TextChanged"를 경계하지 않습니다. EsoZH가 채팅을 변경하는 것은 요구 사항이 아닙니다. EsoKR과 유사한 점은 글꼴 요구 사항이 동일하고 문자가 한글과 같이 3바이트 정보라는 점입니다.

Baertram 07/12/21 11:23 AM

Quote:

cant type korean without pchat, also still have crash..
Are you using a special font of pChat or did you add your own custom fonts within pChat's font.lua file, so that the addon would be needed?
Else I cannot see what would be the reason tha pChat is needed.

Sharlikran 07/12/21 12:54 PM

Quote:

Originally Posted by Baertram (Post 44386)
Are you using a special font of pChat or did you add your own custom fonts within pChat's font.lua file, so that the addon would be needed?
Else I cannot see what would be the reason tha pChat is needed.

They have some kind of auto updater. What it seems to do it alter all the mods text it finds for fonts. I will get you an example after I backup my Addons folder.

EDIT: pChat changes

Quote:

LMP:Register("font", "ESO Book Font", "EsoKR/fonts/proseantiquepsmt.otf")
is the only change made by their ESOKR_AutoPatch using addon_KRpatch_1.1.cmd.

Sharlikran 07/12/21 01:18 PM



pChat does not give me the ability to type in Hangul font.

You do know I am a programmer so if you tell me pChat does that then I will test it. It does not provide any special ability to use Hangul font.

pChat에서는 한글 글꼴을 입력할 수 없습니다.

당신은 내가 프로그래머라는 것을 알고 있으므로 pChat이 그렇게 한다고 말하면 테스트할 것입니다. 한글 글꼴을 사용하는 특별한 기능을 제공하지 않습니다.

Sharlikran 07/12/21 10:34 PM

Okay worldwideweirdo you are not going to like my answer.

https://github.com/ESOUIMods/EsoKR/issues/1

So basically the font provided with EsoKR has the character 가 at 6E00 which falls in the range of the subset of Chinese Idographs. The character is actually referenced as AC00. I post the details in the issue on GitHub.

I have reported the issue to ZOS but that doesn't mean they need to fix anything or can fix anything. Basically there is nothing I can do at the moment.

worldwideweirdo 07/13/21 07:23 AM

here
 
Quote:

Originally Posted by Sharlikran (Post 44383)
스크린샷 감사합니다 worldwideweirdo, 하지만 다른 절반에 대한 다른 정보도 필요합니다.



드롭다운 또는 녹색 상자에 있는 내용을 번역하세요.


Sharlikran 07/13/21 08:43 AM

Thank you worldwideweirdo for reporting the issue but until ZOS can address the issue the game will continue to crash. It is not something that can be fixed with the mod itself.

What I am hoping is that ZOS will allow Korean Hangul to be typed into chat so that EsoKR does not have to use non-standard fonts and place the Hangul Glyphs into into the Unicode space for Chinese Ideographs.

If ZOS addresses the issue and Hangul can be typed into chat, then using a standard font and using an EXE to change the byte offset of the Glyphs then there will be no need to rewrite the translation. It will simply display correctly using standard fonts and using the standard Hangul Unicode space.

ZOS has to address the issue first.

At the moment it looks like ZOS is aware of the Glyph crash. They may not add additional support for the Hangul Glyphs because there are so many Glyphs for so many languages. EsoKR may have to continue to use the current workaround however, the Glyph crash is being worked on.

Sharlikran 07/13/21 12:40 PM

worldwideweirdo, I am hearing that the Glyph crash issue may have some kind of fix already on the PTS. Please verify using the official EsoKR from ESOUI.

worldwideweirdo 07/14/21 06:59 AM

thank you
 
Quote:

Originally Posted by Sharlikran (Post 44404)
worldwideweirdo, I am hearing that the Glyph crash issue may have some kind of fix already on the PTS. Please verify using the official EsoKR from ESOUI.


thank you. you are our hero!!

Sharlikran 07/14/21 08:51 AM

Quote:

Originally Posted by worldwideweirdo (Post 44412)
thank you. you are our hero!!

I did not do anything ZOS knew about it already. I only found out about it by discussing the issue. Did you try the PTS? The PTS is enabled in the launcher and is free. There is no need for a special account but you do have to download the test version separately from the live version.

Then you would put the EsoKR addon into the pts folder not the live folder.



Quote:

C:\Users\[Your user name]\Documents\Elder Scrolls Online\pts\AddOns
You would put EsoKR, EsoUI, gamedata in the AddOns folder under pts. If the crash is not resolved I would like to know so I can try to get ZOS to address the issue.

worldwideweirdo 07/15/21 06:19 AM

Quote:

Originally Posted by Sharlikran (Post 44413)
I did not do anything ZOS knew about it already. I only found out about it by discussing the issue. Did you try the PTS? The PTS is enabled in the launcher and is free. There is no need for a special account but you do have to download the test version separately from the live version.

Then you would put the EsoKR addon into the pts folder not the live folder.




You would put EsoKR, EsoUI, gamedata in the AddOns folder under pts. If the crash is not resolved I would like to know so I can try to get ZOS to address the issue.


fixed on PTS !!!!!!!!!!!


All times are GMT -6. The time now is 07:38 PM.

vBulletin © 2024, Jelsoft Enterprises Ltd
© 2014 - 2022 MMOUI