WII U USB Helper - Ondersteunde software - PlayOnLinux (2024)

Informatie

Contribute

Nieuwe installer

Creator Bericht
NoyTheBiche WII U USB Helper - Ondersteunde software - PlayOnLinux (1)

Warning

This installer is a beta script. It means that it might not work as expected

Installeer dit programma

Informatie

Platforms:
Downloads: 5066
Wine: 2.6-staging

Feedbacks

3 0

Omschrijving

This program is intended to help you download games from NUS and install them on your Wii U. It's a bit like NUS Grabber except that it does not rely on any external tool, almost everything has been reprogrammed from scratch with ease of use in mind.

It comes with fullDLC, VC (those requiresignature patching) and Updatessupport, and file hashing to ensure your downloads are always perfectWII U USB Helper - Ondersteunde software - PlayOnLinux (3)

The application is also compatible withCemu, and will allow to play WiiU games directly on your computer!

I've seen a lot of guides which tell you to manually unpack the content to use it with CEMU but you'd be better off using the play button which will take care of everything in just one single click!

Updates and DLC will be applied automatically so long as you have downloaded them!

Broncode

#!/bin/bash# Date : (2017-09-05 00-59)# Last revision : (2017-10-05 09-51)# Wine version used : 2.7 Staging# Distribution used to test : Ubuntu 14.04.02 LTS# Author : NoyTheBiche [ "$PLAYONLINUX" = "" ] && exit 0source "$PLAYONLINUX/lib/sources"TITLE="WiiUSBHelper"PREFIX="wiiusbhelper"WINEVERSION="2.6-staging"EDITOR="Hikari06"GAME_URL="http://www.wiiusbhelper.com"AUTHOR="NoyTheBiche" # Download images for installation scriptPOL_GetSetupImages "http://img4.imagetitan.com/img4/small/14/14_logo_wii_uusb_herper.png" "http://img4.imagetitan.com/img4/small/14/14_logo_wii_uusb_herper.png" "$TITLE" # Initialize the script, debuggingPOL_SetupWindow_InitPOL_SetupWindow_SetID 1858POL_Debug_Init # Setup presentation windowPOL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX" # Begin setting up the Wine PrefixPOL_Wine_SelectPrefix "$PREFIX"POL_Wine_PrefixCreate "$WINEVERSION" # Install .NET Framework 4.5 and others stuffs.POL_Call POL_Install_msxml3POL_Call POL_Install_dotnet30POL_Call POL_Install_dotnet30sp1POL_Call POL_Install_dotnet45 # Create and select the required directory for the updatermkdir "$WINEPREFIX/drive_c/$PROGRAMFILES/wiiusbhelper"cd "$WINEPREFIX/drive_c/$PROGRAMFILES/wiiusbhelper" # Download the updaterPOL_Download "http://application.wiiuusbhelper.com/Updater.exe" # Run the updaterPOL_SetupWindow_message "$(eval_gettext 'Now, the program will start, just configure your Region and then, close the app! don't use the app!')" "$TITLE" POL_Wine Updater.exe # Wait for the updater to finish in order to create a shortcut of the executablePOL_Wine_WaitExit "$TITLE" POL_Shortcut "Updater.exe" "WiiUSBHelper" "logo2T.png.ico" # Download the fonts required for Japanese characters supportPOL_SetupWindow_question "Install additional fonts for Japanese characters support?" "$TITLE" if [ "$APP_ANSWER" = "TRUE" ]then cd "$WINEPREFIX/drive_c/windows/Fonts" POL_Download "http://www.boaty.org/POL/msgothic.ttc" "1f162793323e204a0d598a9aa4241443" POL_Download "http://www.boaty.org/POL/msmincho.ttc" "ea3f8835f67b492a0740ac34e1e807f8"fi # Send a congratulations messagePOL_SetupWindow_message "$(eval_gettext 'You can now use WiiUSBHelper!')" "$TITLE" POL_SetupWindow_Closeexit

Contributions

Filters:

Contribute

Member Bericht
NoyTheBiche Dinsdag 9 Mei 2017 om 9:51
NoyTheBiche WII U USB Helper - Ondersteunde software - PlayOnLinux (4)

Information

This update has been approved by the team.

