View Single Post
Celena Luna
Veteran Member
Join Date: Aug 2013
Location: Nagazora
Old 06-17-2020 , 13:57   Re: [TUT] Compiling AMXX plugins with Sublime Text
Reply With Quote #201

PHP Code:
Exception in thread Thread-2:
Traceback (most recent call last):
  
File "./python3.3/threading.py"line 901in _bootstrap_inner
  File 
"C:\Users\SKon1\AppData\Roaming\Sublime Text 3\Packages\AmxxEditor\AmxxEditor.py"line 1016in run
    self
.process(file_nameview_buffer)
  
File "C:\Users\SKon1\AppData\Roaming\Sublime Text 3\Packages\AmxxEditor\AmxxEditor.py"line 1027in process
    self
.load_from_file(view_file_name, include, current_nodecurrent_nodebase_includes)
  
File "C:\Users\SKon1\AppData\Roaming\Sublime Text 3\Packages\AmxxEditor\AmxxEditor.py"line 1057in load_from_file
    
(file_nameexists) = get_file_name(view_file_namebase_file_name)
  
File "C:\Users\SKon1\AppData\Roaming\Sublime Text 3\Packages\AmxxEditor\AmxxEditor.py"line 1100in get_file_name
    
return (file_namepath_exists)
UnboundLocalErrorlocal variable 'file_name' referenced before assignment 
And about Profile
PHP Code:
This list shows how much time each plugin has taken to respond to each event:

on_activated:
    Default.
pane0.001s totalmean0.000smax0.001s

on_close
:
    Default.
pane0.000s total

on_deactivated
:
    Default.
history_list0.001s totalmean0.000smax0.001s

on_hover
:
    Default.
symbol0.040s totalmean0.001smax0.021s
    AmxxEditor
.AmxxEditor0.107s totalmean0.003smax0.082s

on_load
:
    Default.
detect_indentation0.036s totalmean0.018smax0.032s
    
Default.exec0.005s totalmean0.002smax0.005s

on_pre_close
:
    Default.
history_list0.001s total

on_selection_modified
:
    
AmxxEditor.AmxxEditor0.225s totalmean0.001smax0.037s 
it look normal but I got lag everytime I open a new plugin
__________________
My plugin:
Celena Luna is offline