Emulator - Ntlea Locale

NTLEA (NT Locale Emulator Advance) and its common successor, Locale Emulator

, are system utilities designed to run regional software (frequently Japanese visual novels or older legacy apps) on non-matching operating systems without changing the global system locale. GitHub Pages documentation 1. Executive Summary

NTLEA is a classic locale emulation tool that tricks applications into recognizing the OS language as something other than the actual system language. While NTLEA is considered "legacy," its modern equivalent, Locale Emulator (LE)

, is actively used on Windows 10 and 11 to solve compatibility issues such as (corrupted text) and regional startup locks. GitHub Pages documentation 2. Key Features and Capabilities Regional Simulation

: Emulates system region, language, and timezone settings on a per-app basis. Shell Integration

: Adds a context menu (right-click) option for quick launching. Portable Support

: NTLEA is known for being portable (usable from a USB) without full installation, unlike LE which requires local hooks. Architecture Support : Primarily supports 32-bit applications. Locale Emulator

: Supports 32-bit executables on both 32-bit and 64-bit systems. Successors : Tools like Locale_Remulator have emerged to support native 64-bit applications. SourceForge 3. Comparative Analysis Locale Emulator - GitHub Pages

Playing non-native software, especially Japanese visual novels or older legacy games, often leads to "garbled" text (mojibake) or crashes because of regional encoding issues. While Microsoft’s official is long dead, two community favorites— Locale Emulator —are the go-to fixes. The Direct Answer Locale Emulator (LE)

is the modern standard for Windows 10/11 users. It is stable, supports 64-bit systems, and integrates directly into your right-click context menu. (specifically the newer

) is a lightweight alternative often used if LE fails or for specific older software that requires deep registry faking. Comparing the Tools Locale Emulator (LE) NTLEA / ntleas Windows 10 & 11, Modern VNs Lightweight use, Legacy OS Context Menu (Right-click) GUI Launcher / Shortcuts Compatibility High (supports 32-bit & 64-bit) Medium (great for older apps) Actively Maintained Archived / Community forks How to Use Locale Emulator

Locale Emulator is generally preferred because it doesn't require you to restart your computer to change system-wide settings. Download & Extract : Get the latest version from the official GitHub repository Note: Do not move the folder after installation. LEInstaller.exe Install/Upgrade to set your default "Run in Japanese" profile.

Ensure "Timezone" is set to Tokyo (GMT+9) and "Location" is Japanese (Japan). : Right-click any or game shortcut and select Locale Emulator Run in Japanese Steam Community When to Use NTLEA (ntleas)

If Locale Emulator produces errors like "garbled text still appearing" or won't launch a specific 32-bit legacy app, is the best fallback. Registry Faking

: Unlike LE, which simulates the environment, ntleas can fake registry entries more aggressively, which some older DRM or installers require.

: It often runs as a standalone "loader" where you drag and drop the game onto the ntleas window. SourceForge Troubleshooting Common Issues


1.3 NTLEA Overview

NTLEA emerged as a third-party solution designed to bypass these limitations. It allows users to launch a target application within a simulated locale environment, effectively tricking the application into believing it is running on an operating system native to its target language.


3. Evolution and Variants

The development of NTLEA is a case study in open-source maintenance and branching. ntlea locale emulator

NTLite Locale Emulator: A Deep Feature Analysis

NTLEA (NT Locale Emulator) — often shortened to “NTLEA locale emulator” in user discussions — is a small but influential utility that fills a precise gap: it lets Windows run applications as if the system locale were set to another region, without changing global OS settings or requiring a reboot. This apparently niche capability has outsized importance for gamers, legacy software users, and regional software testers. Below is a concise, journalistically styled feature that explains what NTLEA does, why it matters, how it works in practice, and where it fits in today’s ecosystem.

What it solves

  • Windows historically ties character encoding, non-Unicode application behavior, and some locale-specific APIs to a “system locale” (a.k.a. ANSI code page). Many legacy programs — particularly older Japanese, Chinese, or Korean games and utilities — were written for non-Unicode encodings and assume that the system’s ANSI code page matches their intended language.
  • Changing the system locale in Windows requires administrative privileges, a reboot, and affects all applications. That’s inconvenient and risky for multi-lingual use.
  • NTLEA provides a per-process emulation of locale and code page behavior, letting a single app run under a different locale without altering system-wide settings. For many users this means the difference between an unusable program and a working one.

