Results 1 to 2 of 2

Thread: Installing Wine under Linux Kali

  1. #1
    Join Date
    2020-Apr
    Posts
    2

    Installing Wine under Linux Kali

    I follow this Link to install Wine under Kali
    https://computingforgeeks.com/how-to...debian-64-bit/

    But when i type
    $ wine

    I dont get the dialogfield like its shown on the Linkside
    Than i type the following commands

    sudo dpkg --add-architecture i386
    sudo apt-get update
    sudo apt-get install wine:i386

    At the last command i get following message :
    E: F?r Paket ?wine:i386? existiert kein Installationskandidat

    Can you help me pls ? I dont have any idea how to install wine and have big trouble with it.
    having nor troubles like this installing other programms ...

  2. #2
    Join Date
    2020-Oct
    Posts
    1
    hi, I'm at the very first weapons with Kali (versioen 2020.3) ... I'm trying to install Wine to be able to open the .exe

    A brief summary of what I have done so far:
    -I created the ROOT user
    -do the command su -
    -PSW root
    -apt-get install wine
    -apt-get install wine32
    -apt-get install wine64
    -apt-get install winetricks

    - restart

    then I position myself via cd .... path
    when I give the command:

    wine [program name]

    it returns me the following error:

    0009:errle:CoGetClassObject class {4590f811-1d3a-11d0-891f-00aa004b2e24} not registered
    0009:errle:CoGetClassObject no class object {4590f811-1d3a-11d0-891f-00aa004b2e24} could be created for context 0x1
    wine: Unhandled page fault on read access to 00000000 at address 00466BC9 (thread 0009), starting debugger...
    0009:err:seh:start_debugger Couldn't start debugger L"winedbg --auto 8 140" (2)
    Read the Wine Developers Guide on how to set up winedbg or another debugger

Similar Threads

  1. problems installing wine
    By sbxzz in forum General Archive
    Replies: 1
    Last Post: 2022-04-27, 03:46
  2. Installing python in wine not working
    By Newbie1 in forum General Archive
    Replies: 2
    Last Post: 2020-01-16, 22:13
  3. TroubleShooting for Installing Wine
    By xhacker001 in forum TroubleShooting Archive
    Replies: 0
    Last Post: 2014-07-30, 23:04

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •