Wamp on Windows 7x64 causes graphical bugs in contextual windows and menus - wamp

Each time I launch WAMP on my Win7x64, I see some graphical bugs in windows ui, such as grayed menu on right-click window (anywhere), menus in app (Notepad++ for example) and so on.
The only way to restaure my initial configuration is to stop server and reboot pc... It's not really important but i can't find out why this issue is still there, even after having reinstall several versions..
Search and researches led to nowhere... am I the only one, THE CHOSEN ONE?
THX !
By the way my current wamp conf is : Apache 2.4.9, php 5.5.12, MySQl 5.6.17..

Related

VirtualBox window doesn’t scale up to full-screen

Sometimes my VirtualBox doesn’t scale up to full-screen and bloats to a very unpleasant stretched mode when I try to maximize the window it.
How do I fix it?
This normally happens when the Graphics controller configured in VirtualBox Display settings isn’t supported.
PS : Guest Extensions needs to be installed for this option to work properly. So install them from VirtualBox website (as per Host OS you have installed VirtualBox upon).
To fix this issue, stop the instance of VirtualBox Guest OS you wish to up-scale to full-screen.
Graphics Controller ==> VBoxSVGA
See settings at link below
If this post was helpful for you, kindly up-vote the answer and mark the answer as accepted. Thanks.

VMWare Remote Console not showing any GUI Dialog on MacOS Mojave

Installed VMWare Remote Console 10.0.4 (latest as of writing this) on MacOS Mojave 10.14.3. installation went well, but running the app, nothing is shown on the Mac. seen some unanswered similar questions on VMWare forum here and added my question here. Have anyone seen the same issue and have a solution?
I may have sound something - when i go to a vSphere VM, i have two options: 'Launch Web Console' or 'Launch Remote Console' - if i click the latter, i get the application to open with the UI displaying as it should. so, unlike VMWare Horizon, Player and others, here it seems you need to connect to the VM first via browser, to open the desktop client. weird choice from VMware in my mind, but still some solution. See image below

Unable to power on VMware

I installed VM ware recently now whenever i try to power on VMware it shows the below message:
"Not enough physical memory is available to power on this virtual machine with its configured settings.
To fix this problem, adjust the additional memory settings to allow more virtual machine memory to be swapped.
If you were able to power on this virtual machine on this host computer in the past, try rebooting the host computer. Rebooting may allow you to use slightly more host memory to run virtual machines."
I am not able to change the memory setting .It just shows an option to resume the virtual machine, All other options are disabled. I have by mistake increased the VM ware memory in run time .Could any one help?
For anyone who encountered this problem recently, please visit this link:
http://blogs.vmware.com/workstation/2014/10/workstation-10-issue-recent-microsoft-windows-8-1-update.html
Go to Control Panel -> Programs -> Programs and Features,then uninstall the Windows 8.1 Update KB2995388 may help
--* Edit *--
The Optional Update for Windows 8.1 for x64-based Systems (KB2995388) published on 10/13/2014 may causes issues when running VMware Workstation on a Windows 8.1 host with it installed.
And a message saying "not enough physical memory" will be reported.
Because the VMware team hasn't fix the issue, you can follow steps below to uninstall the update to boot your virtual machine:
1.Go to Control Panel -> Programs -> Programs and Features, then select View installed updates at the top left corner.
2.Scroll down the list and locate Update for Microsoft Windows (KB2995388), select it and click on the Uninstall button.
3.Follow the steps to finish the uninstallation.
In the comment list, someone also reported a fix from VMware communities:
Open the config.ini file located at C:\ProgramData\VMware\VMware Workstation.
Add this line:
vmmon.disableHostParameters = "TRUE"
Save & reboot your PC
It sounds like your VM machine is in a suspended state. What you need to do is follow the steps outlined here in this help ticket. Do these steps while vmware is not running. And once you do this, start vmware again and then you should be able to edit your memory settings.
Run it in Administrator mode in Windows 8.1. Probably a Windows Update... Deleting the suspended state didn't work for me.
Before proceeding with any alternative solutions/workarounds, please always double ensure you have updated to the latest version of VMWare Player.
My machine was running VMWare Player, Version 6.0.*, and this issue was occurring (my local machine's Operating System is Windows 8.1). The relevant error(s) were resolved after updating to the latest build currently available, VMWare Player, Version 7.0 (Please note: I did not have to remove/uninstall any Windows Updates/Features)
Just spent a few hours trying to get my VMware to boot. Power flickered off enough to shut down the computer while the VMware was in suspension and recieved this message.
Make sure the update isn't installed. Make sure to follow the accepted answer. What made it work for me was:
Right click on your development name tab
Click on "Manage" and then "Clean up disk"
It worked for me. I'm not sure why it worked, but it was able to fix my issue. Didn't need to restart.
Follow these steps:
Close the VMware.
Select VMware icon.
Run VMware as Administrator.

Android hacking no longer work on XE12 (Settings.apk and Launcher2.apk)

I got my glass around thanksgiving last year. I downloaded Settings.apk and Launcher2.apk from www.glassxe.com. My project needs to communication through Bluetooth data channel. With these two apks, it works fine.
This week, I connected the glass to my PC and it started auto upgrade, after the upgrade (XE12 firmware), the above two apks no longer work. I had to uninstall them.
I am wondering how can I make them work under XE12?
Or how can I downgrade back to early versions of firmware?
BTW, my platform is Win 7, and adb seems working, but fastboot not working after XE12 upgrade.
Thanks in advance,
Xd
It is worth noting that if your application includes the the Settings Intent filter and you have it on your Glass with XE12 it will break the Settings Bundle -- when you tap on Settings no apps will show up and you won't be able to go to the regular settings options such as Wifi, Bluetooth etc. This seems to be new behaviour in XE12 -- previously in XE11 this wasn't a problem.
The solution is to remove the Settings Intent filter from your application and launch your application only from the Voice Trigger method documented here:
https://developers.google.com/glass/develop/gdk/input/voice

how to avoid server busy window in enterprise architect

I have created an addin(Extension) for enterprise architect. The addin basically popup's a dialog(using tkinter of python to show this popup) where i allow the user to select the directory path. now if the user takes more than say 3 seconds, there appears an server busy window, which the user has to click switch to to return to the previous control. Is there any way to avoid this or increase the server busy timeout in EA?. The dialog popup and server busy window appears like below
Well i found the solution, Since EA is an 32bit application, even if you are using 64bit windows. You are expected to install python 32bit.