Bruker Topspin 3.1

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
master176281
Newbie
Newbie
Posts: 2
Joined: Sat Oct 29, 2011 2:07 pm

Bruker Topspin 3.1

Post by master176281 »

Hello everybody!

Started to install wine today and I have to say - Great work. Nevertheless
I ran into some problems while trying to install Bruker Topspin 3.1 (Scientific NMR Analysis Tool). But unfortunately I cannot install it. I have seen that there is a topic about an old Topspin version but it didn't help me. As I am starting to get familiar with wine the chance is great that the problem might be minor and easy to fix.

I am running wine 1.3.31 under Arch Linux.

When trying to install the software the following error occurs:

Code: Select all

Starting "Z:\home\markus\install-topspin-3.1.tmp~\windows\tcl-8.5.9\bin\tclsh85.exe" "Z:\home\markus\install-topspin-3.1.tmp~\xwinstall.d\swim\lib\xwinstall.tcl" -s topspin -s nmrsim -s flexlm -s nmrguide
Fatal error (1): can't read "::env(COMPUTERNAME)": no such variable
no such variable
    (read trace on "::env(COMPUTERNAME)")
    invoked from within
"set ::env(szHostname) $::env(COMPUTERNAME)"
    (procedure "InitGlobals_windows" line 10)
    invoked from within
"InitGlobals_windows"
    invoked from within
"if [OsIsWin] {
	InitGlobals_windows
    }"
    (procedure "SetDefaults" line 3)
    invoked from within
"SetDefaults"
    (procedure "MainProgram" line 44)
    invoked from within
"MainProgram menu env"
Error code = NONE
auto_path = Z:/home/markus/install-topspin-3.1.tmp~/windows/tcl-8.5.9/lib/tcl8.5 Z:/home/markus/install-topspin-3.1.tmp~/windows/tcl-8.5.9/lib
ERROR: ERROR: GeneralDialog: bitmap=error, buttons={Seen 0}
ERROR: ERROR: DialogMore: msg=  ***  Fatal error  ***  

installation cancelled
Hit <ENTER> to close this window ...
Installation program failed with status 1
Removing temp. files in "Z:\home\markus\install-topspin-3.1.tmp~\"

My first assumption was that it could be connected to environment variables not set correctly but as I am completely new to this subject I am a little bit lost what to do now.

I know that the software is available for Linux but is only developed for
Red Hat Linux and it seems not to be that simple to get it working on Arch Linux.

I am thankful for ideas!

Thank you!
Martin Gregorie

Bruker Topspin 3.1

Post by Martin Gregorie »

On Sat, 2011-10-29 at 14:24 -0500, master176281 wrote:
Hello everybody!

Started to install wine today and I have to say - Great work. Nevertheless
I ran into some problems while trying to install Bruker Topspin 3.1 (Scientific NMR Analysis Tool). But unfortunately I cannot install it. I have seen that there is a topic about an old Topspin version but it didn't help me. As I am starting to get familiar with wine the chance is great that the problem might be minor and easy to fix.

I am running wine 1.3.31 under Arch Linux.

When trying to install the software the following error occurs:

Fatal error (1): can't read "::env(COMPUTERNAME)": no such variable
no such variable
Do what it says: set the environment variable. If you defined a hostname
when you installed Linux, try this:

export COMPUTERNAME="$HOSTNAME"

If the command "echo $HOME" shows nothing, replace $HOSTNAME with the
name of your computer in the export command.

If that solves the problem, you can make it permanent by adding the
export statement to $HOME/.bash_profile as the last line and activate it
by logging out and logging in again.


Martin


(read trace on "::env(COMPUTERNAME)")
invoked from within
"set ::env(szHostname) $::env(COMPUTERNAME)"
(procedure "InitGlobals_windows" line 10)
invoked from within
"InitGlobals_windows"
invoked from within
"if [OsIsWin] {
InitGlobals_windows
}"
(procedure "SetDefaults" line 3)
invoked from within
"SetDefaults"
(procedure "MainProgram" line 44)
invoked from within
"MainProgram menu env"
Error code = NONE
auto_path = Z:/home/markus/install-topspin-3.1.tmp~/windows/tcl-8.5.9/lib/tcl8.5 Z:/home/markus/install-topspin-3.1.tmp~/windows/tcl-8.5.9/lib
ERROR: ERROR: GeneralDialog: bitmap=error, buttons={Seen 0}
ERROR: ERROR: DialogMore: msg= *** Fatal error ***

installation cancelled
Hit <ENTER> to close this window ...
Installation program failed with status 1
Removing temp. files in "Z:\home\markus\install-topspin-3.1.tmp~\"




My first assumption was that it could be connected to environment variables not set correctly but as I am completely new to this subject I am a little bit lost what to do now.

I know that the software is available for Linux but is only developed for
Red Hat Linux and it seems not to be that simple to get it working on Arch Linux.

I am thankful for ideas!

Thank you!


master176281
Newbie
Newbie
Posts: 2
Joined: Sat Oct 29, 2011 2:07 pm

Post by master176281 »

Thanks Martin!

That really helped and solved this issue.

Nevertheless I was not able to install this software correctly.

I will post the new problems tomorrow as it is now 3:00 am and I need sleep :)

Maybe some of them are for bugzilla (perl.exe error) but for today that's it


Thanks Martin for helping

Good night!
Locked