PhoenixPE Project

Place to discuss any other projects
User avatar
tonyadams
Registered User
Posts: 47
Joined: Sat 25 Feb, 2023 5:47 pm
Location: Gods Own Country

Re: PhoenixPE Project

Post by tonyadams »

Homes32 wrote: Sat 15 Jul, 2023 1:49 pm
APT wrote: Wed 12 Jul, 2023 12:15 am Yep, I get the same error, tested in a VM anyway, and verified file does exist in target system32 -v10.0.22621.457
from Win11 source, - will test from Win10 source
It works in Win10 so must be a change in Win11. If you run with a debugger (like x32dbg) the .dll loads, but is then unloaded shortly thereafter.

it works in any version of windows 11 i have tried it with on various laptops - so surely the problem is related to Phoenix - i dont doubt its something microsoft have done but they are not going to sort things and the wifi software seems unsupported its certainly been a while since it was updated

if its not solvable in Phoenix then a note could be added maybe?????
User avatar
Homes32
Code Baker
Posts: 52
Joined: Sun 06 Jun, 2021 8:10 pm

Re: PhoenixPE Project

Post by Homes32 »

tonyadams wrote: Sat 15 Jul, 2023 2:44 pm
Homes32 wrote: Sat 15 Jul, 2023 1:49 pm
APT wrote: Wed 12 Jul, 2023 12:15 am Yep, I get the same error, tested in a VM anyway, and verified file does exist in target system32 -v10.0.22621.457
from Win11 source, - will test from Win10 source
It works in Win10 so must be a change in Win11. If you run with a debugger (like x32dbg) the .dll loads, but is then unloaded shortly thereafter.

it works in any version of windows 11 i have tried it with on various laptops - so surely the problem is related to Phoenix - i dont doubt its something microsoft have done but they are not going to sort things and the wifi software seems unsupported its certainly been a while since it was updated

if its not solvable in Phoenix then a note could be added maybe?????
most likely a dependency of wlanapi.dll is the missing or causing the issue, so we should be able to sort it out.
User avatar
APT
Code Baker
Posts: 180
Joined: Sun 06 Jun, 2021 10:44 am
Location: UK

Re: PhoenixPE Project

Post by APT »

same problem occurs in XPE with a win11 source (at least in a VM)
Always use the latest distribution file for your particular project and any post-release updated plugins. If you add files from old postings relating to previous versions, don't be surprised if they cause errors.
User avatar
Homes32
Code Baker
Posts: 52
Joined: Sun 06 Jun, 2021 8:10 pm

Re: PhoenixPE Project

Post by Homes32 »

issue resolved in commit 98f8022.

main issue was that Win11 introduced a dependency to mobilenetworking.dll in wlanapi.dll, which caused wlanapi.dll to fail it's initialization. This and other 32bit dependencies have been included in the most recent script.

Cheers!
Homes32
User avatar
tonyadams
Registered User
Posts: 47
Joined: Sat 25 Feb, 2023 5:47 pm
Location: Gods Own Country

Re: PhoenixPE Project

Post by tonyadams »

Homes32 wrote: Wed 19 Jul, 2023 3:11 am issue resolved in commit 98f8022.

main issue was that Win11 introduced a dependency to mobilenetworking.dll in wlanapi.dll, which caused wlanapi.dll to fail it's initialization. This and other 32bit dependencies have been included in the most recent script.

Cheers!
Homes32
excellent - many thanks

a sideways question - have you any idea where the registration info is stored - i have installed it on a laptop and one option in the PE install is to point to the reg info but i have no idea where it is - i have searched in the reg and deleted all reference to it i can find but it still shows as activated so i guess its some key not referenced to Lizard or the program
User avatar
Homes32
Code Baker
Posts: 52
Joined: Sun 06 Jun, 2021 8:10 pm

Re: PhoenixPE Project

Post by Homes32 »

tonyadams wrote: Wed 19 Jul, 2023 7:02 am
Homes32 wrote: Wed 19 Jul, 2023 3:11 am issue resolved in commit 98f8022.

main issue was that Win11 introduced a dependency to mobilenetworking.dll in wlanapi.dll, which caused wlanapi.dll to fail it's initialization. This and other 32bit dependencies have been included in the most recent script.

Cheers!
Homes32
excellent - many thanks