How it works (high level)

  • NTLEA intercepts and translates calls that rely on the system code page and locale (ANSI-to-Unicode conversions, certain file name or string APIs, resource loading, and locale-sensitive functions).
  • It injects a small DLL or launcher layer that maps the target code page and locale information into the process’s API calls, so the app believes it’s running under that locale.
  • The result is that text, menus, file access, and other locale-dependent behavior appear normal to the application while leaving the rest of the system unchanged.

Who uses it and why it matters

  • Retro gamers: Many classic Japanese PC games (pre-Unicode era) fail under Western locales. NTLEA lets these games display correct characters, accept input, and save/load files without changing the user’s environment.
  • Software preservationists and archivists: Running legacy applications is essential when preserving digital artifacts; NTLEA helps reproduce original runtime behavior.
  • Developers and testers: When testing localized versions of apps, testers can quickly run builds for different code pages without switching system settings or using separate virtual machines.
  • Casual users who download region-locked utilities or installers and need a quick compatibility fix.

Strengths

  • Lightweight and unobtrusive: It affects only targeted processes without requiring a system-level change or reboot.
  • Fast and accessible: Typically just a small wrapper or launcher; no VM or full OS reconfiguration required.
  • Solves a real compatibility problem that’s otherwise time-consuming to workaround.

Limitations and caveats

  • Targeted scope: NTLEA is focused on legacy/non-Unicode behavior. Modern Unicode-aware applications don’t need it and may not be helped.
  • Not a perfect emulation: Some programs rely on low-level or esoteric behavior of the original environment and still may fail; results vary by title.
  • Maintenance and compatibility: Depending on the specific NTLEA fork/version and the Windows release, there can be issues on modern Windows builds (security mitigations, API changes). Users should test.
  • Security concerns: NTLEA uses DLL injection/launcher techniques. Running it against untrusted binaries is risky; only use it for trusted software. Also, injected layers can conflict with antivirus heuristics.
  • Licensing and legal: Some users use NTLEA to run region-locked binaries; legal implications depend on software terms and local law.

How it compares to alternatives

  • System locale change: Native but global and disruptive; requires admin and reboot.
  • Virtual machines or separate OS installs: Very robust and sandboxed, but heavy and slower.
  • Application-specific patches or fan translations: When available, they’re often the best solution, but they take work and aren’t universal.
  • Wine (on Linux): Wine has its own locale/code page handling on non-Windows hosts; can't replace NTLEA for Windows-native troubleshooting on Windows itself. NTLEA occupies the niche between heavy isolation (VMs) and blunt global change (system locale) with minimal overhead.

Practical tips for users

  • Try the latest stable NTLEA fork compatible with your Windows version; community forks sometimes address modern-OS quirks.
  • Use NTLEA only with known, trusted programs and keep security software in mind.
  • Combine with modern Unicode fixes (fan patches) when available to maximize compatibility and reduce reliance on emulation.
  • If an app still crashes, try running it in a VM or seek a native localized build.

The future of locale emulation As Unicode is ubiquitous and modern applications are built to be locale-agnostic, the long-term need for tools like NTLEA is shrinking. Yet the world of legacy software and fandom preservation remains active; enthusiasts will continue to rely on lightweight compatibility layers for decades. NTLEA-style utilities are thus a niche but durable tool — a pragmatic bridge between contemporary systems and the quirks of software from another era.

Quick verdict NTLEA is an elegant, low-friction solution for a very specific problem: running non-Unicode, locale-dependent Windows applications without touching system settings. It isn’t a universal fix, and it carries typical DLL-injection trade-offs, but for retro gamers, archivists, and testers it’s often the most practical choice.

If you want, I can:

  • Suggest a short how-to to run a specific legacy Japanese game with NTLEA on modern Windows, or
  • List active NTLEA forks and where to find community-maintained builds. Which would you prefer?

🎮 Playing Imported Games? Don't Change Your Whole System Locale!

If you've ever tried to run a Japanese visual novel or an older regional title on a Western PC, you’ve likely run into the dreaded "mojibake" (corrupted text) or instant crashes. Most people assume they have to change their entire Windows system locale to Japanese, which requires a reboot and changes how files are displayed everywhere. Enter NTLEA (NT Locale Emulator Advance).

