It seems that you're using an outdated browser. Some things may not work as they should (or don't work at all).
We suggest you upgrade newer and better browser like: Chrome, Firefox, Internet Explorer or Opera

×
avatar
Matruchus: Can anybody help me out with a mono problem. Since I deinstalled Winetricks and reinstalled Wine and Banished I can't get the dxsdk_june2010 package installed which means there is no sound in Banished. Basically its says that there is no mono installed and that the 64 bit version of os is not supported. As much as I understand mono usually fixes that issue.
Try the wine-mono package from your distro or another PPA?
avatar
JudasIscariot: Try the wine-mono package from your distro or another PPA?
avatar
Matruchus: Installed the package true synaptic but its the same. Also this is what I get too Note: command 'wine dotnetfx.exe' returned status 26. Aborting
" the 64 bit version of os is not supported"

Are you running a 64-bit prefix?
avatar
JudasIscariot: " the 64 bit version of os is not supported"

Are you running a 64-bit prefix?
avatar
Matruchus: I just installed Wine 1.9.9. staging as it came. Didn't change anything. How do I get the 32 bit version.

Edit: Could it be connected with the fact that im running 64 bit Linux version?
Do you have Wine with WoW64 support or are you using a 64-bit version of Wine? If it's the latter then try installing the 32-bit version of Wine and then make a prefix and the 64-bit not supported message should go away :)
avatar
JudasIscariot: Do you have Wine with WoW64 support or are you using a 64-bit version of Wine? If it's the latter then try installing the 32-bit version of Wine and then make a prefix and the 64-bit not supported message should go away :)
avatar
Matruchus: I really have no idea. I just followed these instructions for staging: https://wiki.winehq.org/Ubuntu

Edit: Reinstalled Winetricks and it says the Wineprefix is 64bit. So I guess I'm lost. I guess I will wait for a next update for Wine since that seemed to have fixed the mono issue last time.
Ahhh....Ubuntu and Wine.

I would switch to Mint if I were you. I pulled my hair out with Ubuntu and Wine.

Heck, even Antergos handles Wine better but if you like Ubuntu derivatives then Mint gives you much better control over Wine and prefixes. Only Ubuntu has these weird issues with Wine...

avatar
JudasIscariot: ...
avatar
rampancy: Any word on Uprising 2 in WINE?
I am at work now on a Windows PC so I can't even try it atm :) Will see if it works at home though :)
Post edited May 12, 2016 by JudasIscariot
avatar
JudasIscariot: Ahhh....Ubuntu and Wine.

I would switch to Mint if I were you. I pulled my hair out with Ubuntu and Wine.

Heck, even Antergos handles Wine better but if you like Ubuntu derivatives then Mint gives you much better control over Wine and prefixes. Only Ubuntu has these weird issues with Wine...
avatar
Matruchus: Im running Linux Mint 17.3 64bit :)
Then I would recommend compiling from source if packages are not giving you the ability to make a proper 32-bit prefix. The source *should* compile a 32-bit version of Wine by default since in order to compile a 64-bit version of Wine you need to specify that with a flag :)

Trust me, if I can compile Wine from source on Mint you can do it too :)

Also, if I were in your place, I would NOT follow those Ubuntu instructions on Mint even though Mint is a Ubuntu derivative. Those instructions are very much Ubuntu and ONLY Ubuntu specific.

Just compile from source on that Mint 17.3 :)
Post edited May 12, 2016 by JudasIscariot
avatar
Matruchus: I really have no idea. I just followed these instructions for staging: https://wiki.winehq.org/Ubuntu

Edit: Reinstalled Winetricks and it says the Wineprefix is 64bit. So I guess I'm lost. I guess I will wait for a next update for Wine since that seemed to have fixed the mono issue last time.
avatar
immi101: you can force wine to create a 32bit-only prefix

first delete your wineprefix, this only works when the prefix directory doesn't exist yet. then prepend WINEARCH=win32 to your wine command (only needed the first time, when the prefix gets created.)
so for example

WINEARCH=win32 wine winecfg