Try this update

Bericht

Fixed crash with PlayOnMac.

Changing used version of Wine (2.6 Staging)

Differences

@@ -0,0 +1,69 @@+#!/bin/bash+# Date : (2017-09-05 00-59)+# Last revision : (2017-10-05 09-51)+# Wine version used : 2.7 Staging+# Distribution used to test : Ubuntu 14.04.02 LTS+# Author : NoyTheBiche+ +[ "$PLAYONLINUX" = "" ] && exit 0+source "$PLAYONLINUX/lib/sources"+TITLE="WiiUSBHelper"+PREFIX="wiiusbhelper"+WINEVERSION="2.6-staging"+EDITOR="Hikari06"+GAME_URL="http://www.wiiusbhelper.com"+AUTHOR="NoyTheBiche"+ +# Download images for installation script+POL_GetSetupImages "http://img4.imagetitan.com/img4/small/14/14_logo_wii_uusb_herper.png" "http://img4.imagetitan.com/img4/small/14/14_logo_wii_uusb_herper.png" "$TITLE"+ +# Initialize the script, debugging+POL_SetupWindow_Init+POL_SetupWindow_SetID 1858+POL_Debug_Init+ +# Setup presentation window+POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX"+ +# Begin setting up the Wine Prefix+POL_Wine_SelectPrefix "$PREFIX"+POL_Wine_PrefixCreate "$WINEVERSION"+ +# Install .NET Framework 4.5 and others stuffs.+POL_Call POL_Install_msxml3+POL_Call POL_Install_dotnet30+POL_Call POL_Install_dotnet30sp1+POL_Call POL_Install_dotnet45+ +# Create and select the required directory for the updater+mkdir "$WINEPREFIX/drive_c/$PROGRAMFILES/wiiusbhelper"+cd "$WINEPREFIX/drive_c/$PROGRAMFILES/wiiusbhelper"+ +# Download the updater+POL_Download "http://application.wiiuusbhelper.com/Updater.exe"+ +# Run the updater+POL_SetupWindow_message "$(eval_gettext 'Now, the program will start, just configure your Region and then, close the app! don't use the app!')" "$TITLE"+ +POL_Wine Updater.exe+ +# Wait for the updater to finish in order to create a shortcut of the executable+POL_Wine_WaitExit "$TITLE"+ +POL_Shortcut "Updater.exe" "WiiUSBHelper" "logo2T.png.ico"+ +# Download the fonts required for Japanese characters support+POL_SetupWindow_question "Install additional fonts for Japanese characters support?" "$TITLE"+ +if [ "$APP_ANSWER" = "TRUE" ]+then+ cd "$WINEPREFIX/drive_c/windows/Fonts"+ POL_Download "http://www.boaty.org/POL/msgothic.ttc" "1f162793323e204a0d598a9aa4241443"+ POL_Download "http://www.boaty.org/POL/msmincho.ttc" "ea3f8835f67b492a0740ac34e1e807f8"+fi+ +# Send a congratulations message+POL_SetupWindow_message "$(eval_gettext 'You can now use WiiUSBHelper!')" "$TITLE"+ +POL_SetupWindow_Close+exit\ No newline at end of file

New source code