NTLEA is a lightweight tool designed to "trick" specific applications into thinking they are running on a different system locale. It’s a classic choice for gamers who need a portable, no-install-required solution. Why use NTLEA? No Reboot Required:

Unlike changing system settings in the Control Panel, you just launch the game through the emulator. High Compatibility:

It supports legacy apps from Windows XP all the way up to Windows 10/11. 64-bit Support:

While many older emulators only handle 32-bit, NTLEA (specifically the branch) supports both 32-bit and 64-bit applications. NTLEA (NT Locale Emulator Advance) and its common

You can keep it on a USB drive or right in your game folder without a formal installation. How to use it: Grab the latest version (like the zxyacb/ntlea build) and extract it to a folder. Configure: ntleasWin.exe

. You can set a default "Japanese" profile with the correct codepage (932). You can either drag your game’s

onto the NTLEA launcher or use the right-click context menu (if you choose to install it) to "Run with NTLEA".

Master Japanese Games: The Ultimate Guide to NTLEA Locale Emulator

If you’ve ever tried to run a classic Japanese visual novel or a niche indie title on a Western Windows PC, you’ve likely hit the "mojibake" wall—that frustrating mess of gibberish characters and immediate crashes. This happens because Windows defaults to your local system language, but many older Japanese programs require a Shift-JIS environment to function.

Enter NTLEA (NT Locale Emulator Advance). It is one of the most lightweight and reliable tools for bypassing regional restrictions on your PC. Here is everything you need to know about setting it up and why it’s a must-have for your gaming toolkit. What is NTLEA?

NTLEA is a locale emulator designed for Windows NT-based systems (which includes everything from Windows XP to Windows 11). It tricks a specific application into thinking it is running on an operating system with a different language and region setting—most commonly Japanese.

Unlike the official Windows "Language for non-Unicode programs" setting, which requires a full system restart every time you want to switch languages, NTLEA works on a per-app basis. You can run a Japanese game in one window and a Western browser in another without any conflict. Key Features of NTLEA

No Restart Required: Switch locales instantly for specific .exe files.

Low Footprint: It doesn’t install heavy background services; it’s a portable utility.

Context Menu Integration: Right-click any game to launch it in a different locale immediately.

High Compatibility: Excellent support for older 32-bit (x86) applications that newer emulators sometimes struggle with. How to Install and Use NTLEA

Setting up NTLEA is straightforward, but since it’s a community-driven tool, it requires a little manual configuration. 1. Download and Extract

Download the latest version of NTLEA (ensure you are using a "GUI" version for ease of use). Extract the contents of the ZIP folder to a permanent location, like C:\Program Files\NTLEA. 2. Run the Configuration (NtleaGUI.exe)

Open the folder and run NtleaGUI.exe. This is where you set your global preferences.

Common Setting: Set the "App Locale" to Japanese (Japan) and the "Encoding" to 932 (ANSI/OEM - Japanese Shift-JIS). 3. Install the Right-Click Menu

Inside the GUI, look for a button that says "Install" or "Add to Context Menu." Clicking this allows you to right-click any .exe file on your computer and see a "Run with NTLEA" option. 4. Launch Your Game Playing visual novels

Navigate to your game's folder, right-click the main executable, select the NTLEA option, and watch as the gibberish characters transform into proper Japanese text. NTLEA vs. Locale Emulator (LE)

In the community, you'll often hear about Locale Emulator (LE) as an alternative. Here’s how they compare:

NTLEA: Better for older Windows versions (XP/Vista/7) and specific legacy 32-bit apps. It is incredibly stable for "retro" PC gaming.

Locale Emulator (LE): Generally better for Windows 10 and 11 users and 64-bit applications. It has a more modern UI.

If a game fails to launch with Locale Emulator, NTLEA is usually the best backup choice because it handles hooks into the Windows kernel slightly differently. Troubleshooting Common Issues

"Missing DLL" Errors: Ensure you have the Microsoft Visual C++ Redistributable packages installed.

Antivirus Flags: Because NTLEA "hooks" into other programs to change their language, some antivirus software might flag it as a false positive. You may need to add it to your exclusions list.

Administrative Rights: If a game refuses to open, try running NtleaGUI.exe as an Administrator to ensure it has the permissions needed to modify the game's launch environment. Final Verdict

