klembot / twinejs

Twine, a tool for telling interactive, nonlinear stories
https://twinery.org
GNU General Public License v3.0
1.99k stars 294 forks source link

Minified React error #185 #1401

Open kyrathasoft opened 1 year ago

kyrathasoft commented 1 year ago

Describe the bug.

Details:

Error: Minified React error #185; visit https://reactjs.org/docs/error-decoder.html?invariant=185 for the full message or use the non-minified dev environment for full errors and additional helpful warnings. at nl (file:///C:/Users/kyrat/AppData/Local/Programs/Twine/resources/app.asar/electron-build/renderer/static/js/2.ad971de3.chunk.js:2:636768) at ba (file:///C:/Users/kyrat/AppData/Local/Programs/Twine/resources/app.asar/electron-build/renderer/static/js/2.ad971de3.chunk.js:2:608667) at file:///C:/Users/kyrat/AppData/Local/Programs/Twine/resources/app.asar/electron-build/renderer/static/js/2.ad971de3.chunk.js:2:265438 at file:///C:/Users/kyrat/AppData/Local/Programs/Twine/resources/app.asar/electron-build/renderer/static/js/2.ad971de3.chunk.js:2:265586 at file:///C:/Users/kyrat/AppData/Local/Programs/Twine/resources/app.asar/electron-build/renderer/static/js/main.a538283f.chunk.js:1:105691 at file:///C:/Users/kyrat/AppData/Local/Programs/Twine/resources/app.asar/electron-build/renderer/static/js/2.ad971de3.chunk.js:2:265579 at file:///C:/Users/kyrat/AppData/Local/Programs/Twine/resources/app.asar/electron-build/renderer/static/js/main.a538283f.chunk.js:1:124989 at file:///C:/Users/kyrat/AppData/Local/Programs/Twine/resources/app.asar/electron-build/renderer/static/js/main.a538283f.chunk.js:1:95747 at ls (file:///C:/Users/kyrat/AppData/Local/Programs/Twine/resources/app.asar/electron-build/renderer/static/js/2.ad971de3.chunk.js:2:629626) at Ol (file:///C:/Users/kyrat/AppData/Local/Programs/Twine/resources/app.asar/electron-build/renderer/static/js/2.ad971de3.chunk.js:2:648515)

Steps to reproduce:

uncertain

Expected behavior:

seems like this happens sometimes when I close a child window

Additional context on this problem.

I'm not sure how this is happening.

Twine version number

2.6.2

Does this problem occur with the web version of Twine or the desktop app?

Desktop app

What operating system does this problem occur on?

Windows

If this problem is occurring with the web version of Twine, what browser does it occur on?

None

Presubmission checklist

greyelf commented 1 year ago

@kyrathasoft Which version of Windows are you using?

kyrathasoft commented 1 year ago

Windows 11 Home 22H2

Bryan Miller

On Sat, Jun 3, 2023 at 5:57 PM Greyelf @.***> wrote:

@kyrathasoft https://github.com/kyrathasoft Which version of Windows are you using?

— Reply to this email directly, view it on GitHub https://github.com/klembot/twinejs/issues/1401#issuecomment-1575246326, or unsubscribe https://github.com/notifications/unsubscribe-auth/AB3FUIEFWK2WQAO355AHDVTXJO6OPANCNFSM6AAAAAAYZQGYUQ . You are receiving this because you were mentioned.Message ID: @.***>

klembot commented 1 year ago

@kyrathasoft could you clarify if you're seeing an error message pop up, or this is only showing in the debug console? Regardless, this will be tricky to fix until we can figure out a dependable way to reproduce the problem.

kyrathasoft commented 1 year ago

This was an actual system level error reporting Twine crashing. I’ll see if I can figure out how to reproduce it…

On Tue, Jun 13, 2023 at 10:23 PM Chris Klimas @.***> wrote:

@kyrathasoft https://github.com/kyrathasoft could you clarify if you're seeing an error message pop up, or this is only showing in the debug console? Regardless, this will be tricky to fix until we can figure out a dependable way to reproduce the problem.

— Reply to this email directly, view it on GitHub https://github.com/klembot/twinejs/issues/1401#issuecomment-1590344166, or unsubscribe https://github.com/notifications/unsubscribe-auth/AB3FUIAA22KOAPTADNT3YU3XLEOCNANCNFSM6AAAAAAYZQGYUQ . You are receiving this because you were mentioned.Message ID: @.***>

-- Behold, I will create new heavens and a new earth. (Isaiah 65:17)

In keeping with his promise we are looking forward to a new heaven and a new earth, the home of righteousness. (2 Peter 3:13)

Then I saw a new heaven and a new earth, for the first heaven and the first earth had passed away. (Revelation 21:1)

kyrathasoft commented 1 year ago

Question. Will the desktop Windows version of Twine 2.6.2 automatically expand its gridded workspace area (where you add new passages) a Twine work grows to enough passages that more room is needed? In other words, does it dynamically resize when needed, so that you can always scroll just a little more horizontally to the right, or vertically downward to find more space?

Bryan Miller

On Tue, Jun 13, 2023 at 9:46 PM Kyr Athasoft @.***> wrote:

This was an actual system level error reporting Twine crashing. I’ll see if I can figure out how to reproduce it…

On Tue, Jun 13, 2023 at 10:23 PM Chris Klimas @.***> wrote:

@kyrathasoft https://github.com/kyrathasoft could you clarify if you're seeing an error message pop up, or this is only showing in the debug console? Regardless, this will be tricky to fix until we can figure out a dependable way to reproduce the problem.

— Reply to this email directly, view it on GitHub https://github.com/klembot/twinejs/issues/1401#issuecomment-1590344166, or unsubscribe https://github.com/notifications/unsubscribe-auth/AB3FUIAA22KOAPTADNT3YU3XLEOCNANCNFSM6AAAAAAYZQGYUQ . You are receiving this because you were mentioned.Message ID: @.***>

-- Behold, I will create new heavens and a new earth. (Isaiah 65:17)

In keeping with his promise we are looking forward to a new heaven and a new earth, the home of righteousness. (2 Peter 3:13)

Then I saw a new heaven and a new earth, for the first heaven and the first earth had passed away. (Revelation 21:1)

klembot commented 1 year ago

Question. Will the desktop Windows version of Twine 2.6.2 automatically expand its gridded workspace area (where you add new passages) a Twine work grows to enough passages that more room is needed?

Yes.

kyrathasoft commented 1 year ago

Thank you for the answer.

Using the 2.6.2 desktop version to author an entry for IntroComp. Thanks for this incredible software!

On Mon, Jun 26, 2023 at 9:16 PM Chris Klimas @.***> wrote:

Question. Will the desktop Windows version of Twine 2.6.2 automatically expand its gridded workspace area (where you add new passages) a Twine work grows to enough passages that more room is needed?

Yes.

— Reply to this email directly, view it on GitHub https://github.com/klembot/twinejs/issues/1401#issuecomment-1608559188, or unsubscribe https://github.com/notifications/unsubscribe-auth/AB3FUIGJBVOHDRIP6XFT4ODXNIX6RANCNFSM6AAAAAAYZQGYUQ . You are receiving this because you were mentioned.Message ID: @.***>

-- Behold, I will create new heavens and a new earth. (Isaiah 65:17)

In keeping with his promise we are looking forward to a new heaven and a new earth, the home of righteousness. (2 Peter 3:13)

Then I saw a new heaven and a new earth, for the first heaven and the first earth had passed away. (Revelation 21:1)