I've updated to wine 4.0 and verified i'm using it from winecfg. I've mounted iso using the command here in forum with
Code:
sudo mount -t iso9660 -o ro,unhide French\ -\ Level\ 2.iso /media/cdrom
it is the rosetta 3.4.7.
command i start with (from its program files x86 folder):
Code:
wine rosettaversion3.exe
there is no longer a symlink for d:: ... however, cmd.exe can still see the cdrom as can winecfg using the browse feature even.
we know wine is using correct cdrom place because in cmd.exe i can type D: and it takes me to the cdrom and i can use dir to show the folders on it.
here are error message:
Code:
wine RosettaStoneVersion3.exe
0009:err:ole:CoGetClassObject class {96749377-3391-11d2-9ee3-00c04f797396} not registered
0009:err:ole:CoGetClassObject class {96749377-3391-11d2-9ee3-00c04f797396} not registered
0009:err:ole:create_server class {96749377-3391-11d2-9ee3-00c04f797396} not registered
0009:fixme:ole:CoGetClassObject CLSCTX_REMOTE_SERVER not supported
0009:err:ole:CoGetClassObject no class object {96749377-3391-11d2-9ee3-00c04f797396} could be created for context 0x17
0009:fixme:win:EnumDisplayDevicesW ((null),0,0x32f6d4,0x00000000), stub!
0009:err:winediag:SECUR32_initNTLMSP ntlm_auth was not found or is outdated. Make sure that ntlm_auth >= 3.0.25 is in your path. Usually, you can find it in the winbind package of your distribution.
0009:fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
004f:fixme:ole:CoInitializeSecurity ((nil),-1,(nil),(nil),0,3,(nil),0,(nil)) - stub!
004f:fixme:wbemprox:client_security_SetBlanket 0x79343938, 0x19b530, 10, 0, (null), 3, 3, (nil), 0x00000000
004f:fixme:wbemprox:client_security_Release 0x79343938
004f:fixme:wbemprox:wbem_services_CreateInstanceEnum unsupported flags 0x00000030
004f:fixme:wbemprox:wbem_services_CreateInstanceEnum unsupported flags 0x00000030
0017:fixme:mountmgr:harddisk_ioctl Unsupported ioctl 74080 (device=7 access=1 func=20 method=0)
0017:fixme:mountmgr:harddisk_ioctl Unsupported ioctl 4100c (device=4 access=0 func=403 method=0)
0017:fixme:mountmgr:harddisk_ioctl Unsupported ioctl 41018 (device=4 access=0 func=406 method=0)
0017:fixme:mountmgr:query_property Faking StorageDeviceProperty data
0017:fixme:mountmgr:harddisk_ioctl Unsupported ioctl 2d0c10 (device=2d access=0 func=304 method=0)
0052:fixme:ole:CoInitializeSecurity ((nil),-1,(nil),(nil),0,3,(nil),0,(nil)) - stub!
0052:fixme:wbemprox:client_security_SetBlanket 0x79343938, 0x19a7b0, 10, 0, (null), 3, 3, (nil), 0x00000000
0052:fixme:wbemprox:client_security_Release 0x79343938
0052:fixme:wbemprox:wbem_services_CreateInstanceEnum unsupported flags 0x00000030
0052:fixme:wbemprox:wbem_services_CreateInstanceEnum unsupported flags 0x00000030
0052:fixme:wbemprox:wbem_services_CreateInstanceEnum unsupported flags 0x00000030
0052:fixme:wbemprox:wbem_services_CreateInstanceEnum unsupported flags 0x00000030
finally the only posts on 'sub-pages' are for mic problems with an earlier version. other related posts in the forums here for this version had incorrect mounting or winecfg. i think the mounting and winecfg is correct in my case.
i think my next step is to simply use a windows machine to load the cdroms into the program and copy paste the folders into the wine and just use it that way.