IMVULite [Updated 04-18-2024]

DataMine
by DataMine · 1493 posts
12 years ago in IMVU Lounge
Posted 4 years ago
Each time I click the download link, the connection to the site "resets" on both Chrome and Firefox. Is something wrong on my end, or is the download link erroring-out for other people?

UPDATE: My antivirus is ID'ing it as malicious... what's going on here?

Image
Posted 4 years ago · Author
@Ad Astra


Temporarily disable Avast before you download. Antivirus software is really picky with applications written in .net, especially ones that interact with the file system.

EDIT: The DeleteIMVU.exe file is actually a batch script that was converted to an exe so it was easier for less technical minded people to run. Here's the full source code to it if you want to check it for security threats:

Code
@ECHO off

ECHO.
ECHO You are about to uninstall IMVU for IMVULite
ECHO Continue?
Echo.
Echo Press Y for yes.
Echo Press N for no.
ECHO.

::Set the buttons allowed to be pressed to continue the script.
Set input=Y
Set input=N
Set /p input=
::Set where each button takes the user when pressed.
IF %input%==Y goto Run
IF %input%==N goto Exit
IF %input%==y goto Run
IF %input%==n goto Exit

:Run
::Check for the IMVUClient folder
IF Exist "%APPDATA%\IMVUClient\"  (
   ::If found, navigate to the C:\ drive (This allows the script to be run from any drive path).
   c:
   ::Navigate to the appdata directory.
   cd %APPDATA%
   ::Delete the Imvu client Folder.
   rmdir /s /q IMVUClient
) else (
   ::If not found, alert the user.
   Echo.
   Echo Imvu Was Not Detected On Your Computer.
   Echo.
   ::Prevent the command prompt from closing so the user can read the alert.
   Pause
   ::Exit the script when the user hits continue.
   Exit
)

:Exit
Exit
Posted 4 years ago
hello, its not letting me download imvu lite
Posted 4 years ago
im getting "couldnt download"
Posted 4 years ago
I have no issues at all..its awesome...love it...i can take photos anywhere...submit as a creator..so much better..love that i can slow down the frames so photos come out much better...Thanks for making it!!...
Posted 4 years ago
keeps telling me it's infected
Posted 4 years ago
@Gibbsy1


Which file?

If you let us know which file and which anti-virus, we can file a false positive report. Your computer's security is probably using an over aggressive partial pattern matching AI, which are notorious for false positives.
Posted 4 years ago
I used imvu lite regularly and it was all fine. Then I decided to reinstall my windows on my current pc where I already played imvu on imvu lite before. And everything looked normal at first. I did not install official version at all. I immediately installed this imvu lite version. But then problem appeared. I can play but every few seconds I get this message:

https://i.imgur.com/sFydzsG.png


Like you see, it says There is no disk in the drive. Please insert a disk into drive D :

So I am a bit confused. I never had chance to see that message before. Like I said, I can literally do anything on this game, but that message is appearing every few seconds and when i click cancel or continue I am free for another few seconds and then again and so on and so on.

How to fix this problem?

Create an account or sign in to comment

You need to be a member in order to leave a comment

Sign in

Already have an account? Sign in here

SIGN IN NOW

Create an account

Sign up for a new account in our community. It's easy!

REGISTER A NEW ACCOUNT