Home › Forums › General Questions › Could not connect to local server! After update
- This topic has 19 replies, 2 voices, and was last updated 4 hours, 53 minutes ago by
Alexander Kovelenov.
-
AuthorPosts
-
2025-07-23 at 7:02 am #83279
Alexander Kovelenov
StaffHi,
You can run App Manager in the already opened console window by doing the following. Right-click on the launcher icon, then click “Properties”. In the “Verge3D for Blender Properties” dialog go to the “Shortcut” tab, then select and copy the content of the “Target”.
Open the command prompt (start menu, then type “cmd”, then select Command Prompt from the list). Paste the copied “Target” content in the opened command prompt, then press Enter.
Once the error happens, please copy the entire content of the command prompt and send back to us.
Hope this is not too much trouble!
-
This reply was modified 7 hours, 37 minutes ago by
Alexander Kovelenov.
-
This reply was modified 7 hours, 36 minutes ago by
Alexander Kovelenov.
2025-07-23 at 7:51 am #83283martenmonoz
CustomerThis is the command prompt output I get.
C:\Users\marte>”C:\Program Files\Verge3D_for_Blender\python\windows\python.exe” “C:\Program Files\Verge3D_for_Blender\manager\server.py” BLENDER RUN_BROWSER
V3D-AM-INFO: Starting App Manager server (Verge3D for Blender)
V3D-AM-INFO: Serving network port: 8668
V3D-AM-INFO: System: Windows-11-10.0.26100-SP0
V3D-AM-INFO: Python: 3.12.1 (tags/v3.12.1:2305ca5, Dec 7 2023, 22:03:25) [MSC v.1937 64 bit (AMD64)]
V3D-AM-INFO: Executable: C:\Program Files\Verge3D_for_Blender\python\windows\python.exe
V3D-AM-INFO: Filesystem encoding: utf-8
V3D-AM-INFO: Version: 4.10.0 (RELEASE)
V3D-AM-INFO: License: Team (expires 05.02.2026)
V3D-AM-INFO: Maintenance: yes
V3D-AM-INFO: Updating licensing information
Traceback (most recent call last):
File “C:\Program Files\Verge3D_for_Blender\manager\server.py”, line 4342, in <module>
server.start()
File “C:\Program Files\Verge3D_for_Blender\manager\server.py”, line 4190, in start
self.handleVersionUpdate()
File “C:\Program Files\Verge3D_for_Blender\manager\server.py”, line 374, in handleVersionUpdate
self.activateEngine(self.amSettings[‘licenseKey’])
File “C:\Program Files\Verge3D_for_Blender\manager\server.py”, line 393, in activateEngine
keymanager.activate(path, key)
File “C:\Program Files\Verge3D_for_Blender\manager\lib\keymanager.py”, line 47, in activate
file = l1llll_opy_.read()
^^^^^^^^^^^^^^^^^^
File “<frozen codecs>”, line 322, in decode
UnicodeDecodeError: ‘utf-8’ codec can’t decode byte 0xb6 in position 64: invalid start byte2025-07-23 at 9:09 am #83284Alexander Kovelenov
StaffThank you for the log, it really helped!
Is it possible that the “v3d.js” engine module got edited somehow? It appears that some invalid characters (with different encoding) were inserted into it. We’re going to dive deeper into this issue. In the meantime you can copy the file from C:\Program Files\Verge3D_for_Blender\build\v3d.js to your application folder(s).
2025-07-23 at 9:30 am #83285martenmonoz
CustomerHi Alexander,
First, your help is greatly appreciated, thank you!
I did not edit the file, only thing I do after installing is try opening the application. Do i need to copy the v3D.js from C:\Program Files\Verge3D_for_Blender\build\v3d.js to my verge project’s folder? what will that accomplish?
2025-07-23 at 9:46 am #83286Alexander Kovelenov
StaffThat’s really strange, maybe it’s some disk issue or something like that.
Anyway, copying that file from Program Files should reset the engine runtime in the corresponding app to its original (unlicensed) state. Afterwards you just need to activate your installation by entering your license key anew.
-
This reply was modified 7 hours, 37 minutes ago by
-
AuthorPosts
- You must be logged in to reply to this topic.