Skip to content
View in the app

A better way to browse. Learn more.

MSFN

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.

yojo2

Member
  • Joined

  • Last visited

  • Country

    Poland

Everything posted by yojo2

  1. yojo2 replied to W3bbo's topic in XPize
    After choosing what icons, wallpapers, etc. should be installed and clicking Next, an error was encountered and installer has stopped working. (Windows 2003 SP2) 2009-08-14T19:55:33 Unable to load DLL 'srclient.dll': Nie można odnaleźć określonego modułu. (Exception from HRESULT: 0x8007007E) at Anolis.Core.Native.NativeMethods.SetSystemRestorePoint(RestorePointInfo& pRestorePtSpec, StateManagerStatus& pSMgrStatus) at Anolis.Core.Utility.SystemRestore.CreateRestorePoint(String description, SystemRestoreType type) at Anolis.Core.Packages.Package.Execute(PackageExecutionSettings settings) at Anolis.Installer.Pages.InstallingPage.__bw_DoWork(Object sender, DoWorkEventArgs e) at System.ComponentModel.BackgroundWorker.OnDoWork(DoWorkEventArgs e) at System.ComponentModel.BackgroundWorker.WorkerThreadStart(Object argument)"Nie można odnaleźć określonego modułu" = "Couldn't find specified module" or sth like that. At least I could test the translation I made //Okay, that was my fault - I forgot not to make System Restore Point. Sorry about that.
  2. Here's updated Polish translation. http://yojo2.ovh.org/pl.resx Hope it's not too late and this translation will make it to the new release
  3. yojo2 replied to W3bbo's topic in XPize
    System Restore icon seems to be wrongly resized or sth. It would be a good idea to fix it (if it's not fixed yet by XPize - I can't check it now)
  4. yojo2 replied to W3bbo's topic in XPize
    I'm glad that I could help I hope that new version of XPize gets released soon.
  5. yojo2 replied to W3bbo's topic in XPize
    Here you go: XP: OSVersion : Microsoft Windows NT 5.1.2600 Dodatek Service Pack 3 ServicePack: Dodatek Service Pack 3 -------------------------------------------------------------------------------- Symbols osversion 5,1 servicepack -1 architecture 32 installlang 1045 Expression ToString() ( osversion == 5.1 && servicepack == 3 && architecture == 32 ) Tokenize '(', 'osversion', '==', '5.1', '&&', 'servicepack', '==', '3', '&&', 'architecture', '==', '32', ')' Evaluate Result: 0 -------------------------------------------------------------------------------- Symbols osversion 5,1 servicepack -1 architecture 32 installlang 1045 Expression ToString() ( osversion == 5.2 && servicepack == 2 && architecture == 32 ) Tokenize '(', 'osversion', '==', '5.2', '&&', 'servicepack', '==', '2', '&&', 'architecture', '==', '32', ')' Evaluate Result: 0 -------------------------------------------------------------------------------- Symbols osversion 5,1 servicepack -1 architecture 32 installlang 1045 Expression ToString() ( osversion == 5.2 && servicepack == 2 && architecture == 64 ) Tokenize '(', 'osversion', '==', '5.2', '&&', 'servicepack', '==', '2', '&&', 'architecture', '==', '64', ')' Evaluate Result: 02003: OSVersion : Microsoft Windows NT 5.2.3790 Dodatek Service Pack 2 ServicePack: Dodatek Service Pack 2 -------------------------------------------------------------------------------- Symbols osversion 5,2 servicepack -1 architecture 32 installlang 1045 Expression ToString() ( osversion == 5.1 && servicepack == 3 && architecture == 32 ) Tokenize '(', 'osversion', '==', '5.1', '&&', 'servicepack', '==', '3', '&&', 'architecture', '==', '32', ')' Evaluate Result: 0 -------------------------------------------------------------------------------- Symbols osversion 5,2 servicepack -1 architecture 32 installlang 1045 Expression ToString() ( osversion == 5.2 && servicepack == 2 && architecture == 32 ) Tokenize '(', 'osversion', '==', '5.2', '&&', 'servicepack', '==', '2', '&&', 'architecture', '==', '32', ')' Evaluate Result: 0 -------------------------------------------------------------------------------- Symbols osversion 5,2 servicepack -1 architecture 32 installlang 1045 Expression ToString() ( osversion == 5.2 && servicepack == 2 && architecture == 64 ) Tokenize '(', 'osversion', '==', '5.2', '&&', 'servicepack', '==', '2', '&&', 'architecture', '==', '64', ')' Evaluate Result: 0
  6. yojo2 replied to W3bbo's topic in XPize
    I know that Still it doesn't help to solve this problem. /ignoreCondition switch itself works, it stops this error message from being shown on Windows 2003: --------------------------- Anolis Installer --------------------------- This package can only be installed on 32-bit Windows XP with Service Pack 3. --------------------------- OK ---------------------------
  7. yojo2 replied to W3bbo's topic in XPize
    ...that's strange, even with /ignoreCondition switch I get this error message.
  8. yojo2 replied to W3bbo's topic in XPize
    Yes, for sure it's Release 4.
  9. yojo2 replied to W3bbo's topic in XPize
    Here you go:-------------------------------------------------------------------------------- Symbols osversion 5,1 servicepack -1 architecture 32 installlang 1045 Expression ToString() ( osversion == 5.1 && servicepack == 3 && architecture = = 32 ) Tokenize '(', 'osversion', '==', '5.1', '&&', 'servicepack', '==' , '3', '&&', 'architecture', '==', '32', ')' Evaluate ExpressionException: Undefined symbol: "5.1" at position 18 -------------------------------------------------------------------------------- Symbols osversion 5,1 servicepack -1 architecture 32 installlang 1045 Expression ToString() ( osversion == 5.2 && servicepack == 2 && architecture = = 32 ) Tokenize '(', 'osversion', '==', '5.2', '&&', 'servicepack', '==' , '2', '&&', 'architecture', '==', '32', ')' Evaluate ExpressionException: Undefined symbol: "5.2" at position 18 -------------------------------------------------------------------------------- Symbols osversion 5,1 servicepack -1 architecture 32 installlang 1045 Expression ToString() ( osversion == 5.2 && servicepack == 2 && architecture = = 64 ) Tokenize '(', 'osversion', '==', '5.2', '&&', 'servicepack', '==' , '2', '&&', 'architecture', '==', '64', ')' Evaluate ExpressionException: Undefined symbol: "5.2" at position 18On Windows 2003 SP2 (Polish) there is the same problem. -------------------------------------------------------------------------------- Symbols osversion 5,2 servicepack -1 architecture 32 installlang 1045 Expression ToString() ( osversion == 5.1 && servicepack == 3 && architecture = = 32 ) Tokenize '(', 'osversion', '==', '5.1', '&&', 'servicepack', '==' , '3', '&&', 'architecture', '==', '32', ')' Evaluate ExpressionException: Undefined symbol: "5.1" at position 18 -------------------------------------------------------------------------------- Symbols osversion 5,2 servicepack -1 architecture 32 installlang 1045 Expression ToString() ( osversion == 5.2 && servicepack == 2 && architecture = = 32 ) Tokenize '(', 'osversion', '==', '5.2', '&&', 'servicepack', '==' , '2', '&&', 'architecture', '==', '32', ')' Evaluate ExpressionException: Undefined symbol: "5.2" at position 18 -------------------------------------------------------------------------------- Symbols osversion 5,2 servicepack -1 architecture 32 installlang 1045 Expression ToString() ( osversion == 5.2 && servicepack == 2 && architecture = = 64 ) Tokenize '(', 'osversion', '==', '5.2', '&&', 'servicepack', '==' , '2', '&&', 'architecture', '==', '64', ')' Evaluate ExpressionException: Undefined symbol: "5.2" at position 18
  10. yojo2 replied to W3bbo's topic in XPize
    Hello, I've got a problem installing XPize. After running installer error message shows up: --------------------------- Anolis Installer --------------------------- You must be running Windows XP SP3 (or later) or Windows XP x64 SP2 (or later) to install locally. You may still patch an I386 folder though. --------------------------- OK --------------------------- I'm using Windows XP SP3 (Polish). Any ideas? /ignorePackageCondition doesn't help.

Account

Navigation

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.