NTLEA remains a cornerstone for the international gaming community. It preserves the playability of thousands of titles that would otherwise be locked behind regional software barriers. Whether you're a fan of visual novels, doujin games, or legacy Japanese business software, NTLEA provides a seamless, "set-it-and-forget-it" solution.

Here’s a clear and informative text regarding NTLEA and Locale Emulator, two popular tools for running non-Unicode software in different regional/language environments on Windows.


NTLEA (NT Locale Emulator) and Locale Emulator: Overview

Both NTLEA (NT Locale Emulator, often referred to as NTLEAS or NTLEA Core) and Locale Emulator are Windows utilities designed to run legacy or foreign applications (e.g., Japanese, Chinese, or Korean games/software) without changing the system’s actual locale (non-Unicode settings). They hook into the application’s process to simulate a different language environment.

Key Differences & History

  • NTLEA – An older tool originally developed for Windows XP/Vista/7. It works by intercepting locale-related system calls and redirecting them. NTLEA has been largely succeeded by newer tools but still sees use for very old software. It sometimes requires manual configuration and may have compatibility issues on Windows 10/11.
  • Locale Emulator – A modern, actively maintained successor (often considered the improved version of NTLEA). It was inspired by NTLEA and AppLocale but built with better stability, easier context menu integration, and support for x64 applications. Works reliably on Windows 7 through 11.

Common Features

  • Run software in a different locale (e.g., Japanese Shift-JIS, Chinese GBK) without changing system settings.
  • No reboot required.
  • Can set custom timezone, UI language, and region options.
  • Lightweight, no admin rights required in most configurations.

How to Use (Locale Emulator as current standard)

  1. Download Locale Emulator from its official GitHub repository or trusted source.
  2. Install it (run LEInstaller.exe as admin).
  3. Right-click on any executable or shortcut → Locale EmulatorRun in Japanese (or other locale).
  4. Optionally create advanced presets via LEGUI.exe.

When to Use

  • Playing visual novels, eroge, or doujin games from Japan/China/Korea.
  • Running non-Unicode business software that displays garbled text.
  • Testing software under different regional formats.

Note – Locale Emulator is generally recommended over NTLEA for modern Windows systems. NTLEA is kept only for niche legacy compatibility.

Would you like step-by-step installation or troubleshooting tips for Locale Emulator?


NTLEA (NT Locale Emulator Advance) and its common successor, Locale Emulator

, are system utilities designed to run regional software (frequently Japanese visual novels or older legacy apps) on non-matching operating systems without changing the global system locale. GitHub Pages documentation 1. Executive Summary

NTLEA is a classic locale emulation tool that tricks applications into recognizing the OS language as something other than the actual system language. While NTLEA is considered "legacy," its modern equivalent, Locale Emulator (LE)

, is actively used on Windows 10 and 11 to solve compatibility issues such as (corrupted text) and regional startup locks. GitHub Pages documentation 2. Key Features and Capabilities Regional Simulation

: Emulates system region, language, and timezone settings on a per-app basis. Shell Integration

: Adds a context menu (right-click) option for quick launching. Portable Support

: NTLEA is known for being portable (usable from a USB) without full installation, unlike LE which requires local hooks. Architecture Support : Primarily supports 32-bit applications. Locale Emulator

: Supports 32-bit executables on both 32-bit and 64-bit systems. Successors : Tools like Locale_Remulator have emerged to support native 64-bit applications. SourceForge 3. Comparative Analysis Locale Emulator - GitHub Pages

Playing non-native software, especially Japanese visual novels or older legacy games, often leads to "garbled" text (mojibake) or crashes because of regional encoding issues. While Microsoft’s official is long dead, two community favorites— Locale Emulator —are the go-to fixes. The Direct Answer Locale Emulator (LE)

is the modern standard for Windows 10/11 users. It is stable, supports 64-bit systems, and integrates directly into your right-click context menu. (specifically the newer

) is a lightweight alternative often used if LE fails or for specific older software that requires deep registry faking. Comparing the Tools Locale Emulator (LE) NTLEA / ntleas Windows 10 & 11, Modern VNs Lightweight use, Legacy OS Context Menu (Right-click) GUI Launcher / Shortcuts Compatibility High (supports 32-bit & 64-bit) Medium (great for older apps) Actively Maintained Archived / Community forks How to Use Locale Emulator

