warning message

I am running a game app in the simulator on Windows 7 and I am getting the following warning message:

WARNING: case of filename ‘C:\Users\Lee\Documents\VECTORSYS\Sudoku\Build\Sudoku_Pure\images/gamePanels/BluePagoda_Cropped.jpg’ differs on disk

This is the build: 

Corona-2017.3120.

I have reinstalled and even repaired the install. It still give me the same error here in the call for the image:

boardBackImg = display.newImage( “images/gamePanels/BluePagoda_Cropped.jpg”, 0, 0 )

Here is the file name in the target directory:

BluePagoda_Cropped.jpg

Can someone help I suspect that this is the cause for the game interface not executing in the apk once installed on the Android phone I am testing with which is a Samsung J3 running version 7.0.

What about the folder names? The entire path is case sensitive.  is gamePanels really “gamePanels”?

Rob

What about the folder names? The entire path is case sensitive.  is gamePanels really “gamePanels”?

Rob