Trying to install ChessBase 8.0 and Hiarcs

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
kayve
Level 2
Level 2
Posts: 12
Joined: Sun Jun 19, 2011 12:33 am

Trying to install ChessBase 8.0 and Hiarcs

Post by kayve »

I have Ubuntu 11.04 with wine and I am trying to install my ChessBase 8.0 on it using Wine. I have copied the CD to my hard disk and I manage to get the installation splash page, but when I click on Install, it says "Can't Run Setup.Exe"

Image
Image
Image

Can someone help me debug this? :cry: :oops: [/img]
jjmckenzie
Moderator
Moderator
Posts: 1153
Joined: Wed Apr 27, 2011 11:01 pm

Trying to install ChessBase 8.0 and Hiarcs

Post by jjmckenzie »

On 6/18/11 10:45 PM, kayve wrote:
I have Ubuntu 11.04 with wine and I am trying to install my ChessBase 8.0 on it using Wine. I have copied the CD to my hard disk and I manage to get the installation splash page, but when I click on Install, it says "Can't Run Setup.Exe"

[Image: http://kayve.net/cannot_setup.png ]
[Image: http://kayve.net/InstallChessBase.png ]
[Image: http://kayve.net/install_Hiarcs.png ]
Debugging without log files is very difficult. Please create a log file
from when you try to run the installer.
http://wiki.winehq.org/FAQ#get_log has instructions on how to do this.

If the logs are more than a screen in length, please post them to a site
like pastebin.com (Ubuntu has their own pastie site) and then post the
URL here.
jjmckenzie
Moderator
Moderator
Posts: 1153
Joined: Wed Apr 27, 2011 11:01 pm

Trying to install ChessBase 8.0 and Hiarcs

Post by jjmckenzie »

On 6/18/11 10:45 PM, kayve wrote:
I have Ubuntu 11.04 with wine and I am trying to install my ChessBase 8.0 on it using Wine. I have copied the CD to my hard disk and I manage to get the installation splash page, but when I click on Install, it says "Can't Run Setup.Exe"

[Image: http://kayve.net/cannot_setup.png ]
[Image: http://kayve.net/InstallChessBase.png ]
[Image: http://kayve.net/install_Hiarcs.png ]
Debugging without log files is very difficult. Please create a log file
from when you try to run the installer.
http://wiki.winehq.org/FAQ#get_log has instructions on how to do this.

If the logs are more than a screen in length, please post them to a site
like pastebin.com (Ubuntu has their own pastie site) and then post the
URL here.
kayve
Level 2
Level 2
Posts: 12
Joined: Sun Jun 19, 2011 12:33 am

command line solved it

Post by kayve »

Now I am trying to make sure everything is on my "old partition" I created a link "old_part"

Running wine Setup.exe on the command line solved it. However, now I am trying to utilize my old partition and maybe this is more a linux question than a wine question, but I am hoping you can field it..

I reinstalled Ubuntu on the disk I am running, so the old Ubuntu ended up on a different partition - this partition resides on /dev/sda1 while the booted partition is on /dev/sda6.
root@kayve-laptop:/media/2c512d2e-fcf5-4ef5-8200-e3c79a8a1aca/home/kayve# df -h
Filesystem Size Used Avail Use% Mounted on
/dev/sda6 124G 98G 20G 84% /
none 1.9G 300K 1.9G 1% /dev
none 1.9G 1004K 1.9G 1% /dev/shm
none 1.9G 220K 1.9G 1% /var/run
none 1.9G 0 1.9G 0% /var/lock
/dev/sr0 239M 239M 0 100% /media/CB80
/dev/sda1 319G 219G 84G 73% /media/2c512d2e-fcf5-4ef5-8200-e3c79a8a1aca
root@kayve-laptop:/media/2c512d2e-fcf5-4ef5-8200-e3c79a8a1aca/home/kayve# mount
/dev/sda6 on / type ext4 (rw,commit=0)
proc on /proc type proc (rw,noexec,nosuid,nodev)
none on /sys type sysfs (rw,noexec,nosuid,nodev)
fusectl on /sys/fs/fuse/connections type fusectl (rw)
none on /sys/kernel/debug type debugfs (rw)
none on /sys/kernel/security type securityfs (rw)
none on /dev type devtmpfs (rw,mode=0755)
none on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=0620)
none on /dev/shm type tmpfs (rw,nosuid,nodev)
none on /var/run type tmpfs (rw,nosuid,mode=0755)
none on /var/lock type tmpfs (rw,noexec,nosuid,nodev)
binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,noexec,nosuid,nodev)
gvfs-fuse-daemon on /home/kayve/.gvfs type fuse.gvfs-fuse-daemon (rw,nosuid,nodev,user=kayve)
/dev/sr0 on /media/CB80 type iso9660 (ro,nosuid,nodev,uhelper=udisks,uid=1000,gid=1000,iocharset=utf8,mode=0400,dmode=0500)
/dev/sda1 on /media/2c512d2e-fcf5-4ef5-8200-e3c79a8a1aca type ext4 (rw,nosuid,nodev,uhelper=udisks)
root@kayve-laptop:/media/2c512d2e-fcf5-4ef5-8200-e3c79a8a1aca/home/kayve#

[/qoute]

oh I just realized outside the partition I need a hard link?
root@kayve-laptop:/media/2c512d2e-fcf5-4ef5-8200-e3c79a8a1aca/home/kayve# ln -L /media/2c512d2e-fcf5-4ef5-8200-e3c79a8a1aca/home/kayve/.wine /home/kayve/.wine/old_part
ln: `/media/2c512d2e-fcf5-4ef5-8200-e3c79a8a1aca/home/kayve/.wine': hard link not allowed for directory
root@kayve-laptop:/media/2c512d2e-fcf5-4ef5-8200-e3c79a8a1aca/home/kayve#

oh darn. The point is that there is more space on /dev/sda1 so I want to use that

ls: cannot access .wine: No such file or directory
root@kayve-laptop:/media/2c512d2e-fcf5-4ef5-8200-e3c79a8a1aca/home/kayve# mkdir .wine
root@kayve-laptop:/media/2c512d2e-fcf5-4ef5-8200-e3c79a8a1aca/home/kayve# cd wine
-su: cd: wine: No such file or directory
root@kayve-laptop:/media/2c512d2e-fcf5-4ef5-8200-e3c79a8a1aca/home/kayve# ln -s /home/kayve/.wine/old_part
root@kayve-laptop:/media/2c512d2e-fcf5-4ef5-8200-e3c79a8a1aca/home/kayve# chown kayve /home/kayve/.wine/old_part
chown: cannot access `/home/kayve/.wine/old_part': No such file or directory
root@kayve-laptop:/media/2c512d2e-fcf5-4ef5-8200-e3c79a8a1aca/home/kayve# pwd
/media/2c512d2e-fcf5-4ef5-8200-e3c79a8a1aca/home/kayve
root@kayve-laptop:/media/2c512d2e-fcf5-4ef5-8200-e3c79a8a1aca/home/kayve# touch .wine/boof
root@kayve-laptop:/media/2c512d2e-fcf5-4ef5-8200-e3c79a8a1aca/home/kayve# ls
Azureus Downloads Documents Music public_html Videos
CentOS_Wireless Downloads old_part src
Contacts examples.desktop Pictures Templates
Desktop libra2010 Public Untitled.xcf
root@kayve-laptop:/media/2c512d2e-fcf5-4ef5-8200-e3c79a8a1aca/home/kayve# ls -l old_part
lrwxrwxrwx 1 root root 26 2011-06-19 15:15 old_part -> /home/kayve/.wine/old_part
root@kayve-laptop:/media/2c512d2e-fcf5-4ef5-8200-e3c79a8a1aca/home/kayve# rm old_part
root@kayve-laptop:/media/2c512d2e-fcf5-4ef5-8200-e3c79a8a1aca/home/kayve# ln -s ./wine /home/kayve/.wine/old_part
root@kayve-laptop:/media/2c512d2e-fcf5-4ef5-8200-e3c79a8a1aca/home/kayve# chown kayve /home/kayve/.wine/old_part
chown: cannot dereference `/home/kayve/.wine/old_part': No such file or directory
root@kayve-laptop:/media/2c512d2e-fcf5-4ef5-8200-e3c79a8a1aca/home/kayve# ln -s .wine /home/kayve/.wine/old_part
ln: creating symbolic link `/home/kayve/.wine/old_part': File exists
root@kayve-laptop:/media/2c512d2e-fcf5-4ef5-8200-e3c79a8a1aca/home/kayve# rm /home/kayve/.wine/old_part
root@kayve-laptop:/media/2c512d2e-fcf5-4ef5-8200-e3c79a8a1aca/home/kayve# ln -s .wine /home/kayve/.wine/old_part
root@kayve-laptop:/media/2c512d2e-fcf5-4ef5-8200-e3c79a8a1aca/home/kayve# rm /home/kayve/.wine/old_part
root@kayve-laptop:/media/2c512d2e-fcf5-4ef5-8200-e3c79a8a1aca/home/kayve# ln -s ./.wine /home/kayve/.wine/old_part
root@kayve-laptop:/media/2c512d2e-fcf5-4ef5-8200-e3c79a8a1aca/home/kayve# rm /home/kayve/.wine/old_part
root@kayve-laptop:/media/2c512d2e-fcf5-4ef5-8200-e3c79a8a1aca/home/kayve# ln -s /media/2c512d2e-fcf5-4ef5-8200-e3c79a8a1aca/home/kayve/.wine /home/kayve/.wine/old_part
root@kayve-laptop:/media/2c512d2e-fcf5-4ef5-8200-e3c79a8a1aca/home/kayve# chown kayve /home/kayve/.wine/old_part
root@kayve-laptop:/media/2c512d2e-fcf5-4ef5-8200-e3c79a8a1aca/home/kayve# chown kayve /media/2c512d2e-fcf5-4ef5-8200-e3c79a8a1aca/
root@kayve-laptop:/media/2c512d2e-fcf5-4ef5-8200-e3c79a8a1aca/home/kayve# chown kayve /home/kayve/.wine/old_part
root@kayve-laptop:/media/2c512d2e-fcf5-4ef5-8200-e3c79a8a1aca/home/kayve# pwd
/media/2c512d2e-fcf5-4ef5-8200-e3c79a8a1aca/home/kayve
root@kayve-laptop:/media/2c512d2e-fcf5-4ef5-8200-e3c79a8a1aca/home/kayve# chown kayve .
root@kayve-laptop:/media/2c512d2e-fcf5-4ef5-8200-e3c79a8a1aca/home/kayve# chown kayve ./.wine
root@kayve-laptop:/media/2c512d2e-fcf5-4ef5-8200-e3c79a8a1aca/home/kayve# ls
Azureus Downloads Documents Music src
CentOS_Wireless Downloads Pictures Templates
Contacts examples.desktop Public Untitled.xcf
Desktop libra2010 public_html Videos
root@kayve-laptop:/media/2c512d2e-fcf5-4ef5-8200-e3c79a8a1aca/home/kayve# chown kayve /home/kayve/.wine
root@kayve-laptop:/media/2c512d2e-fcf5-4ef5-8200-e3c79a8a1aca/home/kayve# chown kayve /home/kayve/.wine/old_part
root@kayve-laptop:/media/2c512d2e-fcf5-4ef5-8200-e3c79a8a1aca/home/kayve# pwd
/media/2c512d2e-fcf5-4ef5-8200-e3c79a8a1aca/home/kayve
kayve
Level 2
Level 2
Posts: 12
Joined: Sun Jun 19, 2011 12:33 am

maybe it's OK with the soft link

Post by kayve »

I want to utilize the larger disk space, so I made a link.. but I can't change that link into owned by my user, kayve. Is this going to be a problem when I set this equal to the WINEPREFIX?

http://kayve.net/old_part_root.png
kayve
Level 2
Level 2
Posts: 12
Joined: Sun Jun 19, 2011 12:33 am

relevant pastebins

Post by kayve »

http://pastebin.com/ygDQqcmH

http://pastebin.com/P7iUNnLz

http://pastebin.com/mF8LnTTD

recap:

1) I solved the original issue on the command line
2) Hope to utilize another partition with WINEPREFIX
3) can't chown the link to user. Ubuntu ignores the command.
4) is this a problem making wine utilize this althernate path?
kayve
Level 2
Level 2
Posts: 12
Joined: Sun Jun 19, 2011 12:33 am