Locale Emulator is generally preferred because it doesn't require you to restart your computer to change system-wide settings. Download & Extract : Get the latest version from the official GitHub repository Note: Do not move the folder after installation. LEInstaller.exe Install/Upgrade to set your default "Run in Japanese" profile.

Ensure "Timezone" is set to Tokyo (GMT+9) and "Location" is Japanese (Japan). : Right-click any or game shortcut and select Locale Emulator Run in Japanese Steam Community When to Use NTLEA (ntleas)

If Locale Emulator produces errors like "garbled text still appearing" or won't launch a specific 32-bit legacy app, is the best fallback. Registry Faking

: Unlike LE, which simulates the environment, ntleas can fake registry entries more aggressively, which some older DRM or installers require.

: It often runs as a standalone "loader" where you drag and drop the game onto the ntleas window. SourceForge Troubleshooting Common Issues


1.3 NTLEA Overview

NTLEA emerged as a third-party solution designed to bypass these limitations. It allows users to launch a target application within a simulated locale environment, effectively tricking the application into believing it is running on an operating system native to its target language.


3. Evolution and Variants

The development of NTLEA is a case study in open-source maintenance and branching.

NTLite Locale Emulator: A Deep Feature Analysis

NTLEA (NT Locale Emulator) — often shortened to “NTLEA locale emulator” in user discussions — is a small but influential utility that fills a precise gap: it lets Windows run applications as if the system locale were set to another region, without changing global OS settings or requiring a reboot. This apparently niche capability has outsized importance for gamers, legacy software users, and regional software testers. Below is a concise, journalistically styled feature that explains what NTLEA does, why it matters, how it works in practice, and where it fits in today’s ecosystem.

What it solves

How it works (high level)

Who uses it and why it matters

Strengths

Limitations and caveats

How it compares to alternatives

Practical tips for users

The future of locale emulation As Unicode is ubiquitous and modern applications are built to be locale-agnostic, the long-term need for tools like NTLEA is shrinking. Yet the world of legacy software and fandom preservation remains active; enthusiasts will continue to rely on lightweight compatibility layers for decades. NTLEA-style utilities are thus a niche but durable tool — a pragmatic bridge between contemporary systems and the quirks of software from another era.

Quick verdict NTLEA is an elegant, low-friction solution for a very specific problem: running non-Unicode, locale-dependent Windows applications without touching system settings. It isn’t a universal fix, and it carries typical DLL-injection trade-offs, but for retro gamers, archivists, and testers it’s often the most practical choice.

If you want, I can:

🎮 Playing Imported Games? Don't Change Your Whole System Locale!

If you've ever tried to run a Japanese visual novel or an older regional title on a Western PC, you’ve likely run into the dreaded "mojibake" (corrupted text) or instant crashes. Most people assume they have to change their entire Windows system locale to Japanese, which requires a reboot and changes how files are displayed everywhere. Enter NTLEA (NT Locale Emulator Advance).

NTLEA is a lightweight tool designed to "trick" specific applications into thinking they are running on a different system locale. It’s a classic choice for gamers who need a portable, no-install-required solution. Why use NTLEA? No Reboot Required:

Unlike changing system settings in the Control Panel, you just launch the game through the emulator. High Compatibility:

It supports legacy apps from Windows XP all the way up to Windows 10/11. 64-bit Support:

While many older emulators only handle 32-bit, NTLEA (specifically the branch) supports both 32-bit and 64-bit applications.

You can keep it on a USB drive or right in your game folder without a formal installation. How to use it: Grab the latest version (like the zxyacb/ntlea build) and extract it to a folder. Configure: ntleasWin.exe

. You can set a default "Japanese" profile with the correct codepage (932). You can either drag your game’s

onto the NTLEA launcher or use the right-click context menu (if you choose to install it) to "Run with NTLEA".

Master Japanese Games: The Ultimate Guide to NTLEA Locale Emulator

If you’ve ever tried to run a classic Japanese visual novel or a niche indie title on a Western Windows PC, you’ve likely hit the "mojibake" wall—that frustrating mess of gibberish characters and immediate crashes. This happens because Windows defaults to your local system language, but many older Japanese programs require a Shift-JIS environment to function.

