Blender has stopped working - blender

I can not get Blender working, it crashes on startup.
I tried to un-install and re-install again, it does not work.
error images:
Error Image 1
Error Image 2
please help me.

solution was by moving this file to another folder. (see image attached)
click to see error image screen
thank you #sambler

Related

how to fix roll up error while building vue apps?

i want to deploy simple personal website using vue but when i try to npm run build this error come up help me please...
i try deleting the image but onother similiar error come's up
error during build:
RollupError: Could not resolve "../img/react%202.png" from "src/component/avatarmenu.vue"
at error (file:///C:/Users/adity/OneDrive/Documents/LATIHAN/personal-w-vue/node_modules/rollup/dist/es/shared/rollup.js:2041:30)
at ModuleLoader.handleInvalidResolvedId (file:///C:/Users/adity/OneDrive/Documents/LATIHAN/personal-w-vue/node_modules/rollup/dist/es/shared/rollup.js:23137 :24)
at file:///C:/Users/adity/OneDrive/Documents/LATIHAN/personal-w-vue/node_modules/rollup/dist/es/shared/rollup.js:23099:26
Im so stupid,i just found out that you can't have a blank space in a image file name if you do that than vue would fill that blank with random stuff

react native expo how to require an image?

I'm learning react native expo
I want to require an image from assets/images
The image I want to require is noti.png
I got this error
What am i missing?
You are passing the location of the image incorrectly. as you can see in the error: the module .. could not be found
To fix it, check the location of current file you are calling that image then go back to the exact location and call it. Also If you are using IDE they recommend you the location.
Update:
require('../assets/images/noti.png'

error come out at the time of image upload using Fine Uploader 5.16.2

When i try to upload image using fine Uploader,i got error message as per snapshot attached. please tell me how to solved this error. I don't know how to resolved this error. i have try myself but i cant found. please help me to solve this error.

react-native-webp loads some wep images but not all

I am using this module react-native-webp to load webp images on ios. However, I am not seeing the images from s3 load. Using an image found from google search, works fine. There are absolutely no logs whatsoever to help debug the issue!
This is an example url that doesn't load: http://s3-ap-south-1.amazonaws.com/rupyacard/offers/pictures/000/000/007/1280/dinner.webp
And this here is one that's loading just fine! https://www.gstatic.com/webp/gallery/1.sm.webp
Can't find a reason for either to not work. I thought it might have to do with the image size but a smaller version doesn't help either. Here's a smaller variant: http://s3-ap-south-1.amazonaws.com/rupyacard/offers/pictures/000/000/007/320/dinner.webp
Please give path images to HTTPS or just do following settings in xcode and clean rebuild app
The main problem is Apple can't load HTTP images without settings.

XCode 6.3.2 Application Load Issue

i m using XCode 6.3.2 OX Version 10.10.3
The session's status is FAILED and the error description is failed to open ssh session (16)
error itms-90022 missing required icon file. 120X120px
error itms-90023 missing required icon file. 76X76px
error itms-90023 missing required icon file. 152X152px
i my resource/icon folder abouve three icons are exists. but application loader showing these error.
how can i solve it.
Regard's
Shahid Mahmood Khawaja
Its very easy to solve it
You need too have the correct name of the icon files
try to create your icons by this web site
or only change the name of icons to
appicon-76#2x.png
and
appicon-60#2x.png
Good luck :)
I have met this problem in Xcode 7.
When I check the Apple official documentation for the app icon:
https://developer.apple.com/library/ios/qa/qa1686/_index.html
I checked very icon and the exactly size,I have set all we can set the icon,and then clean the project and rebuild it,archive it for app store,I have solved this problem at last.