Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Angelica User Interfaces Editor

Junior Spellweaver
Joined
Aug 17, 2021
Messages
144
Reaction score
31
it keeps saying am missing some .dll files, i have verified and they do it existed in system directory, i installed VC++ 2010, 2015-2020, 2012, yet it did not solve the issue.
can you please tell me what am i doing wrong/not doing?
 
Newbie Spellweaver
Joined
Jun 7, 2020
Messages
45
Reaction score
36
it keeps saying am missing some .dll files, i have verified and they do it existed in system directory, i installed VC++ 2010, 2015-2020, 2012, yet it did not solve the issue.
can you please tell me what am i doing wrong/not doing?

AUIEditor.exe = you find dll's in C:\Windows\System32

Don't use AUIEditor_d.exe, this is debug version you will not be able to use.
 
Junior Spellweaver
Joined
Aug 17, 2021
Messages
144
Reaction score
31
alright, thanks, i got it working.
 
Last edited:
Shh, quiet, you might piss somebody off
Developer
Joined
Dec 23, 2011
Messages
1,797
Reaction score
2,162
AUIEditor.exe = you find dll's in C:\Windows\System32

Don't use AUIEditor_d.exe, this is debug version you will not be able to use.

i use a debug version for years of the Auieditor, tbh is the only one that run in my PC w10 without any problems, some fixes were made on path for not breaking chinese characters.

anyway awesome work !
 
Newbie Spellweaver
Joined
Jun 7, 2020
Messages
45
Reaction score
36
i use a debug version for years of the Auieditor, tbh is the only one that run in my PC w10 without any problems, some fixes were made on path for not breaking chinese characters.

anyway awesome work !


for me it works but as I have a lot of things related to development the error does not appear, in their case they need to download many complements it is not worth downloading all of this to use a development version.

The impression I have is that people see that the .exe has a bigger size and think that it has hidden things
 
Newbie Spellweaver
Joined
Jun 7, 2020
Messages
45
Reaction score
36
A bug in the program was reported to me, the correction has already been made, it is only necessary to download the program again, thanks.
 
Joined
Apr 2, 2009
Messages
1,056
Reaction score
210
1700113883476 - Angelica User Interfaces Editor - RaGEZONE Forums


it's error
 

Attachments

You must be registered for see attachments list
Newbie Spellweaver
Joined
May 11, 2009
Messages
42
Reaction score
42
Place msvcrtd.dll to one of the following folders:

If you have a 64-bit version of Windows, then put the file in:
"C:\Windows\SysWOW64"

If you have a 32-bit version of Windows, then put the file in:
"C:\Windows\System32"

Thereafter
Restart your computer for the changes to take effect.
 

Attachments

You must be registered for see attachments list
Joined
Apr 2, 2009
Messages
1,056
Reaction score
210
Place msvcrtd.dll to one of the following folders:

If you have a 64-bit version of Windows, then put the file in:
"C:\Windows\SysWOW64"

If you have a 32-bit version of Windows, then put the file in:
"C:\Windows\System32"

Thereafter
Restart your computer for the changes to take effect.
thanks, i give a try

A3D.log
Code:
Angelica 3D Error Log
Created(or opened) on 18/11/2023 03:28:37

[03:28:37.838] A3DEngine::Init, Init Angelica Imm Wrapper Fail!
[03:28:37.867] Chosen Device Format: BackBuffer [X8R8G8B8], DepthStencil [D24X8]
[03:28:37.867] A3DDevice::Init(), Chosen SOFTWARE Vertex Processing...
[03:28:37.888] A3DDevice::Init(), Create device 1224x649x32
[03:28:37.888] Max vertex blend matrix index: 255
[03:28:37.888] VS version: 1.1
[03:28:37.888] VS constant registers number: 96
[03:28:37.888] PS version: 1.4
[03:28:37.888] Skin model render method: Indexed Vertex Blend Matrix.
[03:28:37.888] A3DGFXMan::Init() Can not open file [x] to be a fileimage
[03:28:37.888] A3DEngine::Init() A3DGFXMan Init Fail!
[03:28:37.909] Log file closed successfully!

AF.log
Code:
Angelica File Module Error Log
Created(or opened) on 18/11/2023 03:28:37

[03:28:37.888] AFileImage::Can not open file [D:\PW Data\145V66_PWCI\999.TOOLS\AUIEditor2\Gfx\x] from disk!
[03:28:37.909] Log file closed successfully!

AFDII.log
Code:
AFile Dialog Dll module Init
Created(or opened) on 18/11/2023 03:28:37

[03:28:37.481] AFDll Init in D:\PW Data\145V66_PWCI\999.TOOLS\AUIEditor2
[03:28:37.542] <!> AFD_DllInitialize() started

[03:28:37.820] <!> CRender::InitA3DEngine: Failed to initialize A3D engine. (D:\PW Data\145V66_PWCI\999.TOOLS\AUIEditor2)

[03:28:37.820] <!> CRender::Init, Failed to initialize A3D engine!

[03:28:37.820] <!> Error in AFD_DllInitialize(), AFileDialog could not init the engine.

AM.log
Code:
Angelica Media Error Log
Created(or opened) on 18/11/2023 03:28:37

[03:28:37.838] AMEngine::InitImmWrapper(), Init AMImmWrapper Object fail!
[03:28:37.909] Log file closed successfully!

Imm.log
Code:
Angelica Media ImmWrapper Log
Created(or opened) on 18/11/2023 03:28:37

[03:28:37] AMImmWrapper::Init(), Error Creating ImmDevice
[03:28:37] Log file closed successfully!

