Search found 328 matches

by wheybags
Thu Oct 22, 2020 1:51 pm
Forum: Resolved Problems and Bugs
Topic: [Wheybags] [1.0.0] macOS: updating breaks code signature
Replies: 1
Views: 2782

Re: [Wheybags] [1.0.0] macOS: updating breaks code signature

Thanks for the report. This should be fixed in the next release.
by wheybags
Tue Oct 13, 2020 2:12 pm
Forum: Resolved Problems and Bugs
Topic: [Wheybags] [0.17.77] changing style.font for textfields does not cause redrawing
Replies: 2
Views: 3464

Re: [Wheybags] [0.17.77] changing style.font for textfields does not cause redrawing

Thanks for the report! It's always nice when someone includes simple lua commands to replicate the issue, instead of a massive mod list and instructions, or something like that :D
Fixed for 1.1.
by wheybags
Tue Oct 13, 2020 1:37 pm
Forum: Resolved Problems and Bugs
Topic: [Wheybags] [0.18.17] Certain translations fail with keyboard binds
Replies: 1
Views: 3418

Re: [Wheybags] [0.18.17] Certain translations fail with keyboard binds

Thanks for the report!

I've added support for keyboard keys and mouse scroll to the alt control system, they will be available in 1.1. The new keys will be described here when 1.1 is released. It will work pretty much the same as it does for mouse buttons atm.
by wheybags
Tue Oct 13, 2020 12:59 pm
Forum: Pending
Topic: [Wheybags] [linux] [0.18.10] Linux/Kubuntu the Copy Button is slightly broken with xclip
Replies: 2
Views: 1489

Re: [Wheybags] [linux] [0.18.10] Linux/Kubuntu the Copy Button is slightly broken with xclip

Do you mean this xclip? https://linux.die.net/man/1/xclip The way you're talking about it makes it sound like you might not, but that's the only xclip I can find. Anyway, I just tried it on gnome on Ubuntu 20.04, and it works fine for me. I ran xclip -selection clipboard -o to get the data that fact...
by wheybags
Tue Oct 13, 2020 12:47 pm
Forum: Resolved Problems and Bugs
Topic: [Wheybags] [0.18.3] [Minor] Indonesian doesn't have a language name in UI settings
Replies: 4
Views: 4333

Re: [Wheybags] [0.18.3] [Minor] Indonesian doesn't have a language name in UI settings

Bulgarian name should be fixed in 1.1. I know where the problem came from. A while back, I was reviewing our translations to make sure we had fonts that worked, and correct names for each language, in that language (before, some were the name of the language in English, others in the langauge itself...
by wheybags
Fri Aug 14, 2020 11:23 am
Forum: Resolved Problems and Bugs
Topic: [1.0.0] Lua API Latest still points to 0.18.47
Replies: 1
Views: 972

Re: [1.0.0] Lua API Latest still points to 0.18.47

Fixed, thanks for the report!
by wheybags
Mon May 11, 2020 5:34 pm
Forum: Technical Help
Topic: [0.18.13] Game won't start on Linux Steam
Replies: 21
Views: 11079

Re: [0.18.13] Game won't start on Linux Steam

Great! and no problem :)
by wheybags
Mon May 11, 2020 2:49 pm
Forum: Technical Help
Topic: [Linux] Problem launching 17.55 from steam client
Replies: 3
Views: 2869

Re: [Linux] Problem launching 17.55 from steam client

Hey, if you're still having this problem, the solution (probably) was found in another thread: viewtopic.php?f=49&t=84048
by wheybags
Mon May 11, 2020 2:43 pm
Forum: Technical Help
Topic: [0.18.13] Game won't start on Linux Steam
Replies: 21
Views: 11079

Re: [0.18.13] Game won't start on Linux Steam

