topaz software wont install

Questions about Wine on Linux
Locked
olchaos
Newbie
Newbie
Posts: 1
Joined: Thu Aug 29, 2024 4:27 pm

topaz software wont install

Post by olchaos »

tried to install topaz video AI 4.1.2 (latest i own) and it gives some errors before "unexpected stop"
0434:fixme:file:NtLockFile I/O completion on lock not implemented yet
0434:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
0434:fixme:msi:event_spawn_wait_dialog doing nothing
0434:fixme:msi:ITERATE_CreateShortcuts poorly handled shortcut format, advertised shortcut
0434:fixme:msi:ITERATE_CreateShortcuts poorly handled shortcut format, advertised shortcut
0434:err:msi:execute_script Execution of script 0 halted; action L"[{7884DF9D-0070-4471-95BB-FBC4E0261B1D};Z:\\media\\andres\\Procesado\\tvai.msi<=>S-1-5-21-0-0-0-1000<=>{7884DF9D-0070-4471-95BB-FBC4E0261B1D}]CachePackage" returned 1603
0434:err:msi:ITERATE_Actions Execution halted, action L"InstallFinalize" returned 1603
0434:fixme:msi:internal_ui_handler internal UI not implemented for message 0x0b000000 (UI level = 5)
0434:fixme:msi:internal_ui_handler internal UI not implemented for message 0x0b000000 (UI level = 5)
0434:err:msi:ITERATE_Actions Execution halted, action L"ExecuteAction" returned 1603
anyway to install this software on linux? there is no linux distro :(
Cybermax
Level 4
Level 4
Posts: 221
Joined: Fri Dec 01, 2017 5:26 pm

Re: topaz software wont install

Post by Cybermax »

When the window says it stopped due to an unexpected error, do not press finish, but kill any wine task..
Eg. ps aux|grep -i topaz
kill -s 9 1234 (1234 being the PID of Topaz installer).

Then start the installer again, and choose repair.

Still far from trouble free especially on newer version 5.x .. some graphical issues with Qt6 perhaps. Not sure.
Locked