Tutorial.log
Code:
Angelica tutorial log
Created(or opened) on 18/11/2023 03:28:37

[03:28:37.888] CRender::InitA3DEngine: Failed to initialize A3D engine.
[03:28:37.888] CRender::Init, Failed to initialize A3D engine!
[03:28:37.888] CPoolApp::InitInstance, Failed to create render
[03:28:37.909] Log file closed successfully!

It run, but a few second closed, i don't know why. I have change the region, but still the same thing.
 
Last edited:
Newbie Spellweaver
Joined
Jun 7, 2020
Messages
45
Reaction score
36
thanks, i give a try

A3D.log
Code:
Angelica 3D Error Log
Created(or opened) on 18/11/2023 03:28:37

[03:28:37.838] A3DEngine::Init, Init Angelica Imm Wrapper Fail!
[03:28:37.867] Chosen Device Format: BackBuffer [X8R8G8B8], DepthStencil [D24X8]
[03:28:37.867] A3DDevice::Init(), Chosen SOFTWARE Vertex Processing...
[03:28:37.888] A3DDevice::Init(), Create device 1224x649x32
[03:28:37.888] Max vertex blend matrix index: 255
[03:28:37.888] VS version: 1.1
[03:28:37.888] VS constant registers number: 96
[03:28:37.888] PS version: 1.4
[03:28:37.888] Skin model render method: Indexed Vertex Blend Matrix.
[03:28:37.888] A3DGFXMan::Init() Can not open file [x] to be a fileimage
[03:28:37.888] A3DEngine::Init() A3DGFXMan Init Fail!
[03:28:37.909] Log file closed successfully!

AF.log
Code:
Angelica File Module Error Log
Created(or opened) on 18/11/2023 03:28:37

[03:28:37.888] AFileImage::Can not open file [D:\PW Data\145V66_PWCI\999.TOOLS\AUIEditor2\Gfx\x] from disk!
[03:28:37.909] Log file closed successfully!

AFDII.log
Code:
AFile Dialog Dll module Init
Created(or opened) on 18/11/2023 03:28:37

[03:28:37.481] AFDll Init in D:\PW Data\145V66_PWCI\999.TOOLS\AUIEditor2
[03:28:37.542] <!> AFD_DllInitialize() started

[03:28:37.820] <!> CRender::InitA3DEngine: Failed to initialize A3D engine. (D:\PW Data\145V66_PWCI\999.TOOLS\AUIEditor2)

[03:28:37.820] <!> CRender::Init, Failed to initialize A3D engine!

[03:28:37.820] <!> Error in AFD_DllInitialize(), AFileDialog could not init the engine.

AM.log
Code:
Angelica Media Error Log
Created(or opened) on 18/11/2023 03:28:37

[03:28:37.838] AMEngine::InitImmWrapper(), Init AMImmWrapper Object fail!
[03:28:37.909] Log file closed successfully!

Imm.log
Code:
Angelica Media ImmWrapper Log
Created(or opened) on 18/11/2023 03:28:37

[03:28:37] AMImmWrapper::Init(), Error Creating ImmDevice
[03:28:37] Log file closed successfully!

Tutorial.log
Code:
Angelica tutorial log
Created(or opened) on 18/11/2023 03:28:37

[03:28:37.888] CRender::InitA3DEngine: Failed to initialize A3D engine.
[03:28:37.888] CRender::Init, Failed to initialize A3D engine!
[03:28:37.888] CPoolApp::InitInstance, Failed to create render
[03:28:37.909] Log file closed successfully!

It run, but a few second closed, i don't know why. I have change the region, but still the same thing.
if it is opening and after a few seconds closing, you have not extracted all the contents of the .rar file, everything is necessary for it to work correctly.
 
Newbie Spellweaver
Joined
Jun 7, 2020
Messages
45
Reaction score
36
I have all of it.
View attachment 251853

Please take a look this video


I just downloaded the same file and tested it here, it works normally
1700950935597 - Angelica User Interfaces Editor - RaGEZONE Forums



Open the editor with this tool and put it in Simplified Chinese, If it doesn't work, look in the log and see if any messages have changed, this is only happening to you, I asked some friends to test it, it worked normally.
 

Attachments

You must be registered for see attachments list
Last edited:
Newbie Spellweaver
Joined
Jun 7, 2020
Messages
45
Reaction score
36
or maybe not work with the old 145 client

use this version compiled in Angelica2.2 I compiled it using Windows 11 and vs2008, if any dll is missing just download vc++ redist compatible.

Another thing, try setting your region to simplified Chinese to force Windows to start in ANSI encode.

If that doesn't work, I have no idea what your problem is, I've tested this tool with several clients versions and never had a problem.
 

Attachments

You must be registered for see attachments list
Last edited:
Joined
Apr 2, 2009
Messages
1,056
Reaction score
210

use this version compiled in Angelica2.2 I compiled it using Windows 11 and vs2009, if any dll is missing just download vc++ redist compatible.

Another thing, try setting your region to simplified Chinese to force Windows to start in ANSI encode.

If that doesn't work, I have no idea what your problem is, I've tested this tool with several clients versions and never had a problem.

Thanks, but ...
1701784759687 - Angelica User Interfaces Editor - RaGEZONE Forums


:cry:

it's ok, i can work with the other tools
 

Attachments

You must be registered for see attachments list
Newbie Spellweaver
Joined
Jun 7, 2020
Messages
45
Reaction score
36
I'm going to install a vm here, and test it on another Windows, to see if there are any errors
 
Back
Top