Enter NTLEA (NT Locale Emulator Advance). It is one of the most lightweight and reliable tools for bypassing regional restrictions on your PC. Here is everything you need to know about setting it up and why it’s a must-have for your gaming toolkit. What is NTLEA?

NTLEA is a locale emulator designed for Windows NT-based systems (which includes everything from Windows XP to Windows 11). It tricks a specific application into thinking it is running on an operating system with a different language and region setting—most commonly Japanese.

Unlike the official Windows "Language for non-Unicode programs" setting, which requires a full system restart every time you want to switch languages, NTLEA works on a per-app basis. You can run a Japanese game in one window and a Western browser in another without any conflict. Key Features of NTLEA

No Restart Required: Switch locales instantly for specific .exe files.

Low Footprint: It doesn’t install heavy background services; it’s a portable utility.

Context Menu Integration: Right-click any game to launch it in a different locale immediately.

High Compatibility: Excellent support for older 32-bit (x86) applications that newer emulators sometimes struggle with. How to Install and Use NTLEA

Setting up NTLEA is straightforward, but since it’s a community-driven tool, it requires a little manual configuration. 1. Download and Extract

Download the latest version of NTLEA (ensure you are using a "GUI" version for ease of use). Extract the contents of the ZIP folder to a permanent location, like C:\Program Files\NTLEA. 2. Run the Configuration (NtleaGUI.exe)

Open the folder and run NtleaGUI.exe. This is where you set your global preferences.

Common Setting: Set the "App Locale" to Japanese (Japan) and the "Encoding" to 932 (ANSI/OEM - Japanese Shift-JIS). 3. Install the Right-Click Menu

Inside the GUI, look for a button that says "Install" or "Add to Context Menu." Clicking this allows you to right-click any .exe file on your computer and see a "Run with NTLEA" option. 4. Launch Your Game

Navigate to your game's folder, right-click the main executable, select the NTLEA option, and watch as the gibberish characters transform into proper Japanese text. NTLEA vs. Locale Emulator (LE)

In the community, you'll often hear about Locale Emulator (LE) as an alternative. Here’s how they compare:

NTLEA: Better for older Windows versions (XP/Vista/7) and specific legacy 32-bit apps. It is incredibly stable for "retro" PC gaming.

Locale Emulator (LE): Generally better for Windows 10 and 11 users and 64-bit applications. It has a more modern UI.

If a game fails to launch with Locale Emulator, NTLEA is usually the best backup choice because it handles hooks into the Windows kernel slightly differently. Troubleshooting Common Issues

"Missing DLL" Errors: Ensure you have the Microsoft Visual C++ Redistributable packages installed.

Antivirus Flags: Because NTLEA "hooks" into other programs to change their language, some antivirus software might flag it as a false positive. You may need to add it to your exclusions list.

Administrative Rights: If a game refuses to open, try running NtleaGUI.exe as an Administrator to ensure it has the permissions needed to modify the game's launch environment. Final Verdict

NTLEA remains a cornerstone for the international gaming community. It preserves the playability of thousands of titles that would otherwise be locked behind regional software barriers. Whether you're a fan of visual novels, doujin games, or legacy Japanese business software, NTLEA provides a seamless, "set-it-and-forget-it" solution.

Here’s a clear and informative text regarding NTLEA and Locale Emulator, two popular tools for running non-Unicode software in different regional/language environments on Windows.


NTLEA (NT Locale Emulator) and Locale Emulator: Overview

Both NTLEA (NT Locale Emulator, often referred to as NTLEAS or NTLEA Core) and Locale Emulator are Windows utilities designed to run legacy or foreign applications (e.g., Japanese, Chinese, or Korean games/software) without changing the system’s actual locale (non-Unicode settings). They hook into the application’s process to simulate a different language environment.

Key Differences & History

Common Features

How to Use (Locale Emulator as current standard)

  1. Download Locale Emulator from its official GitHub repository or trusted source.
  2. Install it (run LEInstaller.exe as admin).
  3. Right-click on any executable or shortcut → Locale EmulatorRun in Japanese (or other locale).
  4. Optionally create advanced presets via LEGUI.exe.

When to Use

Note – Locale Emulator is generally recommended over NTLEA for modern Windows systems. NTLEA is kept only for niche legacy compatibility.

Would you like step-by-step installation or troubleshooting tips for Locale Emulator?