Code Monkey home page Code Monkey logo

Comments (4)

tx00100xt avatar tx00100xt commented on May 27, 2024

Of course there are ideas. Because there is an example of a successful launch of the game on raspberry pi 4 Ubuntu 22 lts (arm64). Full thread here: tx00100xt/SeriousSamClassic-VK#3

STUBBED: load window icon in /home/dragon99919/git/SeriousSamClassic/SamTSE/Sources/SeriousSam/MainWindow.cpp, line 167. STUBBED: Need SDL invisible window or something in /home/dragon99919/git/SeriousSamClassic/SamTSE/Sources/SeriousSam/MainWindow.cpp, line 328.

This is an information message from the port of Ryan Gordon. It does not affect the launch of the game. The game always has these messages at startup. Since the game used to run on the Raspberry Pi 4, it's possible that recent commits caused launch errors.
The first thing to try is to enable SINGLE_THREAD.
To do this, you need a line in CMakeLists.txt:

option(USE_SINGLE_THREAD "Use Single Threaded Version" FALSE)

replace with

option(USE_SINGLE_THREAD "Use Single Threaded Version" TRUE)

Second - you can try to rollback to the old git commit:

git clone https://github.com/tx00100xt/SeriousSamClassic.git
cd SeriousSamClassic
git checkout f4e66dc

for SeriousSamClassic repo.

git clone https://github.com/tx00100xt/SeriousSamClassic-VK.git
cd SeriousSamClassic-VK
git checkout 40bfc9a0cebc5a49a371d99d1164502f2de28b7f

for SeriousSamClassic-VK repo.

And it is also desirable to attach the game log to make it clearer.
(.local/share/Serious-Engine/serioussamse/SeriousSam.log iin latest version, or SeriousSam.log in the game directory in previous versions)

from serioussamclassic.

tx00100xt avatar tx00100xt commented on May 27, 2024

Fixed building scrips.
013c718
tx00100xt/SeriousSamClassic-VK@98dd388

from serioussamclassic.

dragon99919 avatar dragon99919 commented on May 27, 2024

Okay, actually Log told me everything I should've known. : )
There were missing Class files. After copying the gros from the base game, it launched without a problem. Kinda strange tho, since as far as I remember from the original source, it shouldn't depend on these...
Anyway, thanks a lot for help!

from serioussamclassic.

tx00100xt avatar tx00100xt commented on May 27, 2024

This is good. Then I think the issue can be closed.

from serioussamclassic.

Related Issues (15)

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.