Jump to content

uniFMask error


mikromundo

Recommended Posts

Good afternoon.
What is happening is this:
I copy the same DLL to 3 folders from my server.

If I open the main folder, it does not display the uniFMASK error message (it is not uniFSMASK)



if I open the same DLL from another folder I copied, the error is displayed.
image.thumb.png.6cda12951fe59db9f46790d0a7f2aba2.png

image.png.85eb6a70417868ac119f11f441735333.png

 

 

image.png

Link to comment
Share on other sites

Hi Shersod, 
good question..rsrs ... 

That's why I came to ask for help, why I did not install any component ... 

I already researched THE WHOLE PROJECT to see if there was something like this, but it does not.

As I am a few months ago using uniGUI, I ask for help from you ...
Link to comment
Share on other sites

I had the same problem, I created a test application with the following forms:

FormLogin
MainForm
FormCompany

I put in the onReady of the MainForm the following code:

procedure TMainForm.UniFormReady (Sender: TObject);
begin
   FormCompany.ShowModal (
     procedure (Sender: TComponent; Result: Integer)
     begin

     end);
end;

In the FormEmployee form I only have: an Edit, a Label and a button.
Soon after leaving the login screen the error appears.

In debug mode this unit appears in error.

WhatsApp Image 2019-07-05 at 8.33.08 AM.jpeg

Link to comment
Share on other sites

NautilusERP.dll: 0000188C: 08:56:35 [TUniGUIServerModule.HandleException]:EAccessViolation : Access violation at address 01D0DFC8 in module 'NautilusERP.dll'. Read of address 00000064 : Addr: $01D0DFC8
NautilusERP.dll: 0000188C: 08:56:35 []:EAccessViolation : Access violation at address 01D0DFC8 in module 'NautilusERP.dll'. Read of address 00000064 : Addr: $01D0DFC8
NautilusERP.dll: 0000158C: 08:56:35 []:Error deleting folder: "C:\inetpub\wwwroot\nautiluserpmkm\cache\nautiluserp_dll\YWCFENJSUu1042EB548\" [OS Error:2]

 

This errors don´t show in STANDALONE.....

Link to comment
Share on other sites

Project1.exe: 00000BE0: 09:00:51 []:>--------------------------------------------------------------<
Project1.exe: 00000BE0: 09:00:51 [TUniServerModule]:Server First Init.
Project1.exe: 00000BE0: 09:00:51 [TUniServerModule]:Debug Mode = ON
Project1.exe: 00000BE0: 09:00:51 [TUniServerModule]:Starting HTTP Server on Port: 8077...
Project1.exe: 00000BE0: 09:00:51 [TUniServerModule]:HTTP Server Started on Port: 8077
Project1.exe: 000025F4: 09:01:06 [127.0.0.1]:Exception : Config Option: OFB->uniFMask:{beforeclose:true}<br/>is refering a previous request,<br/>it's not allowed in AJAX request or JS handler.<br/>Use equivalent Public Property or Method instead. : Addr: $00705E46
 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...