Results 1 to 9 of 9

Thread: Wine completely stopped working.

  1. #1
    Join Date
    Jan 2014
    Beans
    8

    Wine completely stopped working.

    Hi, The problem is happening at a PC running Ubuntu 12.04.5 64bit, wine simply stopped working, No updates, nothing.
    It was Wine 1.4 I updated to 1.6 without success, deleted the windows folder but it's a global problem it happens with all user of the system. sometimes it pops some messages about wineserver crashing. No output is given when I run most of the wine components:
    Code:
    1:~$ wine /opt/photo3/kids.exe 
    :~$ wine /opt/photo3/kids.exe 
    :~$ winetricks 
    ------------------------------------------------------
    wine cmd.exe /c echo '%ProgramFiles%' returned empty string
    ------------------------------------------------------
    :~$ wineconsole 
    :~$ winecfg 
    :~$ wineserver 
    :~$ winepath 
    err:process:start_wineboot failed to start wineboot, err 1359
    :~$ wineboot
    Last edited by PaulW2U; July 30th, 2015 at 10:30 PM. Reason: Added code tags to improve readability

  2. #2
    Join Date
    Nov 2004
    Location
    Maine
    Beans
    2,420
    Distro
    Kubuntu

    Re: Wine completely stopped working.

    Hello brunomandaloriano,

    Try this from a terminal.
    Code:
    sudo apt-get purge wine
    Then
    Code:
    sudo apt-get install wine
    see if it will work now.
    Wireless script
    Dave
    Registered Linux User #462608
    Morse Code an early Digital Mode.

  3. #3
    Join Date
    Jul 2015
    Location
    Magical Land of Canada
    Beans
    29
    Distro
    Kubuntu 14.04 Trusty Tahr

    Re: Wine completely stopped working.

    First you are certain the program you want to run is located in; /opt/photo3/kids.exe ?

    The reason I ask is, most Windows programs are stored in $HOME/.wine/drive_c/
    I would move/copy it to $HOME/.wine/drive_c/photo3/kids.exe

    Second from those prompts I would purge the wine and reinstall 1.7.44-amd64, you can find it here.

    Third read my tutorial about my non-evasive procedure to install WINE.

    Let me know how it goes.
    Last edited by PaulW2U; July 31st, 2015 at 03:20 PM. Reason: Fonts reset to default
    Real knowledge is knowing the true scope of your ignorance.

    Make it personal, visit me on Kubuntu Forums, Facebook, and tell me what an idiot I am.

  4. #4
    Join Date
    Jul 2015
    Beans
    5

    Re: Wine completely stopped working.

    Hi.
    My Wine stoped too, since the updates of jul, 28 (Xubuntu 14).
    I've tried to reinstall but it didn't fix it.
    I noticed the same problem on Lubuntu 15.04 after updating and installing Lubuntu and updating at the same time.
    Reinstall didn't fix...
    I'll try to reinstall 1.7.44...
    Thanks!

  5. #5
    Join Date
    Jul 2015
    Beans
    5

    Re: Wine completely stopped working.

    Hi.
    After successfully installation of 1.7.44 the problem continues.

    Typing

    bergo@P01157220:~/.wine/drive_c/Program Files (x86)/EditPlus 3$
    wine editplus.exe

    doesn't open the program and

    dmesg

    Leads to this result

    [71956.984429] wineserver[25842]: segfault at 71af2d0 ip 00000000071af2d0 sp 000000002598b8c0 error 14 in ld-2.19.so[7ff8071ae000+23000]

    and

    wineserver -p

    Leads to crash: "sorry, wine64-preloader stopped working..."

  6. #6
    Join Date
    Jul 2015
    Beans
    5

    Re: Wine completely stopped working.

    Hi

    New update!

    Applied... restart... and voilá! Wine working find again!

    Solved!

  7. #7
    Join Date
    Jul 2015
    Location
    Magical Land of Canada
    Beans
    29
    Distro
    Kubuntu 14.04 Trusty Tahr

    Re: Wine completely stopped working.

    Good to hear. I think your wine might have been still active in memory? That is just a guess. I have some programs that have barked at me. I look through open processes and see that WINE didn't close down 100%. So I end up killing the process or doing a restart.
    Real knowledge is knowing the true scope of your ignorance.

    Make it personal, visit me on Kubuntu Forums, Facebook, and tell me what an idiot I am.

  8. #8
    Join Date
    Jan 2014
    Beans
    8

    Re: Wine completely stopped working.

    Quote Originally Posted by kc1di View Post
    Hello brunomandaloriano,
    Try this from a terminal.
    Code:
    sudo apt-get purge wine
    Then
    Code:
    sudo apt-get install wine
    see if it will work now.
    Thanks, that was the first thing i tried, without success


    Quote Originally Posted by Simon_Tomoko View Post
    First you are certain the program you want to run is located in; /opt/photo3/kids.exe ?
    The reason I ask is, most Windows programs are stored in $HOME/.wine/drive_c/
    I would move/copy it to $HOME/.wine/drive_c/photo3/kids.exe
    Second from those prompts I would purge the wine and reinstall 1.7.44-amd64, you can find it here.
    Third read my tutorial about my non-evasive procedure to install WINE.
    Let me know how it goes.
    Thanks. First: Yes, it is an specific application that I use at my company, I had to make some adaptations and cretated an script to install it under Ubunttu, I decided to keep the executables at this folder. Second: Tried That without success.

    Quote Originally Posted by Paulo_Bergo View Post
    Hi
    New update!
    Applied... restart... and voilá! Wine working find again!
    Solved!
    Yeah, that worked for me to, I have others PC running Ubuntu 12.04 and it didn't happen to them, the only difference is that they are 32bit.

    Quote Originally Posted by Simon_Tomoko View Post
    Good to hear. I think your wine might have been still active in memory? That is just a guess. I have some programs that have barked at me. I look through open processes and see that WINE didn't close down 100%. So I end up killing the process or doing a restart.

    I do not think so, I restart the PC a lot when I had the problem it seems that it was an problematic update but I can not be more specific since I did not investigate it more.

  9. #9
    Join Date
    Aug 2013
    Beans
    4,941

    Re: Wine completely stopped working.

    Probably the latest kernel update was the culprit https://bugs.launchpad.net/ubuntu/+s...6/+bug/1479040

    If this is the issue booting into the previous kernel should work.

Tags for this Thread

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
  •