Jump to content

FxSound 1.1.34.0


Matt

Recommended Posts

I've tried several times but I can't get this latest version to install,

I uninstalled the previous version (1.1.33.0) using Total Uninstall,

but when I try to install the latest version (1.1.34.0) I get this error

message:- The procedure entry pointGetSystemMatricsforDPi

could not be located in the dynamic link library USER32.dll

SO I've gone back to v.1.1.33.0

Does anyone have any idea about this?:eek::eek::eek:

Link to comment
Share on other sites


@funkyy
according to some other topics, you use Windows 7

same problem reported here
https://github.com/fxsound2/fxsound-app/issues/374

 

https://learn.microsoft.com/en-us/windows/win32/api/winuser/nf-winuser-getsystemmetricsfordpi

Minimum supported clientWindows 10, version 1607 [desktop apps only]

Minimum supported serverWindows Server 2016 [desktop apps only]

 

https://www.advancedinstaller.com/release-22.9.html#enhancements

Bug Fixes:

UI issues after implementing DPI Per Monitor awareness

 

https://www.advancedinstaller.com/release-22.9.1.html#bugfixes

Bug Fixes:

Fix 22.9 regression where installation packages cannot run on Windows 7, 8, Server 2012 and Server 2016

 

maybe they didn't fix it completely

without Advanced Installer

Site: https://mega.nz
Sharecode [?]: /file/a8YwTChS#G7SfFiE7Hg_8_7UZQFnGpZzvaQRviyIu-1_O_tRnBUw

 

 

Edit:

i don't see that function in the installer itself, only in FxSound.exe

but it is also in the 1.1.33.0 version of FxSound.exe
and in that report on GitHub say: "After installing", that have more sense

 

 

Edited by xanax
  • Like 1
  • Thanks 2
Link to comment
Share on other sites


  • Administrator

Just to confirm with @xanax this specific problem, GetSystemMetricsForDpi missing from USER32.dll, typically indicates that the application is attempting to access a Windows API method that is not present in your Windows version. The latest FxSound build 1.1.34.0 won't start if you're on Windows 7, 8, or an early version of Windows 10, as that feature was only added in Windows 10 (version 1607) and later.

Link to comment
Share on other sites


@Matt  I uninstalled the version that I had gone back to, and I installed the BETA version (1.2.0.0)........but it didn't work, just the same message about the "entry point". I'll just go back to the last working version. :thumbsup::thumbsup::thumbsup:

Link to comment
Share on other sites


On 8/20/2025 at 2:33 AM, Matt said:

Just to confirm with @xanax this specific problem, GetSystemMetricsForDpi missing from USER32.dll, typically indicates that the application is attempting to access a Windows API method that is not present in your Windows version. The latest FxSound build 1.1.34.0 won't start if you're on Windows 7, 8, or an early version of Windows 10, as that feature was only added in Windows 10 (version 1607) and later.

I have a different error with 1.1.34.0 version "This installation package is not supported by this processor" on latest Win10 64-bit (with all updates).

Version 1.1.33.0 working like a charm.

Btw, I have many latest apps installed, included Photoshop and many "heavy" apps, and only this one have a "conflict"with my processor. Weird

Link to comment
Share on other sites


  • Administrator
13 minutes ago, mires said:

latest Win10 64-bit (with all updates).

Can you be more specific of the version number you have?

Link to comment
Share on other sites


  • Administrator
14 minutes ago, mires said:

Of course, Windows 10 Enterprise 22H2

I am sorry I need the full OS version along with the OS build number mate.

Link to comment
Share on other sites


  • Administrator

@mires do run this on PowerShell please

 

try {
    $sig = @"
    [DllImport("user32.dll", SetLastError = true)]
    public static extern int GetSystemMetricsForDpi(int nIndex, uint dpi);
"@
    Add-Type -MemberDefinition $sig -Name "NativeMethods" -Namespace Win32
    Write-Host " GetSystemMetricsForDpi is present in USER32.dll"
} catch {
    Write-Host " GetSystemMetricsForDpi not found on this system"
}

 

Let me know what result you observe.

 

It should give you this result:

 

 GetSystemMetricsForDpi is present in USER32.dll

 

Or

 

 GetSystemMetricsForDpi not found on this system

 

Link to comment
Share on other sites


46 minutes ago, Matt said:
 GetSystemMetricsForDpi is present in USER32.dll

That's what i've got

 

Meanwhile i unistall old version, rebott win, and install new one without any error. It's probably some issue in the app installation or who knows...

Thank you so much boss. Appreciate your effort 🫡

Link to comment
Share on other sites


Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...