Skip to content
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

WebRTC is not supporting 32-bit architecture. #53

Open
NewEra2063 opened this issue Aug 26, 2018 · 7 comments
Open

WebRTC is not supporting 32-bit architecture. #53

NewEra2063 opened this issue Aug 26, 2018 · 7 comments

Comments

@NewEra2063
Copy link

Hi,

I have been using 3 nodes of NOIA in testnet since July.

Today a tried to upgrade one machine from version 0.5.0 to version 0.6.0 but it does not work.

At this machine a have a clean Windows 8.1 enterprise Build 9600 with all patchs (this machine is old and has a resolution of 1024 x 600)

Running the 0.5.0 its ok,

After install a 0.6.0 I started the application and it does not show the application interface, but if o open the task manager I can see 2 instances of noia opened (with no consume of CPU or Disk).

Could you help me with this issue?

Best regards,

image

After the upgrade to 0.6.0

image

@Dancia
Copy link
Member

Dancia commented Aug 26, 2018

Are you sure the application didn't minimize to tray?

image

@NewEra2063
Copy link
Author

Hi,

Yes, I am sure. You can see in this scream short.

image

@MartynasZilinskas
Copy link
Contributor

@NewEra2063 Could you run from command line NOIA.exe and write log output here.

@NewEra2063
Copy link
Author

Hi,

Here it is.

Microsoft Windows [Version 6.3.9600]
(c) 2013 Microsoft Corporation. All rights reserved.

C:\Windows\system32>cd \

C:>cd C:\Users\Admin\AppData\Local\Programs\noia-node-gui

C:\Users\Admin\AppData\Local\Programs\noia-node-gui>noia.exe

C:\Users\Admin\AppData\Local\Programs\noia-node-gui>
←[31merror←[39m: [noia-contents-client] uncaughtException: \?\C:\Users\Admin\Ap
pData\Local\Temp\d81c98a8-b918-40e8-b595-bdbc42218510.tmp.node is not a valid Wi
n32 application\?\C:\Users\Admin\AppData\Local\Temp\d81c98a8-b918-40e8-b595-bdb
c42218510.tmp.node date=Tue Aug 28 2018 00:02:19 GMT-0300 (E. South America Stan
dard Time), pid=2948, uid=null, gid=null, cwd=C:\Users\Admin\AppData\Local\Progr
ams\noia-node-gui, execPath=C:\Users\Admin\AppData\Local\Programs\noia-node-gui
NOIA.exe, version=v8.9.3, argv=[C:\Users\Admin\AppData\Local\Programs\noia-node-
gui\NOIA.exe], rss=48541696, heapTotal=29560832, heapUsed=10683372, external=200
926, loadavg=[0, 0, 0], uptime=295.840878, trace=[column=20, file=ELECTRON_ASAR.
js, function=process.module.(anonymous function) [as dlopen], line=172, method=(
anonymous function) [as dlopen], native=false, column=18, file=module.js, functi
on=Module._extensions..node, line=671, method=.node, native=false, column=18, fi
le=ELECTRON_ASAR.js, function=Object.module.(anonymous function) [as .node], lin
e=186, method=node], native=false, column=32, file=module.js, function=Module.lo
ad, line=561, method=load, native=false, column=12, file=module.js, function=try
ModuleLoad, line=504, method=null, native=false, column=3, file=module.js, funct
ion=Module._load, line=496, method=_load, native=false, column=17, file=module.j
s, function=Module.require, line=586, method=require, native=false, column=18, f
ile=internal/module.js, function=require, line=11, method=null, native=false, co
lumn=10, file=C:\Users\Admin\AppData\Local\Programs\noia-node-gui\resources\app.
asar\node_modules\node-cmake\index.js, function=requireNativeModule, line=41, me
thod=null, native=false, column=39, file=C:\Users\Admin\AppData\Local\Programs\n
oia-node-gui\resources\app.asar\node_modules\wrtc\lib\binding.js, function=null,
line=3, method=null, native=false], stack=[Error: \?\C:\Users\Admin\AppData\Lo
cal\Temp\d81c98a8-b918-40e8-b595-bdbc42218510.tmp.node is not a valid Win32 appl
ication\?\C:\Users\Admin\AppData\Local\Temp\d81c98a8-b918-40e8-b595-bdbc4221851
0.tmp.node, at process.module.(anonymous function) [as dlopen] (ELECTRON_ASA
R.js:172:20), at Object.Module._extensions..node (module.js:671:18), at
Object.module.(anonymous function) [as .node] (ELECTRON_ASAR.js:186:18), at
Module.load (module.js:561:32), at tryModuleLoad (module.js:504:12), at
Function.Module._load (module.js:496:3), at Module.require (module.js:586:17
), at require (internal/module.js:11:18), at requireNativeModule (C:\Use
rs\Admin\AppData\Local\Programs\noia-node-gui\resources\app.asar\node_modules\no
de-cmake\index.js:41:10), at Object. (C:\Users\Admin\AppData\Loca
l\Programs\noia-node-gui\resources\app.asar\node_modules\wrtc\lib\binding.js:3:3
9)]

image

@MartynasZilinskas
Copy link
Contributor

@NewEra2063 32-bit or 64-bit? Because at the moment wrtc dependency that we are using only supports 64-bit. noia-network/noia-node-cli#8 (comment)

@NewEra2063
Copy link
Author

Hi,

32-bit. :-(

Are you planning to have a release to 32 bits?

Thanks in advanced.

@MartynasZilinskas MartynasZilinskas changed the title Problems when upgrade to version 0.6.0 WebRTC is not supporting 32-bit architecture. Sep 8, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants
@MartynasZilinskas @Dancia @NewEra2063 and others