#!/bin/bash# Date : (2017-09-05 00-59)# Last revision : (2017-10-05 09-51)# Wine version used : 2.7 Staging# Distribution used to test : Ubuntu 14.04.02 LTS# Author : NoyTheBiche [ "$PLAYONLINUX" = "" ] && exit 0source "$PLAYONLINUX/lib/sources"TITLE="WiiUSBHelper"PREFIX="wiiusbhelper"WINEVERSION="2.6-staging"EDITOR="Hikari06"GAME_URL="http://www.wiiusbhelper.com"AUTHOR="NoyTheBiche" # Download images for installation scriptPOL_GetSetupImages "http://img4.imagetitan.com/img4/small/14/14_logo_wii_uusb_herper.png" "http://img4.imagetitan.com/img4/small/14/14_logo_wii_uusb_herper.png" "$TITLE" # Initialize the script, debuggingPOL_SetupWindow_InitPOL_SetupWindow_SetID 1858POL_Debug_Init # Setup presentation windowPOL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX" # Begin setting up the Wine PrefixPOL_Wine_SelectPrefix "$PREFIX"POL_Wine_PrefixCreate "$WINEVERSION" # Install .NET Framework 4.5 and others stuffs.POL_Call POL_Install_msxml3POL_Call POL_Install_dotnet30POL_Call POL_Install_dotnet30sp1POL_Call POL_Install_dotnet45 # Create and select the required directory for the updatermkdir "$WINEPREFIX/drive_c/$PROGRAMFILES/wiiusbhelper"cd "$WINEPREFIX/drive_c/$PROGRAMFILES/wiiusbhelper" # Download the updaterPOL_Download "http://application.wiiuusbhelper.com/Updater.exe" # Run the updaterPOL_SetupWindow_message "$(eval_gettext 'Now, the program will start, just configure your Region and then, close the app! don't use the app!')" "$TITLE" POL_Wine Updater.exe # Wait for the updater to finish in order to create a shortcut of the executablePOL_Wine_WaitExit "$TITLE" POL_Shortcut "Updater.exe" "WiiUSBHelper" "logo2T.png.ico" # Download the fonts required for Japanese characters supportPOL_SetupWindow_question "Install additional fonts for Japanese characters support?" "$TITLE" if [ "$APP_ANSWER" = "TRUE" ]then cd "$WINEPREFIX/drive_c/windows/Fonts" POL_Download "http://www.boaty.org/POL/msgothic.ttc" "1f162793323e204a0d598a9aa4241443" POL_Download "http://www.boaty.org/POL/msmincho.ttc" "ea3f8835f67b492a0740ac34e1e807f8"fi # Send a congratulations messagePOL_SetupWindow_message "$(eval_gettext 'You can now use WiiUSBHelper!')" "$TITLE" POL_SetupWindow_Closeexit

Antwoorden

WII U USB Helper - Ondersteunde software - PlayOnLinux (6)

THELeprechaun

Zondag 18 Juni\ 2017 om 11:40

not sure what im doing wrong but i cant get it to work playonlinux cant install dotnet30 or 30sp1. ive tried on ubuntu 14.10, 16.04.2 and mint 18.1

WII U USB Helper - Ondersteunde software - PlayOnLinux (7)

NoyTheBiche

Zondag 18 Juni\ 2017 om 11:54

PlayOnLinux has several problems with dotnet30, sometimes it works and sometimes nothing happens...I'll check this problem. Thanks!

WII U USB Helper - Ondersteunde software - PlayOnLinux (8)

THELeprechaun

Zondag 18 Juni\ 2017 om 16:20

this is the error i get "http://uni-smr.ac.ru/archive/win/MS%20.NET%20Framework/3.0/dotnetfx3.exe An error happened during download. Do you want to retry?". retrying gives same result. it then moves on to dotnet30sp1 but that hangs up with repeating "Are you sure you want to delete the registry key 'HKEY_LOCAL_MACHINE\Software\Microsoft\NET Framework Setup\NDP\v3.5'? (Yes|No)Are you sure you want to delete the registry key 'HKEY_LOCAL_MACHINE\Software\Microsoft\NET Framework Setup\NDP\v3.5'?" over and over

WII U USB Helper - Ondersteunde software - PlayOnLinux (9)

Dadu042

Vrijdag 10 Mei 2019 om 13:41

I read on Winehq.org they recommend to avoid Dotnet > 4.0

NoyTheBiche Dinsdag 9 Mei 2017 om 1:23
NoyTheBiche WII U USB Helper - Ondersteunde software - PlayOnLinux (10)

Warning

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

Try this update

Bericht

Improved compatibility.

Now, the program tells you to not use the program atthe first launch.

Differences