after that you can drop the WINEARCH variable and just run your stuff as usual
Can you run WINEARCH=win32 on a 64-bit prefix with no WoW64? I was under the impression that 64-bit Wine will only be able to create 64-bit prefixes and the same for a 32-bit version...
avatar
JudasIscariot: Can you run WINEARCH=win32 on a 64-bit prefix with no WoW64? I was under the impression that 64-bit Wine will only be able to create 64-bit prefixes and the same for a 32-bit version...
avatar
immi101: The link that Matruchus gave talks about enabling 32bit architecture first, so I just assumed it is a WoW64 build (ie. it can execute 32bit and 64bit programmes). If it was a 64bit wine there would be no need for 32bit dependencies, no?

If you have just a 64bit wine, then of course you can't create a 32bit prefix :)

but is there any distro which ships a 64bit only wine? I always thought they all went with the combined package (32+64bit support). And the tip of using the WINEARCH variable pops up quite often at the AppDB.
Yeah I asked because Matruchus kept getting errors related to a winetrick not support 64-bits but I agree with all your points :)
avatar
Matruchus: Can anybody help me out with a mono problem. Since I deinstalled Winetricks and reinstalled Wine and Banished I can't get the dxsdk_june2010 package installed which means there is no sound in Banished. Basically its says that there is no mono installed and that the 64 bit version of os is not supported. As much as I understand mono usually fixes that issue.

These are the steps I took:
- deinstall Winetricks,
- deinstall Wine
- physically erase Wine folder,
- sudo apt-get --purge autoremove
- sudo apt-get autoclean
- sudo apt-get clean.

After that reinstalled.
For winetricks you might want to manually update it to the latest version if you don't already have it.

Could you run "winetricks --version" for me and see what you get?
avatar
JudasIscariot: For winetricks you might want to manually update it to the latest version if you don't already have it.

Could you run "winetricks --version" for me and see what you get?
avatar
Matruchus: 20160425 - after I reinstalled Mint and installed Wine from PPA it still shows that I have a 64 bit version of Wineprefix. It seems all wine versions automatically install a 64 bit wineprefix on Mint.
OK, so you have an older version of Winetricks...I suggest getting the latest version here: https://raw.githubusercontent.com/Winetricks/winetricks/master/src/winetricks (cool thing about this version is that winetricks now comes with its own update function :D)

As for the 64-bit prefix thing have you tried :

WINEPREFIX=$HOME/.wine32 WINEARCH=win32 winecfg wineboot

in terminal?
avatar
JudasIscariot: OK, so you have an older version of Winetricks...I suggest getting the latest version here: https://raw.githubusercontent.com/Winetricks/winetricks/master/src/winetricks (cool thing about this version is that winetricks now comes with its own update function :D)

As for the 64-bit prefix thing have you tried :

WINEPREFIX=$HOME/.wine32 WINEARCH=win32 winecfg wineboot

in terminal?
avatar
Matruchus: You pointed me to the same version of Winetricks I already have.

Otherwise this is what I get in terminal for 64 bit prefix
WINEPREFIX=$HOME/.wine32 WINEARCH=win32 winecfg wineboot fixme:winediag:start_process Wine Staging 1.9.9 is a testing version containing experimental patches.
fixme:winediag:start_process Please mention your exact version when filing bug reports on winehq.org.
p11-kit: couldn't load module: /usr/lib/i386-linux-gnu/pkcs11/p11-kit-trust.so: /usr/lib/i386-linux-gnu/pkcs11/p11-kit-trust.so: cannot open shared object file: No such file or directory
p11-kit: couldn't load module: /usr/lib/i386-linux-gnu/pkcs11/gnome-keyring-pkcs11.so: /usr/lib/i386-linux-gnu/pkcs11/gnome-keyring-pkcs11.so: cannot open shared object file: No such file or directory

Edit: According to this page here:https://appdb.winehq.org/objectManager.php?sClass=version&iId=3754&iTestingId=18546
If I get an error that says this: This product is not supported on a 64-bit operating system. Setup will now exit. - It means that I have WoW64 Wine installed?
If you had a WoW64 version of Wine then you would not have seen the message "This product is not supported on a 64-bit operating system" since a WoW64 build of Wine lets you run 32-bit and 64-bit applications in one prefix.

As for winetricks, can you check if this works for you?

winetricks --self-update
OK I managed to figure out the problem with Skyshine's BEDLAM and its Options menu not closing.

