workspace window could not be created

Hi,

I am getting this error message whenever I open a page on citect during runtime. 

A workspace window could not be created. Either maximum number of workspace...

Anyone got this error before?

TIA

Parents
  • It appears that Workspace failed to initialize. Maybe your project has run out the number of windows (in this case, WinNumber() returns -1). Take a look at kernel window - Page Table Page, and confirm if there are any duplicated pages.

    Try to increase the following parameter in Citect.ini file. By default, it is 50, which should be enough for most projects. If the error persists, you should inspect the workspace layout and associated pages with proper levels in your project.

    [Page]Windows

Reply
  • It appears that Workspace failed to initialize. Maybe your project has run out the number of windows (in this case, WinNumber() returns -1). Take a look at kernel window - Page Table Page, and confirm if there are any duplicated pages.

    Try to increase the following parameter in Citect.ini file. By default, it is 50, which should be enough for most projects. If the error persists, you should inspect the workspace layout and associated pages with proper levels in your project.

    [Page]Windows

Children
No Data