@@ -0,0 +1,69 @@+#!/bin/bash+# Date : (2017-09-05 00-59)+# Last revision : (2017-09-05 00-59)+# Wine version used : 2.7 Staging+# Distribution used to test : Ubuntu 14.04.02 LTS+# Author : NoyTheBiche+ +[ "$PLAYONLINUX" = "" ] && exit 0+source "$PLAYONLINUX/lib/sources"+TITLE="WiiUSBHelper"+PREFIX="wiiusbhelper"+WINEVERSION="2.7-staging"+EDITOR="Hikari06"+GAME_URL="http://www.wiiusbhelper.com"+AUTHOR="NoyTheBiche"+ +# Download images for installation script+POL_GetSetupImages "http://img4.imagetitan.com/img4/small/14/14_logo_wii_uusb_herper.png" "http://img4.imagetitan.com/img4/small/14/14_logo_wii_uusb_herper.png" "$TITLE"+ +# Initialize the script, debugging+POL_SetupWindow_Init+POL_SetupWindow_SetID 1858+POL_Debug_Init+ +# Setup presentation window+POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX"+ +# Begin setting up the Wine Prefix+POL_Wine_SelectPrefix "$PREFIX"+POL_Wine_PrefixCreate "$WINEVERSION"+ +# Install .NET Framework 4.5 and others stuffs.+POL_Call POL_Install_msxml3+POL_Call POL_Install_dotnet30+POL_Call POL_Install_dotnet30sp1+POL_Call POL_Install_dotnet45+ +# Create and select the required directory for the updater+mkdir "$WINEPREFIX/drive_c/$PROGRAMFILES/wiiusbhelper"+cd "$WINEPREFIX/drive_c/$PROGRAMFILES/wiiusbhelper"+ +# Download the updater+POL_Download "http://application.wiiuusbhelper.com/Updater.exe"+ +# Run the updater+POL_SetupWindow_message "$(eval_gettext 'Now, the program will start, just configure your Region and then, close the app! don't use the app!')" "$TITLE"+ +POL_Wine Updater.exe+ +# Wait for the updater to finish in order to create a shortcut of the executable+POL_Wine_WaitExit "$TITLE"+ +POL_Shortcut "Updater.exe" "WiiUSBHelper" "logo2T.png.ico"+ +# Download the fonts required for Japanese characters support+POL_SetupWindow_question "Install additional fonts for Japanese characters support?" "$TITLE"+ +if [ "$APP_ANSWER" = "TRUE" ]+then+ cd "$WINEPREFIX/drive_c/windows/Fonts"+ POL_Download "http://www.boaty.org/POL/msgothic.ttc" "1f162793323e204a0d598a9aa4241443"+ POL_Download "http://www.boaty.org/POL/msmincho.ttc" "ea3f8835f67b492a0740ac34e1e807f8"+fi+ +# Send a congratulations message+POL_SetupWindow_message "$(eval_gettext 'You can now use WiiUSBHelper!')" "$TITLE"+ +POL_SetupWindow_Close+exit\ No newline at end of file

New source code

#!/bin/bash# Date : (2017-09-05 00-59)# Last revision : (2017-09-05 00-59)# Wine version used : 2.7 Staging# Distribution used to test : Ubuntu 14.04.02 LTS# Author : NoyTheBiche [ "$PLAYONLINUX" = "" ] && exit 0source "$PLAYONLINUX/lib/sources"TITLE="WiiUSBHelper"PREFIX="wiiusbhelper"WINEVERSION="2.7-staging"EDITOR="Hikari06"GAME_URL="http://www.wiiusbhelper.com"AUTHOR="NoyTheBiche" # Download images for installation scriptPOL_GetSetupImages "http://img4.imagetitan.com/img4/small/14/14_logo_wii_uusb_herper.png" "http://img4.imagetitan.com/img4/small/14/14_logo_wii_uusb_herper.png" "$TITLE" # Initialize the script, debuggingPOL_SetupWindow_InitPOL_SetupWindow_SetID 1858POL_Debug_Init # Setup presentation windowPOL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX" # Begin setting up the Wine PrefixPOL_Wine_SelectPrefix "$PREFIX"POL_Wine_PrefixCreate "$WINEVERSION" # Install .NET Framework 4.5 and others stuffs.POL_Call POL_Install_msxml3POL_Call POL_Install_dotnet30POL_Call POL_Install_dotnet30sp1POL_Call POL_Install_dotnet45 # Create and select the required directory for the updatermkdir "$WINEPREFIX/drive_c/$PROGRAMFILES/wiiusbhelper"cd "$WINEPREFIX/drive_c/$PROGRAMFILES/wiiusbhelper" # Download the updaterPOL_Download "http://application.wiiuusbhelper.com/Updater.exe" # Run the updaterPOL_SetupWindow_message "$(eval_gettext 'Now, the program will start, just configure your Region and then, close the app! don't use the app!')" "$TITLE" POL_Wine Updater.exe # Wait for the updater to finish in order to create a shortcut of the executablePOL_Wine_WaitExit "$TITLE" POL_Shortcut "Updater.exe" "WiiUSBHelper" "logo2T.png.ico" # Download the fonts required for Japanese characters supportPOL_SetupWindow_question "Install additional fonts for Japanese characters support?" "$TITLE" if [ "$APP_ANSWER" = "TRUE" ]then cd "$WINEPREFIX/drive_c/windows/Fonts" POL_Download "http://www.boaty.org/POL/msgothic.ttc" "1f162793323e204a0d598a9aa4241443" POL_Download "http://www.boaty.org/POL/msmincho.ttc" "ea3f8835f67b492a0740ac34e1e807f8"fi # Send a congratulations messagePOL_SetupWindow_message "$(eval_gettext 'You can now use WiiUSBHelper!')" "$TITLE" POL_SetupWindow_Closeexit

