Jump to content
View in the app

A better way to browse. Learn more.

The Uniform Server Community

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

No spaces allowed in folder name : is this that easy ?

Featured Replies

Hello,

 

The solution for these sounded easy to me to avoid spaces : to use short-file-names instead of the rwa file-names. But I guess you thought about it too and that there is some more reasons to keep it like that.

 

We found the error message in new_start.c, so we managed to replace the GetCurrentDirectory line by

 

GetCurrentDirectory(MAX_PATH,spaceWorkingDir);   // current required to build paths
GetShortPathName(spaceWorkingDir, curWorkingDir, MAX_PATH);

 

Of course, we can check if there are space not to make it if not needed.

 

Though, I compiled new_start but didn't know what to do with it : there is no new_start.exe nowhere in the uniform server structure and the file size doesn't fit anything (I guess I built in debug mode or sth ?)

 

If really the error message appears in another place, how can I find it ?

 

 

Szia

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...

Account

Navigation

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.