Open forum for end-user questions about
Wine. Before asking questions, check out the
Wiki as a first step.
Forum Rules
-
carlosalvatore
- Level 1

- Posts: 9
- Joined: Mon Apr 28, 2008 10:59 am
Post
by carlosalvatore »
Some fixme messages that always occurs, so i'm now curious...
It shows all the time, for example...
Code: Select all
$ wineprefixcreate
fixme:mixer:ALSA_MixerInit No master control found on MPU-401 UART, disabling mixer
fixme:iphlpapi:NotifyAddrChange (Handle 0x7dc71a08, overlapped 0x7dc719ec): stub
fixme:shell:DllCanUnloadNow stub
/home/carlosalvatore/.wine updated successfully.
If this subject has been solved or explained, please refer to a link... Thank you

-
carlosalvatore
- Level 1

- Posts: 9
- Joined: Mon Apr 28, 2008 10:59 am
Post
by carlosalvatore »
another question
some preloader issues were fixed with
sudo sysctl -w vm.mmap_min_addr=0
and... I'm always use this registry keys:
HKEY_CURRENT_USER
|
+-Software
|
+-Wine
|
+-Direct3D
|
+->DirectDrawRenderer
| opengl
|
+->VideoMemorySize
128
HKEY_LOCAL_MACHINE
|
+-Software
| |
| +-Microsoft
| |
| +-Windows
| |
| +-CurrentVersion
| |
| +-Add Paths
| |
| +-IExplore.exe
| Default: "C:\Program Files\Internet Explorer\iexplore.exe"
| "Path": "C:\Program Files\Internet Explorer;"]
do i need something else in order that wine runs app better? like StarCraft for example that runs really slow.
Thank you