Antwoorden

NoyTheBiche Dinsdag 9 Mei 2017 om 1:09
NoyTheBiche WII U USB Helper - Ondersteunde software - PlayOnLinux (12)

Warning

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

Try this update

Bericht

First Commit of the Script.

Added WiiUSBHelper on PlayOnLinux's Compatible programs list.

Differences

@@ -0,0 +1,67 @@+#!/bin/bash+# Date : (2017-09-05 00-59)+# Last revision : (2017-09-05 00-59)+# Wine version used : 2.7 Staging+# Distribution used to test : Ubuntu 14.04.02 LTS+# Author : NoyTheBiche+ +[ "$PLAYONLINUX" = "" ] && exit 0+source "$PLAYONLINUX/lib/sources"+TITLE="WiiUSBHelper"+PREFIX="wiiusbhelper"+WINEVERSION="2.7-staging"+EDITOR="Hikari06"+GAME_URL="http://www.wiiusbhelper.com"+AUTHOR="NoyTheBiche"+ +# Download images for installation script+POL_GetSetupImages "http://img4.imagetitan.com/img4/small/14/14_logo_wii_uusb_herper.png" "http://img4.imagetitan.com/img4/small/14/14_logo_wii_uusb_herper.png" "$TITLE"+ +# Initialize the script, debugging+POL_SetupWindow_Init+POL_SetupWindow_SetID 1858+POL_Debug_Init+ +# Setup presentation window+POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX"+ +# Begin setting up the Wine Prefix+POL_Wine_SelectPrefix "$PREFIX"+POL_Wine_PrefixCreate "$WINEVERSION"+ +# Install .NET Framework 4.5+POL_Call POL_Install_dotnet45+POL_Call POL_Install_msxml3+ +# Create and select the required directory for the updater+mkdir "$WINEPREFIX/drive_c/$PROGRAMFILES/wiiusbhelper"+cd "$WINEPREFIX/drive_c/$PROGRAMFILES/wiiusbhelper"+ +# Download the updater+POL_Download "http://application.wiiuusbhelper.com/Updater.exe"+ +# Run the updater+POL_SetupWindow_message "$(eval_gettext 'Press next to start the installer. CLOSE THE PROGRAM AFTER THE CONFIGURATION!')" "$TITLE"+ +POL_Wine Updater.exe+ +# Wait for the updater to finish in order to create a shortcut of the executable+POL_Wine_WaitExit "$TITLE"+ +POL_Shortcut "Updater.exe" "WiiUSBHelper" "logo2T.png.ico"+ +# Download the fonts required for Japanese characters support+POL_SetupWindow_question "Install additional fonts for Japanese characters support?" "$TITLE"+ +if [ "$APP_ANSWER" = "TRUE" ]+then+ cd "$WINEPREFIX/drive_c/windows/Fonts"+ POL_Download "http://www.boaty.org/POL/msgothic.ttc" "1f162793323e204a0d598a9aa4241443"+ POL_Download "http://www.boaty.org/POL/msmincho.ttc" "ea3f8835f67b492a0740ac34e1e807f8"+fi++# Send a congratulations message+POL_SetupWindow_message "$(eval_gettext 'You can now use WiiUSBHelper!')" "$TITLE"++POL_SetupWindow_Close+exit\ No newline at end of file

