autowarefoundation / AWSIM-Labs

Open source simulator for self-driving vehicles
https://autowarefoundation.github.io/AWSIM-Labs/
Other
13 stars 10 forks source link

AWSIM Labs executable not launching properly in Windows #119

Open mozhoku opened 1 month ago

mozhoku commented 1 month ago

This problem occurs in my PC while it works without any problem in other computers at home. And it only happens in awsimLabs, my other Unity projects are unaffected.

@sasa42 shares the same issue with me.

Things we've tried with @xmfcx :

This log is same with the other working PC

Player Log:

Mono path[0] = 'C:/Users/mozzz/Desktop/AWSIM_Data/AWSIM Labs_Data/Managed'
Mono config path = 'C:/Users/mozzz/Desktop/AWSIM_Data/MonoBleedingEdge/etc'
[PhysX] Initialized MultithreadedTaskDispatcher with 24 workers.
Initialize engine version: 2022.3.36f1 (95a4219250e5)
[Subsystems] Discovering subsystems at path C:/Users/mozzz/Desktop/AWSIM_Data/AWSIM Labs_Data/UnitySubsystems
GfxDevice: creating device client; threaded=1; jobified=1
d3d12: loaded!
Direct3D:
    Version:         Direct3D 12 [level 12.1]
    Renderer:        NVIDIA GeForce RTX 3070 (ID=0x2488)
    Vendor:          NVIDIA
    VRAM:            8032 MB
    App VRAM Budget: 7264 MB
    Driver:          31.0.15.3623
Begin MonoManager ReloadAssembly
- Loaded All Assemblies, in  0.103 seconds
- Finished resetting the current domain, in  0.001 seconds
Fallback handler could not load library C:/Users/mozzz/Desktop/AWSIM_Data/AWSIM Labs_Data/MonoBleedingEdge/libdl.so.2
Fallback handler could not load library C:/Users/mozzz/Desktop/AWSIM_Data/AWSIM Labs_Data/MonoBleedingEdge/libdl.so.2.dll
Fallback handler could not load library C:/Users/mozzz/Desktop/AWSIM_Data/AWSIM Labs_Data/MonoBleedingEdge/libdl.so.2.dll
Fallback handler could not load library C:/Users/mozzz/Desktop/AWSIM_Data/AWSIM Labs_Data/MonoBleedingEdge/libdl.so.2
Fallback handler could not load library C:/Users/mozzz/Desktop/AWSIM_Data/AWSIM Labs_Data/MonoBleedingEdge/libdl.so.2
Fallback handler could not load library C:/Users/mozzz/Desktop/AWSIM_Data/AWSIM Labs_Data/MonoBleedingEdge/libdl.so.2.dll
Fallback handler could not load library C:/Users/mozzz/Desktop/AWSIM_Data/AWSIM Labs_Data/MonoBleedingEdge/libdl.so.2.dll
Fallback handler could not load library C:/Users/mozzz/Desktop/AWSIM_Data/AWSIM Labs_Data/MonoBleedingEdge/libdl.so.2
Fallback handler could not load library C:/Users/mozzz/Desktop/AWSIM_Data/AWSIM Labs_Data/MonoBleedingEdge/libdl.dylib
Fallback handler could not load library C:/Users/mozzz/Desktop/AWSIM_Data/AWSIM Labs_Data/MonoBleedingEdge/libdl.dylib.dll
Fallback handler could not load library C:/Users/mozzz/Desktop/AWSIM_Data/AWSIM Labs_Data/MonoBleedingEdge/libdl.dylib.dll
Fallback handler could not load library C:/Users/mozzz/Desktop/AWSIM_Data/AWSIM Labs_Data/MonoBleedingEdge/libdl.dylib
Fallback handler could not load library C:/Users/mozzz/Desktop/AWSIM_Data/AWSIM Labs_Data/MonoBleedingEdge/libdl.dylib
Fallback handler could not load library C:/Users/mozzz/Desktop/AWSIM_Data/AWSIM Labs_Data/MonoBleedingEdge/libdl.dylib.dll
Fallback handler could not load library C:/Users/mozzz/Desktop/AWSIM_Data/AWSIM Labs_Data/MonoBleedingEdge/libdl.dylib.dll
Fallback handler could not load library C:/Users/mozzz/Desktop/AWSIM_Data/AWSIM Labs_Data/MonoBleedingEdge/libdl.dylib
ROS2 version: humble. Build type: standalone. RMW: rmw_fastrtps_cpp
sasa42 commented 1 month ago

Hi. Since yesterday i have the same behaviour.

mentioned here: https://autowarefoundation.github.io/AWSIM-Labs/pr-90/DeveloperGuide/TroubleShooting/

(Windows) Built-binary or Unity Editor freeze when simulation started

Unity project play mode and starting of the build results in freeze....

i also:

The Unity projects and builds worked for me the last 3 weeks on daily use. This behaviour started yesterday on my side.

Other Unity projects and builds are not effected. Only all old awsim and new awsim labs build and projects. When i copy this .exe to another PC it works again.

The Unity Editor and Player Logs (Dev builds) does not provide any information. Probably because there is only a freeze after startup. You have to kill Editor and Builds in the Task Manager.

AWSIM Labs Player.log

Mono path[0] = 'C:/Unity/Build_2022_3_36/AWSIM Labs_Data/Managed' Mono config path = 'C:/Unity/Build_2022_3_36/MonoBleedingEdge/etc' [PhysX] Initialized MultithreadedTaskDispatcher with 32 workers. Initialize engine version: 2022.3.36f1 (95a4219250e5) [Subsystems] Discovering subsystems at path C:/Unity/Build_2022_3_36/AWSIM Labs_Data/UnitySubsystems GfxDevice: creating device client; threaded=1; jobified=1 d3d12: loaded! Direct3D: Version: Direct3D 12 [level 12.1] Renderer: NVIDIA GeForce RTX 4090 Laptop GPU (ID=0x2717) Vendor: NVIDIA VRAM: 16050 MB App VRAM Budget: 15282 MB Driver: 32.0.15.5599 Begin MonoManager ReloadAssembly

mozhoku commented 1 week ago

I had to format my PC last week. Didn't get this problem with the new installation yet.