JavaFX stage show function not working on MAC OS - javafx-11

I am facing issue with JavaFx Application on Mac os. When I call show() function on primaryStage, same is not displaying anything on Gui and app crashes. App is working fine on linux and Windows. Here Jdk version is 1.8.

Actually that issue was due to use of wrong Netty WebSocket in Project on Mac OS. Nio should be used but I used Epoll.

Related

Unable to download Desktop App Converter from Windows 10 Store

Downloaded and loaded Windows 10 Pro (X64) via Parallels Desktop and attempted to download Desktop App Converter but wasn't able to do so as I was receiving a message stating "This app will not work on your device."
On scrolling down I could see that the issue was caused due to the fact that the Store did not detect that my OS was running in X64 architecture, but it was ! (as seen in the screenshot)
I contacted the Microsoft support team, explaining this. A tech representative took control of my desktop and figured out that the issue was that I was running Windows 10 as a VM on a Mac.
The work around is to install the Desktop App Converter from https://www.microsoft.com/en-us/download/details.aspx?id=51691

Will application created using TideSDK work on Windows XP?

I am planning to create an exe for windows. My problem is my target clients are using windows XP. As windows XP has become too old, it is very difficult to get any support.
Can any one please guide me whether application created using TideSDK works on windows XP or not?
Yes it will work. I'm currently working on a project who also target Windows XP. (By the way, it also work on windows 8.1). But in my case (am I doing something wrong?), I've to bundle the app from windows 7 to have an installer.

WP8.1 ISETOOL.exe - connect running emulator

I'm trying to browse files of my game (windows phone 8.1), but have problems with it. I tried to do it with ISETOOL.exe, but it always starting another emulator. Even with deviceindex option. WP Power Tools program also can not connect to running emulator. How can I browse files on running emulator, not starting another one?
OS language and language of Visual Studio must be the same. I changed language of VS and it's work.

Issue packaging a Windows Phone 8 app

I just installed Visual Studio 2013 on my machine (which runs Windows 8.1 Enterprise Build 9600). I checked to include the Windows Phone 8 SDK option during install.
Once complete, I launched VS and tried a new Windows Phone App project.
Created and built fine. However. when I tried to run on the emulator, I get the error:
Xap packaging failed. Cannot access a closed Stream.
... and ...
Could not find file 'c:\users\wade\documents\visual studio 2013\Projects\DataBoundApp1\DataBoundApp1\obj\Debug\XapCacheFile.xml'. Please rebuild the solution and try again.
Tried a clean and rebuild but still occurs. Also happens with the data bound app project.
So, I tried installing some of the SDK updates found here: http://developer.windowsphone.com/en-us/downloadsdk. All installed without a problem; however, when I tried again I got the same error.
Note: the emulator starts and runs just fine. The problem is creating the phone package and deploying to the emulator.
I'm not sure how to fix. Anyone have this issue?
UPDATE:
I have tried reinstalling the Windows Phone 8.0 SDK and all the updates. I should note that I also have VS 2012 installed and I also cannot create a Windows Phone 8 app in VS2012.
Here's an image of the WP8 stuff installed:
I resolved this issue by downloading the full Windows Phone 8.0 SDK ISO and installing (followed by a repair on the two updates).
I wish I could better explain how my machine got into this state. My suspicion is it's because I already had VS2012 installed on the machine and VS got into a confused state.
Total time spent? 4-5 hours.

can not launch app on device

I installed Windows 8.1 RTM and installed VS2012 had a little problem while installing windows phone 8 sdk but i guess it is resolved now but still i have a weird problem.
Even i select "device" as the launch target when clicked the run button VS launches the app on the emulator not the phone. Surprisingly if i right click the project on solution explorer and select debug it this time launched app on the device.
Is there anybody faced with this kind of problem? I dont want to install everthing from scratch :)
Ok it was my fault, since the project build platform was x86 visual studio could not deploy the app to the device and hence launching the emulator. When i changed the build platform to Any CPU now it deploys my app to the device without any problem.