~f4grx

Recent activity

Re: Advtrains Git repository availability ? 2 months ago

From Sebastien F4GRX to ~gpcf/advtrains-devel

Hi,

I just checked and the web access on both URLs seems to work from france 
at 11:43 UTC+1.

However:

~/code$ LANG=C git clone https://git.bananach.space/advtrains.git/
Cloning into 'advtrains'...
fatal: unable to access 'https://git.bananach.space/advtrains.git/': The 
requested URL returned error: 500

So I confirm, something is wrong!

Re: Possible bug in advtrains/occupation.lua line 162 (function o.reverse_lookup) 10 months ago

From Sebastien F4GRX to ~gpcf/advtrains-devel

Hello,

Le 07/03/2024 à 22:39, Y. Wang a écrit :
>> This code refers to an inexistent variable or parameter:
>>
>> https://git.sr.ht/~gpcf/advtrains/tree/master/item/advtrains/occupation.lua#L162 
>>
>
> Thanks for the report. My guess here would be that the function should 
> be of the form
>     function o.reverse_lookup(ppos, train_id)
> to filter out entries associated with a certain train. This would also 
> explain why the train_id comparison is there in the first place.

Possible bug in advtrains/occupation.lua line 162 (function o.reverse_lookup) 10 months ago

From Sebastien F4GRX to ~gpcf/advtrains-devel

Hello,

This code refers to an inexistent variable or parameter:

https://git.sr.ht/~gpcf/advtrains/tree/master/item/advtrains/occupation.lua#L162


This has caused a failure to start my server (5.6.1, from debian 12 
repos) with an existing world that had trains tracks and lines already 
defined.

It did not trigger at the moment I installed the advtrains in this world.