Giter Club home page Giter Club logo

Comments (8)

MAN-AT-ARMS avatar MAN-AT-ARMS commented on August 22, 2024

https://bugzilla.icculus.org/show_bug.cgi?id=6429

Can you test this?
Replace the code/qcommon/vm_x86.c file with the one from this repo:
https://github.com/thiloschulz/ioq3

Direct link to file:
https://raw.githubusercontent.com/thiloschulz/ioq3/master/code/qcommon/vm_x86.c

from iortcw.

legluondunet avatar legluondunet commented on August 22, 2024

I just compiled iortcw with this new file, no change.

from iortcw.

MAN-AT-ARMS avatar MAN-AT-ARMS commented on August 22, 2024

When I get a chance, I'll test an Ubuntu 16.10 install and attempt to resolve.

from iortcw.

MAN-AT-ARMS avatar MAN-AT-ARMS commented on August 22, 2024

Seems to be an issue with Nautilus in 16.10 and not iortcw.
The behavior is the same even when not compiled as PIE.

Nemo file manager in Cinnamon on 16.10 allows binary (unmodified) to be launched without issue.

from iortcw.

legluondunet avatar legluondunet commented on August 22, 2024

I'm not alone: it seems to be related to PIE and file manager:
https://bugzilla.gnome.org/show_bug.cgi?id=737849
https://bugs.launchpad.net/ubuntu/+source/gcc-defaults/+bug/1639531
https://glandium.org/blog/?p=3310
https://ubuntuforums.org/showthread.php?t=2341593
Same bug with Thunar.
Dolphin-emu is the only executable I compiled I can launch from Nautlus (not see as a shared library), I don't know how they did that.

from iortcw.

MAN-AT-ARMS avatar MAN-AT-ARMS commented on August 22, 2024

Not sure about Dolphin but I did compile without PIE and it behaved the same.
The issue here is the file manager / mime handling in Nautilus and not iortcw.

from iortcw.

MAN-AT-ARMS avatar MAN-AT-ARMS commented on August 22, 2024

It might be possible to use a launch script like the ones installed by the vanilla game:

#!/bin/sh
cd "path to application"
export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:."
exec ./iowolfmp.x86_64 "$@"

from iortcw.

legluondunet avatar legluondunet commented on August 22, 2024

So it is not related to your soft, thank you for your help.

from iortcw.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.