openrails / test-launchpad-bugs

TEST repository for Launchpad bug migration exploration
0 stars 0 forks source link

[BUG 1900719] Can't load any Route in Trackviewer #2356

Open twpol opened 4 years ago

twpol commented 4 years ago

Imported from https://bugs.launchpad.net/bugs/1900719

Property Value
Reported by Rippstein (ch-signale)
Date reported Tue, 20 Oct 2020 14:51:40 GMT

With the Trackviewer in unstable Release Open Rails U2020.10.16-2036 2020-10-16 21-43-15 and newer I can't start any Route in Trackviewer. Independant if I start it over OR-Menu or direct in the OR_Folder I get the attached Error

twpol commented 4 years ago

Imported from https://bugs.launchpad.net/or/+bug/1900719/comments/1

Property Value
Posted by Rippstein (ch-signale)
Date posted Tue, 20 Oct 2020 14:51:40 GMT
twpol commented 4 years ago

Imported from https://bugs.launchpad.net/or/+bug/1900719/comments/2

Property Value
Posted by Rippstein (ch-signale)
Date posted Tue, 20 Oct 2020 14:56:23 GMT

see Bugreport in ElvasTower http://www.elvastower.com/forums/index.php?/topic/34485-cant-start-a-route-in-trackviewer/

twpol commented 4 years ago

Imported from https://bugs.launchpad.net/or/+bug/1900719/comments/3

Property Value
Posted by Rippstein (ch-signale)
Date posted Tue, 20 Oct 2020 14:57:31 GMT

see Bugreport in ElvasTower: http://www.elvastower.com/forums/index.php?/topic/34485-cant-start-a-route-in-trackviewer/

twpol commented 3 years ago

Imported from https://bugs.launchpad.net/or/+bug/1900719/comments/4

Property Value
Posted by kocoxyz (mstsx)
Date posted Tue, 29 Dec 2020 03:53:33 GMT

public void Draw(DrawArea drawArea) { UpdateCamera(drawArea);

        //device.SamplerStates[0].AddressU = TextureAddressMode.Wrap;
        //device.SamplerStates[0].AddressV = TextureAddressMode.Wrap;

        foreach (string textureName in vertexBuffers.Keys)
        {
            basicEffect.Texture = textureManag......