a sideways question - have you any idea where the registration info is stored - i have installed it on a laptop and one option in the PE install is to point to the reg info but i have no idea where it is - i have searched in the reg and deleted all reference to it i can find but it still shows as activated so i guess its some key not referenced to Lizard or the program
They use a 3rd party library to handle the license/registration keys. They are encrypted and stored in HKLM\SOFTWARE\\Licenses and HKLM\SOFTWARE\WOW6432Node\Licenses for 32bit
Keep in mind that this 3rd party library is also used by other developers from other companies as well, so unrelated software that also makes use of this library may also be present in this key. Since the information is encrypted/obfuscated we really don't know which entries go to which software that may be present unless we can observe the software on that system, so Phoenix simply copies the entire reg key. If you looking to export off another system, exporting HKLM\SOFTWARE\WOW6432Node\Licenses to a .reg file and supplying the path to this file in the script interface should register the software in PhoenixPE.
tsherr
Registered User
Posts: 26
Joined: Tue 29 Jun, 2021 4:33 pm

Re: PhoenixPE Project

Post by tsherr »

tsherr wrote: Thu 13 Jul, 2023 3:18 pm Question on touchpad drivers. Is there a good generic driver that will work with most touchpads? I find that some laptops (Acer especially) don't seem to work regardless of the driver I try.
I've not come across one in my lifetime. Your best bet if you have access to working systems is to export the drivers from each laptop with Drivers > Driver Integration > Export Host Drivers button or DISM and then include them in your build.
[/quote]

Yeah, good idea. I should have thought of that. Thanks!
User avatar
Homes32
Code Baker
Posts: 52
Joined: Sun 06 Jun, 2021 8:10 pm

Re: PhoenixPE Project

Post by Homes32 »

Release 2023-08-03 has been published on github

Summer's are always busy, so this is primarily a maintenance release to update app URL's and fix some annoying bugs.

Cheers! :cheers:

Homes32
victorka1
Newly Registered User
Posts: 2
Joined: Sun 30 Jul, 2023 2:09 am

Re: PhoenixPE Project

Post by victorka1 »

Hello!
I build last Phoenix PE from release 08/03/2023. After booting from USB All host drives are offline.
Is it a known issue? May be I forget something? Please, help.
tsherr
Registered User
Posts: 26
Joined: Tue 29 Jun, 2021 4:33 pm

Re: PhoenixPE Project

Post by tsherr »

When I do a build with Phoenix (both the most recent version and one back) - if I check off Powershell Core and/or Powershell, it fails with an error.

The full logs say:

Code: Select all

[Error] Macro - Invalid command [Call] (Call,TargetVersion,,1x) (Line 109)

[Warning] Echo - An error occurred building PhoenixPE. Please check the build log for details.

A support package was generated and saved to 
    C:\PE\PhoenixPE\Logs (Echo,%BuildExitMsg%,Warn) (Line 168)

[Warning] Build stopped by error

The system log has this:

Code: Select all

