mnottale / uwu

Ultralight bridge for Unity
GNU Affero General Public License v3.0
21 stars 2 forks source link

Crash #3

Closed cron1155 closed 4 years ago

cron1155 commented 4 years ago

image

The Ultralight component is place on a simple GameObject. It crashes when i try to open https://www.w3schools.com/html/html5_draganddrop.asp

mnottale commented 4 years ago

Loads fine for me, can you show your unity editor logs after the crash? That could help.

cron1155 commented 4 years ago


ucrtbased.dll caused a Breakpoint (0x80000003)
  in module ucrtbased.dll at 0033:78bd7c75.

Error occurred at 2020-04-17_114244.
C:\Program Files\Unity\Hub\Editor\2020.1.0b5\Editor\Unity.exe, run by

40% physical memory in use.
16260 MB physical memory [9705 MB free].
1366 MB process peak paging file [1318 MB used].
863 MB process peak working set [849 MB used].
System Commit Total/Limit/Peak: 8042MB/18180MB/8455MB
System Physical Total/Available: 16260MB/9705MB
System Process Count: 208
System Thread Count: 2400
System Handle Count: 82935
Disk space data for 'C:\Users\ALINOC~1\AppData\Local\Temp\Unity\Editor\Crashes\Crash_2020-04-17_084239843\': 159352414208 bytes free of 499431501824 total.

Context:
RDI:    0x0000000000000001  RSI: 0x000000691cafbff0  RAX:   0x0000000000000001
RBX:    0x0000000000000000  RCX: 0x7ce13cd0c4640000  RDX:   0x0000006917c52000
RIP:    0x00007ffd78bd7c75  RBP: 0x000000691cafb590  SegCs: 0x0000006900000033
EFlags: 0x0000000000000246  RSP: 0x000000691cafab60  SegSs: 0x000000690000002b
R8:     0x0000000000000000  R9:  0x0000000000000001  R10:   0x0000000000008000
R11:    0x000000691caf03b0  R12: 0x00007ffd879150bd  R13:   0x000000691cafb7a0
R14:    0x000000691cafb090  R15: 0x0000000000000000

Bytes at CS:EIP:
cc b0 01 eb 06 b0 01 eb 02 32 c0 48 83 c4 48 c3 

Mono DLL loaded successfully at 'C:\Program Files\Unity\Hub\Editor\2020.1.0b5\Editor\Data\MonoBleedingEdge\EmbedRuntime\mono-2.0-bdwgc.dll'.

Stack Trace of Crashed Thread 13292:
0x00007FFD78BD7C75 (ucrtbased) _threadid
0x00007FFD78BD7E13 (ucrtbased) _threadid
0x00007FFD78BEE01D (ucrtbased) abort
0x00007FFD78BED036 (ucrtbased) terminate
0x00007FFDBE17224D (VCRUNTIME140_1D) _NLG_Return2
0x00007FFDBE172EE5 (VCRUNTIME140_1D) _NLG_Return2
0x00007FFDBE176D3B (VCRUNTIME140_1D) _CxxFrameHandler4
0x00007FFD8795A620 (ulbridge) ulbridge_view_key_event
0x00007FFDDECC11CF (ntdll) _chkstk
0x00007FFDDEC8A209 (ntdll) RtlRaiseException
0x00007FFDDEC89FC3 (ntdll) RtlRaiseException
0x00007FFDDCA5A799 (KERNELBASE) RaiseException
0x00007FFDD77482B0 (VCRUNTIME140D) CxxThrowException```
This is the error log
cron1155 commented 4 years ago

...