Bingo: 7f07808c5000-7f07808d3000 r-xp 00000000 08:01 2917405 /usr/lib/libsteam_api.so Something has installed a bad (just old?) libsteam_api.so in your /usr/lib. That seems unusual, it would be nice to know how it got there. Did you install it yourself, as a workaround for another game? (eg https://...
by wheybags
Mon May 11, 2020 2:21 pm
Forum: Technical Help
Topic: [0.18.13] Game won't start on Linux Steam
Replies: 21
Views: 11079

Re: [0.18.13] Game won't start on Linux Steam

Can you run the second command (/home/stavros/.local/share/Steam/steamapps/common/Factorio/bin/x64/factorio --debug-linux-dump-proc-maps) again, without the redirect, so I can see both stderr and stdout interleaved, instead of separated?
by wheybags
Mon May 11, 2020 8:30 am
Forum: Technical Help
Topic: [0.18.13] Game won't start on Linux Steam
Replies: 21
Views: 11079

Re: [0.18.13] Game won't start on Linux Steam

I don't see the original error in that log anywhere (undefined symbol: SteamInternal_ContextInit). Actually, I don't think I see any errors?
Where did you get that error log from the first time, steam command line output?
by wheybags
Mon May 04, 2020 10:04 am
Forum: Technical Help
Topic: [0.18.13] Game won't start on Linux Steam
Replies: 21
Views: 11079

Re: [0.18.13] Game won't start on Linux Steam

Thanks for posting the above, but I wasn't able to figure out what was happening even still :( However, the new debug flag is now present in v0.18.22. Could I ask you to: - Exit steam - Start a new terminal, and run steam in it (so we can see the command line output) - Start another new terminal, an...
by wheybags
Tue Apr 28, 2020 3:50 pm
Forum: Resolved Problems and Bugs
Topic: [wheybags] [0.18.4] Unoptimal code generation of Linux binary (too many redundant stores/loads)
Replies: 11
Views: 5870

Re: [wheybags] [0.18.4] Unoptimal code generation of Linux binary (too many redundant stores/loads)

Bang on technical analysis, ffloat-store will be disabled in the next release. It made quite a difference too: Before: Performed 1000 updates in 20680.999 ms avg: 20.681 ms, min: 16.671 ms, max: 65.007 ms After: Performed 1000 updates in 15265.129 ms avg: 15.265 ms, min: 13.098 ms, max: 59.362 ms Th...
by wheybags
Tue Apr 28, 2020 11:04 am
Forum: Technical Help
Topic: [0.18.13] Game won't start on Linux Steam
Replies: 21
Views: 11079

Re: [0.18.13] Game won't start on Linux Steam

Hello, I am the aforementioned linux dev :p There will be an extra debug command in the next release that we can use to help debug this, but for now could you please post the output of the following commands? uname -a ldd /home/stavros/.local/share/Steam/steamapps/common/Factorio/bin/x64/factorio ob...
by wheybags
Wed Apr 01, 2020 11:23 am
Forum: News
Topic: Friday Facts #340 - Deep desyncs
Replies: 82
Views: 41334

Re: Friday Facts #340 - Deep desyncs

none of that is new to me. I have been programming for 15 years. You seem to have thought that I don't understand multiplayer networking very much - that's a fair thing to assume about people you don't know, but immediately dropping an introductory article series is a bit condescending I find. ... ...
by wheybags
Tue Mar 31, 2020 12:33 pm
Forum: News
Topic: Friday Facts #340 - Deep desyncs
Replies: 82
Views: 41334

Re: Friday Facts #340 - Deep desyncs

At this point it's moot but an alternative connection strategy might have worked better - same as in "regular" MMO games - when the client connects into a blank world and then asks the server to give it sync packets about everything, one thing at a time, closest first. So, I get that you'...
by wheybags
Mon Nov 25, 2019 4:14 pm
Forum: Resolved Problems and Bugs
Topic: [wheybags] [0.16.4] Mac - Factorio.app can't be opened because...
Replies: 7
Views: 4729

Re: [wheybags] [0.16.4] Mac - Factorio.app can't be opened because...

This has been fixed for a while now, forgot to move the ticket. Thanks for reporting!

Go to advanced search