Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 28

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

  1. #11
    morning! I did as above, here the script: '

    jamie@jamie-laptop:~$ chmod -R 775 /home/jamie/.wine
    jamie@jamie-laptop:~$ winecfg
    err:process:init_windows_dirs directory L"C:\\windows" could not be created, error 2
    err:process:init_windows_dirs directory L"C:\\windows\\system32" could not be created, error 3
    err:process:init_windows_dirs directory L"C:\\windows" could not be created, error 2
    err:process:init_windows_dirs directory L"C:\\windows\\system32" could not be created, error 3
    err:wineboot:main Cannot set the dir to L"C:\\windows" (2)
    err:process:init_windows_dirs directory L"C:\\windows" could not be created, error 2
    err:process:init_windows_dirs directory L"C:\\windows\\system32" could not be created, error 3
    err:process:init_windows_dirs directory L"C:\\windows" could not be created, error 2
    err:process:init_windows_dirs directory L"C:\\windows\\system32" could not be created, error 3
    err:process:init_windows_dirs directory L"C:\\windows" could not be created, error 2
    err:process:init_windows_dirs directory L"C:\\windows\\system32" could not be created, error 3".

    Man, im itching to play!!

  2. Software & Hardware   -   #12
    okay you really messed up your wine install somehow ^^

    so try to rename /home/jamie/.wine
    with following command:
    mv /home/jamie/.wine /home/jamie/.wine1

    after that launch winecfg again

    give errorness output if available ^^

    edit:
    mv means moving... so renaming is the same as moving an file/folder...
    Last edited by unknown_error; 02-24-2009 at 07:07 AM.

  3. Software & Hardware   -   #13
    ok, heres what came up:

    'jamie@jamie-laptop:~$ mv /home/jamie/.wine /home/jamie/.wine1
    jamie@jamie-laptop:~$ winecfg
    wine: created the configuration directory '/home/jamie/.wine'

    err:process:__wine_kernel_init boot event wait timed out
    fixme:system:SetProcessDPIAware stub!
    fixme:dwmapiwmIsCompositionEnabled 0x33cf94
    fixme:file:MoveFileWithProgressW MOVEFILE_WRITE_THROUGH unimplemented
    fixme:advapi:SetNamedSecurityInfoW L"C:\\windows\\gecko\\0.9.1\\wine_gecko\\components\\xpti.dat" 1 536870916 (nil) (nil) 0x33c960 (nil)
    fixme:iphlpapi:NotifyAddrChange (Handle 0x7cfda898, overlapped 0x7cfda8a0): stub
    fixme:file:MoveFileWithProgressW MOVEFILE_WRITE_THROUGH unimplemented
    fixme:advapi:SetNamedSecurityInfoW L"C:\\windows\\gecko\\0.9.1\\wine_gecko\\components\\compreg.dat" 1 536870916 (nil) (nil) 0x33ca50 (nil)
    0[1c8ce8]: nsNativeModuleLoader::LoadModule("C:\windows\gecko\0.9.1\wine_gecko\plugins\npnul32.dll") - Symbol NSGetModule not found
    0[1c8ce8]: nsNativeModuleLoader::LoadModule("C:\windows\gecko\0.9.1\wine_gecko\plc4.dll") - Symbol NSGetModule not found
    0[1c8ce8]: nsNativeModuleLoader::LoadModule("C:\windows\gecko\0.9.1\wine_gecko\xpcom.dll") - Symbol NSGetModule not found
    0[1c8ce8]: nsNativeModuleLoader::LoadModule("C:\windows\gecko\0.9.1\wine_gecko\plds4.dll") - Symbol NSGetModule not found
    0[1c8ce8]: nsNativeModuleLoader::LoadModule("C:\windows\gecko\0.9.1\wine_gecko\xul.dll") - Symbol NSGetModule not found
    0[1c8ce8]: nsNativeModuleLoader::LoadModule("C:\windows\gecko\0.9.1\wine_gecko\freebl3.dll") - Symbol NSGetModule not found
    0[1c8ce8]: nsNativeModuleLoader::LoadModule("C:\windows\gecko\0.9.1\wine_gecko\nspr4.dll") - Symbol NSGetModule not found
    0[1c8ce8]: nsNativeModuleLoader::LoadModule("C:\windows\gecko\0.9.1\wine_gecko\smime3.dll") - Symbol NSGetModule not found
    0[1c8ce8]: nsNativeModuleLoader::LoadModule("C:\windows\gecko\0.9.1\wine_gecko\nssutil3.dll") - Symbol NSGetModule not found
    0[1c8ce8]: nsNativeModuleLoader::LoadModule("C:\windows\gecko\0.9.1\wine_gecko\sqlite3.dll") - Symbol NSGetModule not found
    0[1c8ce8]: nsNativeModuleLoader::LoadModule("C:\windows\gecko\0.9.1\wine_gecko\nssdbm3.dll") - Symbol NSGetModule not found
    0[1c8ce8]: nsNativeModuleLoader::LoadModule("C:\windows\gecko\0.9.1\wine_gecko\js3250.dll") - Symbol NSGetModule not found
    0[1c8ce8]: nsNativeModuleLoader::LoadModule("C:\windows\gecko\0.9.1\wine_gecko\nssckbi.dll") - Symbol NSGetModule not found
    0[1c8ce8]: nsNativeModuleLoader::LoadModule("C:\windows\gecko\0.9.1\wine_gecko\softokn3.dll") - Symbol NSGetModule not found
    0[1c8ce8]: nsNativeModuleLoader::LoadModule("C:\windows\gecko\0.9.1\wine_gecko\nss3.dll") - Symbol NSGetModule not found
    0[1c8ce8]: nsNativeModuleLoader::LoadModule("C:\windows\gecko\0.9.1\wine_gecko\ssl3.dll") - Symbol NSGetModule not found
    fixme:shellllCanUnloadNow stub
    wine: configuration in '/home/jamie/.wine' has been updated.
    "
    It opened the Wine config box, and my drives are now just cmapped to ../drive_c) and Z:.
    Would it be easier for me to fresh install wine?

    Are you in US? Thank you for you patience. I believe teaching me once will mean i can help others in the future.
    Last edited by jimtiimber; 02-24-2009 at 07:55 AM.

  4. Software & Hardware   -   #14
    damned

    but youre right...

    you really need to rebuild the kernel modul 4 wine.

    in order
    sudo apt-get remove wine
    should work
    after that do a fresh install
    sudo apt-get install wine

    and look out for any errors in your terminal while installing!

    got this done... winecfg should finally work

    if it doesnt:
    try to remove whole wine with any cinfig file included:
    sudo apt-get remove --purge wine

    and no im not in the us...
    sure getting startet with linux isnt that easy
    but starting with windows applications in linux is much more difficult
    but everything can be solved

  5. Software & Hardware   -   #15
    ok, removed no prob. I think i reinstalled ok, but just in case this is what was said:
    "
    jamie@jamie-laptop:~$ sudo apt-get install wine
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    The following packages were automatically installed and are no longer required:
    menu debhelper module-assistant intltool-debian libapr1 po-debconf libhd14
    libmail-sendmail-perl libsvn1 gettext libgcj-common deborphan
    classpath-gtkpeer libgtk2-gladexml-perl xawtv-plugins classpath-common cacao
    libpq5 html2text classpath libaprutil1 libsys-hostname-long-perl
    Use 'apt-get autoremove' to remove them.
    Suggested packages:
    msttcorefonts
    The following NEW packages will be installed
    wine
    0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
    Need to get 0B/8161kB of archives.
    After this operation, 61.7MB of additional disk space will be used.
    Selecting previously deselected package wine.
    (Reading database ... 114189 files and directories currently installed.)
    Unpacking wine (from .../wine_1.1.15~winehq0~ubuntu~8.10-0ubuntu4_i386.deb) ...
    Processing triggers for man-db ...
    Setting up wine (1.1.15~winehq0~ubuntu~8.10-0ubuntu4) ...
    * Setting kernel variables (/etc/sysctl.conf)... [ OK ]
    * Setting kernel variables (/etc/sysctl.d/10-console-messages.conf)... [ OK ]
    * Setting kernel variables (/etc/sysctl.d/10-network-security.conf)... [ OK ]
    * Setting kernel variables (/etc/sysctl.d/10-process-security.conf)... [ OK ]
    * Setting kernel variables (/etc/sysctl.d/30-tracker.conf)... [ OK ]
    * Setting kernel variables (/etc/sysctl.d/wine.sysctl.conf)... [ OK ]

    Processing triggers for libc6 ...
    ldconfig deferred processing now taking place
    "
    when i did winecfg this time, no errors came up this time in terminal, and opened the config immediately. The drives present are again C: (../drive_c) and z:. (does it matter i have the bin file unmounted at present?)

  6. Software & Hardware   -   #16
    sounds great

    so be patient if you ran out of space or something remember this line:
    "The following packages were automatically installed and are no longer required:
    menu debhelper module-assistant intltool-debian libapr1 po-debconf libhd14
    libmail-sendmail-perl libsvn1 gettext libgcj-common deborphan
    classpath-gtkpeer libgtk2-gladexml-perl xawtv-plugins classpath-common cacao
    libpq5 html2text classpath libaprutil1 libsys-hostname-long-perl
    Use 'apt-get autoremove' to remove them."


    now get that game mounted again with acetoneiso ... in case there is no need for configuring wine... it does everything it needs when you start winecfg for the first time!

    sou if go to /home/jamie/.wine there should now be a folder called drive_c (remember ls -la)


    now get to your folder where acetoneiso mountet the image:
    eg.
    /home/jamie/Desktop/A/
    and give it ls -la once again
    now there should be your setup.exe
    call it with
    wine setup.exe

    the installation should work properly without any errors... and you should be able to choose where to install ---> C:\Program Files\Blablabla ||| equals to ||| /home/jamie/.wine/drive_c/Program Files/Blablabla

    got it ?
    Last edited by unknown_error; 02-24-2009 at 08:42 AM.

  7. Software & Hardware   -   #17
    ok

    1 - removed packages as above.
    2 - mounted fm2005.bin to Acetoneiso2, this opened a drive on my desktop called '1'
    3 - Went into Wine directory, did ls -la command. I can see C: here
    'drwxr-xr-x 4 jamie jamie 4096 2009-02-24 08:09 .
    drwxr-xr-x 54 jamie jamie 4096 2009-02-24 08:13 ..
    drwxr-xr-x 2 jamie jamie 4096 2009-02-24 07:49 dosdevices
    drwxr-xr-x 4 jamie jamie 4096 2009-02-24 07:50 drive_c
    -rw-r--r-- 1 jamie jamie 484041 2009-02-24 08:09 system.reg
    -rw-r--r-- 1 jamie jamie 11 2009-02-24 07:49 .update-timestamp
    -rw-r--r-- 1 jamie jamie 2365 2009-02-24 08:08 userdef.reg
    -rw-r--r-- 1 jamie jamie 27235 2009-02-24 08:09 user.reg
    '
    4: I tried to open 1 drive through terminal using
    jamie@jamie-laptop:~$ cd /home/jamie/Desktop/A/
    bash: cd: /home/jamie/Desktop/A/: No such file or directory
    jamie@jamie-laptop:~$
    but it couldnt see it. Also, if i go find the folder through places>desktop the only folder showing desktop is the one with the .bin file in, the '1' drive is not there, it has its own drive in the places column (between cd-rom and bin). Is this a prob??

    EDIT

    I managed to get in and did ran the only.exe file, which was autorun.exe and it started to install, but had an error (it's in French, trying to transate now. HEre was the terminal script:

    jamie@jamie-laptop:~$ cd virtual-drives/1/
    jamie@jamie-laptop:~/virtual-drives/1$ ls -la
    total 116
    dr-xr-xr-x 1 root root 2048 1970-01-01 01:00 .
    drwxr-xr-x 10 jamie jamie 4096 2009-02-23 09:31 ..
    -r--r--r-- 1 root root 124598 2004-10-11 12:33 00000000.016
    -r--r--r-- 1 root root 250678 2004-10-11 12:33 00000000.256
    -r--r--r-- 1 root root 2048 2004-10-11 12:33 00000001.TMP
    -r--r--r-- 1 root root 23040 2004-10-10 18:16 autorun.exe
    -r--r--r-- 1 root root 27 2004-07-06 11:40 autorun.inf
    dr-xr-xr-x 1 root root 2048 2004-10-30 01:22 CRACK
    -r--r--r-- 1 root root 41472 2004-10-11 12:33 DrvMgt.dll
    dr-xr-xr-x 1 root root 2048 2004-10-11 15:47 MAC
    dr-xr-xr-x 1 root root 2048 2004-10-12 13:54 PC
    -r--r--r-- 1 root root 11973 2004-10-11 12:33 SECDRV.SYS
    jamie@jamie-laptop:~/virtual-drives/1$ wine setup.exe
    wine: could not load L"C:\\windows\\system32\\setup.exe": Module not found
    jamie@jamie-laptop:~/virtual-drives/1$ wine autorun.exe
    jamie@jamie-laptop:~/virtual-drives/1$ 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$
    Last edited by jimtiimber; 02-24-2009 at 09:22 AM.

  8. Software & Hardware   -   #18
    Quote Originally Posted by jimtiimber View Post
    4: I tried to open 1 drive through terminal using
    jamie@jamie-laptop:~$ cd /home/jamie/Desktop/A/
    bash: cd: /home/jamie/Desktop/A/: No such file or directory
    jamie@jamie-laptop:~$
    but it couldnt see it. Also, if i go find the folder through places>desktop the only folder showing desktop is the one with the .bin file in, the '1' drive is not there, it has its own drive in the places column (between cd-rom and bin). Is this a prob??
    okay sry... ^^
    i thought it was A the new mounted volume is called...

    http://www.ubuntugeek.com/images/iso/2.png

    hmm i dunno acetoneiso well so i dont know where it mounts the image when you hit the button...

    you could take a look for setup.exe in following dirs:
    /media/
    /mnt/
    /home/jamie/.nameofbin
    /home/jamie/.acetoneiso/

    or just klick the browse image button in acetoneiso gui ?!

    but i think it is mountet somwhere in /home/jamie

    if you dont come to an point with that ...
    mount the bin!
    sudo apt-get install locate
    sudo updatedb
    locate setup.exe

    this should give you the path =)

    ---------------------------------------------------------
    ---------------------------------------------------------
    ---------------------------------------------------------
    ---------------------------------------------------------
    ---------------------------------------------------------

    okay ^^

    dont use the file autorun...

    get in the folder called PC
    there should be an setup.exe or something else

    dr-xr-xr-x 1 root root 2048 2004-10-12 13:54 PC

    (the d on the beginning of that lien means its an DIRECTORY =)
    Last edited by unknown_error; 02-24-2009 at 09:32 AM.

  9. Software & Hardware   -   #19
    as above, i manafed to try install, the fm2005 instal page came up, tried to unpack but stopped with a French error message that just tranlates as 'The assistant was interrupted before the end of the installation of FM 2005. No modification was brought on the system. To finish the installation later, want to restart the installation. '

    Booo. This isn't going to work is it? Shame, i know i works on this laptop as i used to play it withXP.

  10. Software & Hardware   -   #20
    hmm i never tried this game i only thought i can help you...

    but this page here:
    http://appdb.winehq.org/objectManage...ation&iId=2507

    shows up every working game/application that was manufactured for windows and is working "properly" in linux/wine

    so this game got a GOLD ranking! means it has to work!

    this isnt an original copy of the game isnt it ?

    but that shouldnt be the problem...

    im stuck

    is the image corrupt? maybe?

Page 2 of 3 FirstFirst 123 LastLast

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
  •