About Monkey 2 › Forums › Monkey 2 Programming Help › App not starting at Windows 2008 R2 or in Citrix enviroment
This topic contains 6 replies, has 3 voices, and was last updated by
Diffrenzy
1 year, 2 months ago.
-
AuthorPosts
-
January 10, 2018 at 1:44 pm #12797
hello,
i installed Monkey2-v1.1.09.exe and visual studio 2017 for c++, i tryed default compiler and then i used vs 2017 compiler.
but my app not starting in Windows 2008 R2 (in RDP Session) or in Citrix and in the windows protocol i can’t see why.
did someone know why?
i see there is VS C++ 2017 redist.. installed for x86 and x64.
the app i made is a simple 3d viewer and for testing just with some cubes.
i can start the exe at my pc where i created it.
January 10, 2018 at 1:48 pm #12798In RDP sessions 3d stuff usually don’t work. Usually on Windows servers you even don’t have a capable graphics card. A combination of both makes it almost impossible for any 3d stuff to run.
I had similar issues using MacOS under VMWare.
Even 2d is nowadays done in opengl I guess that will be the problem.
January 10, 2018 at 8:31 pm #12799ok,thanks, that would meaning it will start without mojo3d.
the app i need is more a static 3d image … hmm
i will also look if there a 3d webpage in firefox work or not.
January 22, 2018 at 10:21 pm #13171my first test in citrix enviroment was 3d with webgl in ie browser (the admins provide only this ..), it was not real time but at least a 3d image for our intention ok if this would run with monkey 2
January 23, 2018 at 8:00 am #13172Hi Markus
Can you do me a huge favor and try and see if this screensaver runs in your citrix enviroment?
I’d also be interested to hear if you (on citrix) can run a packed (d3dcompiler_47.dll, libEGL.dll, libGLESv2.dll,OpenAL32.dll and 3 folders with shaders, fonts and theme.) into to a single exe with http://enigmaprotector.com/ (Enigma Virtual Box – free version )
It’s works well for me, but I have not tried it on citrix.
January 24, 2018 at 10:04 pm #13212@Diffrenzy,
not sorry,
its a productive system at data center, i am more or less a citrix user there.
i have a very restricted access there.
but your code looks like a simple app with some windows api calls
and i guess it will work if you can register a screensaver there.
January 25, 2018 at 2:52 pm #13220Ok, thanks.
-
AuthorPosts
You must be logged in to reply to this topic.