emulating a virtual dekstop is not possible

Questions about Wine on Linux
Locked
Lorn
Newbie
Newbie
Posts: 2
Joined: Sun Oct 18, 2015 7:20 pm

emulating a virtual dekstop is not possible

Post by Lorn »

Hello,
I want to run a game in a virtual desktop, because the representation of the game is defective but enabling or disabling this with wine config doesn't change anything, there is still no virtual desktop. Some weeks ago I didn't have this problem.
Also in wine config in the tab application two new applications where automatically generated, the name of the first one is a square (not the word "square", a square) and the second one is a point (also not named "point"). In the virtual tab of these two, it is not possible to place a hooklet at "emulate a virtual desktop".
If I delete them and close the config and open it again the square application is generated again. I'm not sure at what concrete point the dot is regenerated too but after some time he is also back.

I hope my explanation is not too perplexing and sorry for bad grammar.
Lorn
User avatar
dimesio
Moderator
Moderator
Posts: 13373
Joined: Tue Mar 25, 2008 10:30 pm

Re: emulating a virtual dekstop is not possible

Post by dimesio »

Try a clean wineprefix.
Lorn
Newbie
Newbie
Posts: 2
Joined: Sun Oct 18, 2015 7:20 pm

Re: emulating a virtual dekstop is not possible

Post by Lorn »

Ok, I typed

Code: Select all

export WINEPREFIX=~/.wine-new
wine winecfg 
in the terminal and enabled emulating a virtual desktop.
When I started the game (Age of Mythology) he now opened a virtual Desktop but said

Code: Select all

err:module:import_dll Library RockallDLL.dll (which is needed by L"Z:\\home\\lorn\\aomcd1\\aom\\aom.exe") not found
err:module:LdrInitializeThunk Main exe initialization for L"Z:\\home\\lorn\\aomcd1\\aom\\aom.exe" failed, status c0000135
I did not have this problem before the clean prefix but copied the rockall.dll in the aom folder nevertheless.
Now it says:

Code: Select all

fixme:service:SERV_QueryServiceObjectSecurity 0x14ba98 4 0x32eca8 512 0x32f0b8 - semi-stub
fixme:service:SetServiceObjectSecurity 0x14ba98 4 0x32eea8
Locked