New source code

#!/bin/bash# Date : (2017-09-05 00-59)# Last revision : (2017-09-05 00-59)# Wine version used : 2.7 Staging# Distribution used to test : Ubuntu 14.04.02 LTS# Author : NoyTheBiche [ "$PLAYONLINUX" = "" ] && exit 0source "$PLAYONLINUX/lib/sources"TITLE="WiiUSBHelper"PREFIX="wiiusbhelper"WINEVERSION="2.7-staging"EDITOR="Hikari06"GAME_URL="http://www.wiiusbhelper.com"AUTHOR="NoyTheBiche" # Download images for installation scriptPOL_GetSetupImages "http://img4.imagetitan.com/img4/small/14/14_logo_wii_uusb_herper.png" "http://img4.imagetitan.com/img4/small/14/14_logo_wii_uusb_herper.png" "$TITLE" # Initialize the script, debuggingPOL_SetupWindow_InitPOL_SetupWindow_SetID 1858POL_Debug_Init # Setup presentation windowPOL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX" # Begin setting up the Wine PrefixPOL_Wine_SelectPrefix "$PREFIX"POL_Wine_PrefixCreate "$WINEVERSION" # Install .NET Framework 4.5POL_Call POL_Install_dotnet45POL_Call POL_Install_msxml3 # Create and select the required directory for the updatermkdir "$WINEPREFIX/drive_c/$PROGRAMFILES/wiiusbhelper"cd "$WINEPREFIX/drive_c/$PROGRAMFILES/wiiusbhelper" # Download the updaterPOL_Download "http://application.wiiuusbhelper.com/Updater.exe" # Run the updaterPOL_SetupWindow_message "$(eval_gettext 'Press next to start the installer. CLOSE THE PROGRAM AFTER THE CONFIGURATION!')" "$TITLE" POL_Wine Updater.exe # Wait for the updater to finish in order to create a shortcut of the executablePOL_Wine_WaitExit "$TITLE" POL_Shortcut "Updater.exe" "WiiUSBHelper" "logo2T.png.ico" # Download the fonts required for Japanese characters supportPOL_SetupWindow_question "Install additional fonts for Japanese characters support?" "$TITLE" if [ "$APP_ANSWER" = "TRUE" ]then cd "$WINEPREFIX/drive_c/windows/Fonts" POL_Download "http://www.boaty.org/POL/msgothic.ttc" "1f162793323e204a0d598a9aa4241443" POL_Download "http://www.boaty.org/POL/msmincho.ttc" "ea3f8835f67b492a0740ac34e1e807f8"fi# Send a congratulations messagePOL_SetupWindow_message "$(eval_gettext 'You can now use WiiUSBHelper!')" "$TITLE"POL_SetupWindow_Closeexit

Antwoorden

WII U USB Helper - Ondersteunde software - PlayOnLinux (14)

Fezeon

Dinsdag 28 November 2017 om 1:24

Hey, everytime I try this update(or any other) I get an error durring
Installation of Net Framework 3.0, there is a way to fix it?

This site allows content generated by members, and we promptly remove any content that infringes copyright according to our Terms of Service. To report copyright infringement, please send a notice to dmca-notice@playonlinux.com

WII U USB Helper - Ondersteunde software        - PlayOnLinux (2024)
Top Articles
Latest Posts
Article information

Author: Rev. Leonie Wyman

Last Updated:

Views: 6084

Rating: 4.9 / 5 (59 voted)

Reviews: 82% of readers found this page helpful

Author information

Name: Rev. Leonie Wyman

Birthday: 1993-07-01

Address: Suite 763 6272 Lang Bypass, New Xochitlport, VT 72704-3308

Phone: +22014484519944

Job: Banking Officer

Hobby: Sailing, Gaming, Basketball, Calligraphy, Mycology, Astronomy, Juggling

Introduction: My name is Rev. Leonie Wyman, I am a colorful, tasty, splendid, fair, witty, gorgeous, splendid person who loves writing and wants to share my knowledge and understanding with you.