[2023-07-27 11:47:06 AM] [Info] Build [Networking - Button [btn_PENMEditor]] started
[2023-07-27 11:47:07 AM] [Info] Build [Networking - Button [btn_PENMEditor]] finished (0:00:01)
[2023-07-27 12:09:58 PM] [Error] Unable to find encoded image [] (Image_Software=,1,5,275,2,55,47)
[2023-07-27 12:10:15 PM] [Info] Build [PowerShell Core - Button [Button_Download_PowerShell_Core_Setup_x64_Web]] started
[2023-07-27 12:10:15 PM] [Info] Build [PowerShell Core - Button [Button_Download_PowerShell_Core_Setup_x64_Web]] finished (0:00:00)
[2023-07-27 12:10:15 PM] [Error] Unable to find encoded image [] (Image_Software=,1,5,275,2,55,47)
[2023-07-27 12:10:41 PM] [Info] Build [PowerShell Core - Button [Button_Download_PowerShell_Core_Custom_x64_Web]] started
[2023-07-27 12:10:41 PM] [Info] Build [PowerShell Core - Button [Button_Download_PowerShell_Core_Custom_x64_Web]] finished (0:00:00)
[2023-07-27 12:10:42 PM] [Error] Unable to find encoded image [] (Image_Software=,1,5,275,2,55,47)
[2023-07-27 12:10:44 PM] [Info] Build [PowerShell Core - Button [Button_Download_PowerShell_Core_Custom_x86_Web]] started
[2023-07-27 12:10:44 PM] [Info] Build [PowerShell Core - Button [Button_Download_PowerShell_Core_Custom_x86_Web]] finished (0:00:00)
[2023-07-27 12:10:44 PM] [Error] Unable to find encoded image [] (Image_Software=,1,5,275,2,55,47)
[2023-07-27 12:10:49 PM] [Info] Build [PowerShell Core - Button [Button_Download_PowerShell_Core_Setup_x64_Web]] started
[2023-07-27 12:10:49 PM] [Info] Build [PowerShell Core - Button [Button_Download_PowerShell_Core_Setup_x64_Web]] finished (0:00:00)
[2023-07-27 12:10:49 PM] [Error] Unable to find encoded image [] (Image_Software=,1,5,275,2,55,47)
[2023-07-27 12:10:51 PM] [Info] Build [PowerShell Core - Button [Button_Download_PowerShell_Core_Custom_x64_Web]] started
[2023-07-27 12:10:52 PM] [Info] Build [PowerShell Core - Button [Button_Download_PowerShell_Core_Custom_x64_Web]] finished (0:00:00)
[2023-07-27 12:10:52 PM] [Error] Unable to find encoded image [] (Image_Software=,1,5,275,2,55,47)
[2023-07-27 12:12:10 PM] [Info] Build [PowerShell Core - Button [Button_Download_PowerShell_Core_Setup_x64_Web]] started
[2023-07-27 12:12:10 PM] [Info] Build [PowerShell Core - Button [Button_Download_PowerShell_Core_Setup_x64_Web]] finished (0:00:00)
[2023-07-27 12:12:11 PM] [Error] Unable to find encoded image [] (Image_Software=,1,5,275,2,55,47)
[2023-07-27 12:12:48 PM] [Error] Unable to find encoded image [] (Image_Software=,1,5,275,2,55,47)
[2023-07-27 12:13:31 PM] [Info] Build [PowerShell Core - Button [Button_Download_PowerShell_Core_Custom_x64_Web]] started
[2023-07-27 12:13:31 PM] [Info] Build [PowerShell Core - Button [Button_Download_PowerShell_Core_Custom_x64_Web]] finished (0:00:00)
[2023-07-27 12:13:31 PM] [Error] Unable to find encoded image [] (Image_Software=,1,5,275,2,55,47)
[2023-07-27 12:13:41 PM] [Info] Build [PowerShell Core - Button [Button_Download_PowerShell_Core_Custom_x64_Web]] started
[2023-07-27 12:13:41 PM] [Info] Build [PowerShell Core - Button [Button_Download_PowerShell_Core_Custom_x64_Web]] finished (0:00:00)
[2023-07-27 12:13:42 PM] [Error] Unable to find encoded image [] (Image_Software=,1,5,275,2,55,47)
[2023-07-27 12:14:49 PM] [Info] Build [PowerShell Core - Run] started
[2023-07-27 12:14:49 PM] [Info] Build [PowerShell Core - Run] finished (0:00:00)
[2023-07-27 12:14:49 PM] [Error] Unable to find encoded image [] (Image_Software=,1,5,275,2,55,47)
[2023-07-27 12:15:00 PM] [Error] Unable to find encoded image [] (Image_Software=,1,5,275,2,55,47)
[2023-07-27 12:16:42 PM] [Info] Build [PowerShell Core - Run] started
[2023-07-27 12:16:42 PM] [Info] Build [PowerShell Core - Run] finished (0:00:00)
[2023-07-27 12:16:42 PM] [Error] Unable to find encoded image [] (Image_Software=,1,5,275,2,55,47)
[2023-07-27 12:16:58 PM] [Error] Unable to find encoded image [] (Image_Software=,1,5,275,2,55,47)
[2023-07-27 12:17:44 PM] [Info] Build [PowerShell Core - Run] started
[2023-07-27 12:17:44 PM] [Info] Build [PowerShell Core - Run] finished (0:00:00)
[2023-07-27 12:17:44 PM] [Error] Unable to find encoded image [] (Image_Software=,1,5,275,2,55,47)
[2023-07-27 12:17:55 PM] [Info] Build [PowerShell - Run] started
[2023-07-27 12:17:55 PM] [Info] Build [PowerShell - Run] finished (0:00:00)
User avatar
tonyadams
Registered User
Posts: 47
Joined: Sat 25 Feb, 2023 5:47 pm
Location: Gods Own Country

