-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Extension Dies and deadlocks other extensions when loading a big file #437
Comments
I made it 10x faster (in the next version), but I doubt it will help since I think this issue is caused by it getting stuck somehow |
i have this issue 100% of the time with this extension, when my project is open. is there any way i can help provide anything to help bugfix? |
@EtchJetty yes please. Any information is welcome at this point. I think it's related to the open file though, so to confirm, could you tell me if you also have this issue if you open the tutorial project/the question project samples from the renpy SDK? If you don't have the issue there, it would be really helpful if you could give me more info about the broken project. Best would be to give me a minimum reproducible project, like the file that breaks the extension. You could send it privately if preferred. If you can't send it due to NDA, then please let me know some generic info about the broken file. How many lines of code are we dealing with? Any chance you could pinpoint the exact code that breaks the extension? Is it any file, or just large files? Can you send the extension logs? Lastly, it would be awesome if you would be able to run the extension locally (instructions on the main GitHub repo page). If you are able to run it and it gets stuck, you can press the 'pause execution ' button and tell me the part of the codebase that it gets stuck in. |
@duckdoom4 so, since I left that comment I updated to the pre-release version of the extension, and the issue seemingly disappeared??? It tended to only happen with very long files, and especially when I had multiple open. But like I said, after the update the problem hasn't occurred. I'll return to this thread if it comes back, but if the pre-release version does actually solve this issue incidentally I'm extremely pleased. (How would I send you the game information privately, btw?) |
@EtchJetty Ah that's very good news ! Finally fixed this issue then. I've made more changes to the algorithm in 2.5.0, so that's very promising indeed. I guess it's no longer needed then, but you can send it on discord (duckdoom5#4670) |
Type: Bug
Open a VERY long renpy script
Extension version: 2.4.0
VS Code version: Code 1.92.1 (eaa41d57266683296de7d118f574d0c2652e1fc4, 2024-08-07T20:16:39.455Z)
OS version: Windows_NT x64 10.0.19045
Modes:
System Info
canvas_oop_rasterization: enabled_on
direct_rendering_display_compositor: disabled_off_ok
gpu_compositing: enabled
multiple_raster_threads: enabled_on
opengl: enabled_on
rasterization: enabled
raw_draw: disabled_off_ok
skia_graphite: disabled_off
video_decode: enabled
video_encode: enabled
vulkan: disabled_off
webgl: enabled
webgl2: enabled
webgpu: enabled
webnn: disabled_off
A/B Experiments
The text was updated successfully, but these errors were encountered: