Created Unassigned: How can you config NTLEAS to have an option on right click? [12]
Commented Unassigned: How can you config NTLEAS to have an option on right click? [12]
Comments: If I see the screenshot on the home page, it seems like I can configure NTLEAS so that when I just right click on a program it'll have an option to run it with NTLEAS but I can't seem to be able to do it.
Commented Unassigned: How can you config NTLEAS to have an option on right click? [12]
Comments: Click the arrow at the right bottom of the Ntleas Configuration.
Commented Unassigned: 所有程序都无法运行 [11]
Comments: Click "Save & Run" in Ntleas Configuration.
Created Unassigned: No Compulsory Mode? [13]
Closed Unassigned: How can you config NTLEAS to have an option on right click? [12]
Comments: YNagato Thanks for your reply. I'm really rare online now for personal reasons :D.
Created Unassigned: LiveMaker games crash on launch when certain font is installed [14]
http://www.creamundo.com/en/terminator_cyr_semi-expanded_bold
When it is installed and you try to run LiveMaker game with Ntleas, it will crash.
Without either Ntleas or this font installed, the game does not crash on launch.
Source code checked in, #79d3ebaabfe84b99d3724f5c4cab9ca6090a9908
Released: Ntleas Core.GUI Build 45 (May 09, 2015)
Build: 45
Description
fix bugs with some game error system font.
Created Release: Ntleas Core.GUI Build 45 (五月 09, 2015)
Build: 45
Description
fix bugs with some game error system font.
Updated Wiki: Home
Ntlea is
A Window NT series Locale Emualtor Software Originated by LoveHina Advance. It is fast, small size, full open source as assembly code, with customize and no other dependency utility. Now it is in history. While
Ntleas is
A fully rewrite using C source instead of original assembly source, named as the successor of its senior,inherited all input parameters as ntlea. with some new features below:
- Support From WinXP-SP2 to Current Windows 8.1, and it'll be compatible with Windows 10
- Support Random BaseAddress Application Hook, and Some special non-standard Window Message Handling Hook (while ntlea may crash there)
- Support a lot of RMXP/RMVX applications, and more compatible under X64 system to run X86 applications
- Support Hook TabCtrl Message-Handler, to fix garbled-strings special in windows 8 / 8.1
and will be more ... See Change Logs to find more informations on recent changes or news.
Thanks to everyone gave us help, and ntleas will also be open source as its senior ntlea, just after the application approaches more stable, seeThis Planning, hope you could support it and us :D
Donations
Donations are greatly appreciated. If you find Ntleas useful, or are otherwise just of the generous nature, and would like to make a donation to this project, we accept donation's via PayPal :)
Contributions
Currently, our main targets are :
- Testing more games / applications for stability. Submit errors as issues, we'll do our best to dig in it and try fixing it. Please, don't just tell us a simple error description, we suggest you to follow How to Feedback.
- Original NtleaGUI was also no longer maintained, a new GUI should be required.Currently, popcade helped me built a simple util, thanks a lot :D.
- Find some methods Hooking for avoiding system Dependency. With Windows System Upgrade, Current method of Hooking on each function would have to be rechecked, that's dummy and trival things.
- Support native X64 application if possible, maybe changed its dependency on mhook or still use X64 version manually( but MSVC is not support x64 inline assembly). And more, maybe considerate compiling through MSYS/MINGW/GCC.
The Author AVC also pointed out that hooking, which is currently main & simple method is not very good method to location emulate, he did have doneanother new method on sys driver. Is there any new method to lead location-emu??
AVC also told me that LE is using some more latest hook techniques than ntlea, but what's new? So the main reason I took a lil time to learn the techniques of Locale Emualtor were:
- Why Locale Emulator could do more accurate translation on many VCL like customized controls than ntlea(s).
- Why Locale Emulator could not be used inside spoon and something like portable softwares.
But the result was yet not very successful, cuz of partial source(many sources missing there), and I could only guess its methods & tricks,here will be my simple Notes.
If you have interesting helping or joining, send us a message or leave us a feedback! And if you want to help but don't know how to or have no time, tell your friends about new ntlea, he / she may be just in trouble and needs it.
More About Ntleas
Ntleas was begin at 2013.11, with translation to C and bug fixed in 2 months. The First Public Beta Release was at 2014.1.30, the last day of Chinese-Year ; )
Background & Motivations
There already were Applocale, Location Emulator and Location Switch!, why Ntlea still should be rewrite, seethis inspiration. Ntleas is and will be just another choice among all Locale Emulators.
Snapshots
Commented Unassigned: No Compulsory Mode? [13]
Comments: Hi, Please provide example project for debugging, thanks.
Commented Unassigned: 所有程序都无法运行 [11]
Comments: Hi, Please try alternative NTLEA8 GUI, if game/app does not work, you can provide us the examples. BTW, you may try let NTLEA8/NTLEAS/NTLEAGUI to run in admin mode.
Updated Wiki: Home
Ntlea is
A Window NT series Locale Emualtor Software Originated by LoveHina Advance. It is fast, small size, full open source as assembly code, with customize and no other dependency utility. Now it is in history. While
Ntleas is
A fully rewrite using C source instead of original assembly source, named as the successor of its senior,inherited all input parameters as ntlea. with some new features below:
- Support From WinXP-SP2 to Current Windows 10(incuding: XP/Vista/7/8/8.1)
- Support Random BaseAddress Application Hook, and Some special non-standard Window Message Handling Hook (while ntlea may crash there)
- Support a lot of RMXP/RMVX applications, and more compatible under X64 system to run X86 applications
- Support Hook TabCtrl Message-Handler, to fix garbled-strings special in windows 8 / 8.1
and will be more ... See Change Logs to find more informations on recent changes or news.
Thanks to everyone gave us help, and ntleas will also be open source as its senior ntlea, just after the application approaches more stable, seeThis Planning, hope you could support it and us :D
Donations
Donations are greatly appreciated. If you find Ntleas useful, or are otherwise just of the generous nature, and would like to make a donation to this project, we accept donation's via PayPal :)
Contributions
Currently, our main targets are :
- Testing more games / applications for stability. Submit errors as issues, we'll do our best to dig in it and try fixing it. Please, don't just tell us a simple error description, we suggest you to follow How to Feedback.
- Original NtleaGUI was also no longer maintained, a new GUI should be required.Currently, popcade helped me built a simple util, thanks a lot :D.
- Find some methods Hooking for avoiding system Dependency. With Windows System Upgrade, Current method of Hooking on each function would have to be rechecked, that's dummy and trival things.
- Support native X64 application if possible, maybe changed its dependency on mhook or still use X64 version manually( but MSVC is not support x64 inline assembly). And more, maybe considerate compiling through MSYS/MINGW/GCC.
The Author AVC also pointed out that hooking, which is currently main & simple method is not very good method to location emulate, he did have doneanother new method on sys driver. Is there any new method to lead location-emu??
AVC also told me that LE is using some more latest hook techniques than ntlea, but what's new? So the main reason I took a lil time to learn the techniques of Locale Emualtor were:
- Why Locale Emulator could do more accurate translation on many VCL like customized controls than ntlea(s).
- Why Locale Emulator could not be used inside spoon and something like portable softwares.
But the result was yet not very successful, cuz of partial source(many sources missing there), and I could only guess its methods & tricks,here will be my simple Notes.
If you have interesting helping or joining, send us a message or leave us a feedback! And if you want to help but don't know how to or have no time, tell your friends about new ntlea, he / she may be just in trouble and needs it.
More About Ntleas
Ntleas was begin at 2013.11, with translation to C and bug fixed in 2 months. The First Public Beta Release was at 2014.1.30, the last day of Chinese-Year ; )
Background & Motivations
There already were Applocale, Location Emulator and Location Switch!, why Ntlea still should be rewrite, seethis inspiration. Ntleas is and will be just another choice among all Locale Emulators.
Snapshots
Updated Wiki: Home
Ntlea is
A Window NT series Locale Emualtor Software Originated by LoveHina Advance. It is fast, small size, full open source as assembly code, with customize and no other dependency utility. Now it is in history. While
Ntleas is
A fully rewrite using C source instead of original assembly source, named as the successor of its senior,inherited all input parameters as ntlea. with some new features below:
- Support From WinXP-SP2 to Current Windows 10(including: XP/Vista/7/8/8.1)
- Support Random BaseAddress Application Hook, and Some special non-standard Window Message Handling Hook (while ntlea may crash there)
- Support a lot of RMXP/RMVX applications, and more compatible under X64 system to run X86 applications
- Support Hook TabCtrl Message-Handler, to fix garbled-strings special in windows 8 / 8.1
and will be more ... See Change Logs to find more informations on recent changes or news.
Thanks to everyone gave us help, and ntleas will also be open source as its senior ntlea, just after the application approaches more stable, seeThis Planning, hope you could support it and us :D
Donations
Donations are greatly appreciated. If you find Ntleas useful, or are otherwise just of the generous nature, and would like to make a donation to this project, we accept donation's via PayPal :)
Contributions
Currently, our main targets are :
- Testing more games / applications for stability. Submit errors as issues, we'll do our best to dig in it and try fixing it. Please, don't just tell us a simple error description, we suggest you to follow How to Feedback.
- Original NtleaGUI was also no longer maintained, a new GUI should be required.Currently, popcade helped me built a simple util, thanks a lot :D.
- Find some methods Hooking for avoiding system Dependency. With Windows System Upgrade, Current method of Hooking on each function would have to be rechecked, that's dummy and trival things.
- Support native X64 application if possible, maybe changed its dependency on mhook or still use X64 version manually( but MSVC is not support x64 inline assembly). And more, maybe considerate compiling through MSYS/MINGW/GCC.
The Author AVC also pointed out that hooking, which is currently main & simple method is not very good method to location emulate, he did have doneanother new method on sys driver. Is there any new method to lead location-emu??
AVC also told me that LE is using some more latest hook techniques than ntlea, but what's new? So the main reason I took a lil time to learn the techniques of Locale Emualtor were:
- Why Locale Emulator could do more accurate translation on many VCL like customized controls than ntlea(s).
- Why Locale Emulator could not be used inside spoon and something like portable softwares.
But the result was yet not very successful, cuz of partial source(many sources missing there), and I could only guess its methods & tricks,here will be my simple Notes.
If you have interesting helping or joining, send us a message or leave us a feedback! And if you want to help but don't know how to or have no time, tell your friends about new ntlea, he / she may be just in trouble and needs it.
More About Ntleas
Ntleas was begin at 2013.11, with translation to C and bug fixed in 2 months. The First Public Beta Release was at 2014.1.30, the last day of Chinese-Year ; )
Background & Motivations
There already were Applocale, Location Emulator and Location Switch!, why Ntlea still should be rewrite, seethis inspiration. Ntleas is and will be just another choice among all Locale Emulators.
Snapshots
Source code checked in, #07023b2f0e30dff61ba491eb5a2088c6c391cc57
Released: Ntleas Core.GUI Build 46 (Aug 02, 2015)
Build: 46
Description
restore : enable font flag to be valid again, cuz the method auto detect fontface was not work perfect from Build 41 as I want.
Created Release: Ntleas Core.GUI Build 46 (八月 02, 2015)
Build: 46
Description
restore : enable font flag to be valid again, cuz the method auto detect fontface was not work perfect from Build 41 as I want.
Updated Wiki: Home
Ntlea is
A Windows NT series Locale Emualtor Software Originated by LoveHina Advance. It is fast, small size, full open source as assembly code, with customize and no other dependency utility. Now it is in history. While
Ntleas is
A fully rewrite using C source instead of original assembly source, named as the successor of its senior,inherited all input parameters as ntlea. with some new features below:
- Support From WinXP-SP2 to Current Windows 10(including: XP/Vista/7/8/8.1/10)
- Support Random BaseAddress Application Hook, and Some special non-standard Window Message Handling Hook (while ntlea may crash there)
- Support a lot of RMXP/RMVX applications, and more compatible under X64 system to run X86 applications
- Support Hook TabCtrl Message-Handler, to fix garbled-strings special in windows 8 / 8.1
and will be more ... See Change Logs to find more informations on recent changes or news.
Thanks to everyone gave us help, and ntleas will also be open source as its senior ntlea, just after the application approaches more stable, seeThis Planning, hope you could support it and us :D
Donations
Donations are greatly appreciated. If you find Ntleas useful, or are otherwise just of the generous nature, and would like to make a donation to this project, we accept donation's via PayPal :)
Contributions
Currently, our main targets are :
- Testing more games / applications for stability. Submit errors as issues, we'll do our best to dig in it and try fixing it. Please, don't just tell us a simple error description, we suggest you to follow How to Feedback.
- Original NtleaGUI was also no longer maintained, a new GUI should be required.Currently, popcade helped me built a simple util, thanks a lot :D.
- Find some methods Hooking for avoiding system Dependency. With Windows System Upgrade, Current method of Hooking on each function would have to be rechecked, that's dummy and trival things.
- Support native X64 application if possible, maybe changed its dependency on mhook or still use X64 version manually( but MSVC is not support x64 inline assembly). And more, maybe considerate compiling through MSYS/MINGW/GCC.
The Author AVC also pointed out that hooking, which is currently main & simple method is not very good method to location emulate, he did have doneanother new method on sys driver. Is there any new method to lead location-emu??
AVC also told me that LE is using some more latest hook techniques than ntlea, but what's new? So the main reason I took a lil time to learn the techniques of Locale Emualtor were:
- Why Locale Emulator could do more accurate translation on many VCL like customized controls than ntlea(s).
- Why Locale Emulator could not be used inside spoon and something like portable softwares.
But the result was yet not very successful, cuz of partial source(many sources missing there), and I could only guess its methods & tricks,here will be my simple Notes.
If you have interesting helping or joining, send us a message or leave us a feedback! And if you want to help but don't know how to or have no time, tell your friends about new ntlea, he / she may be just in trouble and needs it.
More About Ntleas
Ntleas was begin at 2013.11, with translation to C and bug fixed in 2 months. The First Public Beta Release was at 2014.1.30, the last day of Chinese-Year ; )
Background & Motivations
There already were Applocale, Location Emulator and Location Switch!, why Ntlea still should be rewrite, seethis inspiration. Ntleas is and will be just another choice among all Locale Emulators.
Snapshots