uh

Post by kayve »

kayve@kayve-laptop:~/.wine/drive_c/Program Files$ ls -l Hiarcs10/
total 185288
-r-------- 1 kayve kayve 50 2005-11-29 02:09 Autorun.inf
dr-x------ 2 kayve kayve 4096 2005-11-30 12:32 Database
dr-x------ 2 kayve kayve 4096 2005-10-11 00:41 DirectX
dr-x------ 2 kayve kayve 4096 2005-11-30 03:58 ExperimentalBook
dr-x------ 2 kayve kayve 4096 2005-10-11 00:41 Fonts
-r-------- 1 kayve kayve 8204 2005-11-22 04:39 Hiarcs10.ctb
-r-------- 1 kayve kayve 159793152 2005-11-22 04:39 Hiarcs10.ctg
-r-------- 1 kayve kayve 524288 2005-11-22 04:39 Hiarcs10.cto
-r-------- 1 kayve kayve 23558 2003-08-13 07:05 Hiarcs10.ico
-r-------- 1 kayve kayve 431 2005-11-30 04:19 Hiarcs10.ini
-r-------- 1 kayve kayve 28762929 1999-02-25 23:07 Hiarcs10.pro
dr-x------ 3 kayve kayve 4096 2005-11-30 04:19 Multimedia
-r-------- 1 kayve kayve 869 2005-10-11 01:18 readme.txt
dr-x------ 3 kayve kayve 4096 2005-11-30 12:36 Setup
-r-------- 1 kayve kayve 573440 2005-11-29 02:07 Setup.exe
-r-------- 1 kayve kayve 496 2005-11-30 04:04 Shellversion.xml
kayve@kayve-laptop:~/.wine/drive_c/Program Files$ ls -ld Hiarcs10/
dr-x------ 8 kayve kayve 4096 2005-11-30 12:35 Hiarcs10/
kayve@kayve-laptop:~/.wine/drive_c/Program Files$ wine Setup.exe > ~/chess/Hiarcs_log.txt
wine: cannot find L"C:\\windows\\system32\\Setup.exe"
kayve@kayve-laptop:~/.wine/drive_c/Program Files$ cat ~/chess/Hiarcs_log.txtkayve@kayve-laptop:~/.wine/drive_c/Program Files$ pwd
/home/kayve/.wine/drive_c/Program Files
kayve@kayve-laptop:~/.wine/drive_c/Program Files$
kayve
Level 2
Level 2
Posts: 12
Joined: Sun Jun 19, 2011 12:33 am

there was no output

Post by kayve »

when I do it from the command line, nothing happens at the command line. Just finishes and gives the prompt back. I don't quite understand what was going on with the above redirection-- bash wouldn't allow the creation of log.txt in the current directory..
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: uh

Post by vitamin »

kayve wrote: kayve@kayve-laptop:~/.wine/drive_c/Program Files$ ls -l Hiarcs10/
-r-------- 1 kayve kayve 573440 2005-11-29 02:07 Setup.exe
kayve@kayve-laptop:~/.wine/drive_c/Program Files$ wine Setup.exe > ~/chess/Hiarcs_log.txt
wine: cannot find L"C:\\windows\\system32\\Setup.exe"
On your distro all .exe files need to be executable (chmod +x) or they won't run.
You forgot to 'cd Hiarcs10' before running 'wine Setup.exe'.
Redirecting stdout won't do you any good. All log messages are printed to stderr.
kayve
Level 2
Level 2
Posts: 12
Joined: Sun Jun 19, 2011 12:33 am

wine drivers

Post by kayve »

kayve
Level 2
Level 2
Posts: 12
Joined: Sun Jun 19, 2011 12:33 am

hmm.

Post by kayve »

Locked