Studio One 3 installer error

Questions about Wine on Linux
Locked
krygyz
Newbie
Newbie
Posts: 1
Joined: Sun Nov 12, 2017 11:57 am

Studio One 3 installer error

Post by krygyz »

so, i know one of these threads were already made, but its not in particular my problem.

i try to run the installer for the 64-bit version of studio one 3, and the error "this application requires windows 7 or later" pops up. i'm really not sure how to fix this.
User avatar
Bob Wya
Level 12
Level 12
Posts: 3068
Joined: Sat Oct 16, 2010 7:40 pm

Re: Studio One 3 installer error

Post by Bob Wya »

krygyz wrote:so, i know one of these threads were already made, but its not in particular my problem.

i try to run the installer for the 64-bit version of studio one 3, and the error "this application requires windows 7 or later" pops up. i'm really not sure how to fix this.
@krygyz

This application is still blocked from running by: Bug 41911 - Multiple Microsoft applications need kernel32.FindNLSStringEx (Studio One 3, Microsoft Office 2016, PowerShell 6) ...

Installation (test)

Code: Select all

export WINEPREFIX="${HOME}/presonus_studio_one_3_prime_32"
export WINEARCH=win32
wineboot -u
winetricks sandbox
cd "${WINEPREFIX}/presonus_studio_one_3_prime_32/drive_c"
wineboot -u
wine start 'PreSonus Studio One 3 Installer.exe'
Launch (test)

Code: Select all

export WINEPREFIX="${HOME}/presonus_studio_one_3_prime_32"
wine start 'C:\Program Files\PreSonus\Studio One 3\Studio One.exe'

fixme:winediag:start_process Wine Staging 2.20 is a testing version containing experimental patches.
fixme:winediag:start_process Please mention your exact version when filing bug reports on winehq.org.
fixme:exec:SHELL_execute flags ignored: 0x00000100
wine: Call from 0x7bc78589 to unimplemented function KERNEL32.dll.FindNLSStringEx, aborting
err:module:attach_process_dlls "cclsystem.dll" failed to initialize, aborting
err:module:LdrInitializeThunk Main exe initialization for L"C:\\Program Files\\PreSonus\\Studio One 3\\Studio One.exe" failed, status 80000100
Same issue with Wine Development version 2.21...

So not much sign of rapid progress on this one... :cry:

But while you're waiting for a real fix... Perhaps you should put in some light bedtime reading: Switching Windows versions, for a WINEPREFIX, should be totally basic knowledge for all users of Wine...

Bob
Locked