Game: Skyshine's BEDLAM Redux
Installer MD5: 9FA7FDB957941EB0B9E6B53F6A9EA4A3 setup_skyshines_bedlam_redux_2.0.0.2.exe
30CDB581D87CC26574C5BBB935E897FA setup_skyshines_bedlam_redux_2.0.0.2-1.bin

WineHQ AppDB link:https://appdb.winehq.org/objectManager.php?sClass=application&iId=17120

Distro: Antergos 64-bit
Kernel version: 4.5.4-1
Graphics card: Nvidia GeForce GTX 560Ti
Graphics driver & version: Proprietary 364.19
Wine version(s) tested: Wine 1.9.9

Install notes: Install and disable ALL xinput DLLs in winecfg for the game.
How well does it run: Almost perfect. You may experience the sound just cutting out completely until you exit the game and start it up again
Details: I played as the Mutants and as Humans before dying twice to some random thing or another. I fought at least 10-15 battles and everything worked.

For those of you who see the Options menu right when you start the game via Wine, open up winecfg, add the Skyline's Bedlam executable, and set all 4 xinput DLL files to "disabled" in order to get rid of the issue where the Options menu will not go away.

I had the sound drop put on me once just after the intro where some guy was sending out my character to go out into the wasteland towards Aztec City. I did skip the intro entirely in another playthrough and the music seemed to work fine throughout my time with the game.
Post edited May 13, 2016 by JudasIscariot
avatar
JudasIscariot: If you had a WoW64 version of Wine then you would not have seen the message "This product is not supported on a 64-bit operating system" since a WoW64 build of Wine lets you run 32-bit and 64-bit applications in one prefix.
avatar
immi101: hmm unless the error isn't coming from wine, but from the installer. Wine happily starts the 32bit installer, but the installer checks for a 64bit windows and throws the error.. WoW64 or not doesn't matter.
that would be my guess from what's written on that appdb page.
Maybe? I am not sure as I have not seen too many 32-bit versions of installers from winetricks fail in a strictly 32-bit prefix.

If the prefix is strictly a 32-bit one and a 32-bit installer fails on it then it sounds like a potential Wine bug and should be reported accordingly to their BugZilla...
Post edited May 13, 2016 by JudasIscariot
Turok is Mac native as of today so perhaps the entry should be updated for Windows now or are the Mac and Linux Wine versions pretty close that what works for one will work for the other?
avatar
rampancy: Game: Homeworld 1 Classic (part of the Homeworld Remastered Edition collection)
...
Due to bug 38763 and bug 23714, changing resolution is impossible without crashing (just as in the original CD release).
avatar
Gydion: Strangely, I am able to change resolutions in Wine 1.9.12. Given the comment on the bug report I'm not sure why.

The .NET 4 installer surprisingly ran successfully in 1.9.12. Of course the classic versions don't use it. I still need to test moving the Classics to their own prefixes and seeing if they still run.
avatar
JudasIscariot: Game: Subterrain
avatar
Gydion: How is this coming along?
Quite good actually :) With Wine 1.9.12 it's fully playable on Nvidia hardware and I've been playing the game for the last week once I got everything worked out.
Game: Subterrain
Installer MD5: 5afba419266173c5d5bee3da6db6e4b7 setup_subterrain_2.6.0.9.exe
WineHQ AppDB link: https://appdb.winehq.org/objectManager.php?sClass=version&iId=34539
Distro: Antergos 64-bit
Kernel version: 4.6.2-1
Graphics card: Nvidia GeForce GTX 560Ti
Graphics driver & version: Proprietary 364.19
Wine version(s) tested: Wine 1.9.12

Install notes: Just install the game.
How well does it run: Perfect
Details:

First, you will need to create a 32-bit prefix and set it to Windows 7 mode in the Wine configuration window.

Second, you will need to run winetricks and make sure that you put a checkmark in the box for "glsl=disabled" if you are using winetricks with the GUI (I don't know how to do this via the command line). Please make sure to use this setting as otherwise you will have issues with the mini-map not redrawing when you enter an already explored area as well as the larger map in the Map menu not showing AT ALL. Until I realized what winetrick to use I was playing with a non-functioning map and had to use beacons just for the tram and stairs so make sure "glsl=disabled" is checked in winetricks.

I did not test the game's gamepad support but since the game plays rather well with the keyboard + mouse.

I've played the game for the past week now and I haven't experienced any crashes or bugs.
Post edited December 09, 2016 by JudasIscariot