Jump to content

StandAlone Server new machine loading error.


docjones

Recommended Posts

Hi.

 

I'm trying run my unigui (standAlone server) application on new machine without installing the fmruntime

but when load url, stay loading message, and never load.

 

Seems that error is related to uniroot folder (i never touch it,  set as default , uniroot = '[uni]\'  ).

 

Using version 0.99.1150 pro

 

 

thats the log.

 

XREPORTS: 000004C4: 16:28:02 []:TUniThemeProps: File not found: C:\uni\css\uni-xtheme-gray.css
XREPORTS: 00000EBC: 16:28:02 [HandleFileRequest[127.0.0.1]]:File not found: C:\uni\ext-unicommon-min.js
XREPORTS: 00000C90: 16:28:02 [HandleFileRequest[127.0.0.1]]:File not found: C:\uni\ext-sync-min.js
XREPORTS: 00000C68: 16:28:02 [HandleFileRequest[127.0.0.1]]:File not found: C:\uni\css\uni-ext.css
XREPORTS: 0000057C: 16:28:02 [HandleFileRequest[127.0.0.1]]:File not found: C:\uni\css\uni-xtheme-common.css
XREPORTS: 000008A8: 16:28:02 [HandleFileRequest[127.0.0.1]]:File not found: C:\uni\ClearButton\ClearButton.css
XREPORTS: 00000434: 16:28:02 [HandleFileRequest[127.0.0.1]]:File not found: C:\uni\ClearButton\ClearButton.js
XREPORTS: 000004F4: 16:28:02 [HandleFileRequest[127.0.0.1]]:File not found: C:\uni\AlwaysOnTop.js
XREPORTS: 000007DC: 16:28:02 [HandleFileRequest[127.0.0.1]]:File not found: C:\uni\ext-unigui-min.js
XREPORTS: 000009F0: 16:28:02 [HandleFileRequest[127.0.0.1]]:File not found: C:\uni\ext-treenode-plugin.js
XREPORTS: 00000FE0: 16:29:34 [indy]:EIdConnClosedGracefully : Connection Closed Gracefully.

 

 

i copied the next folders to my executable path

 

\ext-4.2.2.1144\

\uni-0.99.0.1150\

\unim-0.99.0.1150\

 

and in my application when uniservermodulebeforeinit, I set exroot server folder to 'ext-x.y.z\'

 

TUniServerModule.UniGUIServerModuleBeforeInit(Sender: TObject);

Begin

 Self.ExtRoot='ext-x.y.z\';

End;

 

this was working on oldest versions, but now, in .0.99.1150, can't run without install fmruntime.

 

Link to comment
Share on other sites

×
×
  • Create New...