Page 3 of 3 FirstFirst 123
Results 21 to 28 of 28

Thread: Ubuntu: How to play PC Bin/Cue files?

  1. #21
    I went into the PC folder and wine setup.exe. It went through the same process, asked where i wanted to save it, i chose C:/sports interactive/blahhhhhh and it checked my pc has enough space, then go to start installing packages (with the time bar) it brings up the error message at this point.

    I'm sure the game i 'found' was original once. I'm quite sure the bin is not corrupt, i used the same version fromt he same source that i used on XP. Is there a way to check a files 'corruptedness'?

    Am appreciating your suppprt!

  2. Software & Hardware   -   #22
    hmm the only way to check if its okay... is using the md5sum hash ... but it would be useless if you dont know the original one.

    so if its a torrent ^^ give it a forced check


    so can you give me an output of whats into that pc folder?
    there must be an file linux cant process... or something on some reason? ^^

  3. Software & Hardware   -   #23
    mmm, i was unsure about the copy considering all the beep'ing around with it i did at the beginning, so, i'm 5 mins aways from a fresh sharing of the the game from a good source.

    UPDATE

    Nope, not working either. It does exactly the same process as the other copy. To answer your earlier q, what is in the bin file is:

    CRACK: (fm2005.exe file)
    Mac: (fm2005.dmg file)
    PC: (4x.ini files,4x.mst files, data1.cab, fm2oo5.bmp,fm2005.msi, instmsia.exe, instmsiw.exe, setup.exe, setup.ini,
    Other files in fm folder: 00001.tmp, autorun.exe, autorun.inf, drvmgt.dll, secdrv.sys.

    jamie@jamie-laptop:~/virtual-drives/1/PC$ ls -la
    total 95403
    dr-xr-xr-x 1 root root 2048 2004-10-12 13:54 .
    dr-xr-xr-x 1 root root 2048 1970-01-01 01:00 ..
    -r--r--r-- 1 root root 6265 2004-04-07 11:24 0x040a.ini
    -r--r--r-- 1 root root 6394 2004-04-07 14:04 0x040c.ini
    -r--r--r-- 1 root root 6160 2004-04-07 14:30 0x0410.ini
    -r--r--r-- 1 root root 6076 2004-04-08 17:31 0x0816.ini
    -r--r--r-- 1 root root 89600 2004-10-12 13:50 1034.mst
    -r--r--r-- 1 root root 3584 2004-10-12 13:50 1036.mst
    -r--r--r-- 1 root root 99328 2004-10-12 13:50 1040.mst
    -r--r--r-- 1 root root 93184 2004-10-12 13:50 2070.mst
    -r--r--r-- 1 root root 381947517 2004-10-12 13:49 Data1.cab
    -r--r--r-- 1 root root 640056 2004-09-02 12:40 fm2005 splash.bmp
    -r--r--r-- 1 root root 4099380 2004-10-12 13:50 Football Manager 2005.msi
    -r--r--r-- 1 root root 1708856 2002-03-11 09:45 instmsia.exe
    -r--r--r-- 1 root root 1822520 2002-03-11 10:06 instmsiw.exe
    -r--r--r-- 1 root root 249856 2004-10-12 13:29 setup.exe
    -r--r--r-- 1 root root 1971 2004-10-12 13:50 Setup.ini
    jamie@jamie-laptop:~/virtual-drives/1/PC$

    what the terminal shows when it tries to install:
    jamie@jamie-laptop:~/virtual-drives/1/PC$ wine setup
    fixme:advapi:LookupAccountNameW (null) L"jamie" (nil) 0x33f80c (nil) 0x33f810 0x33f804 - stub
    fixme:advapi:LookupAccountNameW (null) L"jamie" 0x131c00 0x33f80c 0x1359a0 0x33f810 0x33f804 - stub
    err:msi:msi_dialog_set_font No font entry for L"VerdanaBold14"
    err:richedit:ReadStyleSheet ReadStyleSheet: skipping optional destination
    err:richedit:ReadStyleSheet ReadStyleSheet: skipping optional destination
    fixme:msi:ACTION_HandleStandardAction unhandled standard action L"SetODBCFolders"
    fixme:msi:msi_unimplemented_action_stub RemoveShortcuts -> 8 ignored L"Shortcut" table values
    fixme:msi:msi_unimplemented_action_stub RemoveFolders -> 49 ignored L"CreateFolder" table values
    err:msi:msi_cabextract FDICopy failed
    err:msi:ACTION_InstallFiles Failed to extract cabinet: L"Data1.cab"
    err:msi:ITERATE_Actions Execution halted, action L"InstallFinalize" returned 1627
    err:msi:ITERATE_Actions Execution halted, action L"ExecuteAction" returned 1627
    jamie@jamie-laptop:~/virtual-drives/1/PC$
    Last edited by jimtiimber; 02-24-2009 at 01:25 PM. Reason: Automerged Doublepost

  4. Software & Hardware   -   #24
    hmm thats an stupid error... we really should get around it


    im not sure if this works...
    but try
    jamie@jamie-laptop:~/virtual-drives$ sudo chmod -R u+w 1

    if it gives no error then try to install the game again!

    if it gives any error try the following:
    jamie@jamie-laptop:~/virtual-drives$ cp -r 1 /home/jamie/.wine/drive_c/fm2005
    jamie@jamie-laptop:~/virtual-drives$ cd /home/jamie/.wine/drive_c/fm2005
    jamie@jamie-laptop:~/.wine/drive_c/fm2005$ chmod 777 PC

    and now try to start the installation from that directory
    (/home/jamie/.wine/drive_c/fm2005/PC)

    i think it is only an permission problem ... so this should get as a part ahaed
    Last edited by unknown_error; 02-24-2009 at 03:28 PM.

  5. Software & Hardware   -   #25
    this didnt work:

    "
    jamie@jamie-laptop:~/virtual-drives$ sudo chmod -R u+w 1
    chmod: cannot access `1': Permission denied

    "
    I did the other commands also, heres what went on:

    "
    jamie@jamie-laptop:~/virtual-drives$ sudo chmod -R u+w 1
    [sudo] password for jamie:
    chmod: cannot access `1': Permission denied
    jamie@jamie-laptop:~/virtual-drives$ cp -r 1 /home/jamie/.wine/drive_c/fm2005
    jamie@jamie-laptop:~/virtual-drives$ cd /home/jamie/.wine/drive_c/fm2005
    jamie@jamie-laptop:~/.wine/drive_c/fm2005$ chmod 777 PC
    jamie@jamie-laptop:~/.wine/drive_c/fm2005$ ls -la
    total 480
    dr-xr-xr-x 5 jamie jamie 4096 2009-02-24 16:18 .
    drwxr-xr-x 4 jamie jamie 4096 2009-02-24 16:13 ..
    -r--r--r-- 1 jamie jamie 124598 2009-02-24 16:13 00000000.016
    -r--r--r-- 1 jamie jamie 250678 2009-02-24 16:13 00000000.256
    -r--r--r-- 1 jamie jamie 2048 2009-02-24 16:13 00000001.TMP
    -r--r--r-- 1 jamie jamie 23040 2009-02-24 16:18 autorun.exe
    -r--r--r-- 1 jamie jamie 27 2009-02-24 16:18 autorun.inf
    dr-xr-xr-x 2 jamie jamie 4096 2009-02-24 16:13 CRACK
    -r--r--r-- 1 jamie jamie 41472 2009-02-24 16:13 DrvMgt.dll
    dr-xr-xr-x 2 jamie jamie 4096 2009-02-24 16:13 MAC
    drwxrwxrwx 2 jamie jamie 4096 2009-02-24 16:18 PC
    -r--r--r-- 1 jamie jamie 11973 2009-02-24 16:18 SECDRV.SYS
    jamie@jamie-laptop:~/.wine/drive_c/fm2005$ wine autorun.exe
    jamie@jamie-laptop:~/.wine/drive_c/fm2005$ fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.Windows.Common-Controls"
    err:msi:copy_package_to_temp failed to copy package L"C:\\fm2005\\PC\\Football Manager 2005.msi"
    fixme:advapi:LookupAccountNameW (null) L"jamie" (nil) 0x33f80c (nil) 0x33f810 0x33f804 - stub
    fixme:advapi:LookupAccountNameW (null) L"jamie" 0x131018 0x33f80c 0x134db8 0x33f810 0x33f804 - stub
    err:msi:ITERATE_Actions Execution halted, action L"ISSetupFilesExtract" returned 1627
    err:msi:remove_tracked_tempfiles failed to delete L"C:\\windows\\temp\\msi700d.tmp"



    When i go to browse C: in wine, i can see the files are all there. They all have padlocks on, and if i right click and change permissions to full, it automatically changes them back. I also tried to run the PC setup.exe as above, same result.

    Booooooooo
    Last edited by jimtiimber; 02-24-2009 at 04:26 PM.

  6. Software & Hardware   -   #26


    jamie@jamie-laptop:~$ cd /home/jamie/.wine/drive_c
    jamie@jamie-laptop:~/.wine/drive_c$ chmod 777 fm2005
    jamie@jamie-laptop:~/.wine/drive_c/fm2005$ wine autorun.exe

    so this is last try for that permission thing...
    after that the whole cd would be accessable and if its still not working...
    and the same error occurs...
    i think im going to run out of ideas?!

    but just give it a chance ^^

  7. Software & Hardware   -   #27
    sadly no, not working still

    jamie@jamie-laptop:~/.wine/drive_c/fm2005$ wine autorun.exe
    jamie@jamie-laptop:~/.wine/drive_c/fm2005$ fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.Windows.Common-Controls"
    err:msi:copy_package_to_temp failed to copy package L"C:\\fm2005\\PC\\Football Manager 2005.msi"
    fixme:advapi:LookupAccountNameW (null) L"jamie" (nil) 0x33f80c (nil) 0x33f810 0x33f804 - stub
    fixme:advapi:LookupAccountNameW (null) L"jamie" 0x131018 0x33f80c 0x134db8 0x33f810 0x33f804 - stub
    err:msi:ITERATE_Actions Execution halted, action L"ISSetupFilesExtract" returned 1627
    err:msi:remove_tracked_tempfiles failed to delete L"C:\\windows\\temp\\msi9682.tmp"

    Oh well,i guess i'll give up. just a shame. Thank you soo much for all your help, much appeciated, and i've learnedplenty.

    James

  8. Software & Hardware   -   #28
    i hate it when things dont work like i want them to work ^^
    damn

    just if you find some time...

    try this command
    wineprefixcreate

    and then try installing again


    good luck in anyway with you machine

Page 3 of 3 FirstFirst 123

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •