Search found 4983 matches

by psi29a
27 Nov 2023, 14:24
Forum: Support
Topic: Installing 49 Dev (or daily)
Replies: 3
Views: 821

Re: Installing 49 Dev (or daily)

If you build yourself, then the cmake git check will fail (because not a repo) and will default the the version declared in source. The PPA will declare packages (name of packages) as 0.48, because they are built using debian's buildd, the debian/control file decitates how it is named. This name tak...
by psi29a
08 Nov 2023, 09:37
Forum: Support
Topic: OpenMW 2023.04.10: crash on startup
Replies: 26
Views: 5905

Re: OpenMW 2023.04.10: crash on startup

Was misspoken, that was the crash log. What he meant with GDB was a stack-trace. Since you're running the generic build, it might take some doing... however, just give: `gdb ./openmw` a try and see what happens. Since it's a script, it might not give us what we want... as the script does some magic ...
by psi29a
07 Nov 2023, 13:32
Forum: General Development
Topic: Funding for features
Replies: 2
Views: 1154

Re: Funding for features

Software developers/engineers that are contractors usually charge around 80 to 100 euros / 90 to 110 dollars per hour. So let's low-ball it to 600 a day of working full time on that one issue. This is to take in to account, cost of living and taxes. Now factor in that you'd want a constant stream of...
by psi29a
22 Aug 2023, 16:58
Forum: Support
Topic: Where does 0.49 store crash logs on linux ?
Replies: 5
Views: 979

Re: Where does 0.49 store crash logs on linux ?

There will likely be no logs, this is a driver / kernel bug. You might find something in your Xorg log. Please file a bug report with Xorg Mesa's bug tracker for amdgpu.

by psi29a
03 Aug 2023, 23:33
Forum: Support
Topic: Ubuntu Jammy 0.49 does not work after apt-get update.
Replies: 6
Views: 1524

Re: Ubuntu Jammy 0.49 does not work after apt-get update.

I think I found the problem, please update and let me know?

Should be: mygui (3.4.2+dfsg-2~bpo22.04.1~openmw3) jammy

by psi29a
02 Aug 2023, 11:05
Forum: Support
Topic: Ubuntu Jammy 0.49 does not work after apt-get update.
Replies: 6
Views: 1524

Re: Ubuntu Jammy 0.49 does not work after apt-get update.

Good news, if I build locally... it "just works", so there is something really wrong during the build on launchpad (ppa) that is botching things up.

Still need to triage this. I'm hoping to have something by this weekend.

by psi29a
01 Aug 2023, 08:38
Forum: Support
Topic: Ubuntu Jammy 0.49 does not work after apt-get update.
Replies: 6
Views: 1524

Re: Ubuntu Jammy 0.49 does not work after apt-get update.

Known issue with mygui 3.4.2 packages we are testing. You can still load your games, but you'll not have visibility... so you can hit load, hit enter and boom, you're in your game. :)

Welcome to bleeding edge.

We're working on it.

by psi29a
23 Jul 2023, 21:47
Forum: Support
Topic: OpenMW fails to load after 2 separate updates today via Synaptic Package Manager
Replies: 4
Views: 1023

Re: OpenMW fails to load after 2 separate updates today via Synaptic Package Manager

Are you running Jammy 22.04 ?

If you are, give it about 30 minutes from this post :)

by psi29a
23 Jul 2023, 20:04
Forum: Support
Topic: OpenMW fails to load after 2 separate updates today via Synaptic Package Manager
Replies: 4
Views: 1023

Re: OpenMW fails to load after 2 separate updates today via Synaptic Package Manager

I've been trouble shooting some things... I recommend purging/remove anything openmw and mygui related. Then updating using the PPA, then pulling in openmw again. Should be good to go (just tested on Lunar 23.04). If you're still having issues, then try to get gdb installed, then via terminal run gd...