Jump to content

Error message in log


heronim

Recommended Posts

vsReg.exe: 000004EC: 18:58:59 [TUniServerModule]:Server First Init.
vsReg.exe: 000004EC: 18:58:59 [TUniServerModule]:Start Path = C:\vitoriasoft\vsReg\
vsReg.exe: 000004EC: 18:58:59 [TUniGUIServerModule.Create]:EReadError : Error reading Image1.Picture.Data: Cannot create a file when that file already exists.
 : Addr: $004D5DF8
vsReg.exe: 000004EC: 18:58:59 [TUniServerModule]:Server Shutdown Completed.
vsReg.exe: 000004EC: 18:58:59 []:<------------------------------------------

Link to comment
Share on other sites

  • heronim changed the title to Error message in log

Hello,

Problem looks is coming from user access rights at some folders, when you run Delphi as "Run as Administrator" problem solved.

Quote

Dashboard_AOI.exe: 00002EDC: 09:39:55 []:>--------------------------------------------------------------<
Dashboard_AOI.exe: 00002EDC: 09:39:55 [TUniServerModule]:Server First Init.
Dashboard_AOI.exe: 00002EDC: 09:39:55 [TUniServerModule]:Start Path = D:\_Delphi\_Delphi XE10.4\101. Dashboard_AOI\Win32\Debug\
Dashboard_AOI.exe: 00002EDC: 09:39:55 [TUniServerModule]:Debug Mode = ON
Dashboard_AOI.exe: 00002EDC: 09:40:15 [TUniGUIServerModule.Create]:EReadError : Error reading Image1.Picture.Data: Cannot create a file when that file already exists.
 : Addr: $0048371C
Dashboard_AOI.exe: 00002EDC: 09:40:15 [TUniServerModule]:Server Shutdown Completed.
Dashboard_AOI.exe: 00002EDC: 09:40:15 []:<-------------------------------------------------------------->
Dashboard_AOI.exe: 00002EDC: 09:40:15 [Terminated]:Exit Code: 1
Dashboard_AOI.exe: 00005030: 09:59:43 []:>--------------------------------------------------------------<
Dashboard_AOI.exe: 00005030: 09:59:43 [TUniServerModule]:Server First Init.
Dashboard_AOI.exe: 00005030: 09:59:43 [TUniServerModule]:Start Path = D:\_Delphi\_Delphi XE10.4\101. Dashboard_AOI\Win32\Debug\
Dashboard_AOI.exe: 00005030: 09:59:43 [TUniServerModule]:Debug Mode = ON
Dashboard_AOI.exe: 00005030: 09:59:43 [TUniServerModule]:Starting HTTP Server on Port: 8074...
Dashboard_AOI.exe: 00005030: 09:59:43 [TUniServerModule]:HTTP Server Started on Port: 8074
Dashboard_AOI.exe: 000043E4: 10:00:00 []:>--------------------------------------------------------------<

 

Link to comment
Share on other sites

  • 1 year later...

Here in 06/06/2023 the problem was ServerModule-->favicon corrupted, so when the EXE try create the file on cache folder the error raised. We replace the corrupted icon file (after 3 hours of searching for solution) and solved!  

Link to comment
Share on other sites

  • 8 months later...

Hello,

I have this problem too. I use UniGUI 1.95.0.1580. My UniGUI application is compiled as exe file.

The problem occurs only on the server (this is not really a server, it is just a Windows 10 laptop), it does not occur on the development laptop.

I have just upgraded from UniGUI 1.95.0.1564 to 1.95.0.1580 on the development laptop. So I compiled the application with UniGUI 1.95.0.1580 and install UniGUI 1.95.0.1580 runtime on the server, then I replace the exe file and run the application on the server. It did not run, and the log file contains the exact error like the first post.

The application was running on the server for about 2 weeks before this happened. And since this application is in development, almost everyday I update the exe on the server. No problem at all with 1.95.0.1564

I am sure this problem is not about user access right, and also not about corrupted favicon. The application runs fine on the development laptop, but not on the server.

Please help me.

 

Link to comment
Share on other sites

1 hour ago, Sherzod said:

Hello,

Once again, what kind of problem are you having at the moment?!

Hi Sherzod,

The application can run on the develompent laptop, but can not run on server.

Here is the log from the server:

Blablabla.exe: 000004B0: 14:35:19 []:>--------------------------------------------------------------<
Blablabla.exe: 000004B0: 14:35:19 [TUniServerModule]:Server First Init.
Blablabla.exe: 000004B0: 14:35:19 [TUniServerModule]:Start Path = C:\Somewhere\
Blablabla.exe: 000004B0: 14:35:19 [TUniGUIServerModule.Create]:EReadError : Error reading Image1.Picture.Data: Cannot create a file when that file already exists.
 : Addr: $004D5264
Blablabla.exe: 000004B0: 14:35:19 [TUniServerModule]:Server Shutdown Completed.
Blablabla.exe: 000004B0: 14:35:19 []:<-------------------------------------------------------------->
Blablabla.exe: 000004B0: 14:35:21 [Terminated]:Exit Code: 1

 

Link to comment
Share on other sites

Hello all,

The problem is resolved by clearing ServerModule.FavIcon.

This is weird because the favicon is not changed at all. The same favicon was okay with UniGUI 1.90.0.1564. And I don't understand why it cause problem with UniGUI 1.95.0.1580 only on the server, not on development laptop.

 

Link to comment
Share on other sites

×
×
  • Create New...