Possible glitch?

Make games! Discuss those games here.

Moderators: Bob the Hamster, marionline, SDHawk

Post Reply
User avatar
Taco Bot
Meat, Cheese, and Silicon
Posts: 484
Joined: Fri Jul 18, 2014 12:15 am
Location: Santa Cruz
Contact:

Possible glitch?

Post by Taco Bot »

Ok, so this is what I did:
1) Create a tile.
2) Use the Mark tool to copy the tile.
3) Use the ARROW KEYS to move over to a different tile and enter to select it.

And here's what happened:
1) Instead of the center of the sprite being on the cursor, the bottom right-hand corner is. (Notice the capitalization of "arrow keys", this doesn't seem to occur if I use my mouse to select another tile.)

I don't know if this is a glitch or if it is intentional, but I'm using the August 8th nightly and I find this somewhat annoying.
Sent from my iPhone
User avatar
FnrrfYgmSchnish
Metal Slime
Posts: 721
Joined: Thu Jun 18, 2009 4:37 am
Location: Middle of Nowhere, VA

Post by FnrrfYgmSchnish »

Yeah, I've noticed this for a while now. Workaround is to use the mark tool to grab what you want to copy, then change to a different tool (like draw, line, box, etc.) when switching to the other tile, then back to the clone tool. Switching to another tool doesn't erase the mark tool's selection, but it does prevent this glitch from happening.

The cursor should stay centered correctly if you do it this way--it's only when you go back to the overall view of the tileset while having the clone tool selected that it seems to happen.

EDIT: ...or you can use the mouse apparently. Never knew that. Of course, I pretty much never use the mouse at all for OHR-related stuff, to the point where I might as well just unplug my mouse the moment I open up Custom. XD
Last edited by FnrrfYgmSchnish on Fri Aug 22, 2014 1:59 pm, edited 1 time in total.
FYS:AHS -- Swapping out some step-on NPCs for zones + each step script
Puckamon -- Not until the reserve party is expanded.[/size]
User avatar
Taco Bot
Meat, Cheese, and Silicon
Posts: 484
Joined: Fri Jul 18, 2014 12:15 am
Location: Santa Cruz
Contact:

Post by Taco Bot »

FnrrfYgmSchnish wrote:Yeah, I've noticed this for a while now. Workaround is to use the mark tool to grab what you want to copy, then change to a different tool (like draw, line, box, etc.) when switching to the other tile, then back to the clone tool. Switching to another tool doesn't erase the mark tool's selection, but it does prevent this glitch from happening.

The cursor should stay centered correctly if you do it this way--it's only when you go back to the overall view of the tileset while having the clone tool selected that it seems to happen.

EDIT: ...or you can use the mouse apparently. Never knew that. Of course, I pretty much never use the mouse at all for OHR-related stuff, to the point where I might as well just unplug my mouse the moment I open up Custom. XD
I didn't know that this has been going on for so long. If it has, why hasn't James addressed it? I mean, since Beelzebufo he's added an awesome Android settings menu, better palettes, a nicer scripting error system (Thank god), and some other great stuff. Why not just fix this simple yet bothersome glitch?
Sent from my iPhone
User avatar
FnrrfYgmSchnish
Metal Slime
Posts: 721
Joined: Thu Jun 18, 2009 4:37 am
Location: Middle of Nowhere, VA

Post by FnrrfYgmSchnish »

I guess nobody reported it, either because other people use the mouse or because somehow nobody noticed (or they noticed but just didn't report it... whoops.) Or it was one of those "got fixed at one point, then a new change unfixed it" sorts of things.

I dunno, though--I thought for sure that I had mentioned it at least once back when I was in the SlimeSalad IRC channel occasionally, and that's been ages ago...
Last edited by FnrrfYgmSchnish on Sat Aug 23, 2014 1:13 am, edited 1 time in total.
FYS:AHS -- Swapping out some step-on NPCs for zones + each step script
Puckamon -- Not until the reserve party is expanded.[/size]
User avatar
Bob the Hamster
Liquid Metal King Slime
Posts: 7460
Joined: Tue Oct 16, 2007 2:34 pm
Location: Hamster Republic (Ontario Enclave)
Contact:

Post by Bob the Hamster »

Huh. This is news to me. I have not seen this myself, and I don't remember anyone mentioning it before now.

I just tried in the current nightly, and I cannot reproduce it.

What version are you guys running? And are you both on Windows?
User avatar
Pepsi Ranger
Liquid Metal Slime
Posts: 1419
Joined: Thu Nov 22, 2007 6:25 am
Location: South Florida

Post by Pepsi Ranger »

This bug has been around since shortly after Mark/Clone was introduced. If it isn't happening for James, then it's probably a Windows bug. I thought TMC knew about it. It's been mentioned before. I believe it happens anywhere graphics can be edited.
Place Obligatory Signature Here
User avatar
Bob the Hamster
Liquid Metal King Slime
Posts: 7460
Joined: Tue Oct 16, 2007 2:34 pm
Location: Hamster Republic (Ontario Enclave)
Contact:

Post by Bob the Hamster »

Does it still happen if you run with the gfx_sdl backend?

custom.exe -gfx sdl
User avatar
Taco Bot
Meat, Cheese, and Silicon
Posts: 484
Joined: Fri Jul 18, 2014 12:15 am
Location: Santa Cruz
Contact:

Post by Taco Bot »

Bob the Hamster wrote:Does it still happen if you run with the gfx_sdl backend?

custom.exe -gfx sdl
The gfx_sdl backend? Sorry, but that term is entirely new to me!

It it's a download, can you post a link?

And if not, can you show me how to access it?

And yes, I'm running Winderz.
Last edited by Taco Bot on Sat Aug 23, 2014 5:45 pm, edited 2 times in total.
Sent from my iPhone
User avatar
Bob the Hamster
Liquid Metal King Slime
Posts: 7460
Joined: Tue Oct 16, 2007 2:34 pm
Location: Hamster Republic (Ontario Enclave)
Contact:

Post by Bob the Hamster »

Sorry, I guess I didn't make that clear enough. The backend is a built-in thing. You don't need to download it.

Make a shortcut that points to custom.exe

Edit the properties for that shortcut.

Look for the "Target:"

It will be something like:
shortcut target wrote:"C:\blah\blah\blah\custom.exe"
Change it so that it reads:
shortcut target wrote:"C:\blah\blah\blah\custom.exe" -gfx sdl
Notice that the -gfx sdl goes outside the quote marks (if you don't have any quote marks around C:\whatever\custom.exe you do not need to add them)

Run the shortcut, and test the bug again, and let me know if it happens the same way
User avatar
Taco Bot
Meat, Cheese, and Silicon
Posts: 484
Joined: Fri Jul 18, 2014 12:15 am
Location: Santa Cruz
Contact:

Post by Taco Bot »

Bob the Hamster wrote:Sorry, I guess I didn't make that clear enough. The backend is a built-in thing. You don't need to download it.

Make a shortcut that points to custom.exe

Edit the properties for that shortcut.

Look for the "Target:"

It will be something like:
shortcut target wrote:"C:\blah\blah\blah\custom.exe"
Change it so that it reads:
shortcut target wrote:"C:\blah\blah\blah\custom.exe" -gfx sdl
Notice that the -gfx sdl goes outside the quote marks (if you don't have any quote marks around C:\whatever\custom.exe you do not need to add them)

Run the shortcut, and test the bug again, and let me know if it happens the same way
Heh. Sorry, not really a computer whiz. I tried that, and strangely enough, the glitch was fixed!
Sent from my iPhone
User avatar
Bob the Hamster
Liquid Metal King Slime
Posts: 7460
Joined: Tue Oct 16, 2007 2:34 pm
Location: Hamster Republic (Ontario Enclave)
Contact:

Post by Bob the Hamster »

Thanks! That is helpful. This means the bug is in the gfx_directx backend
TMC
Metal King Slime
Posts: 4101
Joined: Sun Apr 10, 2011 9:19 am

Post by TMC »

gfx_directx has a couple issues related to mouse cursor positioning; this is probably related to that.
http://rpg.hamsterrepublic.com/bugzilla ... cgi?id=988

However in this case I suspect that code somewhere dubiously and unnecessarily using the mouse position as stored state could be just as easily blamed.
Post Reply