Showing posts with label VirtualBox. Show all posts
Showing posts with label VirtualBox. Show all posts

Tuesday, May 21, 2024

Wine do not install or launch application from CD-ROM or disk

cd ~/.wine/dosdevices/

ls -l

winecfg > Drives > D: /media/user/disk > E: /media/user > Z: /media/user/disk/wine

Such set up solved the issue, but programs demanding CDs still won't launch.

Graphics > 150 dpi, Applications > Windows Version > choose, Desktop Integration

wine control

wine explorer

Microsoft Data Access components 2.5 SP1 (odbcjt32.dll) issue with ElsaWin. Download odbc32.dll and put into /home/user/.wine/drive_c/windows/syswow64/

ElsaWin failed to install on Wine. Can't create user. Failed to install from network on VirtualBox. Copy directly from network to vm from PC - fucking lunacy.

Microcat works on VirtualBox without CD, but on Wine could not locate it.

wine uninstaller

Z: /media/user/disk/wine

/home/user/.local/share/applications/wine/Programs

/home/user/.wine/drive_c/ProgramData/Microsoft/Windows/Start Menu/Programs/

Increase disk space on vm. Use partition tools.

VBoxManage modifyhd YOUR_HARD_DISK.vdi --resize SIZE_IN_MB

Decrease size with partition tools, wipe data with zeros and 

VBoxManage modifyhd VM.vdi --compact

Saturday, December 31, 2022

Windows 7 does not see other network PCs

Go to Control Panel Network Settings

1. Leave homegroup.

2. "See Full Map" in right upper corner to show network devices.

In VirtualBox go to Settings > Network > Attached to > Bridged Adapter.

ping 192.168.1.1

Reset network settings in cmd, if necessary:

ipconfig /release

ipconfig /renew

ipconfig /flushdns

Saturday, July 24, 2021

Wacom tablet not working in Oracle VM VirtualBox

Ctrl + Alt + T

cd /usr/share/applications/

sudo pico virtualbox.desktop

Change Exec= VirtualBox %U

to Exec=QT_XCB_TABLET_LEGACY_COORDINATES=1 VirtualBox %U