Microsoft Paint

Informatie

Creator Bericht
Quentin PÂRIS Anonymous

Information

This installer has been approved by the team.

Informatie

Platforms:
Downloads: 207089
Wine: 3.0.4

Feedbacks

Schermafdrukken

Miniature

Broncode

#!/bin/bash
[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"

TITLE="Microsoft Paint"
WINEVERSION="3.0.4"
EDITOR="Microsoft"
EDITOR_URL="http://www.microsoft.com"
PREFIX="mspaint"

POL_SetupWindow_Init
POL_Debug_Init
POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$EDITOR_URL" "" "$PREFIX"

POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WINEVERSION"

mkdir -p "$WINEPREFIX/drive_c/Paint"
cd "$WINEPREFIX/drive_c/Paint"
POL_Download "https://web.archive.org/web/20130218065827if_/http://download.microsoft.com/download/winntwks40/paint/1/nt4/en-us/paintnt.exe" "422b9c727bb3ce790e08a2f155cfcb84"

POL_Wine_WaitBefore "$TITLE"
unzip "paintnt.exe" || POL_Debug_Error "Unable to extract paintnt.exe"
POL_Call POL_Install_LunaTheme

POL_Shortcut "mspaint.exe"  "$TITLE"

POL_SetupWindow_Close
exit 0

Contributions

Filters:

Contribute
Member Bericht
Help Me Zondag 15 Augustus 2021 om 0:05
Help Me Anonymous

Bericht

I need help getting Paint on my 2012 MacBook Pro I got for Christmas in 2020.

 

Error in main

Paint crashed.

Select its shortcut and click on "Debug" in the side panel to get more details.

 

PlayOnLinux debugging tool (v4.3.3)

-----------------------------------------------

Debugging: Microsoft Paint

 

Warning: This is a PlayOnLinux script logfile. It does not contain everything that happened in your program\'s virtual drive (wineprefix)

Please do not use this logfile on winehq forum, this logfile is not interesting for wine debugging.

 

Date: 08/14/21 17:59:44

 

> uname -a

  Darwin Macbooks-MBP 16.7.0 Darwin Kernel Version 16.7.0: Thu Jun 15 17:36:27 PDT 2017; root:xnu-3789.70.16~2/RELEASE_X86_64 x86_64

> lsb_release -a

  

> wine --version (Be careful; this version might not be the version used

in the script. Read the content of this file for more information)

  wine-2.0.1

> glxinfo \| grep rendering

  

> glxinfo \| grep renderer

  

> OpenGL libs

  

  

> export

  declare -x AMD64_COMPATIBLE="True"

declare -x APPLICATION_TITLE="PlayOnMac"

declare -x ARGVZERO="./playonmac.real"

declare -x Apple_PubSub_Socket_Render="/private/tmp/com.apple.launchd.tFHE5jL1Za/Render"

declare -x DEBIAN_PACKAGE="FALSE"

declare -x DESKTOP="/Users/macbook/Desktop"

declare -x DISPLAY="/private/tmp/com.apple.launchd.rE11ENaAu0/org.macosforge.xquartz:0"

declare -x DONT_MONITOR="1"

declare -x DYLDPATH_ORIGIN="/Applications/PlayOnMac.app/Contents/MacOS"

declare -x DYLD_LIBRARY_PATH="/Applications/PlayOnMac.app/Contents/Resources/playonlinux/../unix/tools/lib/dyld:/Applications/PlayOnMac.app/Contents/Resources/playonlinux/../unix/image_magick/lib:/Appdeclare -x EXECUTABLEPATH="/Applications/PlayOnMac.app/Contents/MacOS/./playonmac.real"

declare -x GECKO_SITE="http://wine.playonlinux.com/gecko"

declare -x GNUPGHOME="/Users/macbook/Library/PlayOnMac//gpg"

declare -x HOME="/Users/macbook"

declare -x IGNORE_ICON_DIR="false"

declare -x LANG="en_US.UTF-8"

declare -x LD_32_PATH_ORIGIN=""

declare -x LD_LIBRARY_PATH="/Applications/PlayOnMac.app/Contents/Resources/playonlinux/../unix/image_magick/lib:/Applications/PlayOnMac.app/Contents/Resources/playonlinux/../unix/tools/lib/ld:/opt/X11declare -x LD_PATH_ORIGIN=""

declare -x LOGNAME="macbook"

declare -x MACHTYPE="x86_64-apple-darwin16"

declare -x MAGICK_HOME="/Applications/PlayOnMac.app/Contents/Resources/playonlinux/../unix/image_magick/"

declare -x MD5_COMMAND="md5"

declare -x MONO_SITE="http://wine.playonlinux.com/mono"

declare -x OLDPWD="/Users/macbook/Library/PlayOnMac/plugins"

declare -x OSX_SUB_VERSION="7"

declare -x OSX_VERSION="16"

declare -x OS_NAME="darwin"

declare -x OpenGL32="1"

declare -x OpenGL64="1"

declare -x PATH="/Applications/PlayOnMac.app/Contents/Resources/playonlinux/../unix/wine/bin:/Applications/PlayOnMac.app/Contents/Resources/playonlinux/../unix/image_magick/bin:/Applications/PlayOnMacdeclare -x PATH_ORIGIN="/Applications/PlayOnMac.app/Contents/Resources/playonlinux/../unix/wine/bin:/Applications/PlayOnMac.app/Contents/Resources/playonlinux/../unix/image_magick/bin:/Applications/Pldeclare -x PLAYONLINUX="/Applications/PlayOnMac.app/Contents/Resources/playonlinux"

declare -x PLAYONMAC="/Applications/PlayOnMac.app/Contents/Resources/playonlinux"

declare -x POL_ARCH="x86"

declare -x POL_COOKIE="GhYWQNfnDMDQkJHzrc01"

declare -x POL_CURL="curl"

declare -x POL_DNS="playonmac.com"

declare -x POL_HOST="127.0.0.1"

declare -x POL_ID="73456039"

declare -x POL_LANG="en"

declare -x POL_OS="Mac"

declare -x POL_PORT="30000"

declare -x POL_SetupWindow_ID="14841"

declare -x POL_TERM="xterm"

declare -x POL_UPTODATE="FALSE"

declare -x POL_USER_ARCH="x86"

declare -x POL_USER_ROOT="/Users/macbook/Library/PlayOnMac/"

declare -x POL_WGET="wget --prefer-family=IPv4 -q --no-check-certificate"

declare -x PWD="/Applications/PlayOnMac.app/Contents/Resources/playonlinux/python"

declare -x PYTHONHOME="/Applications/PlayOnMac.app/Contents/Resources"

declare -x PYTHONPATH="/Applications/PlayOnMac.app/Contents/Resources"

declare -x REPERTOIRE="/Users/macbook/Library/PlayOnMac/"

declare -x RESOURCEPATH="/Applications/PlayOnMac.app/Contents/Resources"

declare -x RLANG="en_US.UTF-8"

declare -x SED="sed"

declare -x SETUPWINDOW_INIT="true"

declare -x SHELL="/bin/bash"

declare -x SHLVL="3"

declare -x SITE="http://repository.playonlinux.com"

declare -x SSH_AUTH_SOCK="/private/tmp/com.apple.launchd.tDpeb0MNK7/Listeners"

declare -x TEXTDOMAIN="pol"

declare -x TEXTDOMAINDIR="/Applications/PlayOnMac.app/Contents/Resources/playonlinux/lang/locale/"

declare -x TITRE="PlayOnMac"

declare -x TMPDIR="/var/folders/2p/ggrcnj4x53584fpkvtjb0dkr0000gn/T/"

declare -x USER="macbook"

declare -x VERSION="4.3.3"

declare -x WGETRC="/Users/macbook/Library/PlayOnMac//configurations/wgetrc"

declare -x WINEDLLOVERRIDES="winemenubuilder.exe=d"

declare -x WINEPREFIX="/Users/macbook/Library/PlayOnMac//wineprefix/default"

declare -x WINE_SITE="https://phoenicis.playonlinux.com/index.php/wine?os=darwin"

declare -x WRITE_DYLD="/Applications/PlayOnMac.app/Contents/Resources/playonlinux/../unix/tools/lib/dyld:/Applications/PlayOnMac.app/Contents/Resources/playonlinux/../unix/image_magick/lib:/Applicatiodeclare -x WRITE_LD="/Applications/PlayOnMac.app/Contents/Resources/playonlinux/../unix/image_magick/lib:/Applications/PlayOnMac.app/Contents/Resources/playonlinux/../unix/tools/lib/ld:/opt/X11/lib/:"declare -x XPC_FLAGS="0x0"

declare -x XPC_SERVICE_NAME="0"

declare -x __CF_USER_TEXT_ENCODING="0x1F5:0x0:0x0"

 

 

08/14/21 17:59:49 - [POL_Wine_SelectPrefix] Message: Selecting prefix: mspaint

08/14/21 17:59:49 - [POL_System_SetArch] Message: POL_ARCH set to x86

08/14/21 17:59:49 - [POL_Wine_PrefixCreate] Message: Setting POL_WINEVERSION to 3.0.4

08/14/21 17:59:49 - [POL_Wine_PrefixCreate] Message: Creating prefix (3.0.4)...

08/14/21 17:59:49 - [POL_Wine_PrefixCreate] Message: Prefix already exists

08/14/21 17:59:55 - [POL_SetupWindow_menu] Message: menu answer: Overwrite (usually works, no guarantee)

08/14/21 17:59:55 - [POL_Wine_PrefixCreate] Message: Overwrite Prefix

08/14/21 17:59:56 - [POL_Wine_PrefixCreate] Message: Setting version to 3.0.4

08/14/21 17:59:56 - [POL_Config_PrefixWrite] Message: Prefix config write: VERSION 3.0.4

08/14/21 17:59:56 - [POL_LoadVar_PROGRAMFILES] Message: Getting Program Files name

08/14/21 17:59:56 - [POL_Wine] Message: Running wine-3.0.4 cmd /c echo %ProgramFiles% (Working directory : /Applications/PlayOnMac.app/Contents/Resources/playonlinux/python)

08/14/21 17:59:56 - [POL_Wine] Message: Notice: PlayOnLinux deliberately disables winemenubuilder. See http://www.playonlinux.com/fr/page-26-Winemenubuilder.html

dbus[15174]: Dynamic session lookup supported but failed: launchd did not provide a socket path, verify that org.freedesktop.dbus-session.plist is loaded!

C:\Program Files

 

08/14/21 17:59:58 - [POL_Wine] Message: Wine return: 0

08/14/21 18:00:01 - [POL_Download] Message: Downloading https://web.archive.org/web/20130218065827if_/http://download.microsoft.com/download/winntwks40/paint/1/nt4/en-us/paintnt.exe

Antwoorden

Quentin PÂRIS Dinsdag 18 December 2018 om 21:41
Quentin PÂRIS Anonymous

Information

This update has been approved by the team.

Differences

@@ -17,7 +17,7 @@
 
 mkdir -p "$WINEPREFIX/drive_c/Paint"
 cd "$WINEPREFIX/drive_c/Paint"
-POL_Download "https://web.archive.org/web/20130218065827/http://download.microsoft.com/download/winntwks40/paint/1/nt4/en-us/paintnt.exe" "422b9c727bb3ce790e08a2f155cfcb84"
+POL_Download "https://web.archive.org/web/20130218065827if_/http://download.microsoft.com/download/winntwks40/paint/1/nt4/en-us/paintnt.exe" "422b9c727bb3ce790e08a2f155cfcb84"
 
 POL_Wine_WaitBefore "$TITLE"
 unzip "paintnt.exe" || POL_Debug_Error "Unable to extract paintnt.exe"

New source code

#!/bin/bash
[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"

TITLE="Microsoft Paint"
WINEVERSION="3.0.4"
EDITOR="Microsoft"
EDITOR_URL="http://www.microsoft.com"
PREFIX="mspaint"

POL_SetupWindow_Init
POL_Debug_Init
POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$EDITOR_URL" "" "$PREFIX"

POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WINEVERSION"

mkdir -p "$WINEPREFIX/drive_c/Paint"
cd "$WINEPREFIX/drive_c/Paint"
POL_Download "https://web.archive.org/web/20130218065827if_/http://download.microsoft.com/download/winntwks40/paint/1/nt4/en-us/paintnt.exe" "422b9c727bb3ce790e08a2f155cfcb84"

POL_Wine_WaitBefore "$TITLE"
unzip "paintnt.exe" || POL_Debug_Error "Unable to extract paintnt.exe"
POL_Call POL_Install_LunaTheme

POL_Shortcut "mspaint.exe"  "$TITLE"

POL_SetupWindow_Close
exit 0

Antwoorden

Anonymous
Vrijdag 18 Juni\ 2021 om 5:09
Wasn't there a newer version with TIFF, PNG and JPG support!?!? If there is, I can't get to it...

Aangepast door Tinou

Quentin PÂRIS Dinsdag 18 December 2018 om 21:17
Quentin PÂRIS Anonymous

Warning

This update has not been approved yet by the team.
Use it at your own risk

Differences

@@ -3,7 +3,7 @@
 source "$PLAYONLINUX/lib/sources"
 
 TITLE="Microsoft Paint"
-WINEVERSION="2.0"
+WINEVERSION="3.0.4"
 EDITOR="Microsoft"
 EDITOR_URL="http://www.microsoft.com"
 PREFIX="mspaint"
@@ -17,7 +17,7 @@
 
 mkdir -p "$WINEPREFIX/drive_c/Paint"
 cd "$WINEPREFIX/drive_c/Paint"
-POL_Download "https://web.archive.org/web/20130218065827/http://download.microsoft.com/download/winntwks40/paint/1/nt4/en-us/paintnt.exe" "422b9c727bb3ce790e08a2f155cfcb84"
+POL_Download "https://web.archive.org/web/20130218065827/http://download.microsoft.com/download/winntwks40/paint/1/nt4/en-us/paintnt.exe" "d41d8cd98f00b204e9800998ecf8427e"
 
 POL_Wine_WaitBefore "$TITLE"
 unzip "paintnt.exe" || POL_Debug_Error "Unable to extract paintnt.exe"

New source code

#!/bin/bash
[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"

TITLE="Microsoft Paint"
WINEVERSION="3.0.4"
EDITOR="Microsoft"
EDITOR_URL="http://www.microsoft.com"
PREFIX="mspaint"

POL_SetupWindow_Init
POL_Debug_Init
POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$EDITOR_URL" "" "$PREFIX"

POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WINEVERSION"

mkdir -p "$WINEPREFIX/drive_c/Paint"
cd "$WINEPREFIX/drive_c/Paint"
POL_Download "https://web.archive.org/web/20130218065827/http://download.microsoft.com/download/winntwks40/paint/1/nt4/en-us/paintnt.exe" "d41d8cd98f00b204e9800998ecf8427e"

POL_Wine_WaitBefore "$TITLE"
unzip "paintnt.exe" || POL_Debug_Error "Unable to extract paintnt.exe"
POL_Call POL_Install_LunaTheme

POL_Shortcut "mspaint.exe"  "$TITLE"

POL_SetupWindow_Close
exit 0

Antwoorden

gurugod Zondag 25 November 2018 om 11:29
gurugod Anonymous

Bericht

Error in POL_Download
MD5 sum mismatch ! (1 attempt)

Antwoorden

Anonymous
Maandag 10 Juni\ 2019 om 7:40
same here
gang65 Donderdag 20 April 2017 om 12:13
gang65

Warning

This update has not been approved yet by the team.
Use it at your own risk

Bericht

Paint is working perfectly fine for me.

Differences

@@ -3,7 +3,7 @@
 source "$PLAYONLINUX/lib/sources"
 
 TITLE="Microsoft Paint"
-WINEVERSION="1.4"
+WINEVERSION="2.0"
 EDITOR="Microsoft"
 EDITOR_URL="http://www.microsoft.com"
 PREFIX="mspaint"
@@ -17,7 +17,7 @@
 
 mkdir -p "$WINEPREFIX/drive_c/Paint"
 cd "$WINEPREFIX/drive_c/Paint"
-POL_Download "http://download.microsoft.com/download/winntwks40/paint/1/nt4/en-us/paintnt.exe" "422b9c727bb3ce790e08a2f155cfcb84"
+POL_Download "https://web.archive.org/web/20130218065827/http://download.microsoft.com/download/winntwks40/paint/1/nt4/en-us/paintnt.exe" "422b9c727bb3ce790e08a2f155cfcb84"
 
 POL_Wine_WaitBefore "$TITLE"
 unzip "paintnt.exe" || POL_Debug_Error "Unable to extract paintnt.exe"

New source code

#!/bin/bash
[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"

TITLE="Microsoft Paint"
WINEVERSION="2.0"
EDITOR="Microsoft"
EDITOR_URL="http://www.microsoft.com"
PREFIX="mspaint"

POL_SetupWindow_Init
POL_Debug_Init
POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$EDITOR_URL" "" "$PREFIX"

POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WINEVERSION"

mkdir -p "$WINEPREFIX/drive_c/Paint"
cd "$WINEPREFIX/drive_c/Paint"
POL_Download "https://web.archive.org/web/20130218065827/http://download.microsoft.com/download/winntwks40/paint/1/nt4/en-us/paintnt.exe" "422b9c727bb3ce790e08a2f155cfcb84"

POL_Wine_WaitBefore "$TITLE"
unzip "paintnt.exe" || POL_Debug_Error "Unable to extract paintnt.exe"
POL_Call POL_Install_LunaTheme

POL_Shortcut "mspaint.exe"  "$TITLE"

POL_SetupWindow_Close
exit 0

Antwoorden

gang65 Donderdag 20 April 2017 om 12:04
gang65

Warning

This update has not been approved yet by the team.
Use it at your own risk

Bericht

The Microsoft site is down. We could download it from webarchive

Differences

@@ -17,7 +17,7 @@
 
 mkdir -p "$WINEPREFIX/drive_c/Paint"
 cd "$WINEPREFIX/drive_c/Paint"
-POL_Download "http://download.microsoft.com/download/winntwks40/paint/1/nt4/en-us/paintnt.exe" "422b9c727bb3ce790e08a2f155cfcb84"
+POL_Download "https://web.archive.org/web/20130218065827/http://download.microsoft.com/download/winntwks40/paint/1/nt4/en-us/paintnt.exe" "422b9c727bb3ce790e08a2f155cfcb84"
 
 POL_Wine_WaitBefore "$TITLE"
 unzip "paintnt.exe" || POL_Debug_Error "Unable to extract paintnt.exe"

New source code

#!/bin/bash
[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"

TITLE="Microsoft Paint"
WINEVERSION="1.4"
EDITOR="Microsoft"
EDITOR_URL="http://www.microsoft.com"
PREFIX="mspaint"

POL_SetupWindow_Init
POL_Debug_Init
POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$EDITOR_URL" "" "$PREFIX"

POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WINEVERSION"

mkdir -p "$WINEPREFIX/drive_c/Paint"
cd "$WINEPREFIX/drive_c/Paint"
POL_Download "https://web.archive.org/web/20130218065827/http://download.microsoft.com/download/winntwks40/paint/1/nt4/en-us/paintnt.exe" "422b9c727bb3ce790e08a2f155cfcb84"

POL_Wine_WaitBefore "$TITLE"
unzip "paintnt.exe" || POL_Debug_Error "Unable to extract paintnt.exe"
POL_Call POL_Install_LunaTheme

POL_Shortcut "mspaint.exe"  "$TITLE"

POL_SetupWindow_Close
exit 0

Antwoorden

FuzzyToothpaste Dinsdag 16 September 2014 om 2:52
FuzzyToothpaste Anonymous

Warning

This update has not been approved yet by the team.
Use it at your own risk

Differences

@@ -2,7 +2,7 @@
 [ "$PLAYONLINUX" = "" ] && exit 0
 source "$PLAYONLINUX/lib/sources"
 
-TITLE="Microsoft paint"
+TITLE="Microsoft Paint"
 WINEVERSION="1.4"
 EDITOR="Microsoft"
 EDITOR_URL="http://www.microsoft.com"

New source code

#!/bin/bash
[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"

TITLE="Microsoft Paint"
WINEVERSION="1.4"
EDITOR="Microsoft"
EDITOR_URL="http://www.microsoft.com"
PREFIX="mspaint"

POL_SetupWindow_Init
POL_Debug_Init
POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$EDITOR_URL" "" "$PREFIX"

POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WINEVERSION"

mkdir -p "$WINEPREFIX/drive_c/Paint"
cd "$WINEPREFIX/drive_c/Paint"
POL_Download "http://download.microsoft.com/download/winntwks40/paint/1/nt4/en-us/paintnt.exe" "422b9c727bb3ce790e08a2f155cfcb84"

POL_Wine_WaitBefore "$TITLE"
unzip "paintnt.exe" || POL_Debug_Error "Unable to extract paintnt.exe"
POL_Call POL_Install_LunaTheme

POL_Shortcut "mspaint.exe"  "$TITLE"

POL_SetupWindow_Close
exit 0

Antwoorden

Dinsdag 7 Februari 2017 om 22:43
the download file is now 404.
Anonymous
Donderdag 16 Februari 2017 om 16:35
Download file is 404, but it's available from The Internet Archive.

https://web.archive.org/web/20130218065827/http://download.microsoft.com/download/winntwks40/paint/1/nt4/en-us/paintnt.exe
Anonymous
Zondag 27 Mei 2018 om 20:55
The 'try this update' button gives me a "The address wasn’t understood" message - so, I just pasted the link from the archive and downloaded the executable - just can't seem to get it installed ... keep getting the "Oops...' playonlinux error - any ideas?
Anonymous
Maandag 28 Mei 2018 om 2:20
FINALLY installed MSpaint and got working shortcut - only problem is the thing OLNY supports freakin' bitmaps?!? Any way to get it to accept jpegs?