Fireworks CS6 Install not working

Questions about Wine on Linux
Locked
Fluke667
Newbie
Newbie
Posts: 1
Joined: Sat Sep 16, 2023 10:29 am

Fireworks CS6 Install not working

Post by Fluke667 »

Fireworks CS6 Install did not working it shows up missing anything

Logfile is:
0080:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
0080:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
0080:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
0080:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
0024:fixme:heap:RtlSetHeapInformation handle 00000000, info_class 1, info 00000000, size 0 stub!
0024:fixme:nls:RtlGetThreadPreferredUILanguages 00000034, 0072E074, 0072E0E4 0072E07C
0024:fixme:nls:get_dummy_preferred_ui_language (0x34 0x407 0072E074 0072E0E4 0072E07C) returning a dummy value (current locale)
0024:fixme:wuapi:update_installer_get_IsBusy semi-stub, returning VARIANT_FALSE!
0024:fixme:wuapi:update_installer_get_RebootRequiredBeforeInstallation
0024:fixme:shell:InitNetworkAddressControl stub
0090:fixme:imm:ImeSetActiveContext (0000000000010026, 0): stub
0090:fixme:imm:ImmReleaseContext (0000000000010020, 0000000000010026): stub
0024:fixme:imm:ImeSetActiveContext (00010054, 1): stub
0024:fixme:imm:ImmReleaseContext (0001005C, 00010054): stub
0134:fixme:file:NtLockFile I/O completion on lock not implemented yet
0140:fixme:heap:RtlSetHeapInformation handle 00000000, info_class 1, info 00000000, size 0 stub!
0140:fixme:file:NtLockFile I/O completion on lock not implemented yet
0140:fixme:nls:get_dummy_preferred_ui_language (0x8 0x407 0070D3E0 00000000 0070D3E4) returning a dummy value (current locale)
0140:fixme:nls:get_dummy_preferred_ui_language (0x8 0x407 0070D3E0 00866758 0070D3E4) returning a dummy value (current locale)
0140:fixme:imm:ImeSetActiveContext (00010092, 1): stub
0140:fixme:imm:ImmReleaseContext (0001009A, 00010092): stub
0140:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
jkfloris
Level 12
Level 12
Posts: 3201
Joined: Thu Aug 14, 2014 10:10 am

Re: Fireworks CS6 Install not working

Post by jkfloris »

Can you install the application if you install msxml3 with winetricks?

Code: Select all

winetricks -q msxml3
Locked