Newbie Question Minimum DLLs or Components Required
-
- Newbie
- Posts: 1
- Joined: Sat Aug 06, 2011 3:30 am
Newbie Question Minimum DLLs or Components Required
What are the minimum DLLs or components required for a win application to have a chance to work?
The software I am installing is not a game so I dont need games related dlls or components.
Tks for any advice
The software I am installing is not a game so I dont need games related dlls or components.
Tks for any advice
To add more: Recommended way is to use WINEPREFIX (sometimes misleading-called as "wine bottle", e.g. by myself ..
):

Code: Select all
cd ~/.wine-foo-app/drive_c/MyFooApp/
$ WINEPREFIX=~/.wine-foo-app/ wine foo.exe
-
- Newbie
- Posts: 4
- Joined: Sat Aug 06, 2011 8:04 am
I am a new ubuntu user trying to get Call Of Duty 2 working.
Just thought I would share what I have been recently learning.
To save conflicts use a different wineprefix for each installed app/game....
Wine, wine tricks and Play on Linux refer to wineprefixes.
CrossOver games refer to winebottles.
Different names for different applications. All the same thing except you pay for CrossOver so to make it different from other gui for wine call the prefixes something different.??? Shame it dont work for CoD2.
I too am trying to verify dlls and dependent apps to add to winecfg libraries to get COD2 working (well)on my system(natty 64bit)
Speculate to educate.
Just thought I would share what I have been recently learning.
To save conflicts use a different wineprefix for each installed app/game....
Wine, wine tricks and Play on Linux refer to wineprefixes.
CrossOver games refer to winebottles.
Different names for different applications. All the same thing except you pay for CrossOver so to make it different from other gui for wine call the prefixes something different.??? Shame it dont work for CoD2.
I too am trying to verify dlls and dependent apps to add to winecfg libraries to get COD2 working (well)on my system(natty 64bit)
Speculate to educate.
-
- Newbie
- Posts: 4
- Joined: Sat Aug 06, 2011 8:04 am
-
- Moderator
- Posts: 1153
- Joined: Wed Apr 27, 2011 11:01 pm
Newbie Question Minimum DLLs or Components Required
On 8/6/11 5:45 AM, Quix0r wrote:
A Wine Prefix is a directory where Wine's file structure is stored.
To use another Wine Prefix you can preface the wine command with
WINEPREFIX=<path to Wine Directory>
or
You can set the Environment variable WINEPREFIX on a more permanent
basis by using the export WINEPREFIX command:
export WINEPREFIX=<path to new wine prefix directory>
By default this variable is set to $HOME/.wine (also called ~/.wine)
Either method is acceptable to run a program.
James
To answer this question (and it is or should be in the FAQ)To add more: Recommended way is to use WINEPREFIX (sometimes misleading-called as "wine bottle", e.g. by myself .. [Embarassed] ):
Code:
cd ~/.wine-foo-app/drive_c/MyFooApp/
$ WINEPREFIX=~/.wine-foo-app/ wine foo.exe
A Wine Prefix is a directory where Wine's file structure is stored.
To use another Wine Prefix you can preface the wine command with
WINEPREFIX=<path to Wine Directory>
or
You can set the Environment variable WINEPREFIX on a more permanent
basis by using the export WINEPREFIX command:
export WINEPREFIX=<path to new wine prefix directory>
By default this variable is set to $HOME/.wine (also called ~/.wine)
Either method is acceptable to run a program.
James
-
- Moderator
- Posts: 1153
- Joined: Wed Apr 27, 2011 11:01 pm
Newbie Question Minimum DLLs or Components Required
On 8/6/11 12:21 PM, Geezanansa wrote:
Winetricks should only be used if advised to do so in the forum or in a
program's Application Database entry.
Otherwise, you should try to run any program without any changes to Wine
and see what happens. If the program fails to run, collect a logging
file from the command line and post it to a site like pastebin.com
(instructions on how to do this are on the Wine FAQ.)
Adding winetricks can actually make things worse and fully break program
(and Wine) ability to run or function.
James
PlayOnLinux/PlayOnMac are not supported here.Have you tried PlayOnLinux or Wine Tricks?
Winetricks should only be used if advised to do so in the forum or in a
program's Application Database entry.
Otherwise, you should try to run any program without any changes to Wine
and see what happens. If the program fails to run, collect a logging
file from the command line and post it to a site like pastebin.com
(instructions on how to do this are on the Wine FAQ.)
Adding winetricks can actually make things worse and fully break program
(and Wine) ability to run or function.
James
-
- Newbie
- Posts: 4
- Joined: Sat Aug 06, 2011 8:04 am