Re: PhoenixPE Project

Post by tonyadams »

i dont add powershell but have just done a build having ticked powershell core in system tools and it worked perfectly - am still using the old build from earlier this year and building using windows 11

if i have misunderstood your problem post back and i will try again

non of that helps much other than saying it works for me
User avatar
APT
Code Baker
Posts: 180
Joined: Sun 06 Jun, 2021 10:44 am
Location: UK

Re: PhoenixPE Project

Post by APT »

tsherr wrote: Tue 15 Aug, 2023 6:50 pm When I do a build with Phoenix (both the most recent version and one back) - if I check off Powershell Core and/or Powershell, it fails with an error.
I can only find a Powershell Core script in the latest builds, can you run the individual script and post the simple log - export and compress then post the resultant 7z file
Always use the latest distribution file for your particular project and any post-release updated plugins. If you add files from old postings relating to previous versions, don't be surprised if they cause errors.
tsherr
Registered User
Posts: 26
Joined: Tue 29 Jun, 2021 4:33 pm

Re: PhoenixPE Project

Post by tsherr »

Here are the logs for Powershell and Powershell core.
Attachments
PowerShell-Logs.zip
(5.83 KiB) Downloaded 588 times
User avatar
APT
Code Baker
Posts: 180
Joined: Sun 06 Jun, 2021 10:44 am
Location: UK

Re: PhoenixPE Project

Post by APT »

tsherr wrote: Wed 16 Aug, 2023 12:48 pm Here are the logs for Powershell and Powershell core.
@ tsherr
I only looked at the PowerShell log at the moment and you can see it's an old Win10PE SE script so you wouldn't expect it to work in the Phoenix project

edit:
and it looks like your PowerShell core script is from the wrong project as well
Always use the latest distribution file for your particular project and any post-release updated plugins. If you add files from old postings relating to previous versions, don't be surprised if they cause errors.
tsherr
Registered User
Posts: 26
Joined: Tue 29 Jun, 2021 4:33 pm

Re: PhoenixPE Project

Post by tsherr »

Ok, thanks. I'm not sure how they got in there. I'm going to try a fresh install.

Edit: Yup. Somehow I'd screwed up and added those. Thanks for your help.
User avatar
APT
Code Baker
Posts: 180
Joined: Sun 06 Jun, 2021 10:44 am
Location: UK

Re: PhoenixPE Project

Post by APT »

@tsherr

No problem - with hindsight, I should have been able to tell from your first posting, but wasn't sure which project they may have been from.
Always use the latest distribution file for your particular project and any post-release updated plugins. If you add files from old postings relating to previous versions, don't be surprised if they cause errors.
User avatar
APT
Code Baker
Posts: 180
Joined: Sun 06 Jun, 2021 10:44 am
Location: UK

Re: PhoenixPE Project

Post by APT »

Updated audio patch to allow sound under the SYSTEM account with Win11 10.0.22621.1702

extract scriptfile from 7z and replace existing file in ...\Projects\PhoenixPE\Components\320-Audio.script
320-Audio.7z
(791.01 KiB) Downloaded 311 times
Always use the latest distribution file for your particular project and any post-release updated plugins. If you add files from old postings relating to previous versions, don't be surprised if they cause errors.
tsherr
Registered User
Posts: 26
Joined: Tue 29 Jun, 2021 4:33 pm

Re: PhoenixPE Project

Post by tsherr »

If I want to add a batch file to the desktop (or actually anywhere) PhoenixPE, what folder do I put it in?
User avatar
APT
Code Baker
Posts: 180
Joined: Sun 06 Jun, 2021 10:44 am
Location: UK

Re: PhoenixPE Project

Post by APT »

tsherr wrote: Thu 12 Oct, 2023 7:48 pm If I want to add a batch file to the desktop (or actually anywhere) PhoenixPE, what folder do I put it in?
Hi tsherr
a simple script just to give you an idea (actually creates a test cmd file and a desktop shortcut to it and a simple test to check it works)
TestThisCmd.7z
(598 Bytes) Downloaded 83 times
Always use the latest distribution file for your particular project and any post-release updated plugins. If you add files from old postings relating to previous versions, don't be surprised if they cause errors.