-
Notifications
You must be signed in to change notification settings - Fork 17
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
Urban Wind Field: URock instantly closes QGIS #679
Comments
Hi @Weyst-GIS, |
Hi @j3r3m1 , Issue is reproducable on my end as well. Here is a detailed log: `Windows fatal exception: code 0xc0000139 Thread 0x00008eec (most recent call first): "", line 1289 in create_module Thread 0x00008eec (most recent call first): File "", line 1360 in _find_and_load Current thread 0x00008eec (most recent call first): |
@ldilov is this also happen ONLY when running URock ? Which version of the UMEP plugin are you using ? @Weyst-GIS is using the last version solved the issue ? |
@j3r3m1 Unfortunately, it didn't resolve the problem and I still can't fix it.. |
Between the day URock was working and the day it was not working anymore:
|
I just installed it to test, and it didnt work at all. I havent updated anything, it showed the error the very first time I installed it. |
@j3r3m1 |
The question is adressed to @Weyst-GIS |
I am sorry, should i create a separate issue, it is basically the same problem. Just wanted to avoid redundant duplicates. |
I didnt do any of that stuff, but as i see other people also have this problem. By any chance can you test does the Urock function works with you? |
Unfortunately I cannot reproduce the problem on my OS (Linux). And I have currently no Windows OS nearby to have a test. What is strange is that the log you have shared do not contain any reference to URock. I see that there might be an issue between pandas and pyarrow. Can you please tell me what are the versions of these libraries in your installation ? |
@Weyst-GIS did you uninstall properly the UMEP plugin before to reinstall the last UMEP snapshot version from zip file ? Just to be sure that the last version has been used and not the official UMEP available on the QGIS repo. |
Hi Jeremi, I know that it works under linux, the question is what are windows users expected to do, as u know, majority of the users use Windows. Pandas and pyarrow are installed by the plugin or qgis. So thats what I would personally want to clarify. Is pandas and pyarrow installed by your plugin or it is by Qgis. I mean, python packages are management by me for sure.If u are not managing them either, then we should go to qgis. |
There is no direct installation or use of pyarrow in UMEP but I cannot say for sure that it is not used through pandas in our code. According to your log, it seems that the error comes in QGIS:
Maybe certain versions of QGIS uses a specific version of pyarrow which is not compatible with the version of pandas installed through the UMEP plugin ? I have not idea. Did you try using other versions of QGIS (newer versions ?). @biglimp any comment for this error ? Which version of UMEP + QGIS are you using on your windows machine (since I know you have recently run URock) ? |
https://github.com/user-attachments/assets/57e89a79-204d-432d-b0df-9ea8f160e9ce |
UMEP does not install pansas nor pyarrow. That is installed by QGIS or individually by the user. pyarrow is not used by UMEP at all as far as I know. Use QGIS 3.40 or LTR with python 3.12 and rhe latest development version of UMEP on Windows 11 or 10 (maybe also 7) and it should work just fine. |
A java issue ? Which version of java are you using ? Try the following in a command prompt java -version |
hi @j3r3m1 , |
can you share the entire answer from the command ? |
@ldilov can you have a try ? |
@j3r3m1 java version "21.0.5" 2024-10-15 LTS |
~ ᐅ java --version I actually tried on 2 new fresh installed machines with this same Java from the Oracle website, I just download the current LTS version. Java is the only thing common between the machines and the issue is reproducable on both of them. |
@ldilov and @Weyst-GIS what about installing QGIS 3.40 or LTR with python 3.12 and the latest development version of UMEP on Windows 11 or 10 ? Same issue ? |
The Processor option of Urban wind field: URock v2023a was working normally till a couple of days ago, but yesterday when i needed to use the function it didnt work. The problem is very strange cause when i add my parameters as usual and click run it instantly closes QGIS and it doesn't record an error log or something. I thought it was a problem from my computer or QGIS, but i tried everything i can think of and it still did that, and it only does it for the URock function, for example the SVF works normally. Today i tried the same thing but on another PC and it did the exact same problem with instantly closing QGIS. Someone has the same problem or an idea of how to fix it?
To Reproduce
Steps to reproduce the behavior:
Desktop (please complete the following information):
Screenshots
If applicable, add screenshots to help explain your problem.
Data
If applicable, add data files to help us reproduce your problem.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: