LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 10-16-2002, 01:58 PM   #1
keating_5
Member
 
Registered: Apr 2002
Distribution: I'm in love with Gentoo. 'emerge kde' -- can it be any more simple?
Posts: 44

Rep: Reputation: 15
Wine


If you install a program using wine that wants to reboot, how do you restart wine and get the program you installed to recognize that the "system" has been restarted?
 
Old 10-17-2002, 06:48 PM   #2
AquamaN
Member
 
Registered: Oct 2002
Location: Ohio, USA
Distribution: OS X 10.4.8, Ubuntu 6.10
Posts: 146

Rep: Reputation: 15
you should just be able to restart the program with "wine program" and it should act as if your did restart your system... I have never had a problem with this because when you stop using wine it is as if you did restart.
 
Old 07-29-2004, 10:57 AM   #3
flatloop
Member
 
Registered: Jul 2004
Location: Port Huron, MI
Distribution: Debian 'testing'
Posts: 31

Rep: Reputation: 15
How do you 'reboot' wine?

Okay, I'm rooting through your archives to try and find an answer to this very problem. I would have thought AquamaN was correct, but I cannot get this to work. I'm hoping I'm doing something wrong...

Essentially I need wine to 'think' it's been rebooted. Thats the short version.

Here comes the long version...

I installed a windows based CBT with wine. Everything seemed to go just fine, no errors or 'unexpected this or that'. UNTIL I went to run the program. THEN it tells me files are missing and I need to re-install. Well, after following the on-screen instructions, and the installation again goes off flawlessly, or appearantly so, it still has missing files when it comes time to run. I check the installation requirements, and lo and behold! IE5 or greater is REQUIRED for the program to operate. Now this is where I get in trouble. I get my trusty IE6SP1 cd and start the automated install... The CD was created with the IE-SDK. The install runs, and a 'reboot' is programed into the install, and the wine window quits. My othe wine programs work (not the CBT) but I cannot start iexplore.exe. So the installation needs to finish after the 'reboot', but how do you get wine to 'reboot' and finish the install?

If you are confused at this point, please accept my apologies. I'm confused as well, and will do my best to clarify the situation if requested.

Stats.
Mandrake 10.0
wine ver. 20040313
Dell Optiplex GX270
512 MB RAM
40GB HD
2.8Ghz Intel P4.

Thanks.
 
Old 07-29-2004, 10:59 AM   #4
drigz
Member
 
Registered: Apr 2004
Distribution: Gentoo ~x86
Posts: 407

Rep: Reputation: 30
It's the "wineboot" command. Simple, eh?
 
Old 07-29-2004, 12:06 PM   #5
flatloop
Member
 
Registered: Jul 2004
Location: Port Huron, MI
Distribution: Debian 'testing'
Posts: 31

Rep: Reputation: 15
It sounds simple... and I'm sure it's supposed to be, but when I type wineboot and the command line I get the following.
Code:
wine: cannot find 'wineboot.exe'
Sooo, either I don't have it installed, or it's not in my PATH, or there's more to it than just wineboot. Thanks for sparing my the RTFM.
 
Old 07-29-2004, 12:23 PM   #6
drigz
Member
 
Registered: Apr 2004
Distribution: Gentoo ~x86
Posts: 407

Rep: Reputation: 30
How did you install wine? I compiled it from source, and running wineboot from the command line worked fine...

EDIT: Do you have the wineboot.exe.so in your wine place? Mine is /usr/local/lib/wine - it depends on where you installed wine.

Last edited by drigz; 07-29-2004 at 12:33 PM.
 
Old 07-29-2004, 01:06 PM   #7
flatloop
Member
 
Registered: Jul 2004
Location: Port Huron, MI
Distribution: Debian 'testing'
Posts: 31

Rep: Reputation: 15
I found wineboot in /usr/bin, but when I type
Code:
./wineboot
or
Code:
wine wineboot
I still get
Code:
Warning: could not find wine config [Drive x] entry for current working directory /usr/bin; starting in windows directory.
wine: cannot find 'wineboot.exe'
So then I copied it to the /var/lib/wine directory (this is where my 'windows' is) and it still said cannot find wineboot.exe I tried as root as well. I hate it when something that is supposed to be simple, gives me grief.


Thanks for your patience.
 
Old 07-29-2004, 01:15 PM   #8
drigz
Member
 
Registered: Apr 2004
Distribution: Gentoo ~x86
Posts: 407

Rep: Reputation: 30
wineboot is a script which basically runs 'wine wineboot.exe'

try (as root):
find / -name wineboot*

and tell me what it says.

BTW I'm in the awkward position of not having wine on LFS, which I'm using now, but only on slackware, so this is based on searches of my slackware files.

Last edited by drigz; 07-29-2004 at 01:17 PM.
 
Old 07-29-2004, 01:26 PM   #9
flatloop
Member
 
Registered: Jul 2004
Location: Port Huron, MI
Distribution: Debian 'testing'
Posts: 31

Rep: Reputation: 15
Code:
find: /home/bpenn/Documents/System Volume Information: Permission denied  <- Samba mount 
find: /mnt/datatel: Input/output error  <- Samba mount 
find: /mnt/ajt-bdc: Input/output error <- Samba mount 
/var/lib/wine/wineboot <- copied from /usr/bin 
/usr/bin/wineboot <- original file
Quote:
wineboot is a script which basically runs 'wine wineboot.exe'
So if I am understanding you correctly... I still have to fine the "wineboot.exe' binary.
 
Old 07-29-2004, 01:32 PM   #10
drigz
Member
 
Registered: Apr 2004
Distribution: Gentoo ~x86
Posts: 407

Rep: Reputation: 30
try it with wineboot.* instead of wineboot* it shouldnt make a difference but did for me...

if thats the same, then theres a problem with your wine installation - did you say how you installed it?
 
Old 07-29-2004, 01:43 PM   #11
flatloop
Member
 
Registered: Jul 2004
Location: Port Huron, MI
Distribution: Debian 'testing'
Posts: 31

Rep: Reputation: 15
wineboot.* came up empty.

It was installed via an RPM from my Mandrake 10.0 CDs I'll try to check the contents of the RPM.
 
Old 07-29-2004, 01:46 PM   #12
drigz
Member
 
Registered: Apr 2004
Distribution: Gentoo ~x86
Posts: 407

Rep: Reputation: 30
try downloading the source and installing that. im currently compiling it, so perhaps i can help you more when its finished.
 
Old 07-29-2004, 02:12 PM   #13
flatloop
Member
 
Registered: Jul 2004
Location: Port Huron, MI
Distribution: Debian 'testing'
Posts: 31

Rep: Reputation: 15
Okay now you are starting to scare me. I'm a compiling virgin. Haven't had to cross that bridge yet.. I'll have to screw up the courage for that.
 
Old 07-29-2004, 02:59 PM   #14
drigz
Member
 
Registered: Apr 2004
Distribution: Gentoo ~x86
Posts: 407

Rep: Reputation: 30
It's not really very hard, especially for wine. As long as you are happy with /usr/local as a prefix, just download it, extract it, then run tools/wineinstall and answer some easy questions, wait for a while, answer some more and tada!
 
Old 07-29-2004, 03:27 PM   #15
drigz
Member
 
Registered: Apr 2004
Distribution: Gentoo ~x86
Posts: 407

Rep: Reputation: 30
ok, installed wine from source - wineboot works perfectly - just try the source. ill talk you through it if you want. u got msn?
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Trouble running wine from src wine:error while loading shared libraries: libwine.so.1 brynjarh Linux - Newbie 2 05-28-2013 10:59 AM
Wine - Diablo II LOD TCP/IP doesn't work +where is my wine.conf brainlesspinkey Linux - Games 7 08-26-2007 08:10 AM
Link targets - problems with Wine (Though not Wine specific - Wine site doesn't help) Kevjml Linux - Newbie 1 01-13-2006 07:53 AM
wine [wine] config detailed settings...directory paths... breezewax Linux - Software 2 10-19-2004 06:15 PM
wine: chdir to /tmp/.wine-tom/server-306-33fca : No such file or directory Kinstonian Linux - Software 19 06-21-2003 05:16 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 03:03 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration