Help needed with navigation

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
PhaseMaster
Level 1
Level 1
Posts: 6
Joined: Tue Dec 13, 2011 11:52 am

Help needed with navigation

Post by PhaseMaster »

I am new to Wine and I am new to Ubuntu 11.10. I am unable to find the following menu:

Wine -> All Programs
PhaseMaster
Level 1
Level 1
Posts: 6
Joined: Tue Dec 13, 2011 11:52 am

Why I need this info

Post by PhaseMaster »

I am trying to activate some software in Wine. The instructions say to do this from the Windows Start menu. The instructions I have for finding this menu don't work in Ubuntu 11.10.

1. Start menu - "All Programs" - "Voxengo"

2. Click on "Register Voxengo YYYY (name of plugin)" located in that
product's shortcut group.

3. Enter that plugin's product key with your audio application CLOSED.

I hope this example helps clarify my question.
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: Why I need this info

Post by vitamin »

PhaseMaster wrote:The instructions say to do this from the Windows Start menu.
If you successfully installed that program the actual executable should be under "$HOME/.wine/drive_c/Program Files" (that's for English Wine version). Other languages have "Program Files" "translated".
PhaseMaster
Level 1
Level 1
Posts: 6
Joined: Tue Dec 13, 2011 11:52 am

Why I need this info

Post by PhaseMaster »

I had to modify your code as shown below. However, I'm not trying to reach the main executable.

Code: Select all

$HOME/.wine/drive_c/Program\ Files
Here is the path to what I'm trying to reach:

Code: Select all

Home/wine/drive_c/users/ben/Start Menu/Programs/Voxengo/Voxengo Soniformer/Register Soniformer.lnk
PhaseMaster
Level 1
Level 1
Posts: 6
Joined: Tue Dec 13, 2011 11:52 am

Still trying to work it out

Post by PhaseMaster »

Here is the last command I tried:

Code: Select all

ben@ben-Dell-XPS420:~$ wine /home/ben/wine/drive_c/users/ben/Start\ Menu/Programs/Voxengo/Voxengo\ Soniformer\ VST/Register\ Soniformer.lnk
wine: cannot find L"C:\\windows\\system32\\plugplay.exe"
wine: Bad EXE format for C:\users\ben\Start Menu\Programs\Voxengo\Voxengo Soniformer VST\Register Soniformer.lnk
PhaseMaster
Level 1
Level 1
Posts: 6
Joined: Tue Dec 13, 2011 11:52 am

Still trying to work it out

Post by PhaseMaster »

Here is the last command I tried:

Code: Select all

ben@ben-Dell-XPS420:~$ wine /home/ben/wine/drive_c/users/ben/Start\ Menu/Programs/Voxengo/Voxengo\ Soniformer\ VST/Register\ Soniformer.lnk

wine: cannot find L"C:\\windows\\system32\\plugplay.exe"

wine: Bad EXE format for C:\users\ben\Start Menu\Programs\Voxengo\Voxengo Soniformer VST\Register Soniformer.lnk
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: Still trying to work it out

Post by dimesio »

PhaseMaster wrote:Here is the last command I tried:

Code: Select all

ben@ben-Dell-XPS420:~$ wine /home/ben/wine/drive_c/users/ben/Start\ Menu/Programs/Voxengo/Voxengo\ Soniformer\ VST/Register\ Soniformer.lnk
wine: cannot find L"C:\\windows\\system32\\plugplay.exe"
wine: Bad EXE format for C:\users\ben\Start Menu\Programs\Voxengo\Voxengo Soniformer VST\Register Soniformer.lnk
http://wiki.winehq.org/FAQ#run_from_terminal
PhaseMaster
Level 1
Level 1
Posts: 6
Joined: Tue Dec 13, 2011 11:52 am

Post by PhaseMaster »

Thank you to everybody who replied. The problem turned out to be the permissions for my .LNK file. Once I marked it as executable, everything worked the way I expected it to work.
Locked