Zandro/ST under Wine?
Zandro/ST under Wine?
Lately I've been running Zandronum under Wine (I'll explain why in a sec) and I had a few questions.
1. When I try to run the Zandronum build intended for Linux, nothing happens. Does anyone else have this problem?
2. What are the drawbacks to running Zandronum.exe in the Wine enviornment? From what I've observed, everything runs fine in OpenGL. However, software has some really weird bugs (any areas of solid black on the screen suddenly become HOMs, on both textures and sprites).
3. Has anyone else done this before or have any tips?
I'm running the latest Ubuntu, by the way.
1. When I try to run the Zandronum build intended for Linux, nothing happens. Does anyone else have this problem?
2. What are the drawbacks to running Zandronum.exe in the Wine enviornment? From what I've observed, everything runs fine in OpenGL. However, software has some really weird bugs (any areas of solid black on the screen suddenly become HOMs, on both textures and sprites).
3. Has anyone else done this before or have any tips?
I'm running the latest Ubuntu, by the way.
Reinforcements: midgame Survival joining/respawning
Doom64: Unabsolved: Doom64 + Diablo II
ZandroSkins: a pack made by our community
AeniPuffs: 3D blood and bullet puff effects, free to use for your own mods
Squad Radio: a WASD-based radio chat menu, add your own custom sounds!
Mercenaries (on hold)

Doom64: Unabsolved: Doom64 + Diablo II
ZandroSkins: a pack made by our community
AeniPuffs: 3D blood and bullet puff effects, free to use for your own mods
Squad Radio: a WASD-based radio chat menu, add your own custom sounds!
Mercenaries (on hold)

RE: Zandro/ST under Wine?
Are you running a 3.x kernel?
Ijon Tichy wrote:I like how your first responses to concerns being raised was to start insulting people, accusing random people on the Internet of being Shadowfox, and digging up irrelevant shit from the past. It really inspires confidence in me that you guys are level-headed and rational folks.
<BlueCool> you guys IQ is the same as my IP, Dynamic
- Dark-Assassin
- Maintenence Crew
- Posts: 968
- Joined: Fri May 25, 2012 4:25 am
RE: Zandro/ST under Wine?
Are you either trying to run an x86_64 build in a x64 environment or vice versa?
Try running it via the terminal (Ctrl+Alt+T) and copy+paste exactly what is printed in it.
Also, have you followed the tutorial in the wiki?
If so, have you followed it to an exact?
If not, it may help.
Anyway, I've run 98a under WINE and it did seem to run fine, even in software mode, but that was on a much older laptop with an Intel Integrated Graphics Chip.
Currently for me as well, running Zandro, ST 98D or any other revision under WINE using the Software Render does glitch out as well.
Try running it via the terminal (Ctrl+Alt+T) and copy+paste exactly what is printed in it.
Also, have you followed the tutorial in the wiki?
If so, have you followed it to an exact?
If not, it may help.
Anyway, I've run 98a under WINE and it did seem to run fine, even in software mode, but that was on a much older laptop with an Intel Integrated Graphics Chip.
Currently for me as well, running Zandro, ST 98D or any other revision under WINE using the Software Render does glitch out as well.
Last edited by Dark-Assassin on Sun Aug 26, 2012 2:39 pm, edited 1 time in total.
-
- Retired Staff / Community Team Member
- Posts: 2569
- Joined: Sat Jun 02, 2012 2:44 am
RE: Zandro/ST under Wine?
I've ran ST98D on wine before, all I noticed was random homs on software. However, I did not try opengl.
RE: Zandro/ST under Wine?
So the real question is how to solve this issue? I guess you need to define "nothing happens." Run Zandronum from a terminal and see if you get any output. (If you installed the DRD Team packages just type zandronum at the terminal.)Ænima wrote: 1. When I try to run the Zandronum build intended for Linux, nothing happens. Does anyone else have this problem?
It's not really a supported why of running Zandronum so there's one draw back.Ænima wrote: 2. What are the drawbacks to running Zandronum.exe in the Wine enviornment? From what I've observed, everything runs fine in OpenGL. However, software has some really weird bugs (any areas of solid black on the screen suddenly become HOMs, on both textures and sprites).
RE: Zandro/ST under Wine?
cd'ing to the folder and doing "exec ./zandronum" results in the terminal closing and Zandronum not opening up or showing any activity at all.
Reinforcements: midgame Survival joining/respawning
Doom64: Unabsolved: Doom64 + Diablo II
ZandroSkins: a pack made by our community
AeniPuffs: 3D blood and bullet puff effects, free to use for your own mods
Squad Radio: a WASD-based radio chat menu, add your own custom sounds!
Mercenaries (on hold)

Doom64: Unabsolved: Doom64 + Diablo II
ZandroSkins: a pack made by our community
AeniPuffs: 3D blood and bullet puff effects, free to use for your own mods
Squad Radio: a WASD-based radio chat menu, add your own custom sounds!
Mercenaries (on hold)

- Dark-Assassin
- Maintenence Crew
- Posts: 968
- Joined: Fri May 25, 2012 4:25 am
RE: Zandro/ST under Wine?
Try using this method.Ænima wrote: cd'ing to the folder and doing "exec ./zandronum" results in the terminal closing and Zandronum not opening up or showing any activity at all.
Code: Select all
/usr/games/zandronum/zandronum > /home/<username>/zandro.log
RE: Zandro/ST under Wine?
Are you using the deb packages? Which folder did you cd to? You shouldn't have to use exec, but I can get the terminal to close if I cd to usr/bin and exec the shell script called zandronum there. If you run the binary itself it shouldn't be able to close the terminal.Ænima wrote: cd'ing to the folder and doing "exec ./zandronum" results in the terminal closing and Zandronum not opening up or showing any activity at all.
Edit: So I guess I should ask, did you install the iwads properly (where are they)?
Last edited by Blzut3 on Tue Aug 28, 2012 12:20 am, edited 1 time in total.
-
- Frequent Poster Miles card holder
- Posts: 901
- Joined: Mon Jun 04, 2012 5:07 am
RE: Zandro/ST under Wine?
why did you exec? that replaces the instance of the shell with zandronum, so of course you won't see anything happen